diff --git a/.gitignore b/.gitignore index 70438c9..9e98762 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ unbound-1.4.5.tar.gz /unbound-1.4.10.tar.gz /unbound-1.4.11.tar.gz /unbound-1.4.12.tar.gz +/unbound-1.4.13.tar.gz diff --git a/sources b/sources index abbea33..2197728 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 8e9903dd5cba0d3501e24f55b25debbd unbound-1.4.11.tar.gz 673a224c76345003fd168448ca12fbb2 unbound-1.4.12.tar.gz +7e3b27dee2b97640dd2e1783253317ab unbound-1.4.13.tar.gz diff --git a/unbound.spec b/unbound.spec index e3d5c3b..c2c415b 100644 --- a/unbound.spec +++ b/unbound.spec @@ -8,8 +8,8 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound -Version: 1.4.12 -Release: 3%{?dist} +Version: 1.4.13 +Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz @@ -20,7 +20,7 @@ Source4: unbound_munin_ Source5: root.key Source6: dlv.isc.org.key Patch1: unbound-1.2-glob.patch -Patch2: unbound-1.4.12-pythonmod.patch +Patch2: unbound-1.4.13-edns1480.patch Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -203,6 +203,11 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Thu Sep 15 2011 Paul Wouters - 1.4.13-1 +- Upgraded to 1.4.13 +- Removed merged in pythonmod patch +- Added EDNS1480 patch to fix unbound on broken EDNS/UDP networks + * Mon Aug 08 2011 Paul Wouters - 1.4.12-3 - Added pythonmod docs and examples