Package: syslog-ng / 3.8.1-10

Metadata

Package Version Patches format
syslog-ng 3.8.1-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 compat fix time compat library on Mach based distrib.patch | (download)

lib/compat/time.c | 2 1 + 1 - 0 !
lib/compat/time.h | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 compat: fix time compat library on mach based distributions
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Fixes #1185

Signed-off-by: Lszl Vrady <laszlo.varady@balabit.com>

0002 Fixed the name of the libmongoc pc file.patch | (download)

configure.ac | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fixed the name of the libmongoc pc file

Signed-off-by: SZALAY Attila <sasa@debian.org>

0003 Fixed line braking issue.patch | (download)

doc/man/syslog-ng.8 | 2 1 + 1 - 0 !
doc/man/syslog-ng.8.xml | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fixed line-braking issue

The list of automatically loaded modules contained
no space and therefore the man parser would not able
add line break if needed.

Signed-off-by: SZALAY Attila <sasa@debian.org>

0004 Fixed OpenSSL 1.1 build.patch | (download)

configure.ac | 4 4 + 0 - 0 !
lib/compat/Makefile.am | 6 4 + 2 - 0 !
lib/compat/openssl_support.c | 46 46 + 0 - 0 !
lib/compat/openssl_support.h | 53 53 + 0 - 0 !
lib/tlscontext.c | 24 14 + 10 - 0 !
modules/afsocket/afinet-dest.c | 9 7 + 2 - 0 !
modules/cryptofuncs/cryptofuncs.c | 42 26 + 16 - 0 !
modules/dbparser/pdbtool/pdbtool.c | 1 1 + 0 - 0 !
8 files changed, 155 insertions(+), 30 deletions(-)

 [patch] openssl: support 1.1

Fixes: #1234

Signed-off-by: Laszlo Budai <Laszlo.Budai@balabit.com>

0005 fix segfault in X509_STORE_CTX_get_app_data.patch | (download)

lib/tlscontext.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 [patch] hopefully fix segfault in x509_store_ctx_get_app_data(ctx)
 see https://bz.apache.org/bugzilla/show_bug.cgi?id=32529