[dnssec-tools/el5] Patch to support NSEC3 records from newer versions of bind

Wes Hardaker hardaker at fedoraproject.org
Thu Apr 18 20:02:33 UTC 2013


commit 269ea5e45031c2d32dc0fdf52adbe7018bde60a0
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Thu Apr 18 13:02:16 2013 -0700

    Patch to support NSEC3 records from newer versions of bind

 dnssec-tools.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/dnssec-tools.spec b/dnssec-tools.spec
index 3b27b43..62f63b2 100644
--- a/dnssec-tools.spec
+++ b/dnssec-tools.spec
@@ -1,7 +1,7 @@
 Summary: A suite of tools for managing dnssec aware DNS usage
 Name: dnssec-tools
 Version: 1.13
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.dnssec-tools.org/
@@ -23,6 +23,7 @@ Patch8: dnssec-tools-zonefile-fast-fixes-1.13.patch
 Patch9: dnssec-tools-zonefile-fast-fixes-1.14.patch
 Patch10: dnssec-tools-1.13-zonesigner-soa-rewrite.patch
 Patch11: dnssec-tools-1.14-zonesigner-soa-rewrite.patch
+Patch12: dnssec-tools-zonefile-fast-nsec3-1.20.patch
 
 %description
 
@@ -66,6 +67,7 @@ C-based libraries useful for developing dnssec aware tools.
 %patch8 -p0 -d tools/modules/ZoneFile-Fast/
 #%patch9 -p0 -d tools/modules/ZoneFile-Fast/
 %patch10 -p0  -d tools/scripts
+%patch12 -p2
 
 %build
 %configure --with-validator-testcases-file=%{_datadir}/dnssec-tools/validator-testcases --with-perl-build-args="INSTALLDIRS=vendor OPTIMIZE='$RPM_OPT_FLAGS'" --sysconfdir=/etc --with-root-hints=/etc/dnssec-tools/root.hints --with-resolv-conf=/etc/dnssec-tools/resolv.conf --disable-static --with-nsec3 --with-ipv6 --with-dlv --disable-bind-checks
@@ -334,6 +336,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/val_freeaddrinfo.3.gz
 
 %changelog
+* Thu Apr 18 2013 Wes Hardaker <wjhns174 at hardakers.net> - 1.13-11
+- Patch to support NSEC3 records from newer versions of bind
+
 * Wed Mar  6 2013 Wes Hardaker <wjhns174 at hardakers.net> - 1.13-10
 - Added ownership of the /etc/dnssec-tools directory
 


More information about the scm-commits mailing list