-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade embedded syslog-ng to version 3.24.1 (#146)
* 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
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
| # | ||
|
|
2 changes: 1 addition & 1 deletion
2
package/etc/conf.d/local/context/compliance_meta_by_source.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| @version:3.23 | ||
| @version:3.24 | ||
|
|
||
| # syslog-ng configuration file. | ||
| # | ||
|
|
||