[arch-commits] Commit in dnssec-anchors/repos (3 files)

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


    Date: Sunday, April 22, 2012 @ 04:03:59
  Author: bisson
Revision: 156646

archrelease: copy trunk to testing-any

Added:
  dnssec-anchors/repos/testing-any/
  dnssec-anchors/repos/testing-any/PKGBUILD
    (from rev 156645, dnssec-anchors/trunk/PKGBUILD)
  dnssec-anchors/repos/testing-any/trusted-key.key
    (from rev 156645, dnssec-anchors/trunk/trusted-key.key)

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

Copied: dnssec-anchors/repos/testing-any/PKGBUILD (from rev 156645, dnssec-anchors/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-04-22 08:03:59 UTC (rev 156646)
@@ -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
+}

Copied: dnssec-anchors/repos/testing-any/trusted-key.key (from rev 156645, dnssec-anchors/trunk/trusted-key.key)
===================================================================
--- testing-any/trusted-key.key	                        (rev 0)
+++ testing-any/trusted-key.key	2012-04-22 08:03:59 UTC (rev 156646)
@@ -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