summaryrefslogtreecommitdiff
path: root/dnsdist
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-10-23 11:36:18 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-10-23 11:36:18 +0200
commit9e6b4f7593ebad4f90a74e7a6960fcc05087c07d (patch)
tree7bfab1b6e768d2f6b08f8255a3920c95d21848ea /dnsdist
parentd483b7926d7967e88a87263a122ce1e0a853323e (diff)
downloadarchlinuxewe-9e6b4f7593ebad4f90a74e7a6960fcc05087c07d.tar.xz
dnsdist: rebuild
Diffstat (limited to 'dnsdist')
-rw-r--r--dnsdist/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/dnsdist/PKGBUILD b/dnsdist/PKGBUILD
index e0b57ab78..13f96dc69 100644
--- a/dnsdist/PKGBUILD
+++ b/dnsdist/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=dnsdist
pkgver=1.8.0
_pkgver=${pkgver#*_}
_pkgver=${_pkgver//_/-}
-pkgrel=8
+pkgrel=9
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
url='https://dnsdist.org/'
@@ -26,13 +26,13 @@ _pinned_dependencies=(
'libcdb.so=1'
'libcrypto.so=3'
'libedit.so=0'
- 'libnghttp2=1.56.0'
+ 'libnghttp2=1.57.0'
'libre2.so=11'
- 'libsodium=1.0.18'
+ 'libsodium=1.0.19'
'libssl.so=3'
'libsystemd.so=0'
'lmdb=0.9.30'
- 'luajit=2.1.1694285958'
+ 'luajit=2.1.1697887905'
'net-snmp=5.9.1'
)
depends=('h2o' 'openssl' 'tinycdb' "${_pinned_dependencies[@]}")