From aa429b664c710af0f9218820c7fd6a0381cdf64f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 12 Feb 2012 01:52:11 +0100 Subject: [PATCH] pdns: Update to 3.0.1. Fixes CVE-2012-0206 and bug #10030. It is now possible to build this package on x86_64, too. --- pdns/pdns.nm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pdns/pdns.nm b/pdns/pdns.nm index 0d0737c0a..a56570c65 100644 --- a/pdns/pdns.nm +++ b/pdns/pdns.nm @@ -4,7 +4,7 @@ ############################################################################### name = pdns -version = 3.0 +version = 3.0.1 release = 1 groups = Networking/DNS @@ -19,7 +19,7 @@ description Furthermore, PowerDNS interfaces with almost any database. end -source_dl = +source_dl = http://downloads.powerdns.com/releases/ build requires @@ -38,7 +38,7 @@ build configure_options += \ --sysconfdir=/etc/pdns \ - --libdir=/usr/lib/powerdns \ + --libdir=%{libdir}/powerdns \ --with-modules="" \ --with-dynmodules="pipe geo ldap gsqlite3" \ --with-lua \ @@ -49,9 +49,9 @@ build chrpath --delete %{BUILDROOT}/usr/bin/zone2ldap chrpath --delete %{BUILDROOT}/usr/bin/zone2sql chrpath --delete %{BUILDROOT}/usr/sbin/pdns_server - chrpath --delete %{BUILDROOT}/usr/lib/powerdns/*.so + chrpath --delete %{BUILDROOT}%{libdir}/powerdns/*.so chrpath --delete %{BUILDROOT}/usr/bin/dnsreplay - chrpath --delete %{BUILDROOT}//usr/bin/pdnssec + chrpath --delete %{BUILDROOT}/usr/bin/pdnssec end end -- 2.39.2