[pdns-recursor/f19] Update to 3.6.1 / CVE-2014-3614

Morten Stevens mstevens at fedoraproject.org
Wed Sep 10 08:27:36 UTC 2014


commit 50dbd3731e03cae32cf24ec73b649a86bc98eeac
Author: Morten Stevens <mstevens at imt-systems.com>
Date:   Wed Sep 10 10:27:22 2014 +0200

    Update to 3.6.1 / CVE-2014-3614

 .gitignore         |    1 +
 pdns-recursor.spec |   12 ++++++++----
 sources            |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f4dd31..36d094b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ pdns-recursor-3.2.tar.bz2
 /pdns-recursor-3.5.3.tar.bz2
 /pdns-recursor-3.6.0-rc1.tar.bz2
 /pdns-recursor-3.6.0.tar.bz2
+/pdns-recursor-3.6.1.tar.bz2
diff --git a/pdns-recursor.spec b/pdns-recursor.spec
index 1277cd8..74e3cf6 100644
--- a/pdns-recursor.spec
+++ b/pdns-recursor.spec
@@ -1,14 +1,13 @@
 %global _hardened_build 1
 
 Name: pdns-recursor
-Version: 3.6.0
+Version: 3.6.1
 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}.tar.bz2
-Source1: pdns-recursor.service
 Patch0: pdns-recursor-fixmakefile.patch
 
 Provides: powerdns-recursor = %{version}-%{release}
@@ -31,13 +30,14 @@ package if you need a dns cache for your network.
 %patch0 -p1 -b .fixmakefile
 
 %build
-LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua OPTFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}" make %{?_smpflags}
+LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua OPTFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}" make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot} CONFIGDIR="%{_sysconfdir}/%{name}"
 chmod 0755 %{buildroot}/%{_bindir}/rec_control
 chmod 0755 %{buildroot}/%{_sbindir}/pdns_recursor
-%{__install} -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/pdns-recursor.service
+# install systemd unit file
+%{__install} -D -p -m 644 contrib/systemd-pdns-recursor.service %{buildroot}%{_unitdir}/%{name}.service
 
 %{__mv} %{buildroot}%{_sysconfdir}/%{name}/recursor.conf{-dist,}
 
@@ -82,6 +82,10 @@ exit 0
 %doc COPYING README
 
 %changelog
+* Wed Sep 10 2014 Morten Stevens <mstevens at imt-systems.com> - 3.6.1-1
+- Update to 3.6.1
+- CVE-2014-3614 (#1139251
+
 * Fri Jun 20 2014 Morten Stevens <mstevens at imt-systems.com> - 3.6.0-1
 - Update to 3.6.0
 
diff --git a/sources b/sources
index 42c632b..d68e273 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95f21e6d64c1332aeca9fa3f786dd0a2  pdns-recursor-3.6.0.tar.bz2
+7b204a45965bba6e61a4b4599307c22c  pdns-recursor-3.6.1.tar.bz2


More information about the scm-commits mailing list