summaryrefslogtreecommitdiff
path: root/dnsdist/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-06 18:34:26 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-06 18:34:26 +0100
commit0bba39de0e3d155bd2031001db60b4b90578b7f9 (patch)
tree8a24eca0c7f770ff7455c958b97492222c3e8493 /dnsdist/PKGBUILD
parentaed781a9f7ef6d1932eab0ad417bd3d4e592a8bb (diff)
downloadarchlinuxewe-0bba39de0e3d155bd2031001db60b4b90578b7f9.tar.xz
dnsdist: rebuild
Diffstat (limited to 'dnsdist/PKGBUILD')
-rw-r--r--dnsdist/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnsdist/PKGBUILD b/dnsdist/PKGBUILD
index 5c6573a06..10c4732a2 100644
--- a/dnsdist/PKGBUILD
+++ b/dnsdist/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=dnsdist
pkgver=1.7.1
_pkgver=${pkgver#*_}
_pkgver=${_pkgver//_/-}
-pkgrel=22
+pkgrel=23
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
url='https://dnsdist.org/'
@@ -25,6 +25,7 @@ _pinned_dependencies=(
'gnutls=3.7.8'
'libcap.so=2'
'libcdb.so=1'
+ 'libcrypto.so=3'
'libedit.so=0'
'libnghttp2=1.50.0'
'libsodium=1.0.18'
@@ -32,7 +33,6 @@ _pinned_dependencies=(
'lmdb=0.9.29'
'luajit=2.1.0.beta3.r449.gdad04f17'
'net-snmp=5.9.1'
- 'openssl=3.0.7'
're2=1:20220601'
)
depends=('h2o' "${_pinned_dependencies[@]}")