summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dnsdist/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/dnsdist/PKGBUILD b/dnsdist/PKGBUILD
index a1825107e..cf917c7a0 100644
--- a/dnsdist/PKGBUILD
+++ b/dnsdist/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=dnsdist
pkgver=1.8.0
_pkgver=${pkgver#*_}
_pkgver=${_pkgver//_/-}
-pkgrel=11
+pkgrel=12
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
url='https://dnsdist.org/'
@@ -21,7 +21,7 @@ _pinned_dependencies=(
'fstrm=0.6.1'
'gcc-libs=13.2.1'
'glibc>=2.31'
- 'gnutls=3.8.1'
+ 'gnutls=3.8.2'
'libcap.so=2'
'libcdb.so=1'
'libcrypto.so=3'
@@ -32,7 +32,7 @@ _pinned_dependencies=(
'libssl.so=3'
'libsystemd.so=0'
'lmdb=0.9.30'
- 'luajit=2.1.1699392533'
+ 'luajit=2.1.1700008891'
'net-snmp=5.9.1'
)
depends=('h2o' 'openssl' 'tinycdb' "${_pinned_dependencies[@]}")