Skip to content
Snippets Groups Projects
Commit baf7f727 authored by Gaetan Bisson's avatar Gaetan Bisson
Browse files

upstream update

parent 03778251
No related branches found
Tags 20191011
No related merge requests found
......@@ -5,9 +5,9 @@
pkgname=bind
# Use a period and not a hyphen before the patch level for proper versioning.
pkgver=9.8.0.P4
_pkgver=9.8.0-P4
pkgrel=2
pkgver=9.8.1
_pkgver=9.8.1
pkgrel=1
pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the DNS protocols'
url='http://www.isc.org/software/bind/'
......@@ -25,7 +25,7 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"
'named.logrotate'
'localhost.zone'
'127.0.0.zone')
sha1sums=('969864200c1516a8bea54266de60f316d79182b4'
sha1sums=('7e6ed6ebc896b1de33a9f440233066c60539de4c'
'cbdecd1ea8e7b612b33b63d66bc57273795d1f54'
'b433ba99f23e3db305f8ce293fe4ce6d1b8d4cfb'
'18f477f510df31e6c6f547ee2d5fc46e973479bf'
......@@ -56,10 +56,11 @@ build() {
--disable-static \
--disable-linux-caps \
--with-openssl \
--with-gssapi \
--with-libxml2 \
--with-libtool \
--with-dlz-dlopen \
# temporary fix for issue reported upstream
ln -s .libs/driver.o bin/tests/system/dlzexternal/
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment