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

Sébastien Luttringer seblu at archlinux.org
Tue May 19 16:42:32 UTC 2020


    Date: Tuesday, May 19, 2020 @ 16:42:31
  Author: seblu
Revision: 386944

upgpkg: bind 9.16.3-1: A

Modified:
  bind/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 12:20:51 UTC (rev 386943)
+++ PKGBUILD	2020-05-19 16:42:31 UTC (rev 386944)
@@ -5,9 +5,9 @@
 
 pkgbase=bind
 pkgname=(bind bind-tools)
-_pkgver=9.16.2
+_pkgver=9.16.3
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
 url='https://www.isc.org/software/bind/'
 license=('MPL2')
 arch=('x86_64')
@@ -24,7 +24,7 @@
         'localhost.zone'
         'localhost.ip6.zone'
         '127.0.0.zone')
-sha256sums=('d9e5b77cfca5ccad97f19cddc87128758ec15c16e6585000c6b2f84fc225993f'
+sha256sums=('27ac6513de5f8d0db34b9f241da53baa15a14b2ad21338d0cde0826eaf564f7e'
             'SKIP'
             'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
             '7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'
@@ -49,7 +49,11 @@
 
 build() {
   cd bind-$_pkgver
-  export CFLAGS+=' -DDIG_SIGCHASE'
+  export CFLAGS
+  # support to chase DNSSEC signature chains
+  CFLAGS+=' -DDIG_SIGCHASE'
+  # compile with gcc10, https://gcc.gnu.org/gcc-10/porting_to.html
+  CFLAGS+=' -fcommon'
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
@@ -60,10 +64,10 @@
     --enable-full-report \
     --enable-dnsrps \
     --with-python=/usr/bin/python \
-    --with-geoip2 \
+    --with-maxminddb \
     --with-openssl \
     --with-libidn2 \
-    --with-libjson \
+    --with-json-c \
     --with-libxml2 \
     --with-lmdb \
     --with-libtool



More information about the arch-commits mailing list