pdns-backend-ldap-2.9.21.2-3.3>t  DH`pJ/=„Y#Zf j['ԬfCηE%14`Cä TRu$ S,dt9XlL f2~F  ^tX8ybH14JT.1$Y^rJ:E(P7mv m}' 爈b. BM$#N^Kw_;f$p8z<(f]-㗍B-H>1H `L; xZƠ2ԯuzxҠs#4)>-^Lb(lujgfj1Qv5-C?-3d ! 7  $ & ( , M PTY^x|   ( 8(9|:F+G+H+I+X+Y+\,],^,b,)c,d-e- f-l-z-#Cpdns-backend-ldap2.9.21.23.3LDAP 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 LDAP backend for pdns. Authors: -------- http://www.powerdns.comJbuild12xTopenSUSE 11.2openSUSEGPL v2 or laterhttp://bugs.opensuse.orgProductivity/Networking/DNS/Servershttp://www.powerdns.com/linuxi586xTJ26f5238aa70f97588b735200bf970364rootrootpdns-2.9.21.2-3.3.src.rpmlibldapbackend.sopdns-backend-ldappdns-backend-ldap(x86-32)  @@@@@@@@@ pdnsrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libldap-2.4.so.2libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(GLIBCXX_3.4)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 versionbuild12 12563883162.9.21.2-3.32.9.21.2-3.3libldapbackend.so/usr/lib/pdns/-fomit-frame-pointer -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-pdnscpiolzma2i586-suse-linux9}\죞h?] b2pZFrdvyNb*Ї+8,_:\_4sÍBɩHg!x2pAhŤ5`&{ٵ`m.iX;2?oe ݷĈ;S1))<,#_|wOT%2J/:෩X nȜ8'ZsƉ' Q|߉Y%#mZ,;wX`Kt'1$v`a+XTabGލTKqP\ .׸1QwlQRO+81- ߉DkI?YST\$1G- Du$U_>- rl/FtJPD#ޘ4:}["'3G\VQJo9Y i~$ϻqƥ(U? G(\*4zF(007JuP wNj#1e -* >Ί YT'}IlHxwuܦdb˼v#wXK;9s  e9%89map'*yAMECQn8O_GIhrbVjyrrN 77<+Q$pF# ^.")J_]rJԄ,"0v˪cW`}7ϝ]*:*ۖ[~9,IYa{|oo$?@IФSI!|$QVyHPastK1j3[B$[g1J*qK qtI#Cw&X/+eԹŨAfڻ F804JGH$߳ư~7 "b"&rkIj"c*D!PXepr 8Mn頸6܆w>ஊA p7e #M鴭d1a5D}c<⃶N:UO6LM5{tatHOƘ6y-#pnoIJqujSe PEڍDi9)xTyRh,d|?>hl%c}ih]*#|,8$(crK^*FU(eC{'P-Z{%6/p }_tZW;B8):sUc$bջBQ]3kQ}O&yT:@W}ƓI~d?utӣwBCjc?e9 3(@9XJA\ByGߨBL񏯾^"76n/Z^glxW%jjy@e4Mw1IH X֭+Z-+2eQuB >`*Q![U ޿gڿE1LcX+5^Y8h"{19t߰56ptaڞsxl2 WYck_=1vѢkqӵmOY3s; oqdԮ5@ E8(߰FM Ӫ́Y-kHFObZ+vQAsR̝Eғo[ŤöFXD"7dX;+sEgU[5 ouCrӑ=7gSb5V &% `YN9: Ԙ8 S1ᶙpCα̗U(I0$o/D+'+C +h|#8p[=!'xOd 6c2B2psG/ј7 Ga[ R'!];|څTOYT( 筋fNsY;X쁩PqXr ڎe(Yg%mR ?94gZ~ hv4o}V̇TDi>s0\?moًϜE7穂& PUТ6W@S>Pd>p{u4<-D<k[OT?gs Æ?DQ+]^C)#;)/􉵙R֍LT 0/.6ѥo42װt<+&@OMV*Hܜ0[)K4K59kh8Kh}Asaڹ$#!50MFS+Ե7|VCr09A ֠ppbt3NҤ;9?c  &C}[4,>#bhDNm3#ň89hFK[|X]^rs#[Mfϡ a_H􆮢Rv{%PuSp̮rȾC fRozg ?l9J|uJ. M,m7bUf!: "EO"$[ö_l Y7!7 s0D:&8Gu07qϴ?|&6Bw6xZoĮ99 JW E6* gsJ2cR2ƍbA"[Ay7z C 40 %Y»n=է'"m qGv-#uPU W6`vZ_$Q#3qx'eulkM`-t_[V|[ct.gkI OdYi Qz^J(LI Qҗ]˴'7`)ь׈_-!7Rsh@LOuMBaHŬ7@ LË|p fME۽ލayexFӭhA7ܛ_JDcI[2tJ5ͯƁkiPvgp s#(w븁C=ɖQߣU# ^."I"EXIV.;_騍'uN|nrdf%]ӵ~Qx~[t|0S+&$u[w4knw1gHf=eTkelb6s,w rm@ŪaԿM @mr jh5B!; b #A;d 1j_#sjC<yk6`xG<?n7"p/dJFVB<5{uO/Pő t`sR#V"*apeKV]N͉{ 76j$;Ut@n`y5 YBHY} ε+PnFPǠ/V1T]?'T~v2rHh{O77xl/B(Ћf \Nres/K} l?}&8*y^iv@ Bq /ݭ) `_b`F$(zl>N )+4_м{o0Z<Lj)#8o[eE* 2Ʉ@APJqJ76<.(W!&C-të`[bڸ8jCqGtq+H%_?&0;VpL#NʬQi\VbL*=Mvg >hƅ1OXdv]Wqsue?sO@:,֧D45,7jd^3n=r.r#Ko惌^ \#!\}l#mp uxr>j T9s_!(Aksf%(94oAs s sعY:} jh@!iypH XV}Qڙhٺt109lf#ї& W4LW8kҍrە +w.w ё0W:n' 0Ŵ6Wb)Limݚ-O̷ B>Êr"چ | Z2@mW1xZOt$eBТ'Od|x wXAyQqKI۟uTܜ];_qV7=9W3z7,ag8ar2`̤?!ֵp'*5OVX'kP,G.b:V6]U86ڭv!n΀̋_]LO 6J/׀Q4+ -~c smpbLHO{$t5X Z`, :CƱVf'PUOeON  XU,]\5GU"ebtlXs4L g cQPǰf3 )q2"$syitr(Y9j*T3tL%aVI~ٗ- (<8paXSvɼ@Bԇ*%[K1lj%!1-5ؽE/:"*}#ôTBTl&lZr[V%ةCYG*Ͱ)(E"6JE1(Z#oDrAIf:nyK7)2%Gxym0IZ gpHX0{WawDsS@^mX0[@oNCto4j1n.ڐEn-3!(ȶg͉QCJ KF`edH; ԁ^a f О3C3T`Ԫbk3뚃4 8 PEmVyVpdnnr8Xl9 0h:e{ΛZ `~kNaӅ]saVn& " ꑆiIt4U7^IqODzV*8Ғ:GӮE4* l8 JJk\GZ,tExk ,ZJM'ݚІ7zFPވ l6U/|׭r/õb[?*|me^9RX^zFxp<z/. 6| 1y]SNEJS 0Tk(-Dn&R%z@D3dudxP!0| {,u[G%L7mZzv ;HpN#D.to {'\~Z,(+ I?u/NGMR$3Xn*F,0!OD3ݠp/W~-Ccw#IߒҋFlFD!c]}dE:SUGkҝ,ntxGz]LWdYi{jWI쨪{Kʪ%1%rCm%#K)->Y@奶,`0}7VXॷؕF&@%8Y-ԟWyMo;PӸ=Y1%PEYF#Kai껙qu˚6SHE`0=*sۼuBFjj$sۏ/97{d, =M0z:S@"ShE2ܟ}DT['N]Umր r}Q&M[tHZ0rP/[(Nh0+jc#'Ԏ 7EYmPvMe~Ņmג[ʮ꫒f?fc~HYH/`mvD~{3/ e2jV=;_7ûVJ} l1.(jR<3C`QvHtS,I9Udp1:~mj{KH/bHK(;[qXEe}yY$ %bэZmf= aa_FNA+V Ӫv,ĻxIMZlkg޷gOωTֈ,T ]\38.qJE`fQ\̨2&#/P,O[ݖE܇,f247(0xI_:4O9L4G.B/.J H볮U7ZFǫc33hdD+w pCr"y[HLJ)'[T?sb:.E\g@ P-\Y9{" >o'a4?*>1JR97ʭ8\7u㑙)FҨ("PqE31tQnq섆^Wv;#zOR¹N//N[;^Rwy›:̉pn= gM\*`=rTX?,5kחvMٱqM?؁*Wf{N" og_R!9tGYӂy u"YkH?7;Iw븅 m2ʷ}і"#eIyT?W/S|y:@ ?ٜaVܼ.{ݭy6l J;sʒ6K 8z*cÖ j&((W;iQ!+j&QϜ\@GBA֫m"ײq<4mZ诈ˋ#{M%>b܊5wոawk重.㾘6 | %~v6oW//KaGpӧ 9e&ڊ4{{CyV- {f]IyDw , I@כ`~`J6!<͖-0Y {tqK-S: 2 =~o:*⻻3s?;>pn/ZiElFY߀GCm:L] D.(zF\3":&]0 6U|NJ *xf~̧ؑ X-۠`y=9dn#GD̪WN5Bo-K@ LCbp njxosk/U2=2%40țIvo>CL39-3y]DŽY7/&y?]1@mlA0iY+nͯIo'ᇚe7GU~Q̭o\+enݿHUgkm!j]fgk0Gq:1dyU""§9t&+&1@zk4݊qf&[;8(BJm{=CS3`3]\ u hc9g(O?%qUr_5ָ$q;wc'8sAbxUvEӛ2AkUm7dhBV_}S[`Y[ubPz2{D9rO7DmhZ<~+V9aAH=,^:ق Y\9iꮛkL)Z1[2X(\6MOKcJM|:;6~1:":OtR-u#v] `kR#eڏ{ܖyhOTd qI>Wp 68캜1Yu/Vt{LXN&( m YM%^ӡKBynxc8 *OՊg^[nDQ!7P+2RkVt@M) [ oL<-ـK6i f〃ֿH +6W>ݒ sWz})d"+ąyw}4.oy"9FBv_|]ʱ} Vއp8+jNjАJW?IS?eSXûEA;WaJҡ%(=Be n (~m8Z.^o\2=eU#f-[˫tfͨىт$FD4:^54V?j~U0u=X@ F(ZyMBtw/Щ5; p- ÍjuAc cJ ;4aB#rCrlH{~50RHyG"6\ݛKeZ uT2\1e\9A4d?YW_ >.u{ V?{=,Wc{O clce1pެWeE(tJ9NޚMAYj,`}EöC:XX#%DFUAߋR5Ftn#~Uϱx6ՈqF2\2"MFUKsp76SO ]zkô3gݶ+Iq - %'#Zf6y6υP[si~U"%ks #DC@쎴SF׹v\Q۞̊K -‚6Ab<~*GV`S[M%==ԭ~|XǗs`lu̫.݂ɂ*LJDT?%۷ zZ\ܪ {-Vax5s^Ka|-2I/xU -wum-\o xXF=HxU/zx$8K ̖l )R3ɽ*wH扐Dr3\X3_DyGx+[wS?ta:ZAbadϊ{ZBMo$z`{c,*<~bN$,.#iZr [J;򣁧ϋLU!jm}>_[up- {T.5+;!5ԠQ/d`Ƚ㼳;b,qǙ~佘:([cVLn"% vē ktvZ< AcgL'X4-1H0M?|INn8f?\2' xɱ>'h!/ɰ>;[4'yOO@D^>+ T%rGW S$YeP+^=DcF1e]Ds?[;5CЦR}9]MA,.0':.42~2Q}s;9m[U|X= @+"+ddV v/<ܴW_w۳X 8 sB;J%e'%A*FTbL9Rc.M J"@PV<& . d^ }N~.{+nX8ȭFM+MN g:6wmq5Xǿ֩oIXIzfjV`|UϏfh# v)**2Z9bLNm.*F2}As'j /~xw4#&ڟd?32 MQJ*ƢٙDm꬇:BTrVԣr2d`l&̵8Jaɝ  91VQ[ +نJkLbӞRACi: !!$!(K;$)c52chϦ(5)eTpHy``GQ$!z-r}c@n.Lq bgI{j5SZ>j!3@^aq:*,swX)>a=Yn}m)dg6ҏSUqP:KpŶߤ&=nBׯ1qN1ݻDWk1-.){H@6ܓ`Sxw8q:@[.z7oqBA~gߤthW_jdf)'7ߡe/~1}lWKЖy*X_SM?M[>Oy  */y,8d2[EΜfYh$+ov/͝ vYĽI &U'N<[XD!RۯoKˤgpZia[ʜfJ6cAdy0n5&F6.F9npZ'NZD<\rbA7,e1:ѽ=Gz=SQ%3WL@M7Qcmh5]A{)b*>}kh²Uϥ\<]&x4$ _v4w C)BR ϒO8٢eQLXJhw)̹2a" ^uy1_rmVewX\w(Ԧgաm>q2|PM{LP,!i kަ7j``GtlqyqVzS)W#+ N3{pN3UX1X(sO/"v/R. "J[NN?̑CVSbPw!$Rh 낄"zPtvئRzX !K:pb;p*ps}V}ZQAqU9ww˳ݮLReWB[5H3`z3>m"x4'Flߕ0o:|f jW K%$B!KmHx*}[j{v60ʕd]ŷm,PjsT7>#~^oKn$t!F 0)cmF=u3t=.]F #HO<ՙC`=i=Aq vO,NP4V|F3`b,\(u\,?m{ܵ^ևPj#3z+k=Ьdő^kBWUٿ(G,h:Zк_irsC:Q|9L~S/8NRx]. x@ O# SSCԎ$}d{c\#Yb|@!$m@/,ިlCw*#$9%L.chi# a,w]\ۄDn ^wQFIS?|PgWEasgnM/:(DJi](+BZh.C`5I/c /ā}t ؽ;8٥ A? Fi Rh,b)pļʲpDJZBQ+]m2#53Tjt?rs`>j#5)cbxq'n%L[V\nW:WyfG*?O,ĴT 6!йqJU?.ng}WR/e?wW]D,< oS/A~|!abS? 5W ՁBE~[pFjp]),_s(aUk2+8j6phLzrni곔 TR{4X4ME񐚌Ch%X? N| ;&Vp&L!dBk vQ o"[aqB!Mҡ6l=uV@ ! ubyu@ZPF ? g`^OoaH` ΍,h66kNm)62dX\ rOf(塏/".)>Tڸ3A 1в#}G=xa%!fJdcEAj#9!t!*5RrFKb iqUo.E]P͡oLh>mQ"]V9`}c<RBF7 $Ȏ@CWWږYx10&`8yER&E;Kuϗ~>c|U/`jp|ȯlʠfvWik?A4e㾒w 2{ReuFIgImt?dEq .g [F?R`RJj+Os&j@Mz~ vפ;?Ѿ?n MTH5rr3Z7SV)7]e}iae%XIo8Wt}ԒW">RnVN1v0@H}?Lu91ibDm˜Hhd?vnef:ș},uozfVIެ A˹9%+_`3%uX%pX7x?`1<êsXlK[>=bcln]b|k(^o7TR1aѶ2n zmH_'MJS!)f0jJ1E>Equ#q"NvK5>]T H u]=c qS~`=Kkieub:hXMȉb z豊!_'@*S#4*d^Z([T}/_/1&M"49ԕHo"04uƫI |>ٸz%T͆`2 oDX!x̤ o.^ϽB}\nnzJ0U7}6yZa:w\^Z9 ^hjaU{+49a4,2jK~ݏ~)9x{‹s;BH|Ebu Qn#${xT@#vO&t"x8@_2˵WLI !F`=8.+1@XXW%N3O!E>E:a,i_.bVn| 7el>5}뼠sǼ؉;JD U| 9vEGfa[3MO%GՉe-dH0PwzNCC&c R}h 4(42ʚV4#->%7]pIiSkX8K&8uӝX,ݟu)1C(P]ry`(Haw\YIw.$oP@[#CQ뻃6X9 $/;f5xQ'$oT^(S)8[qbJ<˷ jXxG[|N{r(FƬ99\N as>ˎf+26c摱z Lr%+:w-{Dj$EG9653)sn3Ѫ+~G#$psaפ͋Hk,齩ThǞG=beW'ݒO$5y)/ӂ9@a sl5~+bUj&Y7R3mZ } ^l}V$Oӓ_gFOxQN4c{Z3 7 L.ץ)+ jh,'*aJ; yBnQhKT޷bO|\d4թ@0uK;ϞvXKDc!&j,>OP2>'Bƌm4pCF;b2k*h>i܀a~  M:A3Ǟ?zd[?;&o&.XA1f Iphoqb\IutxaCWhw N'}d|h!Ծَ^y1mqiV>Lsyl 峾A TR5Z^!mk( yLE4)BͤwbӢcB b't= *y%6P9~鈳@в*UQaL:ɻSÑH ^ZGUCX@w4eJ -rNpKUƃxwoۣvϯg $Zz=<红pdV0<"8N Zg4qJ9C$FNjc+~@}%D#Q<o'fN L=gv,OC4H>z3HEc?ҿV>R<$["x &sZsߚ)=><}b3$W'0 c49EgӆYwAь4]c{ufc> vӈX!'o|lsdpHc_n'<׊UQZ7(GjPGRzpjFJ󳀊F%'h?iE˅!M'dmE,~G C%q\A5HE$ϒc_b$9Q)~ZhxđޤA%{eO^.2и}d+ {Mu ~>c"PK=?-L.1{o vd)ENwkok@l߻o/ӋNR *L]̳6,J/<*(1=Fֹۃhio>I'J^Cm 1%".˫,f^ (9K&0eQ}$YL30[F fn^.=(^܌4Ե~Z-zK1VZ-l2w˨9}7ik]즧biS<2Tx $Ri2OjoYbxCK/*P-LO6;zcC`ʰ 6eO\4FL0rs3#P{&a\FtIܔL?P=Jd27(6w6\.`j/) -o5$`*ը;&DX;E!n%m.;{G Kg|KV&̙foX~=F#|ۀq9-$2Y'l<ij6_#*IԹA%US1cx{'5qL !VHs2Z$ #A0n*KnmǦj㘩p1"h.rRj@Uve[Nxe 99OؾE(_?F;$9NtP9];K bWMO%CA:B6| f$B4m*lhv"Q7GE3jzAӼAMVMp?X6n5 @be!8;8]/o3WWr oUu8ڈ_ %8SCQI۳ F$,ux &iDTm7.(96"n"j"ov٘ѡO>Q|RD4oca* !r>DM4ṇ!wwWsΈUpPV=a7ajI)iT-0[xiDyn+ɲR}% J2h; **?ZTxUR%`zj&KD(CRKJQv^&@ \ p8aD`G=PIdQ@g 0=8gm4ݤ3 3M.p*6,sj`ٸU. Bvj,ğ^X->[dߢ?o߰fJRl: o%Z_Ua [#K׀X] 2Z)^]NI0RJ]SEhI䖺pSZ'UL5ӫ3|6giS> + Dȹ&Kk@M\*r 8@=ћ/5ђĴ‘KmaBM1N- |9,QX"!)4 ^̀FW׼QW?،{d˱ּ }=ԇ{pn^ly=y;ښކՄ| ,TTd%D|Z!0#xAJgکI["/`FWzXAFi^?Pbaf9HFNJM|E(F>~ )CtxP~ Wa_Y̛Pw,y״RWZgk޺s yUp sEgc$ E#QY[mp*3T4" 3O6TO,nI֝lWHrU{?! 4RA@/ϔ2][߷Oȗ%3o T0Bj=cu{d*Dt (:*C1pmu(dx]mYִƿoZ/Pmʙ{?yn 8#\7/zwlu 0KbKsq:nL$_;S8 v3Ly\kXR"'Ğ#5ߢWARP,WeA,sŽwSe3@63%'dՄ]KV[g;UgnC 1Lo\SOF&@]4 -]4Eaav8?rZЋù6IfcL 2o|]N>X0@f=ffg0W'5DMdZTÝwf:nǖxN;Zhw|gc.Βƥ&A$=+:ܳYZڛ*ǽ/(GiD6´540]# ͫiK$ VnKhWz,$Os}QkF Nq{͝{S~q| -78g6Uo(i:3e\~H=Ctj)z `x~Doc D aLfZ(.; їU}ϥ˜n_(OKBsQ_1ιVT5 +$Ev V{HA2L\wD248tc#4ݾ{O qo>PK <9==!h*,oDmJ'i>BÚuU xbv*B:%V`"5zQX##$p=pk(Y=}B`ݭ~n*+Ar?ß5 H^f9viW@%=;<lK"X&13*dz2xtAhZRK*jw:+U?dEjV*z9M D|Eo>*nT?yfܶ]TVə+;g^z]ꗾ5 q j)ּ{>1hkdYF?~};?Iq86y|~[Vn.z)vk+V5nHDFZLsп-i:Jfp4[h:H%8$)6I#b쐐F^2kdkNww`"$cݷX^f],&SYs21FЖ\wc16M*9]'g|uhdzy dTC=C,ӵY> ߽Wao%U^PbQ5*AΖԠcpW0<j_8<۩ѥ;mu*<ݮ?&n @Ď~57P)!S27 R'͐uW& YoFP>*/5`n;FZ|g;w5u /wIse'\R5k?ߤ=IشU-ɻ|I iP91ݢ<$η }(eoz)[VCUv,\`9e)FAS2t݌Cd@Pl6j};{ɭH2?]:n;e_L\]m֨QlNdj1H..a?wePI'o~f j%hd+(> +xX`Ĝy_ɄI`3`HdCxu-fBsa[n87,]ia /t) Ix2_FHVrVdJ+^#h o9\1b4ܭwc!Уpt4;׵]N4l"5+ދ[3( =,^!AO6Ѩj3BxCXM\ ?{i9Yљq!jt4Q^c/`2NX]9)Թ 0RBȴgg1Ї : WOj:xr1O$1-DϿon+dwƖ{+1ɭդ;<33;%|>iz9[$5|^-wY4X7ص֤Up ˸}sZBuBVz/paD0%[ňelz HGZ}5Bi\H CB F-{5$ߙr e\+drtVVN!7T6̬UĂ 0s 6se~5iz4LWO.eEGKԸ5JLPJlIR-C,ߕ p[{ƿʡCKFy"N)NzG\^*>,&_6b9􍯺05/HT~+vǔ 'up 6|zs^ Fk:iv:S<rQ&}lPLkN/ZCQ*`,Emg `}oD/t ,C[M@ K3-J7yn_g)/+c2#A# 1[~ d͵{I0L]K;}ufh&ī XBFևqFCFgCk0>C ޓƓW95-,6#ڎ<Xqz-p1q}^Y'E=gu& ZX ߋ,73r8,|ؚ Zfgo(MFOsud>.ou zhl-,jHН>H9Pe7BlexAgG%J+T\ªx:8Gܝ W!xnOCdD_u$)$:%4/㼺ZߊR1 b~wY=>_"+WRp-,"o.9ɕ wWT0Zx[#`PY {B]T/whxNa7+V۾-0H+#l}Qeh* (JJߧ3ei'$aro^Z\gG,F52%47@1̸wɔ)#R?䂨C CGiӛK^?l>0`;:4$|#rϫvn5[:_LˆTY6qwy:!GX\}rn{h?C^=ˬAe' EIG:( +Iv$â Rv$ܴșeLrGM i)À `?7K|nbuQ;oOK={Kɐ=Gܢjhzӏ YDC/47ؐK@qmܢkgк<x^"#`6jпFi:^0~zWG#7R~!Ac'a5Cy6ؚ7o)'ւuU G>ZG,CwIi}I)zdtpU`%N1dԗ*CK9Gg z.-vkr,(f iqxXpҩ6:$ČϞxp6a:I~Ã!,hձ21dOpT#Q*O̓c(j Pt 1fBqQOվ8Č^qZ4PnMHH3<oi)6-6:y}qUa4DUɌ]6Ph =^TSɞ*I{d',q1>gTE=CYh:x^326qis'Յchh&L.ut$ﴎLM^C|WV wTU+u$6X^I;)56TeBlQ\Mh"f0ȯc @tc}Z CIgGA6zu7בݹ5TgUA)=[=vGXk3Ԗn l'oȨ7o[{mw㾫~3câlIea')hPR޴8Ɋ$[K:tMM".+xV2׫^晠Iǟopvr3kU6f%Ls ZuhM.)} ]%%9Euc.q% gr:ҧfУS% ŅG57ҎIU+RRoB`sZF[26 .#ƿJ!MWg 33,5"rhHɡ!-Ǽ} {[6:LںnƳxT0rwR^ i}n#hM=# @I6 E ;&OmZqxN>5z]<[e\3A-'[C2w-=#^D|kأE#*{ZY =`*hS탇˨RveN%IMb{J==B[-+C}s]8HЫٚ'صxzʥe' 6sX[y]ٰ6kfug,4[I^9.ElVd)miq(Q'Rل7t!ͷ\c#L\NV[>5/A&XkvKbop Ʉ%N3̯\x me+;5ílcr I5G S.DkŮW lœ!FڣbZ|F\O%j֌1z$~+db T0^<"*i< `sM OTQwE 0@m8B3ـ9$>uVWzSl6(yOlR)Qd7@T+Ѿ õҽV.h*y[Yz5LAFueI*aH'5!F Ҍח?2Ku?CZ'sGs9lL l(_! ȭzV4%w8 ? ?.hqԋ)鳇'\vbg81B~pf_EI&T>EImmod,:g9U#nmLj=PЗ{4-in;vS1zL#M-#Au"`.=D|]* adGS@Ƶ=dk>An#G0$B8PG(7~/< 43_ )r\SV?*&"v|h=*Ex+$ 59,LMBa]%)BֈApa'D ^{wxLXD+aJ~_ ɋvgGet/2m}y1^PReWBPH> ¡I(G4'}tݩX'r`G \V/O+xÃTqxbG >Sb"}ɍy_wYĀ?Sk㶮շvx·QE@w\ Rj{Ha3zyE^9Pl5m\ r:‡/WS{&+ V yMg"D.N:1}׮ %4:; Sn6K_+s0Q cͥ'_I^źYր3 (^t!$Q|b#E۬-Ōo9Zv;A%=1 wlB Tќr7ds! rf^KB IY u{ (`Wh REo1pC~BJr^:ǞM [_#+e)DAl_6Xda9Y ɻ:#J|_M%NX:znw㧑v$> P0 KHt &4^^8(k깺;B74_1Thn eF/Ӻ%ia69?S%cAyC!rׄ6w/ ?Kmrdu..?DZ]kCc}Ԛ;V줵E Š]QB|$p/ Ac~K7N FpPN~|Iej`eD*NyIJDl-7'$k7H<VvG*E=.ݢ7FhKr.#+h.Ukץ Sw<2nzhQ6OXcb*;݇{ l6}^2]ʒeIOa\:_֖zA@Y /r?̍ZʚO[3܍تmG4B y԰(󞥤XMSH鼙=cF;׬_M!]zP86FsSm Kj>)pqM# I߼b''iV;ƂδN|ӽ]L‡rƖc(qM²Ҹ3%D ֓wz7Wk,RKb\=u?a8^kD595XO,"@'M+ʍn8Wޟ{@8h$̛bd"xgK ^Ko!tCnxʌj'!w#Ss)\)=/#+'d|OA~YQX_WS \jqJ#6%[ŐaVFd}Նo5V]"WOΟsAVGhv!f`r+&|bJǟ +DM3 4FX /(xJ8*b#˜1f.SkUdEZc󮜎6x$Gؕ}yw5+OetC6P{Wl'3Q>!K%Xnq#sh (Pg?*_;1A:W7޲F{7gSQW