Skip to content
Snippets Groups Projects
Verified Commit b2915319 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/bind: bump to 9.14.4

parent 2c309374
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,12 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Dan Theisen <djt@hxx.in>
pkgname=bind
pkgver=9.14.3
pkgver=9.14.4
_p=${pkgver#*_p}
_ver=${pkgver%_p*}
_major=${pkgver%%.*}
[ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p"
pkgrel=2
pkgrel=0
pkgdesc="The ISC DNS server"
url="https://www.isc.org/downloads/bind/"
arch="all"
......@@ -68,7 +68,6 @@ builddir="$srcdir/$pkgname-$_ver"
prepare() {
default_prepare
cd "$builddir"
### http://bugs.gentoo.org/show_bug.cgi?id=227333
export CFLAGS="$CFLAGS -D_GNU_SOURCE"
......@@ -84,7 +83,6 @@ prepare() {
}
build() {
cd "$builddir"
./configure \
--build="$CBUILD" \
--host="$CHOST" \
......@@ -94,13 +92,9 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--with-openssl=/usr \
--with-randomdev=/dev/random \
--with-libxml2 \
--with-libjson \
--enable-linux-caps \
--enable-threads \
--enable-filter-aaaa \
--enable-ipv6 \
--enable-shared \
--enable-static \
--with-libtool
......@@ -108,7 +102,6 @@ build() {
}
package() {
cd "$builddir"
install -d -m0770 -g named -o root "$pkgdir"/var/bind \
"$pkgdir"/var/bind/sec \
"$pkgdir"/var/bind/dyn \
......@@ -154,7 +147,7 @@ tools() {
done
}
sha512sums="46974be2adea512c58b82184566ea5e8a9faf67aeb78ea33356861f0a7edce37eac05c21e8fbbc7f7db4e87404fe71ed59d9eac46e6e4758d95139a21891f437 bind-9.14.3.tar.gz
sha512sums="f5f4dc9b6a1d60838b59ce57ad37dc1e51fa26719aa203405a73850780f06bdc6ecea71c762efd464f946bdcce5a7c324de98caea36d2fe2781cce116fcd4932 bind-9.14.4.tar.gz
7167dccdb2833643dfdb92994373d2cc087e52ba23b51bd68bd322ff9aca6744f01fa9d8a4b9cd8c4ce471755a85c03ec956ec0d8a1d4fae02124ddbed6841f6 bind.so_bsdcompat.patch
196c0a3b43cf89e8e3547d7fb63a93ff9a3306505658dfd9aa78e6861be6b226580b424dd3dd44b955b2d9f682b1dc62c457f3ac29ce86200ef070140608c015 named.initd
127bdcc0b5079961f0951344bc3fad547450c81aee2149eac8c41a8c0c973ea0ffe3f956684c6fcb735a29c43d2ff48c153b6a71a0f15757819a72c492488ddf named.confd
......
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