[dnssec-tools/f18: 14/15] Added fixes for Net::DNS::Zonefile::Fast

Wes Hardaker hardaker at fedoraproject.org
Thu Jan 3 19:35:36 UTC 2013


commit 08c4f9ef2968a3fc1d2686967c5a65855b981f11
Merge: c30095e 3189e77
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Wed Jan 2 12:15:05 2013 -0800

    Added fixes for Net::DNS::Zonefile::Fast

 dnssec-tools-zonefile-fast-fixes-1.13.patch |   44 +++++++++++++++++++++++++++
 dnssec-tools.spec                           |   32 +++++++++++++++++--
 2 files changed, 72 insertions(+), 4 deletions(-)
---
diff --cc dnssec-tools.spec
index 7fd068a,f0c7af0..d519d90
--- a/dnssec-tools.spec
+++ b/dnssec-tools.spec
@@@ -1,7 -1,7 +1,7 @@@
  Summary: A suite of tools for managing dnssec aware DNS usage
  Name: dnssec-tools
 -Version: 1.13
 -Release: 9%{?dist}
 +Version: 1.14
- Release: 1%{?dist}
++Release: 2%{?dist}
  License: BSD
  Group: System Environment/Base
  URL: http://www.dnssec-tools.org/
@@@ -57,7 -60,10 +60,10 @@@ C-based libraries useful for developin
  %setup -q
  
  %patch5 -p0 
 -%patch6 -p2
 +#%patch6 -p2
+ %patch7 -p0 -d tools/scripts
+ %patch8 -p2
+ %patch9 -p0 -d tools/modules/ZoneFile-Fast/
  
  %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,9 -339,21 +340,24 @@@ rm -rf %{buildroot
  %{_mandir}/man3/val_freeaddrinfo.3.gz
  
  %changelog
- * Fri Oct 12 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.14-1
++* Fri Oct 12 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.14-2
 +- updated to upstream 1.14
 +
+ * Wed Dec 19 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.13-6
+ - fix for zonesigner's SOA serial incrementation routine
+ 
+ * Wed Jan  2 2013 Wes Hardaker <wjhns174 at hardakers.net> - 1.13-9
+ - Added fixes for Net::DNS::ZoneFile::Fast for the new Net::DNS modules
+ 
+ * Wed Dec 19 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.13-8
+ - patch2 for the zonesigner bug to fix the fix
+ 
+ * Wed Dec 19 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.13-7
+ - actually apply the patch this time
+ 
+ * Wed Dec 19 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.13-6
+ - added a patch for SOA record parsing from the upstream
+ 
  * Mon Oct  1 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.13-5
  - Rename the -config program to be unique per arch
  


More information about the scm-commits mailing list