Skip to content

Commit

Permalink
Upgrade embedded syslog-ng to version 3.24.1 (#146)
Browse files Browse the repository at this point in the history
* Build with syslog-ng upstream 3.24.1
  • Loading branch information
Ryan Faircloth authored and GitHub committed Oct 14, 2019
1 parent 43a16ae commit 355180c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "package/syslog-ng"]
path = package/syslog-ng
url = https://github.com/balabit/syslog-ng.git
branch = syslog-ng-3.23.1
branch = syslog-ng-3.24.1
#

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version: 3.23
@version: 3.24
filter f_test_test {
host("something-*" type(glob)) or
netmask(192.168.100.1/24)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version: 3.23
@version: 3.24
filter f_test_test {
host("something-*" type(glob)) or
netmask(192.168.100.1/24)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version: 3.23
@version: 3.24

filter f_test_test {
host("testvp-*" type(glob)) or
Expand Down
2 changes: 1 addition & 1 deletion package/etc/syslog-ng.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version:3.23
@version:3.24

# syslog-ng configuration file.
#
Expand Down

0 comments on commit 355180c

Please sign in to comment.