[dnssec-tools: 2/13] fix path length in patch

Wes Hardaker hardaker at fedoraproject.org
Fri Jan 27 22:17:01 UTC 2012


commit d0e0a8551ccf2baef70ee4d6412463c69ef87a56
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Mon Nov 21 07:59:53 2011 -0800

    fix path length in patch

 dnssec-tools.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/dnssec-tools.spec b/dnssec-tools.spec
index 9b6b871..224495b 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.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.dnssec-tools.org/
@@ -16,7 +16,10 @@ Requires: perl(Net::DNS), perl(Net::DNS::SEC), dnssec-tools-perlmods, bind, perl
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires: openssl-devel
 BuildRequires: perl(Test) perl(ExtUtils::MakeMaker)
+# Makes the code installation linux filesystem friendly
 Patch5: dnssec-tools-linux-conf-paths-1.11.patch
+# from upstream:
+Patch6: dnssec-tools-1.11-fix-null-dereference.patch
 
 %description
 
@@ -55,6 +58,7 @@ C-based libraries useful for developing dnssec aware tools.
 %setup -q
 
 %patch5 -p0
+%patch6 -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
@@ -304,6 +308,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/val_freeaddrinfo.3.gz
 
 %changelog
+* Mon Nov 21 2011 Wes Hardaker <wjhns174 at hardakers.net> - 1.11-2
+- added a patch from the upstream to fix a null dereference
+
 * Wed Oct 12 2011 Wes Hardaker <wjhns174 at hardakers.net> - 1.11-1
 - Upgrade to the upstream 1.11
 


More information about the scm-commits mailing list