[arch-commits] Commit in dnsutils/trunk (PKGBUILD trusted-key.key)

Gaetan Bisson bisson at archlinux.org
Fri Jan 20 06:47:37 UTC 2012


    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
===================================================================
--- PKGBUILD	2012-01-20 06:04:00 UTC (rev 146995)
+++ PKGBUILD	2012-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=




More information about the arch-commits mailing list