Package: syslog-ng / 3.1.3-3

Metadata

Package Version Patches format
syslog-ng 3.1.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
kfreebsd security fix.patch | (download)

src/affile.c | 8 4 + 4 - 0 !
src/affile.h | 4 2 + 2 - 0 !
src/afunix.c | 2 1 + 1 - 0 !
src/afunix.h | 2 1 + 1 - 0 !
src/misc.c | 2 1 + 1 - 0 !
5 files changed, 9 insertions(+), 9 deletions(-)

 affile: fixed bogus permission bits on logfiles on platforms where mode_t is 16 bits only
 syslog-ng is creating files with bogus permissions on platforms where mode_t
 is 16 bits only. Such a beast is kFreeBSD.
 .
 Credits to the Debian folks for noticing & tracking down the issue.
 The original reporter is in the "Reported-By" line, but also thanks for
 gcs@debian.org, algernon@debian.org and peter.czanik@balabit.hu for
 taking care of the issue.
 .
 Reported-By: Steven Chamberlain <steven@pyro.eu.org>
file_capability_fix.patch | (download)

src/Makefile.am | 2 1 + 1 - 0 !
src/affile.c | 14 11 + 3 - 0 !
src/misc.c | 6 6 + 0 - 0 !
3 files changed, 18 insertions(+), 4 deletions(-)

---
unix_stream_capability_fix.patch | (download)

src/afunix.c | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

---