Changes of Revision 22
[-] | Changed | pdns.spec |
x 1
2 #Patch1: %{name}-%{version}-axfr-patch 3 Patch2: %{name}-%{version}-axfr_slavedb.patch 4 Patch3: %{name}-%{version}_missing_includes.patch 5 +Patch4: secfix-012012.patch 6 BuildRequires: boost-devel chrpath gcc-c++ 7 Provides: powerdns = %{version}-%{release} 8 9
10 #%patch1 -p1 11 %patch2 -p0 12 %patch3 13 +%patch4 -p0 14 15 %build 16 export CFLAGS="%{optflags} -DLDAP_DEPRECATED -g " 17 |
||
[+] | Added | secfix-012012.patch ^ |
@@ -0,0 +1,13 @@ +--- pdns/common_startup.cc (revision 2326) ++++ pdns/common_startup.cc (working copy) +@@ -253,7 +253,9 @@ + numreceived4++; + else + numreceived6++; +- ++ if(P->d.qr) ++ continue; ++ + S.ringAccount("queries", P->qdomain+"/"+P->qtype.getName()); + S.ringAccount("remotes",P->getRemote()); + if(logDNSQueries) { \ No newline at end of file |