[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Tuesday, July 1, 2014 @ 18:00:32 Author: fyan Revision: 216108 upgpkg: dnsutils 9.9.2.P2-2 mtree rebuild Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-07-01 16:00:07 UTC (rev 216107) +++ PKGBUILD2014-07-01 16:00:32 UTC (rev 216108) @@ -7,7 +7,7 @@ pkgname=dnsutils _pkgver=9.9.2-P2 pkgver=${_pkgver//-/.} -pkgrel=1 +pkgrel=2 pkgdesc='DNS utilities: dig host nslookup' url='http://www.isc.org/software/bind/' license=('custom:ISC')
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Friday, March 29, 2013 @ 13:51:12 Author: jgc Revision: 180986 upgpkg: dnsutils 9.9.2.P2-1 Security update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-03-29 12:10:22 UTC (rev 180985) +++ PKGBUILD2013-03-29 12:51:12 UTC (rev 180986) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer: Gaetan Bisson +# Maintainer: Jan de Groot +# Contributor: Gaetan Bisson # Contributor: kevin # Contributor: mario pkgname=dnsutils -_pkgver=9.9.2-P1 +_pkgver=9.9.2-P2 pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc='DNS utilities: dig host nslookup' @@ -15,7 +16,7 @@ depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'remove-bind.patch') -sha1sums=('9d56db2a86dde8167f7adfb200beee0f51d771a5' +sha1sums=('3aadeaf64164a31a1cf22737ff2eea706792b68d' 'bb13bd54134e4d787469be25461a3cc3f5cb57f4') replaces=('bind-tools' 'host')
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Tuesday, December 4, 2012 @ 16:32:37 Author: bisson Revision: 172757 upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-12-04 21:31:54 UTC (rev 172756) +++ PKGBUILD2012-12-04 21:32:37 UTC (rev 172757) @@ -4,7 +4,7 @@ # Contributor: mario pkgname=dnsutils -_pkgver=9.9.2 +_pkgver=9.9.2-P1 pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc='DNS utilities: dig host nslookup' @@ -15,7 +15,7 @@ depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'remove-bind.patch') -sha1sums=('eb9fa7b497d67ce61a120cb96c302381bc385324' +sha1sums=('9d56db2a86dde8167f7adfb200beee0f51d771a5' 'bb13bd54134e4d787469be25461a3cc3f5cb57f4') replaces=('bind-tools' 'host')
[arch-commits] Commit in dnsutils/trunk (PKGBUILD remove-bind.patch)
Date: Tuesday, October 9, 2012 @ 18:09:48 Author: bisson Revision: 168389 upstream update Modified: dnsutils/trunk/PKGBUILD dnsutils/trunk/remove-bind.patch ---+ PKGBUILD |6 +++--- remove-bind.patch |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-09 21:57:54 UTC (rev 168388) +++ PKGBUILD2012-10-09 22:09:48 UTC (rev 168389) @@ -4,7 +4,7 @@ # Contributor: mario pkgname=dnsutils -_pkgver=9.9.1-P3 +_pkgver=9.9.2 pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc='DNS utilities: dig host nslookup' @@ -15,8 +15,8 @@ depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'remove-bind.patch') -sha1sums=('1c890f69f627ffbc76460c766bafefde408ed799' - 'b465ef6160b004838f04de9978fe1be8422af777') +sha1sums=('eb9fa7b497d67ce61a120cb96c302381bc385324' + 'bb13bd54134e4d787469be25461a3cc3f5cb57f4') replaces=('bind-tools' 'host') Modified: remove-bind.patch === --- remove-bind.patch 2012-10-09 21:57:54 UTC (rev 168388) +++ remove-bind.patch 2012-10-09 22:09:48 UTC (rev 168389) @@ -6,7 +6,7 @@ top_srcdir = @top_srcdir@ -SUBDIRS = named rndc dig dnssec tests tools nsupdate \ -- check confgen @PKCS11_TOOLS@ +- check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@ +SUBDIRS = dig TARGETS =
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Wednesday, September 12, 2012 @ 18:37:56 Author: bisson Revision: 166600 upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-09-12 20:22:19 UTC (rev 166599) +++ PKGBUILD2012-09-12 22:37:56 UTC (rev 166600) @@ -4,12 +4,9 @@ # Contributor: mario pkgname=dnsutils - -# Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.9.1.P2 -_pkgver=9.9.1-P2 +_pkgver=9.9.1-P3 +pkgver=${_pkgver//-/.} pkgrel=1 - pkgdesc='DNS utilities: dig host nslookup' url='http://www.isc.org/software/bind/' license=('custom:ISC') @@ -18,7 +15,7 @@ depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'remove-bind.patch') -sha1sums=('449b12c32682b5bef64c7b53cd0fc0c6b731c8a7' +sha1sums=('1c890f69f627ffbc76460c766bafefde408ed799' 'b465ef6160b004838f04de9978fe1be8422af777') replaces=('bind-tools' 'host')
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Tuesday, July 24, 2012 @ 20:28:49 Author: bisson Revision: 164041 upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-07-24 23:12:01 UTC (rev 164040) +++ PKGBUILD2012-07-25 00:28:49 UTC (rev 164041) @@ -6,8 +6,8 @@ pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.9.1.P1 -_pkgver=9.9.1-P1 +pkgver=9.9.1.P2 +_pkgver=9.9.1-P2 pkgrel=1 pkgdesc='DNS utilities: dig host nslookup' @@ -18,7 +18,7 @@ depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'remove-bind.patch') -sha1sums=('a2263b96ccd8a143ea54b39958142c542bf605a8' +sha1sums=('449b12c32682b5bef64c7b53cd0fc0c6b731c8a7' 'b465ef6160b004838f04de9978fe1be8422af777') replaces=('bind-tools' 'host')
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Monday, June 4, 2012 @ 12:37:30 Author: bisson Revision: 160723 upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-04 15:56:13 UTC (rev 160722) +++ PKGBUILD2012-06-04 16:37:30 UTC (rev 160723) @@ -6,8 +6,8 @@ pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.9.1 -_pkgver=9.9.1 +pkgver=9.9.1.P1 +_pkgver=9.9.1-P1 pkgrel=1 pkgdesc='DNS utilities: dig host nslookup' @@ -18,7 +18,7 @@ depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'remove-bind.patch') -sha1sums=('c963de85ba6f55d7615471b29b356efe6c844e9c' +sha1sums=('a2263b96ccd8a143ea54b39958142c542bf605a8' 'b465ef6160b004838f04de9978fe1be8422af777') replaces=('bind-tools' 'host')
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Monday, May 21, 2012 @ 22:13:13 Author: bisson Revision: 159345 upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-05-22 00:00:17 UTC (rev 159344) +++ PKGBUILD2012-05-22 02:13:13 UTC (rev 159345) @@ -6,9 +6,9 @@ pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.9.0 -_pkgver=9.9.0 -pkgrel=2 +pkgver=9.9.1 +_pkgver=9.9.1 +pkgrel=1 pkgdesc='DNS utilities: dig host nslookup' url='http://www.isc.org/software/bind/' @@ -18,7 +18,7 @@ depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'remove-bind.patch') -sha1sums=('6be77c75c8649088b0ae7124d819b5f412bb0094' +sha1sums=('c963de85ba6f55d7615471b29b356efe6c844e9c' 'b465ef6160b004838f04de9978fe1be8422af777') replaces=('bind-tools' 'host')
[arch-commits] Commit in dnsutils/trunk (PKGBUILD trusted-key.key)
Date: Sunday, April 22, 2012 @ 04:04:52 Author: bisson Revision: 156647 depend on dnssec-anchors see: https://mailman.archlinux.org/pipermail/arch-dev-public/2012-February/022548.html Modified: dnsutils/trunk/PKGBUILD Deleted: dnsutils/trunk/trusted-key.key -+ PKGBUILD| 11 --- trusted-key.key |2 -- 2 files changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-22 08:03:59 UTC (rev 156646) +++ PKGBUILD2012-04-22 08:04:52 UTC (rev 156647) @@ -8,20 +8,18 @@ # Use a period and not a hyphen before the patch level for proper versioning. pkgver=9.9.0 _pkgver=9.9.0 -pkgrel=1 +pkgrel=2 pkgdesc='DNS utilities: dig host nslookup' url='http://www.isc.org/software/bind/' license=('custom:ISC') arch=('i686' 'x86_64') options=('!makeflags') -depends=('openssl' 'krb5' 'idnkit') +depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; -'remove-bind.patch' -'trusted-key.key') +'remove-bind.patch') sha1sums=('6be77c75c8649088b0ae7124d819b5f412bb0094' - 'b465ef6160b004838f04de9978fe1be8422af777' - 'ca93da30c89de4365b846325d6ec4674a3e4fc02') + 'b465ef6160b004838f04de9978fe1be8422af777') replaces=('bind-tools' 'host') @@ -49,7 +47,6 @@ package() { cd "${srcdir}/bind-${_pkgver}" - install -Dm644 ../trusted-key.key "${pkgdir}"/etc/trusted-key.key install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" cd bin; make DESTDIR="${pkgdir}" install } Deleted: trusted-key.key === --- trusted-key.key 2012-04-22 08:03:59 UTC (rev 156646) +++ trusted-key.key 2012-04-22 08:04:52 UTC (rev 156647) @@ -1,2 +0,0 @@ -. 172800 IN DNSKEY 256 3 8 AwEAAZ/NErKzyMlImJ+2HTmK9qeH2sLUywlsF+mJbTP5GKoYFHoU2vn2 Zqr261Lk7a6jfBKYny5GX7BDRJcVvig36TgOinE9QP5KVS0RxdrOl98g KLwFMORfNf/wjCwjPdEl1GgaGYl0npJ4c+x+o6aa/xmDKJo9zUlpvb7B LxbJ7HwF -. 172800 IN DNSKEY 257 3 8 AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq QxA+Uk1ihz0=
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Thursday, March 1, 2012 @ 17:00:43 Author: bisson Revision: 151739 upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-03-01 21:58:23 UTC (rev 151738) +++ PKGBUILD2012-03-01 22:00:43 UTC (rev 151739) @@ -6,9 +6,9 @@ pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.8.1 -_pkgver=9.8.1 -pkgrel=2 +pkgver=9.9.0 +_pkgver=9.9.0 +pkgrel=1 pkgdesc='DNS utilities: dig host nslookup' url='http://www.isc.org/software/bind/' @@ -19,7 +19,7 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'remove-bind.patch' 'trusted-key.key') -sha1sums=('7e6ed6ebc896b1de33a9f440233066c60539de4c' +sha1sums=('6be77c75c8649088b0ae7124d819b5f412bb0094' 'b465ef6160b004838f04de9978fe1be8422af777' 'ca93da30c89de4365b846325d6ec4674a3e4fc02')
[arch-commits] Commit in dnsutils/trunk (PKGBUILD trusted-key.key)
Date: Friday, January 20, 2012 @ 01:47:36 Author: bisson Revision: 146996 add trusted-key with root anchor for default dnssec support Added: dnsutils/trunk/trusted-key.key Modified: dnsutils/trunk/PKGBUILD -+ PKGBUILD| 12 ++-- trusted-key.key |2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-20 06:04:00 UTC (rev 146995) +++ PKGBUILD2012-01-20 06:47:36 UTC (rev 146996) @@ -17,9 +17,11 @@ options=('!makeflags') depends=('openssl' 'krb5' 'idnkit') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; -'remove-bind.patch') +'remove-bind.patch' +'trusted-key.key') sha1sums=('7e6ed6ebc896b1de33a9f440233066c60539de4c' - 'b465ef6160b004838f04de9978fe1be8422af777') + 'b465ef6160b004838f04de9978fe1be8422af777' + 'ca93da30c89de4365b846325d6ec4674a3e4fc02') replaces=('bind-tools' 'host') @@ -47,9 +49,7 @@ package() { cd "${srcdir}/bind-${_pkgver}" - + install -Dm644 ../trusted-key.key "${pkgdir}"/etc/trusted-key.key install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - - cd bin - make DESTDIR="${pkgdir}" install + cd bin; make DESTDIR="${pkgdir}" install } Added: trusted-key.key === --- trusted-key.key (rev 0) +++ trusted-key.key 2012-01-20 06:47:36 UTC (rev 146996) @@ -0,0 +1,2 @@ +. 172800 IN DNSKEY 256 3 8 AwEAAZ/NErKzyMlImJ+2HTmK9qeH2sLUywlsF+mJbTP5GKoYFHoU2vn2 Zqr261Lk7a6jfBKYny5GX7BDRJcVvig36TgOinE9QP5KVS0RxdrOl98g KLwFMORfNf/wjCwjPdEl1GgaGYl0npJ4c+x+o6aa/xmDKJo9zUlpvb7B LxbJ7HwF +. 172800 IN DNSKEY 257 3 8 AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq QxA+Uk1ihz0=
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Friday, November 4, 2011 @ 03:02:54 Author: bisson Revision: 142024 fix FS#26733 Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-04 06:51:06 UTC (rev 142023) +++ PKGBUILD2011-11-04 07:02:54 UTC (rev 142024) @@ -8,14 +8,14 @@ # Use a period and not a hyphen before the patch level for proper versioning. pkgver=9.8.1 _pkgver=9.8.1 -pkgrel=1 +pkgrel=2 pkgdesc='DNS utilities: dig host nslookup' url='http://www.isc.org/software/bind/' license=('custom:ISC') arch=('i686' 'x86_64') -depends=('openssl' 'idnkit') options=('!makeflags') +depends=('openssl' 'krb5' 'idnkit') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'remove-bind.patch') sha1sums=('7e6ed6ebc896b1de33a9f440233066c60539de4c' @@ -52,5 +52,4 @@ cd bin make DESTDIR="${pkgdir}" install - }
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Sunday, September 4, 2011 @ 00:46:52 Author: bisson Revision: 136965 upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-09-04 04:46:19 UTC (rev 136964) +++ PKGBUILD2011-09-04 04:46:52 UTC (rev 136965) @@ -6,9 +6,9 @@ pkgname=dnsutils # 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='DNS utilities: dig host nslookup' url='http://www.isc.org/software/bind/' @@ -18,7 +18,7 @@ options=('!makeflags') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'remove-bind.patch') -sha1sums=('969864200c1516a8bea54266de60f316d79182b4' +sha1sums=('7e6ed6ebc896b1de33a9f440233066c60539de4c' 'b465ef6160b004838f04de9978fe1be8422af777') replaces=('bind-tools' 'host')
[arch-commits] Commit in dnsutils/trunk (PKGBUILD remove-bind.patch tools-only.patch)
Date: Monday, August 29, 2011 @ 01:30:11 Author: bisson Revision: 136401 implement FS#25801 Added: dnsutils/trunk/remove-bind.patch Modified: dnsutils/trunk/PKGBUILD Deleted: dnsutils/trunk/tools-only.patch ---+ PKGBUILD | 32 ++-- remove-bind.patch | 25 + tools-only.patch | 25 - 3 files changed, 43 insertions(+), 39 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-08-29 05:28:19 UTC (rev 136400) +++ PKGBUILD2011-08-29 05:30:11 UTC (rev 136401) @@ -8,45 +8,49 @@ # 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=1 +pkgrel=2 -pkgdesc='Various DNS utilities - dig host nslookup nsupdate' +pkgdesc='DNS utilities: dig host nslookup' +url='http://www.isc.org/software/bind/' +license=('custom:ISC') arch=('i686' 'x86_64') -url='https://www.isc.org/software/bind' -license=('custom:ISC') depends=('openssl' 'idnkit') -replaces=('bind-tools' 'host') options=('!makeflags') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; -'tools-only.patch') +'remove-bind.patch') sha1sums=('969864200c1516a8bea54266de60f316d79182b4' - 'ac88c89e25c26d73095a3dd85e1ca1070d184ded') + 'b465ef6160b004838f04de9978fe1be8422af777') +replaces=('bind-tools' 'host') + build() { cd "${srcdir}/bind-${_pkgver}" + patch -p1 -i ../remove-bind.patch + export STD_CDEFINES='-DDIG_SIGCHASE' + # hack to remove unused bloat from the binaries CFLAGS+=' -fdata-sections -ffunction-sections' LDFLAGS+=' -Wl,--gc-sections' - patch -p1 -i ../tools-only.patch - export STD_CDEFINES='-DDIG_SIGCHASE' - ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --with-openssl=yes \ - --with-idn=yes \ + --disable-static \ --disable-linux-caps \ + --with-openssl \ + --with-idn \ make } package() { - cd "${srcdir}/bind-${_pkgver}/bin" + cd "${srcdir}/bind-${_pkgver}" + install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + + cd bin make DESTDIR="${pkgdir}" install - install -Dm644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } Added: remove-bind.patch === --- remove-bind.patch (rev 0) +++ remove-bind.patch 2011-08-29 05:30:11 UTC (rev 136401) @@ -0,0 +1,25 @@ +diff -aur old/bin/Makefile.in new/bin/Makefile.in +--- old/bin/Makefile.in2009-10-05 05:07:08.0 -0700 new/bin/Makefile.in2011-08-28 19:16:17.245495043 -0700 +@@ -19,8 +19,7 @@ + VPATH = @srcdir@ + top_srcdir = @top_srcdir@ + +-SUBDIRS = named rndc dig dnssec tests tools nsupdate \ +- check confgen @PKCS11_TOOLS@ ++SUBDIRS = dig + TARGETS = + + @BIND9_MAKE_RULES@ +diff -aur old/lib/Makefile.in new/lib/Makefile.in +--- old/lib/Makefile.in2007-06-19 16:47:13.0 -0700 new/lib/Makefile.in2011-08-28 19:17:50.828688599 -0700 +@@ -23,7 +23,7 @@ + # Attempt to disable parallel processing. + .NOTPARALLEL: + .NO_PARALLEL: +-SUBDIRS = isc isccc dns isccfg bind9 lwres tests ++SUBDIRS = isc dns isccfg bind9 lwres + TARGETS = + + @BIND9_MAKE_RULES@ Deleted: tools-only.patch === --- tools-only.patch2011-08-29 05:28:19 UTC (rev 136400) +++ tools-only.patch2011-08-29 05:30:11 UTC (rev 136401) @@ -1,25 +0,0 @@ -diff -Naur bind-9.7.1-P2.orig/bin/Makefile.in bind-9.7.1-P2/bin/Makefile.in bind-9.7.1-P2.orig/bin/Makefile.in 2009-10-05 08:07:08.0 -0400 -+++ bind-9.7.1-P2/bin/Makefile.in 2010-07-22 15:55:00.0 -0400 -@@ -19,8 +19,7 @@ - VPATH = @srcdir@ - top_srcdir = @top_srcdir@ - --SUBDIRS = named rndc dig dnssec tests tools nsupdate \ -- check confgen @PKCS11_TOOLS@ -+SUBDIRS = dig nsupdate - TARGETS = - - @BIND9_MAKE_RULES@ -diff -Naur bind-9.7.1-P2.orig/lib/Makefile.in bind-9.7.1-P2/lib/Makefile.in bind-9.7.1-P2.orig/lib/Makefile.in 2007-06-19 19:47:13.0 -0400 -+++ bind-9.7.1-P2/lib/Makefile.in 2010-07-22 15:56:29.0 -0400 -@@ -23,7 +23,7 @@ - # Attempt to disable parallel processing. - .NOTPARALLEL: - .NO_PARALLEL: --SUBDIRS = isc isccc dns isccfg bind9 lwres tests -+SUBDIRS = isc dns isccfg bind9 lwres - TARGETS = - - @BIND9_MAKE_RULES@
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Friday, July 8, 2011 @ 16:48:37 Author: bisson Revision: 130911 remove unused bloat (hack from FS#25048 despite the reporter's attitude) Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |4 1 file changed, 4 insertions(+) Modified: PKGBUILD === --- PKGBUILD2011-07-08 20:32:59 UTC (rev 130910) +++ PKGBUILD2011-07-08 20:48:37 UTC (rev 130911) @@ -25,6 +25,10 @@ build() { cd "${srcdir}/bind-${_pkgver}" + # hack to remove unused bloat from the binaries + CFLAGS+=' -fdata-sections -ffunction-sections' + LDFLAGS+=' -Wl,--gc-sections' + patch -p1 -i ../tools-only.patch export STD_CDEFINES='-DDIG_SIGCHASE'
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Wednesday, July 6, 2011 @ 22:37:46 Author: bisson Revision: 130510 upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-07-07 02:37:09 UTC (rev 130509) +++ PKGBUILD2011-07-07 02:37:46 UTC (rev 130510) @@ -6,8 +6,8 @@ pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.8.0.P2 -_pkgver=9.8.0-P2 +pkgver=9.8.0.P4 +_pkgver=9.8.0-P4 pkgrel=1 pkgdesc='Various DNS utilities - dig host nslookup nsupdate' @@ -19,7 +19,7 @@ options=('!makeflags') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'tools-only.patch') -sha1sums=('b3492ad11cfbf2939d9b0fb62c52c204de58679b' +sha1sums=('969864200c1516a8bea54266de60f316d79182b4' 'ac88c89e25c26d73095a3dd85e1ca1070d184ded') build() {
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Friday, May 27, 2011 @ 06:41:33 Author: bisson Revision: 125626 minor upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-05-27 08:35:00 UTC (rev 125625) +++ PKGBUILD2011-05-27 10:41:33 UTC (rev 125626) @@ -6,8 +6,8 @@ pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.8.0.P1 -_pkgver=9.8.0-P1 +pkgver=9.8.0.P2 +_pkgver=9.8.0-P2 pkgrel=1 pkgdesc='Various DNS utilities - dig host nslookup nsupdate' @@ -19,21 +19,30 @@ options=('!makeflags') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'tools-only.patch') -sha1sums=('aa8f308f218e437ac4bad616e0ae83a9b9c40c29' +sha1sums=('b3492ad11cfbf2939d9b0fb62c52c204de58679b' 'ac88c89e25c26d73095a3dd85e1ca1070d184ded') build() { cd "${srcdir}/bind-${_pkgver}" - patch -p1 < ../tools-only.patch + + patch -p1 -i ../tools-only.patch export STD_CDEFINES='-DDIG_SIGCHASE' + ./configure \ - --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --with-openssl=yes --with-idn=yes --disable-linux-caps + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-openssl=yes \ + --with-idn=yes \ + --disable-linux-caps \ + make } package() { cd "${srcdir}/bind-${_pkgver}/bin" + make DESTDIR="${pkgdir}" install + install -Dm644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Saturday, May 7, 2011 @ 10:46:05 Author: bisson Revision: 122965 minor upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-05-07 14:45:48 UTC (rev 122964) +++ PKGBUILD2011-05-07 14:46:05 UTC (rev 122965) @@ -1,12 +1,13 @@ # $Id$ -# Maintainer: kevin +# Maintainer: Gaetan Bisson +# Contributor: kevin # Contributor: mario pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.8.0 -_pkgver=9.8.0 +pkgver=9.8.0.P1 +_pkgver=9.8.0-P1 pkgrel=1 pkgdesc='Various DNS utilities - dig host nslookup nsupdate' @@ -18,7 +19,7 @@ options=('!makeflags') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'tools-only.patch') -sha1sums=('33019694ef3119d9daa1e8ff5117a6688e188528' +sha1sums=('aa8f308f218e437ac4bad616e0ae83a9b9c40c29' 'ac88c89e25c26d73095a3dd85e1ca1070d184ded') build() {
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Monday, March 7, 2011 @ 19:16:14 Author: bisson Revision: 112955 upstream update Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-03-07 23:45:55 UTC (rev 112954) +++ PKGBUILD2011-03-08 00:16:14 UTC (rev 112955) @@ -5,8 +5,8 @@ pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.7.3 -_pkgver=9.7.3 +pkgver=9.8.0 +_pkgver=9.8.0 pkgrel=1 pkgdesc='Various DNS utilities - dig host nslookup nsupdate' @@ -18,7 +18,7 @@ options=('!makeflags') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'tools-only.patch') -sha1sums=('78e14b3d3e653a8c21b098361b645dee5ed66238' +sha1sums=('33019694ef3119d9daa1e8ff5117a6688e188528' 'ac88c89e25c26d73095a3dd85e1ca1070d184ded') build() {
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Monday, February 21, 2011 @ 14:14:23 Author: bisson Revision: 110712 upstream upgrade, PKGBUILD cleanup, enable IDN and DNSSEC support Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD | 37 + 1 file changed, 21 insertions(+), 16 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-02-21 19:12:21 UTC (rev 110711) +++ PKGBUILD2011-02-21 19:14:23 UTC (rev 110712) @@ -1,33 +1,38 @@ # $Id$ # Maintainer: kevin # Contributor: mario + pkgname=dnsutils + # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.7.2.P3 -_pkgver=9.7.2-P3 +pkgver=9.7.3 +_pkgver=9.7.3 pkgrel=1 -pkgdesc="Various DNS utilities - dig host nslookup nsupdate" -arch=(i686 x86_64) -url="https://www.isc.org/software/bind"; + +pkgdesc='Various DNS utilities - dig host nslookup nsupdate' +arch=('i686' 'x86_64') +url='https://www.isc.org/software/bind' license=('custom:ISC') -depends=('openssl') +depends=('openssl' 'idnkit') replaces=('bind-tools' 'host') -options=('makeflags') +options=('!makeflags') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; 'tools-only.patch') -sha1sums=('ca621a23e79298b4da14a3884690edbccda410d4' +sha1sums=('78e14b3d3e653a8c21b098361b645dee5ed66238' 'ac88c89e25c26d73095a3dd85e1ca1070d184ded') build() { - cd "${srcdir}/bind-${_pkgver}" - patch -p1 < ../tools-only.patch - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --with-openssl=yes --disable-linux-caps --without-libxml2 - make + cd "${srcdir}/bind-${_pkgver}" + patch -p1 < ../tools-only.patch + export STD_CDEFINES='-DDIG_SIGCHASE' + ./configure \ + --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --with-openssl=yes --with-idn=yes --disable-linux-caps + make } package() { - cd "${srcdir}/bind-${_pkgver}/bin" - make DESTDIR="${pkgdir}" install - install -Dm644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + cd "${srcdir}/bind-${_pkgver}/bin" + make DESTDIR="${pkgdir}" install + install -Dm644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }
[arch-commits] Commit in dnsutils/trunk (PKGBUILD bind.so_bsdcompat.diff)
Date: Monday, December 20, 2010 @ 18:54:01 Author: bisson Revision: 103525 upstream update Modified: dnsutils/trunk/PKGBUILD Deleted: dnsutils/trunk/bind.so_bsdcompat.diff + PKGBUILD | 25 +++-- bind.so_bsdcompat.diff | 11 --- 2 files changed, 11 insertions(+), 25 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-12-20 23:48:44 UTC (rev 103524) +++ PKGBUILD2010-12-20 23:54:01 UTC (rev 103525) @@ -3,8 +3,8 @@ # Contributor: mario pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.7.1.P2 -_pkgver=9.7.1-P2 +pkgver=9.7.2.P3 +_pkgver=9.7.2-P3 pkgrel=1 pkgdesc="Various DNS utilities - dig host nslookup nsupdate" arch=(i686 x86_64) @@ -13,24 +13,21 @@ depends=('openssl') replaces=('bind-tools' 'host') options=('makeflags') -source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz - bind.so_bsdcompat.diff tools-only.patch) -md5sums=('bd6be63cc910d04da39103d441871596' - '447d58721cfee0e1e377b46f7d50b327' - 'be0558f70ed81d90e68e6b6003ba12ed') +source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"; +'tools-only.patch') +sha1sums=('ca621a23e79298b4da14a3884690edbccda410d4' + 'ac88c89e25c26d73095a3dd85e1ca1070d184ded') build() { cd "${srcdir}/bind-${_pkgver}" - patch -Np0 -i "${srcdir}/bind.so_bsdcompat.diff" || return 1 - patch -Np1 -i "${srcdir}/tools-only.patch" || return 1 + patch -p1 < ../tools-only.patch ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --with-openssl=yes --disable-linux-caps --without-libxml2 || return 1 - make || return 1 + --with-openssl=yes --disable-linux-caps --without-libxml2 + make } package() { cd "${srcdir}/bind-${_pkgver}/bin" - make DESTDIR="${pkgdir}" install || return 1 - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1 + make DESTDIR="${pkgdir}" install + install -Dm644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } Deleted: bind.so_bsdcompat.diff === --- bind.so_bsdcompat.diff 2010-12-20 23:48:44 UTC (rev 103524) +++ bind.so_bsdcompat.diff 2010-12-20 23:54:01 UTC (rev 103525) @@ -1,11 +0,0 @@ ./lib/isc/unix/socket.c.orig 2005-11-03 17:08:42.0 -0600 -+++ ./lib/isc/unix/socket.c2006-02-18 13:09:15.0 -0600 -@@ -245,6 +245,8 @@ - - #define SOCK_DEAD(s) ((s)->references == 0) - -+#undef SO_BSDCOMPAT -+ - static void - manager_log(isc_socketmgr_t *sockmgr, - isc_logcategory_t *category, isc_logmodule_t *module, int level,
[arch-commits] Commit in dnsutils/trunk (PKGBUILD tools-only.patch)
Date: Thursday, July 22, 2010 @ 16:05:06 Author: kevin Revision: 85957 upgpkg: dnsutils 9.7.1.P2-1 Updated to version 9.7.1-P2 Modified: dnsutils/trunk/PKGBUILD dnsutils/trunk/tools-only.patch --+ PKGBUILD | 11 ++- tools-only.patch | 15 +-- 2 files changed, 15 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-22 19:19:57 UTC (rev 85956) +++ PKGBUILD2010-07-22 20:05:06 UTC (rev 85957) @@ -3,9 +3,9 @@ # Contributor: mario pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.6.1 -_pkgver=9.6.1 -pkgrel=3 +pkgver=9.7.1.P2 +_pkgver=9.7.1-P2 +pkgrel=1 pkgdesc="Various DNS utilities - dig host nslookup nsupdate" arch=(i686 x86_64) url="https://www.isc.org/software/bind"; @@ -15,8 +15,9 @@ options=('makeflags') source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz bind.so_bsdcompat.diff tools-only.patch) -md5sums=('516ac74d8eaaef30ad4c99ada8b715cd' '447d58721cfee0e1e377b46f7d50b327' - '329f7e15b8c45d3efefdf5b559bb878a') +md5sums=('bd6be63cc910d04da39103d441871596' + '447d58721cfee0e1e377b46f7d50b327' + 'be0558f70ed81d90e68e6b6003ba12ed') build() { cd "${srcdir}/bind-${_pkgver}" Modified: tools-only.patch === --- tools-only.patch2010-07-22 19:19:57 UTC (rev 85956) +++ tools-only.patch2010-07-22 20:05:06 UTC (rev 85957) @@ -1,16 +1,19 @@ bind-9.3.1/bin/Makefile.in.orig2005-05-06 01:52:36.0 -0400 -+++ bind-9.3.1/bin/Makefile.in 2005-05-06 01:53:24.0 -0400 -@@ -19,7 +19,7 @@ +diff -Naur bind-9.7.1-P2.orig/bin/Makefile.in bind-9.7.1-P2/bin/Makefile.in +--- bind-9.7.1-P2.orig/bin/Makefile.in 2009-10-05 08:07:08.0 -0400 bind-9.7.1-P2/bin/Makefile.in 2010-07-22 15:55:00.0 -0400 +@@ -19,8 +19,7 @@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ --SUBDIRS = named rndc dig dnssec tests nsupdate check +-SUBDIRS = named rndc dig dnssec tests tools nsupdate \ +- check confgen @PKCS11_TOOLS@ +SUBDIRS = dig nsupdate TARGETS = @BIND9_MAKE_RULES@ bind-9.3.1/lib/Makefile.in.orig2005-05-06 02:05:12.0 -0400 -+++ bind-9.3.1/lib/Makefile.in 2005-05-06 02:05:35.0 -0400 +diff -Naur bind-9.7.1-P2.orig/lib/Makefile.in bind-9.7.1-P2/lib/Makefile.in +--- bind-9.7.1-P2.orig/lib/Makefile.in 2007-06-19 19:47:13.0 -0400 bind-9.7.1-P2/lib/Makefile.in 2010-07-22 15:56:29.0 -0400 @@ -23,7 +23,7 @@ # Attempt to disable parallel processing. .NOTPARALLEL:
[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Date: Wednesday, March 31, 2010 @ 22:17:43 Author: pierre Revision: 75202 upgpkg: dnsutils 9.6.1-3 openssl/heimdal rebuild Modified: dnsutils/trunk/PKGBUILD --+ PKGBUILD |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-04-01 02:13:34 UTC (rev 75201) +++ PKGBUILD2010-04-01 02:17:43 UTC (rev 75202) @@ -5,12 +5,12 @@ # Use a period and not a hyphen before the patch level for proper versioning. pkgver=9.6.1 _pkgver=9.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="Various DNS utilities - dig host nslookup nsupdate" arch=(i686 x86_64) url="https://www.isc.org/software/bind"; license=('custom:ISC') -depends=('openssl>=0.9.8h') +depends=('openssl') replaces=('bind-tools' 'host') options=('makeflags') source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz @@ -25,7 +25,10 @@ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --with-openssl=yes --disable-linux-caps --without-libxml2 || return 1 make || return 1 - cd bin || return 1 +} + +package() { + cd "${srcdir}/bind-${_pkgver}/bin" make DESTDIR="${pkgdir}" install || return 1 install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1