[arch-commits] Commit in dnssec-anchors/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Thu Sep 24 06:57:02 UTC 2015
Date: Thursday, September 24, 2015 @ 08:57:01
Author: bisson
Revision: 247202
fix empty root.key because of truncated packets
Modified:
dnssec-anchors/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-24 02:33:29 UTC (rev 247201)
+++ PKGBUILD 2015-09-24 06:57:01 UTC (rev 247202)
@@ -21,7 +21,7 @@
build() {
cd "${srcdir}"
- drill -z -s DNSKEY . > root.key
+ drill -z -t -s DNSKEY . > root.key
cat root-anchors.xml |
awk 'BEGIN{ORS=" "}(NR>4){gsub(/<[^>]*>/,"");print tolower($0)}' |
More information about the arch-commits
mailing list