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

2019-11-13 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 13, 2019 @ 17:17:50
  Author: foutrelis
Revision: 368323

archrelease: copy trunk to staging-any

Added:
  dnssec-anchors/repos/staging-any/
  dnssec-anchors/repos/staging-any/LICENSE
(from rev 368322, dnssec-anchors/trunk/LICENSE)
  dnssec-anchors/repos/staging-any/PKGBUILD
(from rev 368322, dnssec-anchors/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   33 +
 2 files changed, 34 insertions(+)

Copied: dnssec-anchors/repos/staging-any/LICENSE (from rev 368322, 
dnssec-anchors/trunk/LICENSE)
===
--- staging-any/LICENSE (rev 0)
+++ staging-any/LICENSE 2019-11-13 17:17:50 UTC (rev 368323)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: dnssec-anchors/repos/staging-any/PKGBUILD (from rev 368322, 
dnssec-anchors/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2019-11-13 17:17:50 UTC (rev 368323)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Thomas Mudrunka 
+# Contributor: m4xm4n 
+
+pkgname=dnssec-anchors
+pkgver=20190629
+pkgrel=2
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='https://data.iana.org/root-anchors/'
+license=('custom:none')
+arch=('any')
+makedepends=('unbound')
+source=('LICENSE')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+prepare() {
+   cd "${srcdir}"
+
+   unbound-anchor -v -a root.key ||
+   unbound-anchor -v -a root.key
+
+   unbound-host -v -f root.key -t DNSKEY . |
+   sed 's/ (secure)//;t;d' |
+   sed 's/ has / IN /' |
+   sed 's/ record / /' \
+   > trusted-key.key
+}
+
+package() {
+   cd "${srcdir}"
+   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-06-28 Thread Gaëtan Bisson via arch-commits
Date: Friday, June 28, 2019 @ 22:14:55
  Author: bisson
Revision: 357022

archrelease: copy trunk to testing-any

Added:
  dnssec-anchors/repos/testing-any/
  dnssec-anchors/repos/testing-any/LICENSE
(from rev 357021, dnssec-anchors/trunk/LICENSE)
  dnssec-anchors/repos/testing-any/PKGBUILD
(from rev 357021, dnssec-anchors/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   33 +
 2 files changed, 34 insertions(+)

Copied: dnssec-anchors/repos/testing-any/LICENSE (from rev 357021, 
dnssec-anchors/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2019-06-28 22:14:55 UTC (rev 357022)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: dnssec-anchors/repos/testing-any/PKGBUILD (from rev 357021, 
dnssec-anchors/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-06-28 22:14:55 UTC (rev 357022)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Thomas Mudrunka 
+# Contributor: m4xm4n 
+
+pkgname=dnssec-anchors
+pkgver=20190629
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='https://data.iana.org/root-anchors/'
+license=('custom:none')
+arch=('any')
+makedepends=('unbound')
+source=('LICENSE')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+prepare() {
+   cd "${srcdir}"
+
+   unbound-anchor -v -a root.key ||
+   unbound-anchor -v -a root.key
+
+   unbound-host -v -f root.key -t DNSKEY . |
+   sed 's/ (secure)//;t;d' |
+   sed 's/ has / IN /' |
+   sed 's/ record / /' \
+   > trusted-key.key
+}
+
+package() {
+   cd "${srcdir}"
+   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 22:49:05
  Author: bisson
Revision: 335721

archrelease: copy trunk to testing-any

Added:
  dnssec-anchors/repos/testing-any/
  dnssec-anchors/repos/testing-any/LICENSE
(from rev 335720, dnssec-anchors/trunk/LICENSE)
  dnssec-anchors/repos/testing-any/PKGBUILD
(from rev 335720, dnssec-anchors/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   33 +
 2 files changed, 34 insertions(+)

Copied: dnssec-anchors/repos/testing-any/LICENSE (from rev 335720, 
dnssec-anchors/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2018-10-03 22:49:05 UTC (rev 335721)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: dnssec-anchors/repos/testing-any/PKGBUILD (from rev 335720, 
dnssec-anchors/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-10-03 22:49:05 UTC (rev 335721)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Thomas Mudrunka 
+# Contributor: m4xm4n 
+
+pkgname=dnssec-anchors
+pkgver=20181003
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='https://data.iana.org/root-anchors/'
+license=('custom:none')
+arch=('any')
+makedepends=('unbound')
+source=('LICENSE')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+prepare() {
+   cd "${srcdir}"
+
+   unbound-anchor -v -a root.key ||
+   unbound-anchor -v -a root.key
+
+   unbound-host -v -f root.key -t DNSKEY . |
+   sed 's/ (secure)//;t;d' |
+   sed 's/ has / IN /' |
+   sed 's/ record / /' \
+   > trusted-key.key
+}
+
+package() {
+   cd "${srcdir}"
+   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-07-19 Thread Gaëtan Bisson
Date: Wednesday, July 19, 2017 @ 20:53:12
  Author: bisson
Revision: 300848

db-move: moved dnssec-anchors from [testing] to [core] (any)

Added:
  dnssec-anchors/repos/core-any/PKGBUILD
(from rev 300847, dnssec-anchors/repos/testing-any/PKGBUILD)
Deleted:
  dnssec-anchors/repos/core-any/PKGBUILD
  dnssec-anchors/repos/testing-any/

---+
 /PKGBUILD |   34 ++
 core-any/PKGBUILD |   34 --
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2017-07-19 20:11:59 UTC (rev 300847)
+++ core-any/PKGBUILD   2017-07-19 20:53:12 UTC (rev 300848)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Thomas Mudrunka 
-# Contributor: m4xm4n 
-
-pkgname=dnssec-anchors
-pkgver=20170228
-pkgrel=1
-pkgdesc='DNSSEC trust anchors for the root zone'
-url='https://data.iana.org/root-anchors/'
-license=('custom:NoCopyright')
-arch=('any')
-makedepends=('unbound')
-
-prepare() {
-   cd "${srcdir}"
-
-   unbound-anchor -v -a root.key ||
-   unbound-anchor -v -a root.key
-
-   unbound-host -v -f root.key -t DNSKEY . |
-   sed 's/ (secure)//;t;d' |
-   sed 's/ has / IN /' |
-   sed 's/ record / /' \
-   > trusted-key.key
-
-   echo 'The contents of this package are inelligible for copyright 
protection.' > LICENSE
-}
-
-package() {
-   cd "${srcdir}"
-   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dnssec-anchors/repos/core-any/PKGBUILD (from rev 300847, 
dnssec-anchors/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2017-07-19 20:53:12 UTC (rev 300848)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Thomas Mudrunka 
+# Contributor: m4xm4n 
+
+pkgname=dnssec-anchors
+pkgver=20170711
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='https://data.iana.org/root-anchors/'
+license=('custom:NoCopyright')
+arch=('any')
+makedepends=('unbound')
+
+prepare() {
+   cd "${srcdir}"
+
+   unbound-anchor -v -a root.key ||
+   unbound-anchor -v -a root.key
+
+   unbound-host -v -f root.key -t DNSKEY . |
+   sed 's/ (secure)//;t;d' |
+   sed 's/ has / IN /' |
+   sed 's/ record / /' \
+   > trusted-key.key
+
+   echo 'The contents of this package are inelligible for copyright 
protection.' > LICENSE
+}
+
+package() {
+   cd "${srcdir}"
+   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2012-04-22 Thread Gaetan Bisson
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/PKGBUILD2012-04-22 08:03:59 UTC (rev 156646)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Thomas Mudrunka 
+# Contributor: m4xm4n 
+# Maintainer: Gaetan Bisson 
+
+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=