Hello community,

here is the log from the commit of package pdns for openSUSE:Factory checked in 
at 2015-05-06 07:49:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-03-11 
09:58:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pdns.new/pdns.changes   2015-05-06 
07:49:31.000000000 +0200
@@ -1,0 +2,59 @@
+Mon Apr 27 19:05:43 UTC 2015 - [email protected]
+
+- no longer ship dnsdist here, we will ship a new package based on
+  the snapshots from http://dnsdist.org/
+
+-------------------------------------------------------------------
+Thu Apr 23 12:18:57 UTC 2015 - [email protected]
+
+- update to 3.4.4 with a fix for CVE-2015-1868 (boo# 927569)
+  Bug fixes:
+  - commit ac3ae09: fix rectify-(all)-zones for mixed case domain
+    names
+  - commit 2dea55e, commit 032d565, commit 55f2dbf: fix
+    CVE-2015-1868
+  - commit 21cdbe5: Blocking IO in busy-wait for remote backend
+    (Wieger Opmeer)
+  - commit cc7b2ac: fix double dot for root MX/SRV in bind slave
+    zone files (Kees Monshouwer)
+  - commit c40307b: Properly lock lmdb database, fixes ticket #1954
+    (Aki Tuomi)
+  - commit 662e76d: Fix segfault in zone2lmdb (Ruben Kerkhof)
+  New Features:
+  - commit 5ae212e: pdnssec: warn for insecure wildcards in opt-out
+    zones
+  - commits cd3f21c, 8b582f6, 0b7e766, f743af9, dcde3c8 and
+    f12fcf7: TKEY record type (Aki Tuomi)
+  - commits 0fda1d9, 3dd139d, ba146ce, 25109e2, c011a01, 0600350,
+    fc96b5e, 4414468, c163d41, f52c7f6, 8d56a31, 7821417, ea62bd9,
+    c5ababd, 91c8351 and 073ac49: Many PKCS#11 improvements (Aki
+    Tuomi)
+  - commits 6f0d4f1 and 5eb33cb: Introduce xfrBlobNoSpaces and use
+    them for TSIG (Aki Tuomi)
+  Improvements:
+  - commit e4f48ab: allow "pdnssec set-nsec3 ZONE" for insecure
+    zones; this saves on one rectify when securing a NSEC3 zone
+  - commits cce95b9, e2e9243 and e82da97: Improvements to the
+    config-file parsing (Aki Tuomi)
+  - commit 2180e21: postgresql check should not touch LDFLAGS
+    (Ruben Kerkhof)
+  - commit 0481021: Log error when remote cannot do AXFR (Aki
+    Tuomi)
+  - commit 1ecc3a5: Speed improvements when AXFR is disabled
+    (Christian Hofstaedtler)
+  - commits 1f7334e and b17799a: NSEC3 and related RRSIGS are not
+    part of the dnstree (Kees Monshouwer)
+  - commits dd943dd and 58c4834: Change ifdef to check for
+    __GLIBC__ instead of __linux__ to prevent errors with other
+    libc's (James Taylor)
+  - commit c929d50: Try to raise open files before dropping
+    privileges (Aki Tuomi)
+  - commit 69fd3dc: Add newline to carbon error message on auth
+    (Aki Tuomi)
+  - commit 3064f80: Make sure we send servfail on error (Aki Tuomi)
+  - commit b004529: Ship lmdb-example.pl in tarball (Ruben Kerkhof)
+  - commit 9e6b24f: Allocate TCP buffer dynamically, decreasing
+    stack usage
+  - commit 267fdde: throw if getSOA gets non-SOA record
+
+-------------------------------------------------------------------

Old:
----
  pdns-3.4.3.tar.bz2

New:
----
  pdns-3.4.4.tar.bz2

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

Other differences:
------------------
++++++ pdns.spec ++++++
--- /var/tmp/diff_new_pack.WCLLTK/_old  2015-05-06 07:49:31.000000000 +0200
+++ /var/tmp/diff_new_pack.WCLLTK/_new  2015-05-06 07:49:31.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 Name:           pdns
-Version:        3.4.3
+Version:        3.4.4
 Release:        0
 #
 %define pkg_name       pdns
-%define pkg_version 3.4.3
+%define pkg_version 3.4.4
 %define polarssl_version 1.3.2
 #
 %define home           %{_var}/lib/pdns
@@ -438,6 +438,8 @@
 rm -rfv %{buildroot}%{_libdir}/pdns/*.la
 #
 install -m 0644 AUTHORS NEWS NOTICE COPYING README* 
%{buildroot}%{_datadir}/doc/packages/%{name}/
+# no longer ship dnsdist here -> separate package now
+rm -v %{buildroot}%{_bindir}/dnsdist %{buildroot}%{_mandir}/man1/dnsdist.1*
 
 %pre
 /usr/sbin/groupadd -r pdns >/dev/null 2>&1 || :
@@ -490,7 +492,6 @@
 %config(noreplace)  %attr(640,root,pdns) 
%{_sysconfdir}/%{pkg_name}/%{pkg_name}.conf
 %if %{with pdns_tools}
 %{_bindir}/dnsbulktest
-%{_bindir}/dnsdist
 %{_bindir}/dnsreplay
 %{_bindir}/dnsscan
 %{_bindir}/dnsscope
@@ -500,7 +501,6 @@
 %{_bindir}/nsec3dig
 %{_bindir}/saxfr
 %{_mandir}/man1/dnstcpbench.1*
-%{_mandir}/man1/dnsdist.1*
 %{_mandir}/man1/dnsreplay.1*
 %{_mandir}/man1/dnsscope.1*
 %{_mandir}/man1/dnswasher.1*

++++++ pdns-3.4.3.tar.bz2 -> pdns-3.4.4.tar.bz2 ++++++
++++ 3056 lines of diff (skipped)


Reply via email to