<div dir="ltr">The package rpm x86_64 works only on Centos 6.x, on Centos 5.x, the package does not work because of glibc dependency, are there any builds for Centos 5.x with glibc 2.6 ? </div><div class="gmail_extra"><br clear="all">
<div><i><font color="#C0C0C0">--Chuyen</font></i></div>
<br><br><div class="gmail_quote">On Wed, Dec 19, 2012 at 7:33 PM, Peter van Dijk <span dir="ltr"><<a href="mailto:peter.van.dijk@netherlabs.nl" target="_blank">peter.van.dijk@netherlabs.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Hi everybody,<br>
<br>
Release Candidate 2 of the PowerDNS Authoritative Server 3.2 is available from:<br>
<br>
<a href="http://powerdnssec.org/downloads/pdns-3.2-rc2.tar.gz" target="_blank">http://powerdnssec.org/downloads/pdns-3.2-rc2.tar.gz</a><br>
<a href="http://powerdnssec.org/downloads/packages/pdns-static-3.2rc2-1.i386.rpm" target="_blank">http://powerdnssec.org/downloads/packages/pdns-static-3.2rc2-1.i386.rpm</a><br>
<a href="http://powerdnssec.org/downloads/packages/pdns-static-3.2rc2-1.x86_64.rpm" target="_blank">http://powerdnssec.org/downloads/packages/pdns-static-3.2rc2-1.x86_64.rpm</a><br>
<a href="http://powerdnssec.org/downloads/packages/pdns-static_3.2-rc2-1_amd64.deb" target="_blank">http://powerdnssec.org/downloads/packages/pdns-static_3.2-rc2-1_amd64.deb</a><br>
<a href="http://powerdnssec.org/downloads/packages/pdns-static_3.2-rc2-1_i386.deb" target="_blank">http://powerdnssec.org/downloads/packages/pdns-static_3.2-rc2-1_i386.deb</a><br>
<br>
You are cordially invited to (carefully) test this Release Candidate for<br>
correct behaviour.<br>
<br>
Full release notes, with clickable links, are available from:<br>
<a href="http://doc.powerdns.com/changelog.html#changelog-auth-3-2" target="_blank">http://doc.powerdns.com/changelog.html#changelog-auth-3-2</a><br>
<br>
Changes between RC1 and RC2:<br>
<br>
* Aki Tuomi contributed zone2json, a great way for programmers to benefit<br>
from our zone file parser. Code in commit 2997, closes ticket 509.<br>
<br>
* Our DNS TXT parser is not 8-bit safe, but our DNS TXT writer assumes the<br>
reader is! Reported by Jan-Piet Mens in ticket 541, commit 2993 fixes our<br>
writer but not yet our parser.<br>
<br>
* Ruben d'Arco did some improvements to the MyDNS backend, and provided a<br>
full test suite for it, that we now run after every commit. Code in commit<br>
2988.<br>
<br>
* Some exceptions from backends would lose their meaning while bubbling up.<br>
Fixed by Aki Tuomi in commit 2985, closing ticket 639.<br>
<br>
* The packet-cache honours max reply length while matching cached packets<br>
against queries, but not EDNS status. This would mean that EDNS-enabled<br>
replies with a 512 reply len could be returned on non-EDNS queries. Spotted<br>
while investigating a report from Winfried Angele, patched by Ruben d'Arco<br>
in commit 2982, closing ticket 630.<br>
<br>
* Errors involving creating, deletion or changing permissions on the control<br>
socket were unclear. Ruben d'Arco improved this in commit 2981.<br>
<br>
* pipe-timeout was always documented to be in milliseconds, but it turns out<br>
it was in seconds! commit 2971 changes them to actually be in ms, and<br>
'increases' the default from 1000 seconds to 2000 milliseconds.<br>
<br>
* Some exceptions would get dropped during inbound AXFR, yielding a log file<br>
that says 'transaction started' and nothing after that, making AXFR fail<br>
silently. commit 2976 and commit 2977 improve this somewhat.<br>
<br>
* We now error out on empty labels inside of names (www..<a href="http://example.com" target="_blank">example.com</a>) instead<br>
of generating bogus reply packets. Code in commit 2972, reported by several<br>
users.<br>
<br>
* Doing chmod before chown, instead of the other way around, apparently<br>
avoids requiring a whole SELinux capability. Reported by Sander Hoentjen,<br>
fixed in r2965.<br>
<br>
* Christian Hofstaedtler fixed a bug in our Debian init.d script. Code in<br>
commit 2963.<br>
<br>
* Superslave errors ('Unable to find backend willing to host ..') now include<br>
the NSset found at the master, to aid debugging. Code in commit 2887.<br>
<br>
* commit 2874 in RC1 broke compilation without SQLite3 and made query logging<br>
unreliable. Fixed in commit 2888, commit 2889.<br>
<br>
* The dnsreplay tool now processes single packet pcaps. Fix in commit 2895.<br>
<br>
* PowerDNS always derives NSEC/NSEC3 from the actual zone content. To<br>
accomodate this, zone2sql now drops NSEC/NSEC3 records, as those should<br>
never be in a PowerDNS backend directly (commit 2915), bindbackend ignores<br>
NSEC/NSEC3 while reading zonefiles (commit 2917) and pdnssec reports NSEC/<br>
NSEC3 in the database as an error condition (commit 2918).<br>
<br>
* The bindbackend now ignores NSEC/NSEC3 records while reading zonefiles.<br>
Change in commit 2917.<br>
<br>
* An EXPERIMENTAL feature ('direct-dnskey') for reading ZSKs from the records<br>
table/your BIND zonefile was added in commit 2920, commit 2921, commit 2922<br>
.<br>
<br>
* While fully optional, PowerDNS supports direct RRSIG queries. Kees<br>
Monshouwer improved on our behaviour for those queries in commit 2927.<br>
<br>
* IPv6 glue situations require AAAA records for the receiving end of a<br>
delegation in the ADDITIONAL section of a referral. This was supported<br>
('do-ipv6-additional-processing') but not enabled by default. commit 2929<br>
enables it by default.<br>
<br>
* pdnssec check-zone now warns for CNAME-and-other data at names in your<br>
zones. Code by Ruben d'Arco in commit 2930.<br>
<br>
* Positive ANY-responses would include a spurious NSEC3. Corrected in commit<br>
2932 and commit 2933, cleaned up by Kees Monshouwer in commit 2935.<br>
<br>
* The ldapbackend now allows overriding the base dn for AXFR subtree search.<br>
Fixed in commit 2934, closing ticket 536.<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)<br>
Comment: GPGTools - <a href="http://gpgtools.org" target="_blank">http://gpgtools.org</a><br>
<br>
iQIcBAEBAgAGBQJQ0bP4AAoJENz1E/p+7RnzA/cP/i1r7i70jKxB7iRIetW/v/VO<br>
uIan+5yEyTxVmmAIktvxCpLf9JrwyuHBr+fCinliOVoydYlWNA7AE75GafzvtDnq<br>
ixYZS2YmGBFp6YUZQnaR59TCdj4+86kKg6LBhsEeGl3fayBKK7z9SwrQS0iEjOG1<br>
QlOn1yBO5tFFG/oJUs7tqzgVZzbgshMYADrLn+51bP+D2Ec6poudQAwSSLoxvAvU<br>
ptlw4oo4TVQK+w6n+ateZYjVTFJbj2fU+Qdd89TW2PUy0DaWEzA3b5IGXEnkeFQR<br>
dMtg6y6x+SVQ+K53lhan1UwzRbTj5fDP831NhIC2f3SwMPgZH7QNbr3Rhj9LQF9Q<br>
7hYbd9N+XP802ASY6t5iwDG7CDbO4aDfbO9KrOWIiMkSR0VfpRmYLx9JJD2fMGbN<br>
Yfhy9KsZ4nRWzQftc7ricHTOAmqV3baYaak/3KP1jCMqVNH+lStxMGppg3DtJt5T<br>
Po8IWjhIyF4k400f2+U4ikCoFQkTmNvZD3ea5oR1HvoP8mLiOttDsigXcmivdJGK<br>
dvuvbPbwd/yNI4/yZweykmc1XHUDenA+ZnxRjiz/by3iP004aPTGG4swM/HhbnEX<br>
rOsQI9VivxAdikoMOf61dcFLQCRMFjYLcF1F8dNuo7KSAHa2yQluF36gJZJeCF0m<br>
6HMsOVVfOiAuJmGnk9Z1<br>
=s46e<br>
-----END PGP SIGNATURE-----<br>
_______________________________________________<br>
Pdns-announce mailing list<br>
<a href="mailto:Pdns-announce@mailman.powerdns.com">Pdns-announce@mailman.powerdns.com</a><br>
<a href="http://mailman.powerdns.com/mailman/listinfo/pdns-announce" target="_blank">http://mailman.powerdns.com/mailman/listinfo/pdns-announce</a><br>
</blockquote></div><br></div>