[pdns-recursor] Update to 3.5

Morten Stevens mstevens at fedoraproject.org
Mon Apr 15 11:18:19 UTC 2013


commit 918a5a8a973b04db803af517bb951f44c3a5169a
Author: Morten Stevens <mstevens at imt-systems.com>
Date:   Mon Apr 15 13:18:15 2013 +0200

    Update to 3.5

 .gitignore                        |    1 +
 pdns-recursor-fixsysconfdir.patch |    6 +++---
 pdns-recursor.spec                |   12 ++++++++----
 sources                           |    2 +-
 4 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91d4978..9cde4f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ pdns-recursor-3.2.tar.bz2
 /pdns-recursor-3.5-rc2.tar.bz2
 /pdns-recursor-3.5-rc4.tar.bz2
 /pdns-recursor-3.5-rc5.tar.bz2
+/pdns-recursor-3.5.tar.bz2
diff --git a/pdns-recursor-fixsysconfdir.patch b/pdns-recursor-fixsysconfdir.patch
index 2ed2011..d6d82de 100644
--- a/pdns-recursor-fixsysconfdir.patch
+++ b/pdns-recursor-fixsysconfdir.patch
@@ -1,8 +1,8 @@
---- pdns-recursor-3.5-rc5/config.h.orig	2013-04-08 11:28:57.000000000 +0200
-+++ pdns-recursor-3.5-rc5/config.h	2013-04-09 11:26:47.082000074 +0200
+--- pdns-recursor-3.5/config.h.orig	2013-04-15 09:40:40.000000000 +0200
++++ pdns-recursor-3.5/config.h	2013-04-15 12:59:36.946996385 +0200
 @@ -1,4 +1,4 @@
 -#define SYSCONFDIR "/etc/powerdns/" 
 +#define SYSCONFDIR "/etc/pdns-recursor/" 
  #define LOCALSTATEDIR "/var/run/" 
- #define VERSION "3.5-rc5"
+ #define VERSION "3.5"
  #define RECURSOR
diff --git a/pdns-recursor.spec b/pdns-recursor.spec
index 3edf5a1..2d07c23 100644
--- a/pdns-recursor.spec
+++ b/pdns-recursor.spec
@@ -1,14 +1,13 @@
 %global _hardened_build 1
-%global prever rc5
 
 Name: pdns-recursor
 Version: 3.5
-Release: 0.3.%{?prever}%{?dist}
+Release: 1%{?dist}
 Summary: Modern, advanced and high performance recursing/non authoritative name server
 Group: System Environment/Daemons
 License: GPLv2
 URL: http://powerdns.com
-Source0: http://downloads.powerdns.com/releases/%{name}-%{version}-%{?prever}.tar.bz2
+Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
 Source1: pdns-recursor.service
 Patch0: pdns-recursor-fixsysconfdir.patch
 Patch1: pdns-recursor-fixmakefile.patch
@@ -29,7 +28,7 @@ PowerDNS Recursor is a non authoritative/recursing DNS server. Use this
 package if you need a dns cache for your network.
 
 %prep
-%setup -q -n %{name}-%{version}-%{?prever}
+%setup -q
 %patch0 -p1 -b .fixsysconfdir
 %patch1 -p1 -b .fixmakefile
 
@@ -85,6 +84,11 @@ exit 0
 %doc COPYING README
 
 %changelog
+* Mon Apr 15 2013 Morten Stevens <mstevens at imt-systems.com> - 3.5-1
+- Update to 3.5
+- Fixes CVE-2012-1193 and another variant of the attack (rhbz#794965)
+- D.ROOT-SERVERS.NET has a new IP (rhbz#917347)
+
 * Tue Apr 09 2013 Morten Stevens <mstevens at imt-systems.com> - 3.5-0.3.rc5
 - Update to 3.5-rc5
 
diff --git a/sources b/sources
index 8837101..45834ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-124a2a440185b2c32cb17bb68d7028f4  pdns-recursor-3.5-rc5.tar.bz2
+4f1ded08fc6015b5e006b52f523f0b9b  pdns-recursor-3.5.tar.bz2


More information about the scm-commits mailing list