Hello community,

here is the log from the commit of package pdns for openSUSE:12.1:Update:Test 
checked in at 2012-02-03 17:04:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/pdns (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.pdns.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pdns", Maintainer is "nadvor...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/pdns/pdns.changes       2012-02-03 
17:04:38.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.pdns.new/pdns.changes  2012-02-03 
17:04:38.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Feb  3 13:00:00 UTC 2012 - nadvor...@suse.com
+
+- fixed CVE-2012-0206 (bnc#740255)
+
+-------------------------------------------------------------------

New:
----
  pdns-2.9.22-CVE-2012-0206.patch

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

Other differences:
------------------
++++++ pdns.spec ++++++
--- /var/tmp/diff_new_pack.iOAfi5/_old  2012-02-03 17:04:38.000000000 +0100
+++ /var/tmp/diff_new_pack.iOAfi5/_new  2012-02-03 17:04:38.000000000 +0100
@@ -70,6 +70,7 @@
 Patch1:         pdns-2.9.22_wrong_pgsql.patch
 Patch2:         pdns-2.9.22_warnings.patch
 Patch3:         pdns-2.9.22_missing_includes.patch
+Patch4:         pdns-2.9.22-CVE-2012-0206.patch
 #
 Summary:        Modern, advanced and high performance authoritative-only 
nameserver
 
@@ -267,7 +268,8 @@
 %patch1
 %patch2
 %patch3
-#patch4
+%patch4
+
 %if 0%{?with_pdns_opendbx}
 %{__cp} %{S:2} README.opendbx
 %endif

++++++ pdns-2.9.22-CVE-2012-0206.patch ++++++
--- pdns/common_startup.cc      2008-11-19 18:56:52.000000000 +0100
+++ pdns/common_startup.cc      2012-02-03 13:56:21.758483001 +0100
@@ -244,6 +244,8 @@
       numreceived4++;
     else
       numreceived6++;
+    if(P->d.qr)
+      continue;
 
     S.ringAccount("queries", P->qdomain+"/"+P->qtype.getName());
     S.ringAccount("remotes",P->getRemote());
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to