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