pdns-backend-sqlite2-2.9.21.2-3.3>p  @D\lJO/=„&6o(ۇ2Θdamj|8Hྵ?EZ˜n$jkkp`Z9\RvGz\˯͊X5' =rfx*+bf4f0fcc49c555577667d8f2e69189eac5763878d1oJO/=„].((M n?д4r;ئ{ % 77!@uR%7t-ۼvE iҾ JjF,P|'̈RH':r뭄:hS^Vu9](2j2BABTy?UbRvR=\o-_)@}nq#2]~QTi@V.)3=[Z_R) k)I+ 珚W uǑa5yV~%Y.p6x>5-u?-ed  $ > #,0 2 4 8 Y \`ej  9 (`8h9:*F+G,H,I,X,Y,(\,D],H^,]b,nc,d-7e-<f-Al-Cz-UCpdns-backend-sqlite22.9.21.23.3SQLite 2 backend for pdnsThe PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all relevant DNS standards documents. Furthermore, PowerDNS interfaces with almost any database. This package holds the SQLite 2 backend for pdns. Authors: -------- http://www.powerdns.comJ build10hopenSUSE 11.2openSUSEGPL v2 or laterhttp://bugs.opensuse.orgProductivity/Networking/DNS/Servershttp://www.powerdns.com/linuxx86_64hJ53650c320e17d338be8194f658c48ac5rootrootpdns-2.9.21.2-3.3.src.rpmlibgsqlitebackend.so()(64bit)pdns-backend-sqlite2pdns-backend-sqlite2(x86-64)  @@@@@@@@ pdnsrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libsqlite.so.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(PayloadIsLzma)2.9.21.24.0-13.0.4-14.4.6-14.7.1J.NI"@I@H~@HXH)H$G$yF@F@F/BF-@F-@F)F)F @EEX^@EU@E7hE/coolo@novell.commrueckert@suse.demrueckert@suse.dero@suse.demrueckert@suse.deanosek@suse.czcrrodriguez@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.deanosek@suse.czmrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.de- fix build with gcc 4.4- update to version 2.9.21.2: (bnc#445568) do not crash with HINFO CHAOS requests when configured with 'distributor-threads=1' - make default config more sane - remove guardian commandline parameter. it was hiding the startup errors. If you want to use the guardian reenable it in the configuration file. - mark init script as config- added pdns-2.9.21.1_new_boost_exceptions.patch: clearify the referenced exception class- last change does not work yet, disable forcefully- replaced conditional on #{opensuse_bs} with: [#]if #(echo "%distribution" | grep -Ec '^server:dns')- updated to version 2.9.21.1 - fixes security issue CVE-2008-3337 (bnc#415369)- fix build, wrong pq library detection.- added pdns-2.9.21_gcc43.patch: fix nearly all warnings (patch is upstream) - removed pdns-2.9.20-warnings.patch: better version included in pdns-2.9.21_gcc43.patch - added README.opendbx: include documentation for the opendbx backend (buildservice only)- added pdns-2.9.21_unversioned_modules.patch: the plugins dont need versioning- reorder %package list to work around a bug in prepare_spec which breaks debuginfo packages- disable the patch again. i think it breaks for me on 64bit.- readd pdns-2.9.20-warnings.patch [#232489]- more tight permissions for the config dir as the config file can contain passwords- fix build on 64bit hosts - sync with pdns-snapshot (pkg_name)- update to 2.9.21: - Bugs: - Multi-part TXT records weren't supported. This has been fixed, and regression tests have been added. Code in commits 1016, 996, 994. - Email addresses with embedded dots in SOA records were not parsed correctly, nor were other embedded dots. Noted by 'Bastiaan', fixed in commit 1026. - BIND backend treated the 'm' TTL modifier as 'months' and not 'minutes'. Closes Debian bug 406462. Addressed in commit 1026. - Our snapshots were built against a static version of PosgreSQL that was incompatible with many Linux distributions, leading to instant crashes on startup. Fixed in 1022 and 1023. - CNAME referrals to child zones gave improper responses. Noted by Augie Schwer in ticket 123, fixed in commit 992. - When passing a port number with the recursor setting, this would sometimes generate errors during additional processing. Switched off overly helpful additional processing for recursive queries to remove this problem. Implemented in commit 1031, spotted by Ralf van der Enden. - NS to a nameserver with the name of the zone itself generated problems. Spotted by Augie Schwer, fixed in commit 947. - Multi-line records in the BIND backend were not always parsed correctly. Fixed in commit 1014. - The LOC-record had problems operating outside of the eastern hemisphere of the northern part of the world! Fixed in commit 1011. - Backends were compiled without multithreading preprocessor flags. As far as we can determine, this would only cause problems for the BIND backend, but we cannot rule out this caused instability in other backends. Fixed in commit 1001. - The BIND backend was highly unstable under reloads, and leaked memory and file descriptors. Thanks to Mark Bergsma and Massimo Bandinelli for respectively pointing this out to us and testing large amounts of patches to fix the problem. The fixes have resulted in better performance, less code, and a remarkable simplification of this backend. Commits 1039, 1034, 1035, 1006, 999, 905 and previous. - BIND backend gave convincing NXDOMAINS on unloaded zones in some cases. Spotted and fixed by Daniel Bilik in commit 984. - SOA records in zone transfers sometimes contained the wrong SOA TTL. Spotted by Christian Kuehn, fixed in commit 902. - PowerDNS could get confused by very high SOA serial numbers. Spotted and fixed by Dan Billik, fixed in commit 626. - Some versions of FreeBSD perform very strict checks on socket address sizes passed to 'connect', which could lead to problems retrieving zones over AXFR. Fixed in commit 891. - Some versions of FreeBSD perform very strict checks on IPv6 socket addresses, leading to problems. Discovered by Sten Spans, fixed in commit 885 and commit 886. - IXFR requests were not logged properly. Noted by Ralf van der Enden, fixed in commit 990. - Some NAPTR records needed an additional space character to encode correctly. Spotted by Heinrich Ruthensteiner, fixed in commit 1029. - Many bugs in the TCP nameserver, leading to a PowerDNS process that did not respond to TCP queries over time. Many fixes provided by Dan Bilik, other problems were fixed by rewriting our TCP handling code. Commits 982 and 980, 950, 924, 889, 874, 869, 685, 684. - Fix crashes on the ARM processor due to alignment errors. Thanks to Sjoerd Simons. Closes Debian bug 397031. - Missing data in generic SQL backends would sometimes lead to faked SOA serial data. Spotted by Leander Lakkas from True. Fix in commit 866. - When receiving two quick notifications in succession, the packet cache would sometimes "process" the second one, leading PowerDNS to ignore it. Spotted by Dan Bilik, fixed in commit 686. - Geobackend (by Mark Bergsma) did not properly override the getSOA method, breaking non-overlay operation of this fine backend. The geobackend now also skips '.hidden' configuration files, and now properly disregards empty configuration files. Additionally, the overlapping abilities were improved. Details available in commit 876, by Mark. - Features: - Thanks to EasyDNS, PowerDNS now supports multiple masters per domain. For configuration details, see Section 13.2. Implemented in commit 1018, commit 1017. - Thanks to EasyDNS, PowerDNS now supports the KEY record type, as well the SPF record. In commit 976. - Added support for CERT, SSHFP, DNSKEY, DS, NSEC, RRSIG record types, as part of the move to the new DNS parsing/generating code. - Support for the AFSDB record type, as requested by 'Bastian'. Implemented in commit 978, closing ticket 129. - Support for the MR record type. Implemented in commit 941 and commit 1019. - Gsqlite3 backend was added by Antony Lesuisse in commit 942; - Added the ability to send out light-weight root-referrals that save bandwidth yet still placate mediocre resolver implementations. Implemented in commit 912, enable with 'root-referral=lean'. - Improvements: - Miscellaneous OpenDBX and LDAP backend improvements by Norbert Sendetzky. Applied in commit 977 and commit 1040. - SGML source of the documentation was cleaned up by Ruben Kerkhof in commit 936. - Speedups in core DNS label processing code. Implemented in commit 928, commit 654, commit 1020. - When communicating with master servers and encountering errors, more useful details are logged. Reported by Stefan Arentz in ticket 137, closed by commit 1015. - Database errors are now logged with more details. Addressed in commit 1004. - pdns_control problems are now logged more verbosely. Change in commit 910. - Erroneous address configuration was logged unclearly. Spotted by River Tarnell, fixed in commit 888. - Example configuration shipped with PowerDNS was very old. Noted by Leen Besselink, fixed in commit 946. - PowerDNS neglected to chdir to the root when chrooted. This closes ticket 110, fixed in commit 944. - Microsoft resolver had problems with responses we generated for CNAMEs pointing out of our bailiwick. Fixed in commit 983 and expedited by Locaweb.com.br. - Built-in webserver logs errors more verbosely. Closes ticket 82, gixed in commit 991. - Queries containing '@' no longer flood the logs. Addressed in commit 1014. - The build process now looks for PostgreSQL in more places. Implemented in commit 998, closes ticket 90. - Speedups in the BIND backend now mean large installations enjoy startup times up to 30 times faster than with the original BIND nameserver. Many thanks to Massimo Bandinelli. - BIND backend now offers full support for query logging, implemented in commit 1026, commit 1029. - BIND backend named.conf parsing is now fully case-insensitive for domain names. This closes Debian bug 406461, fixed in commit 1027. - IPv6 and IPv4 address parsing routines have been replaced, which should result in prettier output in some cases. commit 962, commit 1012 and others. - 5 new regression tests have been added to insure old bugs do not return. - Fix small issues with very modern compilers and BOOST snapshots. Noted by Marcus Rueckert, addressed in commit 954, commit 964 commit 965, commit 1003. - removed patches as they are included upstream: opendbxbackend_2.9.20-5.diff pdns-2.9.17_cve-2006-4251.patch pdns-2.9.19-CVE-2006-2069.patch pdns-2.9.20_2006-02.patch - added sqlite3 backend - the spec file should now build on sles9 aswell.- update opendbxbackend_2.9.20-3.diff to opendbxbackend_2.9.20-5.diff - added pwdutil and gdbm-devel- fixed compiler warning: integer operation result is out of range [#232489] (warnings.patch)- added pdns-2.9.20_2006-02.patch: fix an endless recursion in CNAME handling [#219355]- added pdns-2.9.17_cve-2006-4251.patch: fix a stack corruption with malformed packages [#219355]- this is a sync to the buildservice package in server:dns: - remove .la files- added opendbxbackend_2.9.20-3.diff: updates the opendbx backend to the latest versionbuild10 1256388619I2.9.21.2-3.32.9.21.2-3.3libgsqlitebackend.so/usr/lib64/pdns/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/6902e4ace3979ce4c2cf5bde1ab927e5-pdnscpiolzma2x86_64-suse-linuxІ%~  ?] b2oU3vB'd0%ˍbX.ʳpR!KYtވr^9^5[Sqk;t2f86O|G`H;E{Zg(ɓtџ! q F nǢ&k}zl:rMjR+k+X[[|N+3gH5kfX`VŋYka9360eX]m0:hץKΩ ЈК+݃?żjFR=uQH1Bf6 6܇S$X!VYnRkr7~.2'bnb[c+X+IO-9F6`\`PQ_9})n0K$5)%`%mH<>BI&3i%^7H7,=*i75Fmz ͂`||}>ai:Ev&lVKə zGH k T\ 䒤Q~a˵IrmZ6W-6[%0({y&4}Xد)΢\Ǧa?2bbi5Kd0#_vTp@r }I J&;ڍD   ם(u ܐNG@VRh:i6% ?) FlS@pŒ4ex5"fB'dh\m8kEiKmj]&t>HzY# ZhUQGd9@0薵zMүZ TI{Nv5Wyo2`V.M= ,90=(£H$iv@?*dc-wkHm(;ph"048k3n7e9ʽt$KH&,tv-)Yvj[}D4WT lT|Y2ֶ>KZ;K3-?i:':J?o^mi~d1( nqGƇ&(y 1rG hRcBYba,g1CZJX=_9K(BDmeJf6Ȼ5&1>ɯH=CQ~ ܤ}irgӎ, \2!r+l2|bCiMgvckK_ MOh$I1dR'/oK.}rW%#"'H:wPgݗ[ic\ U4C\Zb u8.Ɏdݑ h=f]Ey[(p i&<CRtH>= ӟao[gFluE 4jabf€sjp-SyDnLym0x(`}&yTжW9viD ' i֘3FVXk*.98{VB\BW)i̼c>pH$D`8l`}SIJ9W\S]cYi^d;A i^:=P=!N5RɌZωLpFx !ܑ<4Z>)n(|ڥcn +h]Tl)Ȏ89R{5-}Cj9 grn>w RPޟ8o wabRG3PuXX2OCU);3oHH5K,yܻMaFvNjNlh<]=bS]H!p--)aJx44T(nwƧ7)5N A dlUifAn5:%o*#I=́QJ#]٭3+*üqn[C#3ATRA}T; co%mV~[NOg794LՔ]ݣ5mVxVځ YjJôXl W$=`vӮVäzK[[i%V6nC?piZ+j&Ŏ{p{᝞ByZkN0ގ:Vc{-6݂svmXh>P{'y}T3pp 0_UITgys$MKWtUTp^;m:x3*"j켢gm';%0 Q% ~tM_2 WQ6U%;bi53T6noLH"ꕉzW"܂\PQϢ_:] X&=@D>#zy(L7̀(~kS},c!!\N}; [P>ĥ|geX *UM_(ғO -!䐢]sawH$x@jW+FGǞlx;Y$3/嫬hʂ~j%]I^K>}xPȺz=+DzI+ic{Z >ʮ{EIc9z :d!eqdmIhٵ؀W"|$7TV͜za;X;̢]C͆9y`f#$ĤyJ!Bcm$W1YXJY_ {'roʕ?4ȡJ3I$pn ҏ*"uY8& Xv^iq)w/5:GjPs,,4tiesmI)(dx=IT0d;'۹;wR^5U8NbѼpkNn=lK)2j.㔻K }M^1kM aϱ'xpƽdvfHԪ&D@ia]R4kGN0r챐5 l cTnA/,XwIVjgCĐ2\~줔ZyʯTcMO¸: ̆\L1h뾐jqM"o1섐T(o1ەһA!\u&Ѥc` NսrPzϑgץWcxd/tZY.q+%F1#O䀜dxV=uߕYM{2l)1;s+Y Wy*ݓ1D2z5Y^D]}i=Iꀵ0Y!8eċb+O"6mnfZ@\;lN6/?GƑD ~hgL -N;)5~㨄MDe* 6t?Q=,`ycJbkT?֊gfs\QaQ+*+ A=!)Q֮mޝD0rwBxOhkbH8::[0 ^Wu((htjaamO%~A:uSi. ޭE^ 3-7PjCT=E##Lqը8 5C?RB5.QuZ'\'Z N [E1ČIUBXћaqV`=c܏,RQG ֧g/91ɔ4qw0V܍:kӃ>Ye|a@B7a(SKhDy n}`4kGWc4X],zݗR-]moE@M.g)Ɛ58NT*3 sPS=DtT^+#B =ܦȹbp 0$|r:/4'sԈ:O-zmp7qr,M0a?L|8B (? 63{4wvj,i.H* 5x],M&)5zՔlǭX {+k*ձUF W"Ǖ ǔfJ栘Fיr i>YFV Dkg^}<:ld:8) $x*[ȷ=1ߠ:앏Vܸetl~cOɣ*jJϋk:4i#!=b߿ffIc1ǧNƍ>1 "@0MPF5?%JQCw< `N ݜc&d<}Z&u#zXDV çrNute`ks#xdU^evŬۆ%7l/9 VG qLIr$7ds&yam| PUCdYso@K֥yǻ`|PT3#\ <.o`QSm>=[5Rjץ.mlur /q@[BoN iyFq2_K36%a Sg*88z2&_U=pxv W&\XFŜP5.'le*wl%4E'\^y"our0G!l4"_-ʣ)*)ũTƚJXV/w>UڋQwIKC]z"'/S.q| M7:'Y1;(VNF5#h*}0M){\^rfo)oƮ+j6G=` ⟖\tjA$ CvPٸ:0,̏BOi } MV$guN0wˁӨ^dk1wS{w^n4p=jބ 酵Im\*CrT}VU%M"i(j(qB&jajBnxcG(' b}hUM6rlfn{-#Zc6IpsxC-ڔZѮȘr"`'ELWF8.3MQC܉e0НKPE\fioT3'.Vc"jr{vstOeX.5ڛvSfh|E~^>DBb1Z)`w(V~<^~P[fH,-rE <+X4iG=1 ;0D~)iUyeAоjXXh1ukUTˤ\C;KJsEdϿ4Dhm ReZWgIb͖ԂV~`yF,Ëcٺ'o @; ³/o]ȉbb%5NjaQF:05.lC2&H*^RկmF"/z̿Ycq Xo_h3>|q /n%$z᮱~Zz{2 WlY R.^X#`xf{ow{ex-ץjtc^*ئaBBp|k@J? iEs()dʴ)yme=@B,n"+*8jy(gH)}sp ``Ml |2x.~#pMT'ǹ<^{{o㐪9@5\ݔ_wrЍJtgU{aBay+#&+uĿ؏VGAfhŢ߷$5Bwm ?XAT$ӏDeΥf5#:,S1 ^목[rjwыi#6u\arl0% ڱBwȥsG1OoD5r8!-X+!-`; PL?YyV׭ЈUgT ߙ7yWY{v'ϣw1Pr]W4!#fό7pjl?Ф a/n"uiK@<[nXn^.n-͗Xiipd4hM惻 ls7 ,y68ţA>!VcYv||hW3 tZɦ-!hL&H@h93ށdM[2?Z]LJ~^!YCYXȗT(4$]^|Ħ&2% -G7cZ"C?!o%'L)@8|``i7-q˾ xNxS&',Q^D+CREܹjlL"dtmNR?v]15cnطC wgvsԖe/^"ߕU2kA3O;oNXH2BfO\&B%ݛ8\T Dvb4!̼*S/vǨ[qթb1R<55 !=znߵLiЩXx&2[P[CkDZ-RK z0G͔h#zHh1F!-({(?$IÈaN[p(i4GcK![>[[y`- 3j796sq* r6JCGןJ;d[TFSvo!HFüTdqhC}Y?47}lF>䒗y Vu %;9r>*(YJ@# QId?y@;U-g@D kW_&k5X˶NzaP\zA `:J_()7 ׼o$F 2T 'UpUW?8_XP h'RPE`m=]'U[ηF,H\ };Xҫ5>.M}ٳ:ScQc;V6I]+Tz':/!bTv[ [g6Q]*|WմeS^TBda&E)59F7'4 Mȍ <-d s5 FC\5lM^Bncea bFTjU>yE1`n>[.?Yc|Q52ϲzfŊP\b-ujS=(z,m5lMR辽,%_@fC `oTdh(xgaWh}- ^hQ! t`Eԭ''c,[q$UsϤUՐ(5U#y4+~e5AR@=>_;"ғ q}4ƺز}K_(a/ Xj\}C{]5yy0{ܬR G 30Zѫ]x8iIn-V024ߍ*@CHWJ nPpΥOvqx68,sn E8b>:կ9RICs*gB+2f`t_{&ۀ@,}#YKg Lс_|(YI=h\Rvւm=b ;X-(w)'Ԫcw6|Krr+uuQJAq,>uOk`~;c1a:*pS =/yݠWMnJzi}J[1PY5 Qml.& =<CtgP~򨜩d-!E`؅It~.e9bmjeK XP֓G2YSoyX|3E=I敘HⳜ`{Ime1mdL&t `DfX[..ղ4sFXNc[U0{%~ȷ6X h~rE~g}cΰ%"#K?Ѣ*&eEJ#k7~I\X:Z v+C\I:̿uzL$jKnJ& PiV)AwQ¿mW:xN'2F9yҼwWYxxZƵJo.xaGMϡ%ȇ؟ R j=Iۼ 4mqYY95lq"p/YF xf+򭀾*4X:(o;?n?4sKuOa.k?U16 Q~qף2nyÓ[Da80cـ^_X<{>*i zf5ĀȾhN =YsNbIUNEr܆a2~a8mP}9-eq?Tzcxʖh`4 2_C5USY+ga !/vd wHÎL{Jmm&PUzVS2A}&R_ W0َt' BQ2ĘpV>C\G_ڡg$l " j@9bK N鐣%%>86$βvR!J1lrzwN"A|m }FP$(3nPOx>xԱ2* }:xZ>@5ڞF?!J!-WyH JzK@RݳP1 uզ]o3(M¸%+LzJDjM!A__~3vèA)Rǥ}t;05eBjynL Y:@ͫoB"oRrcA);XOcCόO1f&KmdWHJRFMknQKƂĢei$fn:W?*ZF qgfY#c%qk ]' 䢾4ػc݈*KŘ䵾a^Nzz1+Urj] ߟۧ ,ʑxi==ױoNJ#d`պ6i"]2גFپ .ɰ I]| *5xzf0H2@&6q)Nȕgލ%]ޱg]w ^N0*瀋1*IunBƾ-X@Zq:v1%RkhïnD Zrc gxDsbb:mzR7e(>R9q_3xd1{]v>C>9ӏr~I -~LNxG틦)%&w00A³e,\ FM"\}}"OPn/[py{sbKwY027l)>4M]&(h-5