[arch-commits] Commit in (5 files)

Gaetan Bisson bisson at archlinux.org
Sun Apr 22 08:03:39 UTC 2012


    Date: Sunday, April 22, 2012 @ 04:03:39
  Author: bisson
Revision: 156645

initial commit (new dependency for dnsutils, ldns)

see: https://mailman.archlinux.org/pipermail/arch-dev-public/2012-February/022548.html

Added:
  dnssec-anchors/
  dnssec-anchors/repos/
  dnssec-anchors/trunk/
  dnssec-anchors/trunk/PKGBUILD
  dnssec-anchors/trunk/trusted-key.key

-----------------+
 PKGBUILD        |   27 +++++++++++++++++++++++++++
 trusted-key.key |    2 ++
 2 files changed, 29 insertions(+)

Added: dnssec-anchors/trunk/PKGBUILD
===================================================================
--- dnssec-anchors/trunk/PKGBUILD	                        (rev 0)
+++ dnssec-anchors/trunk/PKGBUILD	2012-04-22 08:03:39 UTC (rev 156645)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Thomas Mudrunka <harvie at email.cz>
+# Contributor: m4xm4n <max at maxfierke.com>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=dnssec-anchors
+pkgver=20120422
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='http://data.iana.org/root-anchors/'
+license=('custom:NoCopyright')
+arch=('any')
+source=('trusted-key.key')
+sha256sums=('a6e1e5de6d3f26ea74792eab7ac21cc7805e986303bfa270a0120cc8146f881a')
+
+# dig . dnskey +short | sed 's/^/. 172789 IN DNSKEY /' > trusted-key.key
+
+package() {
+	cd "${srcdir}"
+
+	install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+
+	install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+	cat > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" << EOF
+The contents of this package are inelligible for copyright protection.
+EOF
+}


Property changes on: dnssec-anchors/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
Added: dnssec-anchors/trunk/trusted-key.key
===================================================================
--- dnssec-anchors/trunk/trusted-key.key	                        (rev 0)
+++ dnssec-anchors/trunk/trusted-key.key	2012-04-22 08:03:39 UTC (rev 156645)
@@ -0,0 +1,2 @@
+. 172789 IN DNSKEY 256 3 8 AwEAAbd0IPTQdvyndWSX6HHcB+JycMl1aCGTHSJUBs/y9S93el05VvXg 1VqSF4vveB9rEuAZ1z8RNWZ9ac+rlaK7PrI5RlCIyKKPbtHbpgQGkwai 8O6BZ4J/ch7DGuhGJfvoECcWjsucs683WFRtmfLx5WNdPxxi30Czt1zP qMWfY6YJ
+. 172789 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