From b6b723bd80919ab14421b75293df9776f66930c0 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 29 Jan 2022 18:21:31 +0100 Subject: [PATCH] Revert "bindutils: 9.16.25 -> 9.18.0" This reverts commit e82fb833b57f680a7f561fb423a40b2731870160. --- bindutils/.signature | 6 +++--- bindutils/Pkgfile | 7 ++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/bindutils/.signature b/bindutils/.signature index 4ebeca075..4e4159b54 100644 --- a/bindutils/.signature +++ b/bindutils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/dIUvZc2HoJ+TW9xTxWVzTJLqIdu5gXfEZRQAp4DqdmKjD8/1Ac8FwttfZlNMg5YoHPyEzF7XI7XnnSfaWaRbwQ= -SHA256 (Pkgfile) = fd4517181fdbf48117165c25906bc6ff400d49ac3283370b5d93a4b3a093de5f +RWSE3ohX2g5d/RoooikYIJnB6IF8vIdaI9DWGeNpL4abwraRwAwvx7R0OOe52Bo0mz9vSi5FTeicKQAV2i2+GtUmbg5yPJrMgQ4= +SHA256 (Pkgfile) = a77984063e319df91233d3596f4f8342cfe11db79575fa0bc0a169f37c0429d5 SHA256 (.footprint) = fe2eae0024893c6bb5976b6039f2ba2c14978ea1f583b8c5a4e9a68ab785503e -SHA256 (bind-9.18.0.tar.xz) = 56525bf5caf01fd8fd9d90910880cc0f8a90a27a97d169187d651d4ecf0c411c +SHA256 (bind-9.16.25.tar.xz) = 9fa328850f82843ef8b7bf1ff5322cb68b110273a33f375ba41f35270f5e1ff3 diff --git a/bindutils/Pkgfile b/bindutils/Pkgfile index 6182a544d..c07e8e0e0 100644 --- a/bindutils/Pkgfile +++ b/bindutils/Pkgfile @@ -4,17 +4,14 @@ # Depends on: openssl zlib libuv name=bindutils -version=9.18.0 +version=9.16.25 release=1 source=(https://ftp.isc.org/isc/bind9/$version/bind-$version.tar.xz) build() { cd bind-$version - ## can be removed in 3.7 again - prt-get isinst nghttp2-libs || PKGMK_BINDUTILS+=' --disable-doh' - - ./configure $PKGMK_BINDUTILS \ + ./configure \ --prefix=/usr \ --disable-linux-caps \ --with-libxml2=no \