package/syslog-ng: security bump version to 4.12.0

https://github.com/syslog-ng/syslog-ng/blob/syslog-ng-4.12.0/NEWS.md

Fixes CVE-2026-39879.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 732a933e34)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Bernd Kuhls
2026-08-09 12:36:05 +02:00
committed by Titouan Christophe
parent 6edbad3861
commit 2ea2e167bb
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
@version: 4.11
@version: 4.12
source s_sys {
file("/proc/kmsg" program_override("kernel"));

View File

@@ -1,5 +1,5 @@
# From https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.11.0
sha256 37ea0d4588533316de122df4e1b249867b0a0575f646c7478d0cc4d747462943 syslog-ng-4.11.0.tar.gz
# From https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.12.0
sha256 03a03d19ac203dca53c7ec79a7005c8a850665a95ff4cd0f1e7bb4c497c64d46 syslog-ng-4.12.0.tar.gz
# Locally computed
sha256 d7d51f8d0f6ee9757a371080e7f5fa19ac73afbef14db6e981705cf1ec813d6b COPYING
sha256 ce3324c9f22299cfc7c281e5a6ab40fbe9c2ea1a67cee87226cb8cd39db1e1d2 GPL.txt

View File

@@ -6,7 +6,7 @@
# When updating the version, please check at runtime if the version in
# syslog-ng.conf header needs to be updated
SYSLOG_NG_VERSION = 4.11.0
SYSLOG_NG_VERSION = 4.12.0
SYSLOG_NG_SITE = https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$(SYSLOG_NG_VERSION)
SYSLOG_NG_LICENSE = LGPL-2.1+ (syslog-ng core), GPL-2.0+ (modules)
SYSLOG_NG_LICENSE_FILES = COPYING GPL.txt LGPL.txt