[perl-Net-DNS-SEC] patch to fix NSEC

Wes Hardaker hardaker at fedoraproject.org
Mon Mar 19 21:05:03 UTC 2012


commit 7df2165a4f10ecd946ae1e84ba900d1a0bf3a01b
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Mon Mar 19 13:57:23 2012 -0700

    patch to fix NSEC

 perl-Net-DNS-SEC.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-DNS-SEC.spec b/perl-Net-DNS-SEC.spec
index c81dd27..4dceb57 100644
--- a/perl-Net-DNS-SEC.spec
+++ b/perl-Net-DNS-SEC.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-DNS-SEC
 Version:        0.16
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        DNSSEC modules for Perl
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
@@ -23,6 +23,7 @@ BuildRequires:  perl(Digest::BubbleBabble)
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(MIME::Base32)
 Patch1:         v0.16-v1.3-private-key-format.patch
+Patch2:         v0.16-NSEC-nxtdname-issue.patch
 
 # neither are picked up automagically.
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -69,6 +70,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 19 2012 Wes Hardaker <wjhns174 at hardakers.net> - 0.16-9
+- Added a patch to fix the NSEC shouldn't be downcased issue
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list