diff --git a/community/bind/01-fix-forgotten-log.patch b/extra/bind/01-fix-forgotten-log.patch similarity index 100% rename from community/bind/01-fix-forgotten-log.patch rename to extra/bind/01-fix-forgotten-log.patch diff --git a/community/bind/127.0.0.zone b/extra/bind/127.0.0.zone similarity index 100% rename from community/bind/127.0.0.zone rename to extra/bind/127.0.0.zone diff --git a/community/bind/PKGBUILD b/extra/bind/PKGBUILD similarity index 89% rename from community/bind/PKGBUILD rename to extra/bind/PKGBUILD index 6f2965ae1..b10861234 100644 --- a/community/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -8,7 +8,7 @@ # - remove x86 cflags setting before configure pkgname=bind -_pkgver=9.10.0-P2 +_pkgver=9.10.1 pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc='The ISC BIND nameserver' @@ -22,7 +22,6 @@ backup=('etc/logrotate.d/named' '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' @@ -30,9 +29,8 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc} 'named.logrotate' 'localhost.zone' '127.0.0.zone') -sha1sums=('c57b5825e36933119e9fd6f43e3f52262e7ff4ed' +sha1sums=('96aa28c6112c6a8c33a19efeac98c715f03b35ca' 'SKIP' - '4d96c9b9ef0aebdad7e79c749536858a344779b5' '029f89c49550c40ec7a95116b6a33f0e5a041094' 'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11' 'c71a7fc02d4bf0d55e8e29d1e014607ac1d58726' @@ -44,8 +42,6 @@ sha1sums=('c57b5825e36933119e9fd6f43e3f52262e7ff4ed' 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() { diff --git a/community/bind/bind.install b/extra/bind/bind.install similarity index 100% rename from community/bind/bind.install rename to extra/bind/bind.install diff --git a/community/bind/localhost.zone b/extra/bind/localhost.zone similarity index 100% rename from community/bind/localhost.zone rename to extra/bind/localhost.zone diff --git a/community/bind/named.conf b/extra/bind/named.conf similarity index 100% rename from community/bind/named.conf rename to extra/bind/named.conf diff --git a/community/bind/named.logrotate b/extra/bind/named.logrotate similarity index 100% rename from community/bind/named.logrotate rename to extra/bind/named.logrotate diff --git a/community/bind/named.service b/extra/bind/named.service similarity index 100% rename from community/bind/named.service rename to extra/bind/named.service diff --git a/community/bind/tmpfiles.d b/extra/bind/tmpfiles.d similarity index 100% rename from community/bind/tmpfiles.d rename to extra/bind/tmpfiles.d