[arch-commits] Commit in bind/trunk (PKGBUILD)

Sébastien Luttringer seblu at gemini.archlinux.org
Sat Feb 19 11:07:11 UTC 2022


    Date: Saturday, February 19, 2022 @ 11:07:11
  Author: seblu
Revision: 437743

upgpkg: bind 9.18.0-1

Modified:
  bind/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-19 11:02:11 UTC (rev 437742)
+++ PKGBUILD	2022-02-19 11:07:11 UTC (rev 437743)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 # Contributor: Mario Vazquez <mario_vazq at hotmail.com>
 
-_pkgver=9.16.25
+_pkgver=9.18.0
 pkgname=bind
 pkgver=${_pkgver//-/.}
 pkgrel=1
@@ -17,7 +17,7 @@
   'xz' 'libmaxminddb' 'libnsl' 'libuv' 'python-sphinx')
 depends=('bash' 'dnssec-anchors' 'e2fsprogs' 'glibc' 'icu' 'libedit' 'json-c'
   'krb5' 'libcap' 'libidn2' 'libmaxminddb' 'libnsl' 'libuv' 'libxml2' 'lmdb'
-  'openssl' 'python' 'python-ply' 'readline' 'xz' 'zlib')
+  'openssl' 'python' 'python-ply' 'readline' 'xz' 'zlib' 'jemalloc')
 conflicts=('bind-tools' 'dnsutils')
 replaces=('bind-tools' 'dnsutils' 'host')
 provides=('bind-tools' 'dnsutils' 'dns-server')
@@ -35,7 +35,7 @@
         'localhost.zone'
         'localhost.ip6.zone'
         '127.0.0.zone')
-sha256sums=('9fa328850f82843ef8b7bf1ff5322cb68b110273a33f375ba41f35270f5e1ff3'
+sha256sums=('56525bf5caf01fd8fd9d90910880cc0f8a90a27a97d169187d651d4ecf0c411c'
             'SKIP'
             'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
             '7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'
@@ -73,15 +73,12 @@
     --disable-static \
     --enable-fixed-rrset \
     --enable-full-report \
-    --enable-dnsrps \
-    --with-python=/usr/bin/python \
     --with-maxminddb \
     --with-openssl \
     --with-libidn2 \
     --with-json-c \
     --with-libxml2 \
-    --with-lmdb \
-    --with-libtool
+    --with-lmdb
   make
 }
 



More information about the arch-commits mailing list