pdns-backend-remote-4.1.2-lp150.3.13.1<>,p]Jo/=„ s庩<& ڛŀQxq⻍w:q׺Xйwx]HE ;zjY(MSe' A6=EOZJ,ߔŋl ksh)fI"J:eVJvRLq ATFb#lIw9fPiTXܩR"k_*|U5wIF\Ԧb}!c?F.?S1z䁦4D>Y>Mh?MXd ) A 6Zsy     Tm(8*9T*: *FJ7GJLHJPIJTXJXYJd\J]J^JbJcK^dKeKfKlKuLvL wLxLyLzLMM MMTCpdns-backend-remote4.1.2lp150.3.13.1Remote backend for pdnsThe PowerDNS Nameserver is a authoritative-only nameserver. It conforms to contemporary DNS standards documents. This package holds the remote backend for pdns.]Jobuild84hopenSUSE Leap 15.0openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgProductivity/Networking/DNS/Servershttp://www.powerdns.com/linuxx86_64h]Jhc9e8ca804143a880734e03f80e91333aa95e7e63f17f1d68a9bfd70f965f7b28rootrootpdns-4.1.2-lp150.3.13.1.src.rpmlibremotebackend.so()(64bit)pdns-backend-remotepdns-backend-remote(x86-64)@@@@@@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.1)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libzmq.so.5()(64bit)pdnsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.1.23.0.4-14.6.0-14.0-15.2-14.14.1]A\[@ZZZЛZZZ@Z@YeYY5Y}@YMYMXDX@X~@Xx@Xx@XN@WW@WJVV8UUv@U>$U8TPTи@Tи@Tи@Tto@Ta@T_W@TR(@TO@TO@TO@Adam Majer Adam Majer adam.majer@suse.dekbabioch@suse.commrueckert@suse.deadam.majer@suse.demichael@stroeder.comadam.majer@suse.demrueckert@suse.deadam.majer@suse.dejengelh@inai.deadam.majer@suse.devcizek@suse.comwr@rosenauer.orgmichael@stroeder.commichael@stroeder.commrueckert@suse.deadam.majer@suse.demichael@stroeder.comadam.majer@suse.deadam.majer@suse.dedimstar@opensuse.orgmichael@stroeder.commrueckert@suse.demichael@stroeder.commichael@stroeder.commichael@stroeder.commichael@stroeder.commichael@stroeder.commrueckert@suse.demichael@stroeder.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demichael@stroeder.comLed michael@stroeder.commrueckert@suse.demrueckert@suse.demrueckert@suse.de- CVE-2019-10162.patch: fixes a denial of service but when authorized user to cause the server to exit by inserting a crafted record in a MASTER type zone under their control. (bsc#1138582, CVE-2019-10162) - CVE-2019-10163.patch: fixes a denial of service of slave server when an authorized master server sends large number of NOTIFY messages (bsc#1138582, CVE-2019-10163) - CVE-2019-10203.patch: update postgresql schema to address a possible denial of service by an authorized user by inserting a crafted record in a MASTER type zone under their control. (bsc#1142810, CVE-2019-10203) To fix the issue, run the following command against your PostgreSQL pdns database: ALTER TABLE domains ALTER notified_serial TYPE bigint USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END;- CVE-2019-3871-auth-4.1.6.patch: fixes insufficient validation in HTTP remote backend (bsc#1129734, CVE-2019-3871)- CVE-2018-10851-auth-4.1.4.patch: fixes DoS via crafted zone record (bnc#1114157, CVE-2018-10851) - CVE-2018-14626-auth-4.1.4.patch: fixes an issue allowing a remote user to craft a DNS query that will cause an answer without DNSSEC records to be inserted into the packet cache and be returned to clients asking for DNSSEC records, thus hiding the presence of DNSSEC signatures leading to a potential DoS (bsc#1114169, CVE-2018-14626)- Update to 4.1.2 - Improvements * API: increase serial after dnssec related updates * Auth: lower ‘packet too short’ loglevel * Make check-zone error on rows that have content but shouldn’t * Auth: avoid an isane amount of new backend connections during an axfr * Report unparseable data in stoul invalid_argument exception * Backport: recheck serial when axfr is done * Backport: add tcp support for alias - Bug Fixes * Auth: allocate new statements after reconnecting to postgresql * Auth-bindbackend: only compare ips in ismaster() (Kees Monshouwer) * Rather than crash, sheepishly report no file/linenum * Document undocumented config vars * Backport #6276 (auth 4.1.x): prevent cname + other data with dnsupdate - misc * Move includes around to avoid boost L conflict * Backport: update edns option code list * Auth: link dnspcap2protobuf against librt when needed * Fix a warning on botan >= 2.5.0 * Auth 4.1.x: unbreak build * Dnsreplay: bail out on a too small outgoing buffer (CVE-2018-1046 bsc#1092540)- add patch for upstream issue #6228 https://patch-diff.githubusercontent.com/raw/PowerDNS/pdns/pull/6370.patch- geoip not available on SLE15 but protobuf support is available.- Update to version 4.1.1: bug-fix only release, with fixes to the LDAP and MySQL backends, the pdnsutil tool, and PDNS internals- Update to version 4.1.0: + Recursor passthrough removal. Migration plans for users of recursor passthrough are in documentation and available at, https://doc.powerdns.com/authoritative/guides/recursion.html + Improved performance: 4x speedup in some scenarios + Crypto API: DNSSEC fully configurable via RESTful API + Database: enhanced reconnection logic solving problems associated with idle disonnection from database servers. + Documentation improvements + Support for TCP Fast Open + Removed deprecated SOA-EDIT values: INCEPTION and INCEPTION-WEEK - pkgconfig(krb5) is now always required for building LDAP backend - pdns-4.0.4_mysql-schema-mariadb.patch: removed, upstreamed- package schema files in ldap subpackage- Update to version 4.0.5: + fixes CVE-2017-15091: Missing check on API operations + Bindbackend: do not corrupt data supplied by other backends in getAllDomains + For create-slave-zone, actually add all slaves, and not only first n times + Check return value for all getTSIGKey calls. + Publish inactive KSK/CSK as CDNSKEY/CDS + Treat requestor’s payload size lower than 512 as equal to 512 + Correctly purge entries from the caches after a transfer + LuaWrapper: Allow embedded NULs in strings received from Lua + Stubresolver: Use only recursor setting if given + mydnsbackend: Add getAllDomains + LuaJIT 2.1: Lua fallback functionality no longer uses Lua namespace + gpgsql: make statement names actually unique + API: prevent sending nameservers list and zone-level NS in rrsets- Ensure descriptions are neutral. Remove ineffective --with-pic. - Do not ignore errors from useradd. - Trim idempotent %if..%endif around %package.- Added pdns.keyring linked from https://dnsdist.org/install.html- Don't BuildRequire Botan 1.x which will be dropped (bsc#1055322) * upstream support for Botan was dropped in favor of OpenSSL, see https://blog.powerdns.com/2016/07/11/powerdns-authoritative-server-4-0-0-released- This makes the schema fit storage requirements of various mysql/mariadb versions. pdns-4.0.4_mysql-schema-mariadb.patch - preset uid and gid in configuration- fixed use of pdns_protobuf- update to 4.0.4 - fixes ed25519 signer. This signer hashed the message before signing, resulting in unverifiable signatures. - send a notification to all slave servers after every dnsupdate for complete list of changes, see https://blog.powerdns.com/2017/06/23/powerdns-authoritative-server-4-0-4-released/- added pdns-4.0.3_allow_dacoverride_in_capset.patch: Adding CAP_DAC_OVERRIDE to fix startup problems with sqlite3 backend- use individual libboost-*-devel packages instead of boost-devel- update to 4.0.3 which obsoletes b854d9f.diff- b854d9f.diff: revert upstream change that caused a regression with multiple-backends- update to 4.0.2: The following security issues were fixed: - 2016-02: Crafted queries can cause abnormal CPU usage (CVE-2016-7068, boo#1018326) - 2016-03: Denial of service via the web server (CVE-2016-7072, boo#1018327) - 2016-04: Insufficient validation of TSIG signatures (CVE-2016-7073, CVE-2016-7074, boo#1018328) - 2016-05: Crafted zone record can cause a denial of service (CVE-2016-2120, boo#1018329) For complete changelog, see https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-402- BuildRequire pkgconfig(libsystemd) instead of pkgconfig(libsystemd-daemon): these libs were merged in systemd 209 times. The build system is capable of finding either one.- update to 4.0.1 Bug fixes - #4126 Wait for the connection to the carbon server to be established - #4206 Don't try to deallocate empty PG statements - #4245 Send the correct response when queried for an NSEC directly (Kees Monshouwer) - #4252 Don't include bind files if length <= 2 or > sizeof(filename) - #4255 Catch runtime_error when parsing a broken MNAME Improvements - #4044 Make DNSPacket return a ComboAddress for local and remote (Aki Tuomi) - #4056 OpenSSL 1.1.0 support (Christian Hofstaedtler) - #4169 Fix typos in a logmessage and exception (Christian Hofsteadtler) - #4183 pdnsutil: Remove checking of ctime and always diff the changes (Hannu Ylitalo) - #4192 dnsreplay: Only add Client Subnet stamp when asked - #4250 Use toLogString() for ringAccount (Kees Monshouwer) Additions - #4133 Add limits to the size of received {A,I}XFR (CVE-2016-6172) - #4142 Add used filedescriptor statistic (Kees Monshouwer)- update to 4.0.0 https://blog.powerdns.com/2016/07/11/powerdns-authoritative-server-4-0-0-released/ https://blog.powerdns.com/2016/07/11/welcome-to-powerdns-4-0-0/ - packaging changes: - remotebackend split out now - enabled experimental_gss_tsig support - enabled protobuf based stats support - no more xdb and lmdb backend - added odbc backend where supported - drop pdns-3.4.0-no_date_time.patch: replaced with - -enable-reproducible- update to 3.4.9 * use OpenSSL for ECDSA signing where available * allow common signing key * Add a disable-syslog setting * fix SOA caching with multiple backends * whitespace-related zone parsing fixes [ticket #3568] * bindbackend: fix, set domain in list()- update to 3.4.8 * Use AC_SEARCH_LIBS (Ruben Kerkhof) * Check for inet_aton in libresolv (Ruben Kerkhof) * Remove hardcoded -lresolv, -lnsl and -lsocket (Ruben Kerkhof) * pdnssec: don't check disabled records (Pieter Lexis) * pdnssec: check all records (including disabled ones) only in verbose mode (Kees Monshouwer) * traling dot in DNAME content (Kees Monshouwer) * Fix luabackend compilation on FreeBSD i386 (RvdE) * silence g++ 6.0 warnings and error (Kees Monshouwer) * add gcc 5.3 and 6.0 support to boost.m4 (Kees Monshouwer)- update to 3.4.7 Bug fixes: * Ignore invalid/empty TKEY and TSIG records (Christian Hofstaedtler) * Don't reply to truncated queries (Christian Hofstaedtler) * don't log out-of-zone ents during AXFR in (Kees Monshouwer) * Prevent XSS by escaping user input. Thanks to Pierre Jaury and Damien Cauquil at Sysdream for pointing this out. * Handle NULL and boolean properly in gPGSql (Aki Tuomi) * Improve negative caching (Kees Monshouwer) * Do not divide timeout twice (Aki Tuomi) * Correctly sort records with a priority. Improvements: * Direct query answers and correct zone-rectification in the GeoIP backend (Aki Tuomi) * Use token names to identify PKCS#11 keys (Aki Tuomi) * Fix typo in an error message (Arjen Zonneveld) * limit NSEC3 iterations in bindbackend (Kees Monshouwer) * Initialize minbody (Aki Tuomi) New features: * OPENPGPKEY record-type (James Cloos and Kees Monshouwer) * add global soa-edit settings (Kees Monshouwer)- update to 3.4.6 [boo#943078] CVE-2015-5230 Bug fixes: * Avoid superfluous backend recycling * Removal of dnsdist from the authoritative server distribution * Add EDNS unknown version handling and tests EDNS unknown version handling Improvements: * Update YaHTTP to v0.1.7 * Make trailing/leading spaces stand out in pdnssec check_zone * GCC 5.2 support and sync boost.m4 macro with upstream * Log answer packets only if log-dns-details is enabled- update to 3.4.5 Bug fixes: * be careful reading empty lines in our config parser and prevent integer overflow. * prevent crash after --list-modules (Ruben Kerkhof) * Limit the maximum length of a qname Improvements: * Support /etc/default for our debian/ubuntu packages (Aki Tuomi) * Our Boost check doesn't recognize gcc 5.1 yet (Ruben Kerkhof) * Various PKCS#11 fixes and improvements (Aki Tuomi) * Several fixes for building on OpenBSD (Florian Obser) * Fix several issues found by Coverity (Aki Tuomi) * Look for mbedtls before polarssl (Ruben Kerkhof) * Detect Lua on OpenBSD (Ruben Kerkhof) * Let pkg-config determine botan dependency libs (Ruben Kerkhof) * kill some further mallocs and add note to remind us not to add them back * Move remotebackend-unix test socket to testsdir (Aki Tuomi) * Defer launch of coprocess until first question (Aki Tuomi) * pdnssec: check for glue and delegations in parent zones (Kees Monshouwer)- no longer ship dnsdist here, we will ship a new package based on the snapshots from http://dnsdist.org/- update to 3.4.4 with a fix for CVE-2015-1868 (boo# 927569) Bug fixes: - commit ac3ae09: fix rectify-(all)-zones for mixed case domain names - commit 2dea55e, commit 032d565, commit 55f2dbf: fix CVE-2015-1868 - commit 21cdbe5: Blocking IO in busy-wait for remote backend (Wieger Opmeer) - commit cc7b2ac: fix double dot for root MX/SRV in bind slave zone files (Kees Monshouwer) - commit c40307b: Properly lock lmdb database, fixes ticket #1954 (Aki Tuomi) - commit 662e76d: Fix segfault in zone2lmdb (Ruben Kerkhof) New Features: - commit 5ae212e: pdnssec: warn for insecure wildcards in opt-out zones - commits cd3f21c, 8b582f6, 0b7e766, f743af9, dcde3c8 and f12fcf7: TKEY record type (Aki Tuomi) - commits 0fda1d9, 3dd139d, ba146ce, 25109e2, c011a01, 0600350, fc96b5e, 4414468, c163d41, f52c7f6, 8d56a31, 7821417, ea62bd9, c5ababd, 91c8351 and 073ac49: Many PKCS#11 improvements (Aki Tuomi) - commits 6f0d4f1 and 5eb33cb: Introduce xfrBlobNoSpaces and use them for TSIG (Aki Tuomi) Improvements: - commit e4f48ab: allow "pdnssec set-nsec3 ZONE" for insecure zones; this saves on one rectify when securing a NSEC3 zone - commits cce95b9, e2e9243 and e82da97: Improvements to the config-file parsing (Aki Tuomi) - commit 2180e21: postgresql check should not touch LDFLAGS (Ruben Kerkhof) - commit 0481021: Log error when remote cannot do AXFR (Aki Tuomi) - commit 1ecc3a5: Speed improvements when AXFR is disabled (Christian Hofstaedtler) - commits 1f7334e and b17799a: NSEC3 and related RRSIGS are not part of the dnstree (Kees Monshouwer) - commits dd943dd and 58c4834: Change ifdef to check for __GLIBC__ instead of __linux__ to prevent errors with other libc's (James Taylor) - commit c929d50: Try to raise open files before dropping privileges (Aki Tuomi) - commit 69fd3dc: Add newline to carbon error message on auth (Aki Tuomi) - commit 3064f80: Make sure we send servfail on error (Aki Tuomi) - commit b004529: Ship lmdb-example.pl in tarball (Ruben Kerkhof) - commit 9e6b24f: Allocate TCP buffer dynamically, decreasing stack usage - commit 267fdde: throw if getSOA gets non-SOA record- update to 3.4.3 Bug fixes: - [commit ceb49ce] pdns_control: exit 1 on unknown command (Ruben Kerkhof) - [commit 1406891]: evaluate KSK ZSK pairs per algorithm (Kees Monshouwer) - [commit 3ca050f]: always set di.notified_serial in getAllDomains (Kees Monshouwer) - [commit d9d09e1]: pdns_control: don't open socket in /tmp (Ruben Kerkhof) New features: - [commit 2f67952]: Limit who can send us AXFR notify queries (Ruben Kerkhof) Improvements: - [commit d7bec64]: respond REFUSED instead of NOERROR for "unknown zone" situations - [commit ebeb9d7]: Check for Lua 5.3 (Ruben Kerkhof) - [commit d09931d]: Check compiler for relro support instead of linker (Ruben Kerkhof) - [commit c4b0d0c]: Replace PacketHandler with UeberBackend where possible (Christian Hofstaedtler) - [commit 5a85152]: PacketHandler: Share UeberBackend with DNSSECKeeper (Christian Hofstaedtler) - [commit 97bd444]: fix building with GCC 5 Experimental API changes (Christian Hofstaedtler): - [commit ca44706]: API: move shared DomainInfo reader into it's own function - [commit 102602f]: API: allow writing to domains.account field - [commit d82f632]: API: read and expose domain account field - [commit 2b06977]: API: be more strict when parsing record contents - [commit 2f72b7c]: API: Reject unknown types (TYPE0) - [commit d82f632]: API: read and expose domain account field- set $LD for now. this fixes the configure check for relro,now.- remove custom PIE handling. upstream does it for us now.- update to 3.4.2 This is a performance and bugfix update to 3.4.1 and any earlier version. For high traffic setups, including those using DNSSEC, upgrading to 3.4.2 may show tremendous performance increases. A list of changes since 3.4.1 follows. Please see the full clickable changelog at https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-342 - move man pages to section 1 to follow upstream change- disable botan and geoip on SLE_12 because of missing dependencies.- Fixed broken _localstatedir- fix bashisms in pre script- update to version 3.4.1 Changes since 3.4.0: * commit dcd6524, commit a8750a5, commit 7dc86bf, commit 2fda71f: PowerDNS now polls the security status of a release at startup and periodically. More detail on this feature, and how to turn it off, can be found in Section 2, “Security polling”. * commit 5fe6dc0: API: Replace HTTP Basic auth with static key in custom header (X-API-Key) * commit 4a95ab4: Use transaction for pdnssec increase-serial * commit 6e82a23: Don't empty ordername during pdnssec increase-serial * commit 535f4e3: honor SOA-EDIT while considering "empty IXFR" fallback, fixes ticket 1835. This fixes slaving of signed zones to IXFR-aware slaves like NSD or BIND.- only enable geoip backend on distros newer than 12.3 before the package lacks the pkg-config file and there is no fallback to finding geoip without it.- fix permissions of the home directory- enable some backends that we had forgotten: - pipe (main package) - random (main package) - geoip (new subpackage) - new BR: yaml-cpp-devel and GeoIP-develbuild84 15651830874.1.2-lp150.3.13.14.1.2-lp150.3.13.1libremotebackend.so/usr/lib64/pdns/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10740/openSUSE_Leap_15.0_Update/d41edf56faad09bc988db5b8e79fadb8-pdns.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=530e90b41c7bcb9b853bdb1f223789b607b3de16, strippedPRRRRRRR RR R R RRR RRRRR0utf-8c7ba2ad2192394d3ea427ae8a83eabb56588d6deeed2d7e3db881a214c654a2b? 7zXZ !t/t]"k%60E<$#]CY_2IJz60-=kJiճ$e 7uEWzm )L9/oOӲ>[~)*v*& M#AVHPZ C)&׺Z[Fwе* TV\9iОWƸc:AF{\VW1{}*kNrhيɇl,lYqb$m9HWτDI9 TB(:??ZC/+#N@B ߐѮBVY &ݥWWYO:9Ev.}]ĝa!{IK+ /"*s# L7CX}.zǝ0R1.$v[vb>!-t].RhAn#V~ּʽѶ+Ùupߓ&]Ui/o&~rI++ ƴTɣ{k +x&d@Ss,pĆڏ`+o#LI6* RvJ&"7k(I ^Cƃe6tjZg}Idv춲A5T1U(*y@cFL?g'<ۡgow{1VP[ Yds\5Qr4 #ª~y5}'1);Ur 9 's|͕?Jk4 &E?{->Yg($^q=qR ,j3R> F۝-+7I;*v3ɞwEG|`wݛ) N]'WԓRЈh0wf'ߌ-ZHJ^jx Jg9q ;)8:Wf4p\ )-qELYJܓHG0*f h@AE:j[]:!Q\Yc_ iԱ}群=y"pp+ V)Rq?9/KU$ō#-,sw}:|򊜉͢&[ꭺ\Ǭ9uc(n'C;w}yҚGMḚWzNZU Jl rRVH B| 2Aqy%៶8,FL5堣h3pƤ= ۳ၷ)4Z cT^}Yf )a݂9ӂ0&Fj[Ir6vq_VI m)֫0\ p>tpN\!~)7!n#ԝ [(|W"3KT`hp4ADV}5m[IG%GN g22|!G ]L?W~5*Qv_{X7!/{S{M5=p41aF塌 6[^a&X\};1'T`Tm=肬ʝ 6~tP0fX*ɬfZxCr._٪E/aL ^7A. +`Fc=0ƻhPkق{en ږD " $~fFЮ`9> x@uBx8:ܖsLL]ۆ/pQ١Ueå+ xgW}!yЖNJ?#"Z$=1 3Od.O-4vvWC BoJ F9cApGпK}!)"qmߔAmmxvrr$m2A&kmEU(֕` !ç5}pz V K2?G zk +]*9U!l#a R_ ;/j23w׼9]C/ڃ 0yҫ^ZIp>7ǒhM`qS>~d^E#[y.oK$/Ì>kkp lkAAH_/L3P|.KJ#9(1,=w~N*8U\B9?G_+3!'h 7g$pU}F- F &84`''$?x%w^1CAd7yͣ`tddOEQ+Cm֊E qy)c XջY1X lh6*3#,H${;P!y ̪xZΧt,RB ?O5=0v3hC.; dNUr9CqTk1YK3l.G E|V糼_ v Sۢt [F(CC͵_vfK3}yEV4pk@G6C3̲~_L;۞*YY!;vȳB';137R)_==?_&Z s.?p`7BOvrB'W8*g*fPؙ<8/mZyP;wO`)ӈum,%fi^ 5YNH[Re'V"PA,Fl1mQ,zllaKEf]zȚ7E8-SSn"g^[w-J6~2%C)32<ĩhuҶE {}G/o-JtCt8TQ1ډ[ѡ xu/O0Z#l,=lٖca,Qg#smTSFʰ/"Ycn%LI0 uO*G8sDnйi ]Yt @=c~Á3X0B3IqPF?IJeJu&(ެL;*@I9b]4'SIfLԲ"S^ih`G^\(L ky*{܊Qqq:t:"|r]{pB`@JwB4z3S2C܊mFa[n*6EuqU͘g^US»֊lgl8kah^/$hmZ &~!I<V#l}{vI ZTX' Uy$㸠"3M+FBb|FU lkToKqVғB3Z?D%k&\B+Ye{,0J皾}2eEsZJJ<&@zNhlؖG<;ؽQW@awHeG*#F|v#bB6?Yl ¤%!;M"iNl~i` 5Қ??>pq4TV-L)Xzs8 FyS[4.ζﲾF+IoB80D4>/FF&[ZWgTV5[qXԟzG]aQfT\`#QfN_u*M6r$y*Awg_m&< nxBO\9DqoJ/Jz9^Tx*9I Lgf 5VKRI Ï`( "^Vb}YQϷHUMY{jN*Jr…@( )n'G,n֬UN>&w;% > FzGo?@x:q?"ݟG&1@7 qgJf7 Ei"w'{;J ]ڿD휆D W4\r`욣2&;I9i'7GJE}$D:U)Ղd`oBÓYZFQrhGq3`yfq$H^MT)hlx;ij܁jm7?s <;c{ j~Rh{e3:MYI9kkbN8*ʟߩo: [W<_CA!dTҰn <:E߉sׂv܅hqD:X{];3!W|#)J p7trn{5[hITPN ;n'V+%E_gm4I=z^1. #¯5; gl-ʑ^sͯYF27}̕iu}^CȻV$ް0fk F\O`z{)|E~Ph,6͆S+-/Ii/q7_~iseCs`s[ S]d^,̷(XՏXfZ{+tɛ'6z -2ެ^v'0)۳;44A$!%#б9"\Cl8e澭&V\eu"hWv`^s}ְ*&ʼnTe!儢@Kf"px`)Y3 )p@ rU54?r+S i:^󼤧>P’1/6XUP&jNxDЋ =z]ҡ"U8F>XlQSv1Kvf,X݁@G2MedN,ND7'SqtVZع9:1k? ONYЯ͝ IT4KT80 ?Xl]%:Zu#MD ᐈ0$}ރW^q{fNCU~ہ;?RE/V!h!wb+5R)Z;srM}8Og?=B- ӂ;5V8R0FWf i'e Kĭ%7>J4Uk+VusLybFH^zW~Nfբ\E> fwe~rL+,xEÛ`x Vxl~*$962(g q:_NUrG̅nzT[M"ʱ#)M9F+OJo>}m͊R`ՆLءh\VN5sWk$?%؎2ct-9ə*Q^9.Su9Qn{v]Gn .mD6C4-uٱtGck pڷ(8׫k[i<" nik.y]b{0vU6EN)$SMPY/sN)ۛ}S(Od 'ND("nϟ IJ;5\'$#Ud.*19MP+>Jʦk!ǟkpşTb J§?{C1͛DC^Ma#4ώ^oHc@a#$ˡR5]Q ö́sk"#*3kqafRbu?A3=1*9;yPC ֟3}._)1Y|2,{O3liLV. 7|YtwqYS$!kׄ#nSZ-š/cj LbP% mDdNEFvwm щ4)3V5TGIc_Q%*C:ÂXZ? }_@McvQe ш˕PjU¼j@g]~5uXcq*UUlΫ)]Pui3-ֹe9;!I: N 13 t˹CQAR+.x[S +ec8a [oԷ9vDvxYR%? k?rDz+_r2lwXqcz}LMýe";]۫*z6֏c%Y~hDWQ y=4G> r4}6L Q{Ƌ3Lnβ.ďAWyk S>QSh!;\I[zKGE8: s )BwӀz_Iz"zC϶гn:+"{BBr \ !9&EGz֡y nMeƉ _Z^7&ss" VfV1ΑU[<#$;'NCsq:RSOs+J\%UpHM'oqzeLHވrYug:La/Mm.t‡MqiT) 'yK_RJc mA0.ƩӂG%tiAMվxԾ;o`# hgA =fif- SݚhA =1rGw;'vmߺbUn) O:OMzuJyu{ S>mTCF5caFuhSV_-p~tZa?xwr5lA-tь F5f@Q w*q͎PgC6C"}->dIo04&7'=[Q֔3NN+GEց,f"lIs(ʴtu<]%Csk*=,؁xQhnPG=q{!ɗ^0ԑp$ 3r}SNJC7Yl}F9swdXBd)yx2"G0賈e\L6*JX:I+u4𖐥8r' Pv{npӆwH>a}Gy$\>^MFE&ZXrUtOllɿ|$wpf$g`u f4m֥ep&'?:WBQ/Np;7EBcKm|r^U/g˟vվ6@<ыSLO ՜?h+gfנpkߩ} >@p jn/S'ZO@b˶+[Ao1}7թD3k}wOִ4Γ`T\(!Wvj .mX<r!b0E2Cz>V[1M&CQ)2G?H}L2=! @i:岮;LyV RGfV]ĈO];-984uK4i=˰kΠ IpUd`WqQF8<&2 xy um/]\9+^"qGG8!f4ǡUe[?I8L,0C.Gw 0z+HgW?OP; ⓔt IboDO-8Wsli|fv3G8@kEETHivЊRv G^f@1XrP>+~+ormLZ o59wDsm+{, i}v /VR `(޷ίόK+e& FI|ȵ [>ѪɼS[z%F{MVx9]O7hkch.M2wtܺwXkڮgʉjJJ<~̷P*KuHPk.e_ChU${Jw#p j~l-i=&gB/$Cwg(اI;DůMl"Ȋ$K xVӯu$k=g_iݫLOcv<<_ejzA 旵*LX#~NQ6-z"0BelpyY J#&>E(9( FkGr;A];=Ru侮`+~:Ww#hlR^SB7Yt>9%Pd⫠nRÓ7̱ drЪ&d򂢶lMYvN( ܟ3Ub z*Q&>5˞T둋ãQ|)mձI,/:Gg&2M2/Id_CH~j9Bv8ܓ15DhJaj Hurŗ`8m~9w>3HMuZl08W` !c!rhT*#C`&w+)LUOw@v[;.#-;ʞ {Ue8 N%XQ반Lae);pEi8`[F ;ZBmٲNnK:#nyۥs +3ܮgZT^_]?,G)`*3#h?~E l4–߫]sH|y+Ƙpæ\q?wj^PݔaCe"gn KM ~ߍ[zŨP57y86тk2;Kb/iW";PJ"KB=uM4nDFOˁڋF~zBnсHS]Z9fg;W7oXhDJ3_ Ff:f##CVƪ'=}PڗMB ^],;]\K=aJ;BNY7\ fr_8A\Z%6<6`I[? 8 z5o.Xp.i"z皆 d˴džcb;|`ƭ^Lxq)#]ΩLIpC.9~ ~ft%#IssŞb|wXx`?)~+)Έo>lns"i+tf~ywIhHv[T_Gzs0$@Rhi+*uo?6rg1{0]M|W 2dMeNi7ް7Mgl\_A?aVF0wc;X!~ʝCB,C3Y.CV9!p5f!#~qtHJ6p&_qL -:z~\^;FCFR[OPqԺq`X1O+ǔPi\KYUJc}x=lKɾnz"44+FEb +dԥNCO"& ˢ Sbf/Yqx}$ .4!gp﮹8g=|E[ye/3f/ȇ)B.wz'q[w B6{3>kiuzY-}N4 'JLʤ/E% ѶQ2##h+4(Ҷ2si B<l<3D+=ؐ 5.k7}5RU-q[1vTH>GTF%-И !zTbt ة9݈i$rp82Da*mUn 5?6׭~yCWs~YO-䟐6B8* dp!u%". cM<'P[bS'n^eqߋ(e*o_MxMmåFuѝHi: Fo,.z)+31OpՑ̸#kgV@,XNBQ0*.LMHQ~6FM3?AOx$VAT:w SihAg=*4kZW][BWX~o'%NL wع`cNIrɢ+NJ`o}Kd#"&&${UJ WEU<=5<Uyk$YCݨj/#+D0?RsY>|`<8za'p j>Z%ME.ռQ(TDg?X:^Ӣ3nҗ|KH)?@~{NQԄL|W{XZz%  0 h/˿V5Xil2H JaaY>&flʏCXDCد^.14Mi6n:=-y+u/ȱM{K9șv(gwة^TkѼKD5/<%(f69+y|s5L_DkʰdN#s_pW=( JbnX6dėugdQ<3 s=;fs"߫wD"xMfRH PdX\ "EO48}v;>R%.sb9 18d܈<3;FtZazf^B =rEYRMA71uS,rmDL *| !CYMSF;eB ؽ2H L8`=T1KS3Gw_wΞ>.M/z\ʲ~1[(1K^DgJ+Z%SDyڙWU PI^TPR@܌͚:[>cHoס5vDՓ~pT3 )u[DǓ ]e]G%XRIKd8(j\۴29&t.[lV:awˌ(S"ds\(:l-QѨ ]ɀvbQ4"S9Lf.O|sj0Nܨ8Xز*!s5 KWUTPx)r1+' sJc&iK$Zn;!kaW|D~sw54Mc2mˣ}}-F=׎n(6v̛@IԬnO |:nT`Fvjz 7H@;Ɍme4֮v|zp'4Oy"p| !qF=1fng;4:=u;Zh_ Z\HV˺?*3RqFZj=zQ{xX qh |Rm! 4WQ6l9( OS ~WB>嬑?]-#J|.h?rE%E Wv{(o_YFO,u[:Jh*#/bnnSq"C\d~i*eˆ1FC i[aۍGS_\Ukᙯ>K,cNgM\[kOnkiq<$ d( 5Jiz[A -c\x5 Kߌx +a&jۅxZ"$_4+^-^?p?kEzxqjFmơo'>#y`5*{~4@7bd1{ ߁gr dΨ :+mbوv,M] G1M?P¯0;uxE2c|&ꯎPu%JU𥊍]ȟ ۟SOܖhYAH|DP_ 3}@k6@F7 -|n(d"U0X7 > -6T6c\~P?7`Β">Zu҉ k<#ƞ#!̙U˰k{ٺ重'θUp*f E!4)V?7C8:5B@GԔF%£.bD=ÕJ@ b(5x s]##zbCdGqz6sKg-"X ~e(P.;l(q!y2C1~hrD; 9:gEh^NROtYY.s! j7~2YV\<՜V?J(u"CX5dd6,4#_imtجf&g'^]Ab<2u[+{ҧ[[&V`!+F X'k`1+KW4ӣ#Ixp#%nn1H%RkHczp4$Ln6q|ːL[/n"6# lWVf ؝*/xV]F!|;@أ2sjRK\0ЗТ 1y.BuNeEuJ6?#vU+ɲeUHnT-82a˥[um5udׄN?τCp_= m|ؤ#M5iSﰴc3JVJfhb*8\*@WHz1To۽+D}wj{ ׋cǞ"<])ݣTP\ A*C3Uj 'Y @jG -uVcW7t1֓RUe){C4Y0as|tFh]P07mHht$#uEHTD 7BeL8GPsċ.$b,}@SJl2ۘe%WF2HgF,­C| BS,eDzyBvjZĦɂ%`uw@{NxɢUy_\XD;g/Sda,I(nY>?snYޢ_ TD| vWpU=/L|e/H}D'1ϊblq]"TAT T%yB~Vq"}GϹD'ƽ9$ݓy$b,2E/{=&F4;!ΎqJ4Dw ]) 䣦m}?˳T ?A1Q{۱A'b+&ZI -q1, a=i%E-k3M8_**S4zCеp0vU4eqfM%|+ep+'s:#)P%bo1mCC(kGq+q6ZQ~ZrgKCǍE]lf2z㎿Pr۶%R+Wbc_+0"1? vO#xa^ycVf[+u&Ш=. ?pFr!z\uhaɞoļ],8d4=_ж{nu?`ہ*@<P`y{H1yLhj+[>9_k?hQsT5ٽ[{ח𳑘Mb(LNϢ0BZ~JaY/h \0"lF#/FNɕdoEu{G_r#y!p_%P1Bg=pos F[ zO|&龇bx[:f-%$;ҝץ-Db]-l8@m0]`Gm9R(ɼ/k5r&}V],&#(qkDV+](2V,Q/hc:PŠd!^4 Ű~uzL}*foHV+TYc,Z VŵUl tw+>t?:lW~øNFwN:ZN}]YkcrL| Ԑs0WmQ;Rl"-;f(ߒ! HFCB~L.D5dBpЮ9^JIH_|b9l'1QvA^2s+1aWVI!IԦz&k@bW(l)nZiF!S;IИiꣵxώ`TR]A{~u). 4-Ol,so\C݃ˮMz]0t vL4 6D Br(!JNGuۭ3@ q\'f ]>D 'Lǟ`Tʇglxh.8; :mv͚@BN*z\, ϢτoP.{R;~hՄjsvh<>z/IC;P8^?t?V;<&#K׍Wv2谆#ܺOZ=BM<_{vjꦂQZi;`_֟!kHd$ľ ]m 5*T_ sحQ632N^RK~ |#>Va!1圍"`4TlS$g?B? (N H&m0LA ukSD$HEgN -]2g^Hϯ3SpU<4\kvV/(։#5/*QӿC@bX%J(vma칡|8͌u,np6)j##ޕf? 4NI$mS( (fַ* iTYVީYIt"ک*/1̭їck='tRiOM9kF"^{dsЁSݧD"(yI.(BX̼㯒)ٖN>e l|cvZ;KP)l6,d!lbg-ATyjUXXT+FPjL<*g{%>H@bDmTXd*jl"lW |#"Uy60֜!fmM[;̂fq&hK<U~>>({Uћ~jJx|i5HlG3B)%jLQsn6HOZ9xY2|c[ iA4eDRWeM[ʛ$#"kϕ3ϴaO95ʤ{KWӋϣ6 mOבwiakU|xxn :/;? 9KݽY~*&0I6{Vݶ-t {ۄfRS(^y{Xpq[7͉ǣմyeT¨P9[ƂPA̞qхRO͎#GPv(W񇧨ԣț.)5|l߽ `ю20lCvW' %LSs pnK]@Bl9mUQ mV7]:j3$OI܈}(wU#!gƌء CA؀~d+I.v[&scdÏ FӍ޿&A.i?NϗVF{zyf^Jޫ%:z[-Q^]|;(G\ǔVYv ڶcP9FD?y]F~I?tK?tF5K|eMz;<߸P+k߫Drf(o`dqg'aIfR΃_qg ?8p[mLD.sORO|:D~E0,;$098'czA z[<;f@܅Ɣ0 N]ЎNqU"?]D"c܌Jlgsek_[8@mX^=M4InElcdL("8 U{NhC"I 6U$8,j076J>fe[P?Ö G\JS$X3oc6؇2 |Qqsń .n9oc+JӬFԧx9 r;jd)kunӓd(~Se4ש}i`+r2%PZߋ ӯ6J}%}w ;kTXrp+k y#&"[l.H>޿dwY'?rVD0aYwiV9@QKZ{ijf78IaO{OMj:['rly8~yטƕ$Ft6@)-> ƪDrퟏLѰRGl,R K4*k~sCw ^n=ײQL'-\W:3vQAlSqkΖuuʠAݢ8z.M%(=8uW-1䭪:hGm:fD";^;ݣ;J XLNS3# \[MՖ0 ޯ[Ό }& :AiJU/b9FZ"]3ARB!󜥒] eܥ VSջ݋AT{es].th: JKP>$:Bݒ-Ax@-/0$ GZ*4;"<5Kha\F8FA80o:k"kvą~bsI/7KԶ]޲J`e5DGG K ^)rg4i9Q!7t <~:$8.c̞/%N]B>+;w(JߏqؽkP.HVle0U 8[z d7aq8aRxU(:D~֌w/"{N?U s-ɫLB9tkELNx( Xݣk%sl>E&4F[ S`"g= Yp@ntu)G\fTtdT` J[gySrlH b]Yȕ$&:A2z/RF$%6-#> ͊:q&쿇p[ԄQC] т <6?@}@*}i>Q7W2tK9E:Ebx23x+K%Aentpk1͉K~D|+@33f!Xo=S~w>2Y1s|u6+1f6JIi_K Gd*DԪ73J' {tO d4%/A_[$Fs-~iȄzuD\Ìʊۚ^:8T(zVa82:2<4W/\s«"#ʎOy D'fc))p17:)IHnEΜ=ïNO> L?5h~ 5X Bqu5}փؓiI~&t,[?xPC5]/w||=Uڊ:TN$fmjXԺ;fM*C˜&\`f~gapcYG2ɷ'(EfHBI9I¢ =FAK|G_^~D( נ[WT7}щyC[v_+]"Ex'$.9Z yp'rFRo W{;[Q ١c׶:r*aGP8,3$ռj.FnE$wn$ƼĬQҕgUN9n Jy#x "QW5YBzW%>MK@Vb$YM} &/Hb5iX:\:XIhE(fnQbSgvlc>:'q =:&h(ﺌYak9R PƐt["9S&NZ7<>;DSZjcYU<7*8ޓ> 2ނ݆@j6]Lm"Gr( &YmV>Jrc[x'1JۛhwplN`e;.͹DlTm<̌`](k$8̑4XCJѨpZث-}9.ݵELYCB/OBHsm10cI(JʼÔL"yрΓG>kVhd{\+\^=$]:/9[YQ״o茸HS5Oh`ꛐn}\QL֊3:3z/*z)-͸?םXˀTxVsM*.:-eo 2~u꧹; LK9i191$EȺCncH>QӝfP4&^+NDb j ?G|dG72MmrLg?%cq/RƸcGT53#S݂yr'Țw&ݓ,"+JW9^! B%o,N}J!YɝcȱJ^g&"2XcfjOog.%s@>)w!T7SpG )GG<++@vʿ?ki(Mګ6ZpO>('7pi94ʇn0! U0+֓bvFu!8P^?k{m dc"WAҚAʘ 4'@vχ0a}<kPVp֬B]UL'L4G'Vx9yŢR"'-'9"7 R:͗p/~M[GK;1ezXz|B{0d 8ǖfG4BfrCk?/!ϫ0[-R8Do!#Tѩ~W\H~ t87b^jSm#'qb\[h͓y)uX:r,ԩ wx%uz3"u&H/sxwCH/RClow{!{BrQ[h*h.sDL(t..|=mT~q"@ŅCPb>^'V<;u%μBGQ•Aҕ] /f0ݢE7 PkudRN]x i_E;&0p1dS徃I=eإ&qqv9t p=B Zc z ~K0oqovƤ'@70,.PzX~э.|]5J<ΰ| +9 !u:cc57ݔ2 `w"pӼcŞ̺TU:ՐQ MmWIFeHbd >XO0>up$tzUct%zhb']P4a7 O\>IT]iT̟ƈ 5?i'0m{kr[I\# бI:ߚ/{0rBVpۣ-)* rW!cJ# 8n =CIW]l pC*Hvʣ,HwXu=K?5먕Hi~sT1١\HU\v.Ұ&g,>@N l}@,Vq@UwH FS7m8~p HG(Z5n<6僶yTE*a)wPGKmZ[~=4:lt|hݺ3G 8+2ڃ-x5<*c""18*0`E*o:.kr|MtLo~獪/'F>~%Q8d 9ţ`9Do^ x@D= ,fZ, "]s2~5|H>N\g҆?ֽ`?T֛"^ot~KO!3nYyk s1&bC4ʓA8۬i(A|okFV[HN>ZwIK,W݉bȕ"BS6"(M-}]k݃Mf6WBx}`G4o ;C* 7= 5<[>uUKh 7JYbE4;`Wvxb}tu\>$@U0}M TW[TAZ6'~ t,=r\BXA\?̀ǕNR83{#0y0(W'4_;Kyz4.ьYA}|_+Fy};bZ?T~& ک`> ч6ͳyClJHb'KуW2NڍqpMo9z XI9&/@ZqSF ݰJ} X%!sVL j:@_IC!m͠^4jP4jOaUŰTcPiBC0\{@~5SG$En5A"~sm7XJ8FCnFn~7zYu֠MuMpe[`-_4V܁Ax/R@R}B.{T2ձ*h ~Q5ΑG?;Ns~)D0Wn9:g8j˼?/1cRk.JҋSؗNo#JnXDw^YCqPT,_"6N|S}$GhE">qnnq6 ~g Nj5)j=ωA r 7IM7ST}Y];G!w: F Y#d\מ68DTB#IQL' ޶s[e %|h|ޘӶE`qxg]x^Ay%n4"(hɎ\a\~5ϟK+ d@*I5}JW2gX|F,|\>W 4-V:Wygǝi7W =LJX9- AK"]xN i{+ ]%tld0geYG8ۋ* `UKVxf+_~fHNky[TC[v0x|ҊVxdB(* .vn+v9g%YůwB5)|6{$ÕBhhKCj'/s1L9GX+[Y GdH7\Uw.cDŽ,qC>tk%0AU!uzj'EtbF.>^Y.OTfТqdVo#sYcȭj>HZ s*Hx4gX٪IMTzT{D=ɘgfe3QT4+q `"!%I+ k2i(R׵YԗzQFV ø 8m>UH[B+KVBsfqy~/` L5 ⲡBb'~b \ޜ^oo^fh8hvfp>n|tB^uFc>iق2FkI5c˖r~;,0r>>t.fdsNĎr H<^FQ'ܤV*>F_|QN7ի3 5LĠ@TEͬP([-;]Eb\ت(Od`Υe>J`iys\o5<@(Lj3{8T?ì=Tz݅P |襎\PV`xSms,L?B!m4 rTA4u}Ġ3 %|*„SLQ8,x!R8S:à)!Adfq}3%gHgk$՜c6TC9z: 4ev/8B f(J?J믱fl rfT8Z;v :h.{Hl24`̱/))[ta5RY/yε4]rV ,ٜpp_ 9pB6swdʉr d=d t9(;äO`1D 7Z']| ӄ#e-|L YcTr44j@*Ͼmv[֐㭋#<@*榮;\>%hx0pr+mΑ:VJ<-V*[,fMPH#Rb&+X&\nۇ;|W诋czUcΞDHq&s/5VD yթ)}k5ӮH H ƝcW f*-`G ljOnx@nuBW+ꟃzr&O٬fBi֍`z\:&]Vk]Pb]Z}Zx!vjwVhIG"ҧ'Ye!ih:[E+O<ƞ|n$0e3LIa]+r`!A.]e%0,S,Z_}/s%^̓A b A#NܩXEPx8Wp4,/Qy3 Vp;$uѣZXK8, d 3b}pw8ە]ջ gT!~Pk'U*F}D_(R D_X6Z4d̿nm.'KF2#'"PƩ3PPV6AlJ8t{Q8xR I\U=p.>BG%ܻ<;w]Xy*ĄNZ4/sa-9zEDR* ;~y`p0;B~"N/;;qȪwc@ Jl{{iB7jpy bu{h!6U"\ ӗΟ4́'%XQn,?!|ms[KI'>UVr6?c)v)*2@s8THy:^GeSpI\V3[VŖk67,;^ ~wK6վ o4i1LJ67[&_ 7t ob\QBL#T\-J^(4;F )*b\7vԱ⇭,rN"\~;Zb [3i6(=/NwO~ʾ*'6;K~=x=ΰj]YEp0Ir;Vl*^^Of-{ʀ(0qֱVF,z M@w=E_^')=þ72&Ru!U3B |S?'Xݯ^O(Vt9C[(4M;l156Xq98" qܹ2xdV ep2cg a)!G*G_4jl/\ҋzP Q#et[V25t6CˑWPԌQ WD3ңC,uJ)Uvc>W?ݽszXЮ  1Gc3QgB_kl[ciz0rn,NͬaX=2gY.S! MWdJr%n$2v@ZmD+Ѫ /9.DΑ&낇wa)O៯`~6l#}qhRXuݰ&uN<.hGxPPlpBj|ټ l˲E]gxcW ^м]}R$ʆCpox*&}֛*%JlB@L1IQe s73 0\%f&vHgJg-ivQkS7ʦ[!I;"ª>)x*,hc‹w>:QKsD\*7u_+}Lo 攷΄l0f )ÿDZf?;UЌ3! W(&K,%W/&j)z//W W1ݧ"N]Mɮ$D8mVkG/<G bL?WOKm4źIСM^F:Oġ ѥ^ӭ\c? ֒6i:DNB^3nѣ\d~N\1I h4;*8bJW|yMc*PZ.A@C}w:ɣB*'/ } L~9Ox)^Xsx#0=2IzV&[jF5  dդ\+,Rk!'X_r[ح)\cbuK|  ^Hbk7D_FIV g }"ՈH'&{PǙډ V6F‹U.[EJfIxVӓ?=Њ|{JgFn:{3?03]'p%0眄r &޲Ifbc(;H3bQ2NSCin ӱTߙL.a>P؄Lqs 5>&|5qܳ982*i&bB57~H$x\*]: eBN&Rݑ؁j /Ջ_J!TL҂ [3(,oW*}8|#vxW-ԫ\k*}aHy$fc,8~ Z?*`Q6/\%2*S Ѯ@lL}nbk]'ݛ3>*ϳ+IRɵ=ջ 3?A#)׳H19*NIl2h:ʸrSǞ|3UlΕHc Y!t1Y+,RNȷfBECFHw *B5i䩧U>ѼʧSwᜳ2b)aN(TAyK1HQHĠo6W:ِ4XbvRǢT(QB k㖷eHӜU69٦ߪ<v?|΂9.7 6R+Wmngܘ$?-~a?|k;bCDN,BDa]Efh*Qܸ& V4(O2*NUgGU4v?^B (Eb  W\\O}pʡEo/ ()qr5eZ4D[?\貁/4Og5ʓ"+b{U@{':y }qt<}/cψ+3Y$JjP8U tu=AZ_jW^oQ^c}Q3_TKrBnA$k;hn~=R=@QyDaA]d YG{TVsËYAtltDް.iB3)0P;׽Y`Rl|6ѽ+a휠9.!iN5ؐYJ3C4K9o-ceKɼι^$o.̥9l\Ԟ':tg2+Q.c!+K椵[ -48M&2k'ilgJGڋ*)u_G,k>\O.#M=.SFvN\ k׸H&͢Un_O;\Y|'K;:H#c[sVApch M)&Sv@Xؼ|& N}?p425RoNY m<1`7 jf[JL髮figBc5g9f;TDP\qT/] LC?]X*L䭂!}{* 4b(LRL,B~Vc1tzWRiDn뱾>جotd4q}u& SACKNl =T<iƄM˸$KUӒAbKe΃ȾDF"ДlIK|iAvZcZy.˕'}aE= ˎ8əM|aem.z]I:&lF7mp2HAnU4z_)~~Ly]^=8\r Jy Vx']i t5-8\H Z-[&yuZR2|Lb@% S~ZnD.&sB&Vn|K"i|PﺘPB h3 9 L_I)~NTԢў(u'B!-UKøa=E=  龨촯K1-N,2ܵt9KL8W2׌ۼ~B[2=.7 ӖU PokekkCŕ=Wb^.9`PU)ۈs]b<.;9' r}) LM!n,ڃ 8]11c2r7詒uR^^w}v d24/̱tIfГ|6NT۶lJ !2S8fqh⅖"#T9QНqտ7 'c@;-) WԸ3 g̟V d8 7K!Q+)P4):%;.OGZgː69rvtdu!Q{^3b7FϏ/9nڳW*wGӱڪryqߛlilt64z(s ?}N`h s\O"o~(Un{RRT l. U5TD+K߇:XŲ9i"TeOtWoF/Rft Fe@]~ TvЀgcW񐾪T7C$L1IVeK;JF@BR*otuKa~3 ԓ3hhف:L6e Z+?\bF6lǿoj5Ժӏ@õv~q*}f(Z}A i^"CJD뫵X6c9:R\,e:EWx{d#wyq:k RNW4mߠw}08vj=W@ e]]("r׶},?=9{ D:F.$ 'f-|S`6- \"-"P!$PxBaw !0,Kʌs)S=hWN0`118,d:tYe*&SAwt#ZSXwfNo JsO >f)-d~TI!m-J3Q3NRq Y_m9 Qod7ؾ?RuEno=Zk*lPcW҆BYUDCIg sџ>wm$lv 0]S_L&a$Tnrk7츏 l鑾Z:]ڎ;uLG?78Qm-X*t 9Ul#Un5ZeqN n- _ʛJ̑>@~õܲ[6o1~?=>,y&滎kMf>^,UZ@|p9 lz$GK;r{ֈ"P<̡6qLeL\Sh-%{ehnԁԢ8^yā?^f~d(+'PsT qRkv.Y~ дiUoo#+f\a%YIXiQ!qs (W#F[1y/zQ+R+XV&ykmBG,_g.^O-ig<Y'$.h룲.jD]^DBT'n2TcQE7 h;̋0T}[71duFP?> X s;@KrǎJuNV8g3);/KK6 V+,dK H&gEmXv@kݼזKUEZb}?M@Y^@sHOLbQ'x< #FkLT08 Y"^NIo mYzp lk)ӂTMWm5.fOUhYöIw=RWGϳ?f[ϬLF}Z`n ~.q<?t.}bo=Sh[`è t*1BukXL%/%8׊c?wĆb5c޷r+l)g<&Ml6n"戢(aRqv*k.ow%oEQ4-ϛP *PeGѐoxMGH0kZx G1)}<<*4jLeJ:DR wH2,LY5#ŋ!)OxDCΤ!$mk Nk i*8LZ/?%ٝ= A"DYMyk+/MZ\y;;LZ4 &B2}E%M$ÂIἈڱYlJ /?-;\,1ﰯQrsQ4Y.LVVͶ" |<;㜄[h( 23oS$e}7]c.I/&u706k,")Mh'0džm?iS!Rk#'r>-8sĈs27ԕ<2~/&P7y%:Y⣿E3 U %_*YD%ce1 efR\3g~$+85c7a=0 Lh'Ad5+l*v^b>i &IvNv6`s -i &`r\ˈCMkm^A~wX֌k]S*lɟE*$@ժ! LAN$݁`Q'Pq,b-=*hKXe K5yXF7h%КN3sc2x a6D~d)u#*U $B *wsYyeM{WGJ=$6#w=ǝtrKQR*+rL^unժq_[ C_$汅>Nv = `jc\aU/~a؇u߅gnk_`VJ IE;2?h,1 Ch vN>OVUzfkTzs kDX<{ȩjJMK>WoCycsAЌ:'VnNK̐|<*mIYGt(tmVƌ2w37n7eh6` j29rg, R c'36]//o v.}>Qw:0cGE }TqzzbIFO_5J;hyR-6f8Q 79B%+"k^ɋ6f_ "2|uSϛ8'O` 4f[E9 %ƬԬ w@ [5m?߂Ky.f#/]MU|(kEZ7=| e}ʐy2W[?3|> ##=q'X wxTvop-2 M^t鴚4:^^ݼ n{mT*P/P`L%ƍ*tB8{$r(S2@rUŎJ%4ER [31̴(S^`k\2!g=!{ }S^RQHB :.,CUAozjgߡcu7j#=.;nв VZ JbՆ r`K#1f5$H_rld֢t(p!4 s`iwC[/(cP{uE*LPU%9mHr Vmm5|;NSA H͸guR.6CjX|(L0ޅY.hN1ޕ#YGOXVetS:7GR6/cq@\q˘X7I \t^M!Q6RTTc?r*k@}]]QH- .Yԑ1^!U w2,l%eY[Gy/E&yk62De ;j}(j?j),p1ȣxӞL<{e%Ƚ݊z$^&+shܒ'`1՘i e<_oTg g^SyrwS9a'O6bk>Pe7R3Pءi\%hy>؂|欽?i#נBTʖf o%_\Ux"56 )#i/a2M-E 93T? GƔmߖ桾04Nͤ:ߔk`4Mo3m,P1~:*Z1kˬG rZ|o힅X2m3KG!v|dA+#fM{y)(.G G,oL@,d6&p"ftZ2?5d qP+/ĮM "MAd+k*q;jgs I~>(_8DڶGLBAzټ?&VӰ/OA6ʕ혽AlA :b C%~ާ?"Yf$3` = !2éaAL3Օ96in) 4xn+p9"5Cumk1LjG?zNkꯀ:( Qf[KQ{jT+| zua`p`^mwђ]]OGIL)d+<0 #Z`}(/<ɵXV^iju jSd?K3k*?Kt⏴"Ne[$"4Gx{kRg9N[meͫ~2b٣\UЏӵnjL:=³d-͙#2%*aRp0ᾼW5E|8z{x4 D.Dȃ ̀vC`LP:_ՈA=Л_qVM)*V~4JK(mLj>ʅzB 4m{3ㇽjE`s`՛1+ [3fꏥ8d43B/LxUV,ZЁtPE~R$~!vr %{; #{YmmlEf9yTAD4Oȏj`3aYIwWy]lg}ER:WK&&u OZ7F# mDLCь;e ٺ[yWQp@H73em$$ *%fE{clC=~<ѽʪp<񝬮%9ʋfBHAU7+)>d_@9J*ߎk[yͯ7քvfyTyƄn\>% P9 &m+VFP> 85ڳ(eZu?91@w> =*rql?wSs)<񄂰-&.)´JM2A*ڄV7^mroY'd\nXh5gmZAXkWrF[.LX޳[a6:rE |ݥGCuYЙxZNmw YZ