* update syslog-ng to 4.8.1-3

This commit is contained in:
Alexander Baldeck 2024-12-17 21:26:59 +01:00
parent 7489fd0272
commit 8d9ca17ad7
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
pkgbase = syslog-ng pkgbase = syslog-ng
pkgdesc = Next-generation syslogd with advanced networking and filtering capabilities pkgdesc = Next-generation syslogd with advanced networking and filtering capabilities
pkgver = 4.8.1 pkgver = 4.8.1
pkgrel = 1 pkgrel = 3
url = https://github.com/syslog-ng/syslog-ng url = https://github.com/syslog-ng/syslog-ng
install = syslog-ng.install install = syslog-ng.install
arch = x86_64 arch = x86_64

View File

@ -5,7 +5,7 @@
pkgname=syslog-ng pkgname=syslog-ng
pkgver=4.8.1 pkgver=4.8.1
pkgrel=1 pkgrel=3
pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities" pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/syslog-ng/syslog-ng" url="https://github.com/syslog-ng/syslog-ng"
@ -34,6 +34,7 @@ makedepends=(
autoconf-archive autoconf-archive
docbook-xsl docbook-xsl
git git
gperf
hiredis hiredis
libdbi libdbi
libesmtp libesmtp
@ -66,13 +67,11 @@ makedepends=(
python-urllib3 python-urllib3
python-websocket-client python-websocket-client
systemd systemd
gperf
python-pytest
python-pytest-mock
) )
checkdepends=( checkdepends=(
criterion criterion
python-pytest
python-pytest-mock
) )
optdepends=( optdepends=(
'hiredis: for the Redis plugin' 'hiredis: for the Redis plugin'