diff options
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd | 11 | ||||
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit | 8 | ||||
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.1.bb (renamed from meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb) | 2 |
3 files changed, 11 insertions, 10 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd index 851bf252b7..d3f3730105 100644 --- a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd +++ b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd | |||
@@ -1,5 +1,6 @@ | |||
1 | @version: 3.36 | 1 | @version: 4.8 |
2 | # | 2 | @include "scl.conf" |
3 | |||
3 | # Syslog-ng configuration file, compatible with default Debian syslogd | 4 | # Syslog-ng configuration file, compatible with default Debian syslogd |
4 | # installation. Originally written by anonymous (I can't find his name) | 5 | # installation. Originally written by anonymous (I can't find his name) |
5 | # Revised, and rewrited by me (SZALAY Attila <sasa@debian.org>) | 6 | # Revised, and rewrited by me (SZALAY Attila <sasa@debian.org>) |
@@ -10,9 +11,9 @@ | |||
10 | # Joe Slater <joe.slater@windriver.com> | 11 | # Joe Slater <joe.slater@windriver.com> |
11 | 12 | ||
12 | # First, set some global options. | 13 | # First, set some global options. |
13 | options { chain_hostnames(off); flush_lines(0); use_dns(no); dns_cache(no); use_fqdn(no); | 14 | options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no); |
14 | owner("root"); group("adm"); perm(0640); stats_freq(0); | 15 | dns_cache(no); owner("root"); group("adm"); perm(0640); |
15 | bad_hostname("^gconfd$"); | 16 | stats(freq(0)); bad_hostname("^gconfd$"); |
16 | }; | 17 | }; |
17 | 18 | ||
18 | ######################## | 19 | ######################## |
diff --git a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit index 70afd0da84..2b18dce89c 100644 --- a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit +++ b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit | |||
@@ -1,4 +1,4 @@ | |||
1 | @version: 3.36 | 1 | @version: 4.8 |
2 | # | 2 | # |
3 | # Syslog-ng configuration file, compatible with default Debian syslogd | 3 | # Syslog-ng configuration file, compatible with default Debian syslogd |
4 | # installation. Originally written by anonymous (I can't find his name) | 4 | # installation. Originally written by anonymous (I can't find his name) |
@@ -10,9 +10,9 @@ | |||
10 | # Joe Slater <joe.slater@windriver.com> | 10 | # Joe Slater <joe.slater@windriver.com> |
11 | 11 | ||
12 | # First, set some global options. | 12 | # First, set some global options. |
13 | options { chain_hostnames(off); flush_lines(0); use_dns(no); dns_cache(no); use_fqdn(no); | 13 | options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no); |
14 | owner("root"); group("adm"); perm(0640); stats_freq(0); | 14 | dns_cache(no); owner("root"); group("adm"); perm(0640); |
15 | bad_hostname("^gconfd$"); | 15 | stats(freq(0)); bad_hostname("^gconfd$"); |
16 | }; | 16 | }; |
17 | 17 | ||
18 | ######################## | 18 | ######################## |
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.1.bb index e489287c5a..94f74d1eef 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.1.bb | |||
@@ -26,7 +26,7 @@ SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.ta | |||
26 | " | 26 | " |
27 | SRC_URI:append:powerpc64le = " file://0001-plugin.c-workaround-powerpc64le-segfaults-error.patch" | 27 | SRC_URI:append:powerpc64le = " file://0001-plugin.c-workaround-powerpc64le-segfaults-error.patch" |
28 | 28 | ||
29 | SRC_URI[sha256sum] = "b601265362c633a25f26c497a7e57592739d5a583b7963b722ff58f01b853506" | 29 | SRC_URI[sha256sum] = "e8b8b98c60a5b68b25e3462c4104c35d05b975e6778d38d8a81b8ff7c0e64c5b" |
30 | 30 | ||
31 | UPSTREAM_CHECK_URI = "https://github.com/balabit/syslog-ng/releases" | 31 | UPSTREAM_CHECK_URI = "https://github.com/balabit/syslog-ng/releases" |
32 | 32 | ||