Package: syslog-ng / 4.8.1-7

Metadata

Package Version Patches format
syslog-ng 4.8.1-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Update control file path.patch | (download)

doc/man/syslog-ng.8.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 update control file path

In Debian, the localstatedir is set to /var/lib/syslog-ng instead of the
upstream default /var/run

0002 Direct_check_if_seek_can_be_called.patch | (download)

modules/affile/file-reader.c | 22 19 + 3 - 0 !
1 file changed, 19 insertions(+), 3 deletions(-)

 [patch] file-reader: added a more detailed,
 direct check if seek can be called on the file descriptor

Signed-off-by: Hofi <hofione@gmail.com>

0003 Fix transport accepting incorrect wildcards.patch | (download)

lib/transport/tests/CMakeLists.txt | 1 1 + 0 - 0 !
lib/transport/tests/Makefile.am | 10 9 + 1 - 0 !
lib/transport/tests/test_tls_wildcard_match.c | 104 104 + 0 - 0 !
lib/transport/tls-verifier.c | 87 76 + 11 - 0 !
lib/transport/tls-verifier.h | 1 1 + 0 - 0 !
5 files changed, 191 insertions(+), 12 deletions(-)

 fix transport accepting incorrect wildcards

Adopted/backported from upstream

0004 mongo c add v1 v2 detection to autotools.patch | (download)

configure.ac | 38 28 + 10 - 0 !
1 file changed, 28 insertions(+), 10 deletions(-)

 mongo-c: add v1 v2 detection to autotools

Borrowed from upstream (5780230)

0005 afmongodb use v1 v2 headers correctly.patch | (download)

modules/afmongodb/afmongodb-private.h | 6 5 + 1 - 0 !
modules/afmongodb/afmongodb-worker.h | 6 5 + 1 - 0 !
2 files changed, 10 insertions(+), 2 deletions(-)

 afmongodb: use v1/v2 headers correctly

Signed-off-by: Hofi <hofione@gmail.com>