New package: dnssec-anchors-20141121
This commit is contained in:
parent
0d25ece870
commit
d7c3f36bcd
2 changed files with 15 additions and 0 deletions
1
srcpkgs/dnssec-anchors/files/root.key
Normal file
1
srcpkgs/dnssec-anchors/files/root.key
Normal file
|
@ -0,0 +1 @@
|
|||
. 166750 IN DNSKEY 257 3 8 AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0=
|
14
srcpkgs/dnssec-anchors/template
Normal file
14
srcpkgs/dnssec-anchors/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'dnssec-anchors'
|
||||
pkgname=dnssec-anchors
|
||||
version=20141121
|
||||
revision=1
|
||||
short_desc="DNSSEC trust anchors for the root zone"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="Public Domain"
|
||||
homepage="http://data.iana.org/root-anchors/"
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
# Generate using unbound-anchor(1).
|
||||
vinstall ${FILESDIR}/root.key 644 etc/dns
|
||||
}
|
Loading…
Reference in a new issue