Date: Tuesday, September 23, 2014 @ 22:56:09 Author: seblu Revision: 222910
upgpkg: bind 9.10.1-1 Modified: bind/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-23 20:49:28 UTC (rev 222909) +++ PKGBUILD 2014-09-23 20:56:09 UTC (rev 222910) @@ -5,7 +5,7 @@ # Contributor: Mario Vazquez <[email protected]> pkgname=bind -_pkgver=9.10.0-P2 +_pkgver=9.10.1 pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc='The ISC BIND nameserver' @@ -19,7 +19,6 @@ 'etc/named.conf') install=$pkgname.install source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc} - '01-fix-forgotten-log.patch' 'root.hint::http://www.internic.net/zones/named.root' 'tmpfiles.d' 'named.conf' @@ -27,9 +26,8 @@ 'named.logrotate' 'localhost.zone' '127.0.0.zone') -sha1sums=('c57b5825e36933119e9fd6f43e3f52262e7ff4ed' +sha1sums=('96aa28c6112c6a8c33a19efeac98c715f03b35ca' 'SKIP' - '4d96c9b9ef0aebdad7e79c749536858a344779b5' '029f89c49550c40ec7a95116b6a33f0e5a041094' 'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11' 'c71a7fc02d4bf0d55e8e29d1e014607ac1d58726' @@ -41,8 +39,6 @@ prepare() { # remove dig to avoid conflict with dnsutils sed -i 's/dig//' $pkgname-$_pkgver/bin/Makefile.in - # https://lists.isc.org/pipermail/bind-users/2014-May/093124.html - patch -p1 -d bind-$_pkgver < 01-fix-forgotten-log.patch } build() {
