Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
syslog-ng
Commits:
1d7a1af7 by Christian Hesse at 2026-01-05T23:01:36+01:00
upgpkg: 4.10.2-6: net-snmp 5.9.5 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = syslog-ng
pkgdesc = Next-generation syslogd with advanced networking and
filtering capabilities
pkgver = 4.10.2
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/syslog-ng/syslog-ng
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -16,7 +16,7 @@ pkgname=(
syslog-ng-sql
)
pkgver=4.10.2
-pkgrel=5
+pkgrel=6
pkgdesc="Next-generation syslogd with advanced networking and filtering
capabilities"
arch=(x86_64)
url="https://github.com/syslog-ng/syslog-ng"
@@ -116,6 +116,10 @@ prepare() {
# Add further distribution examples, disable default log file.
patch -Np1 < ../$pkgbase-config.patch
+ # afsnmp: seems the latest brew net-snmp version cflags causes
+ git cherry-pick -n \
+ 'b1ccb9932ee3583bb861d499f4ec554d97934ded'
+
# Remove tests failing in a chroot but not on host. Not sure why.
sed -i '/include lib\/secret-storage\/tests\/Makefile.am/d'
lib/secret-storage/Makefile.am
rm -r lib/secret-storage/tests
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syslog-ng/-/commit/1d7a1af7aca086179e078a7b44e04f433d1d25b8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syslog-ng/-/commit/1d7a1af7aca086179e078a7b44e04f433d1d25b8
You're receiving this email because of your account on gitlab.archlinux.org.