From d565281108535e3d0e07d2c99f4c8f5de1128a82 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Oct 04 2012 21:11:23 +0000 Subject: * Thu Oct 04 2012 Paul Wouters - 0.6-0 - Updated to 0.6, which incorporates all patches --- diff --git a/.gitignore b/.gitignore index e35b74a..d03be81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /validns-0.3.tar.gz /validns-0.4.tar.gz /validns-0.5.tar.gz +/validns-0.6.tar.gz diff --git a/sources b/sources index f5a62d0..7d4f199 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ de8ad86d7a87dc20ef800c9286090985 validns-0.5.tar.gz +c1f43e1fdc26e1f5a94497451325ad49 validns-0.6.tar.gz diff --git a/validns.spec b/validns.spec index 5b3bd0c..15f90e4 100644 --- a/validns.spec +++ b/validns.spec @@ -1,11 +1,10 @@ Summary: DNS and DNSSEC zone file validator Name: validns -Version: 0.5 -Release: 3%{?dist} +Version: 0.6 +Release: 1%{?dist} License: BSD Url: http://www.validns.net/ Source: http://www.validns.net/download/%{name}-%{version}.tar.gz -Patch1: validns-0.5-tlsa-nsec.patch Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: Judy-devel, openssl-devel @@ -16,7 +15,6 @@ useful README or information, but it's a nice tool anyway :) %prep %setup -q -%patch1 -p1 %build make %{?_smp_mflags} @@ -37,6 +35,12 @@ rm -rf %{buildroot} %{_mandir}/man1/validns.1.gz %changelog +* Thu Oct 04 2012 Paul Wouters - 0.6-0 +- Updated to 0.6, which incorporates all patches + +* Thu Oct 04 2012 Paul Wouters - 0.5-4 +- Pullup from git for NSEC3 glue record handling fix + * Fri Aug 24 2012 Paul Wouters - 0.5-3 - Patch for handling NSEC/NSEC3 camelcasing - Support TLSA records