Hello community,

here is the log from the commit of package pdns for openSUSE:Factory checked in 
at 2015-02-11 16:44:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pdns (Old)
 and      /work/SRC/openSUSE:Factory/.pdns.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pdns"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pdns/pdns.changes        2014-12-03 
22:48:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pdns.new/pdns.changes   2015-02-11 
16:44:19.000000000 +0100
@@ -1,0 +2,23 @@
+Tue Feb  3 12:06:22 UTC 2015 - [email protected]
+
+- set $LD for now. this fixes the configure check for relro,now.
+
+-------------------------------------------------------------------
+Tue Feb  3 11:33:25 UTC 2015 - [email protected]
+
+- remove custom PIE handling. upstream does it for us now.
+
+-------------------------------------------------------------------
+Tue Feb  3 10:31:34 UTC 2015 - [email protected]
+
+- update to 3.4.2
+  This is a performance and bugfix update to 3.4.1 and any earlier
+  version. For high traffic setups, including those using DNSSEC,
+  upgrading to 3.4.2 may show tremendous performance increases.
+
+  A list of changes since 3.4.1 follows. Please see the full
+  clickable changelog at 
+  https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-342
+- move man pages to section 1 to follow upstream change
+
+-------------------------------------------------------------------

Old:
----
  pdns-3.4.1.tar.bz2

New:
----
  pdns-3.4.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pdns.spec ++++++
--- /var/tmp/diff_new_pack.vESIUE/_old  2015-02-11 16:44:20.000000000 +0100
+++ /var/tmp/diff_new_pack.vESIUE/_new  2015-02-11 16:44:20.000000000 +0100
@@ -17,11 +17,11 @@
 
 
 Name:           pdns
-Version:        3.4.1
+Version:        3.4.2
 Release:        0
 #
 %define pkg_name       pdns
-%define pkg_version 3.4.1
+%define pkg_version 3.4.2
 %define polarssl_version 1.3.2
 #
 %define home           %{_var}/lib/pdns
@@ -337,9 +337,10 @@
 %build
 touch NEWS AUTHORS COPYING
 #autoreconf -fiv
-export CFLAGS="%{optflags} -DLDAP_DEPRECATED -g -fpic -DPIC"
+# set $LD for now. this fixes the configure check for relro,now.
+export LD="$(which ld)"
+export CFLAGS="%{optflags} -DLDAP_DEPRECATED"
 export CXXFLAGS="$CFLAGS"
-export LIBS="-pie"
 # "mysql" backend is legacy crap. dont build it!
 %configure \
   --docdir=%{_datadir}/doc/packages/%{name}/ \
@@ -500,19 +501,19 @@
 %{_bindir}/saxfr
 %{_mandir}/man1/dnstcpbench.1*
 %{_mandir}/man1/dnsdist.1*
-%{_mandir}/man8/dnsreplay.8*
-%{_mandir}/man8/dnsscope.8*
-%{_mandir}/man8/dnswasher.8*
+%{_mandir}/man1/dnsreplay.1*
+%{_mandir}/man1/dnsscope.1*
+%{_mandir}/man1/dnswasher.1*
 %endif
 %{_sbindir}/pdns_server
 %{_bindir}/pdns_control
 %{_bindir}/pdnssec
 %{_bindir}/zone2sql
 %{_bindir}/zone2json
-%{_mandir}/man8/pdns_control.8*
-%{_mandir}/man8/pdns_server.8*
-%{_mandir}/man8/pdnssec.8*
-%{_mandir}/man8/zone2sql.8*
+%{_mandir}/man1/pdns_control.1*
+%{_mandir}/man1/pdns_server.1*
+%{_mandir}/man1/pdnssec.1*
+%{_mandir}/man1/zone2sql.1*
 %dir %{_libdir}/%{pkg_name}
 %{_libdir}/%{pkg_name}/libpipebackend.so*
 %{_libdir}/%{pkg_name}/libbindbackend.so*
@@ -559,7 +560,7 @@
 %defattr (-,root,root,-)
 %{_bindir}/zone2ldap
 %{_libdir}/%{pkg_name}/libldapbackend.so*
-%{_mandir}/man8/zone2ldap.8*
+%{_mandir}/man1/zone2ldap.1*
 
 %if %{with pdns_opendbx}
 %files backend-opendbx

++++++ pdns-3.4.1.tar.bz2 -> pdns-3.4.2.tar.bz2 ++++++
++++ 148223 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to