pdns-backend-remote-4.1.2-bp150.2.9.1<>,0]J!M@eee]:yh|4_$W"37lE)o=M0?M d ( @ 'Kdjtx z |   H,(_8h*9*: R*FIGJHJ IJXJYJ \JH]JL^J`bJqcKdKeKfKlKuKvKwLpxLtyLxzLLLLMCpdns-backend-remote4.1.2bp150.2.9.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.]Jobs-arm-4(openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgProductivity/Networking/DNS/Servershttp://www.powerdns.com/linuxaarch64(]Jeecabcef5bdbfd8abf78d623e2cedaf1d3e46db481329ad141debb2a263a079crootrootpdns-4.1.2-bp150.2.9.1.src.rpmlibremotebackend.so()(64bit)pdns-backend-remotepdns-backend-remote(aarch-64)@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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-develobs-arm-4 15651845124.1.2-bp150.2.9.14.1.2-bp150.2.9.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_Backports_SLE-15_Update/166b48dd19540ff4bd5aff1cb9d3f179-pdns.openSUSE_Backports_SLE-15_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=510986ff0d34f1ca713a55ce498533e50034e494, strippedPRRRR R R RR RR RRRRRRRN&jY9{^)!utf-82237f44759cf448eb5d16432e8f82f651abf307b1e43e79cdbcfc5e33272a25b?07zXZ !t/Y]"k%y60E<$#]CY_2IJI\ PY/gbcijG$1UMc;[Dz#:|UVǢlŶHXA\T|2,BF |X  /t뤈p n!>܂҃"ڪ"t-jEP-rf}nYI!_d}7PjJl]:]V.q m^%ku^B&_|(Cdڴe>kt)pf@*uԢ7tH#ޗafm섛S#4lٹ,-3hk'ϹuiNfq{*U4\\+JlII>b @llv8gd-j'G4B37N2k2 ` ukw16X/IA)n)zHHia䯆5A¸dֳ;PSb/ZZS Jӏ\@kKO,qwG}-&UYm*]XXU  ,6嵫 TPޝSAoB"J-pDD=-mK|ԬE{+W!}קּ_XOGhD|0[}r"3 rOҧTȬ՝UP/=8הctD~Ib)Ї E[~-e3ZjZvF9}EP)SL e=k~۔ez:cGp27:+c{;ߛ.&&IhU@ 0e;%[I8C` Uv||W;QO$ NCB'FZ}]V*xȀnHvT /Y-(&#,R2Ha){]a*rq`6h w7pL /L_(O T#C";c؛F0`s!]@EDˍ4B $_3IxQ|EF(9T@Xݣ]}>!+K H`F˅ObP~*. P>onka| @h;f2IV4PckX(q$%N~jn._2Fů{M5[SKN[dNHu?US5U%>WnӲít8[dH?  j"B=9`d9gP`L+$C T^%կj'z[{w[N_6 UpT'\g%PDwb|pLO$uRd> fSW*Ŵ|F[㔈o&l&&U"X )C`GXGMτ+~σɁ$N}k䛧Y~du oQmYladř,Bsb)|vZf, -ƜJKI|Y!~oq\`}E|9zx̥H}T`.smk]ʰAp!)KdgoJ]<Ƅ-+3F%z`,7GٓsV>-!O UVJB!mXC(H[>W#mz'@ !m0" .!t-gj\躤JFLZUM^\+9X$H@FuC1cZܩ\.NirkۆJX/?bV'&hu{ ` Cqij#,dD4\t9(1IűdAnJo͵˥26W~T7T"<%ogiv{Vu,bTu "H@\ZWJ=Hڀy$kgBBܻhn~H94ůӲ5x~W_ײr|1!"5N8iV|Zo.z.s]D -K<uvmސT*-W+0фGzdmA'>[3#g*L* U<6=VR/_T5D/yO('ӷۭsDqgJR^rBiSkWA;!QzdF= 1cUY]cV Jz*f7d1z}BHQ‚`칫݂60l(B%Pr[+5Wl/%BQ/X}G]\& }O(mW0V'{FZ_`f7PKG2 <2H)xSv-]oZPL3/d!-RF=yqi9mc\!ᤉ?9'.SL!nzE#~I[_L\6'>.̕YJ3¬(Q8 0:cؔ5 p\E)jƮyrlʩU>TVesߥ{Mߋw3Vޡ\`,z0E vd!M3̡.*TG@[:tBsz#PI[LDy*Qޱ'+^c|AGjw7o<[=wh_՞.<ԟSF=`3rq3LhwF03L)so}(!A:*H:,^9~A*8n$^Z1&\eQw) ^aǷ}I^#e>jMԧ^ Anh ui`i m~TX^uF!'_iϼ2(@Ia 7ؔ*AB|1~޻Z_=[{v,(4*L[|0IEUz1Y \cuO, z̓3),tiQ#b3쑬BӳjpzVI)zֿ۸8Tr~Le1#˳%fc?P=.'GHޝXpbaHj}i"up$j,nZ׾1.vocX.׉8PaToR ^ի\ϲf{>% П+(|\ȜzW"3.%#701 iHGc#%V;lVc  8w_$xσGf0.-VM>Pƀ_Οe262(􄖤Ђ+ L^!ᾜͭ tK7o³^, m/2c"^.fl)aY||"K $Ek_RG hoꎅغZLpN6O[;*w #CAUP)/>&:>&T S_@AX7pII)ċ2'#ȴ;K .wO+i[C\aRt&{h8Au'Z`8]Ti h a@;s@F/}蘥1 t9E@?܏GGdD(@34x>^t1Y-uU5FS_ϝbؠVݐ0" y< zHiNdi2VzoՉW6sM)V$  4Qnq#u& 2,rn]UI97thLݎ-:sR\&`1~,!f>+MO&26~# 9!%(Lk@=idg=/6-'4`,cC`B۵ ~,Y^lN/eZd:dZ k:` .* =RKXt$e,h*slgQVKB0֭ڻSf('I6G|< Cڄ~~ѐBgu˺HYd"Y(P ҹ~EPGո ->J^2 ?:Ob| 0>ŘJST\c>/rbmn;mS|أt1F%={BElg}S) BD yV#ŀAN1h7(b%ڧRj{P'BM2@d1&݁l {U7rGy[fFwt54LKH^WMd`5+Ć*~E~f|UFB8 ٗ/6zb`QuS]3^eOXӌjks1Wd>3aTΦ)Ls1ywY{B#x({ƨOp,‚g65MYCT{c@e ^Y^/w>`G1&3RKcg3T,Fы y8R[hS][ZxrD-ik<_R~`p3ӻ4NPs$E-_S0",Ac oXIxu P'U{#DBF\@:/IK@l:|Zиf4J ! x~kSkCfI6nk`S?r/BUoȤ1RP" b*lh!'DcN(4ʠ0K-h]֪ ̦S`Ƴ$Xg?#l߀oOuqrEu7Jyk1r%~HcbXfQҒeT3%S)*8o%EҸ-`p-zuôst} **eJ$*  C:& /r9(8"h{ 2r؝< S+߯N ot hQѻ}-io>t3,0EI̓*9cI\oԽ]qRG@`#~I7/xK fM Ĩ^Up^g'N#o^UnÆq'iIÝȀq81BN3!|ȑ\#P([0\>s,-G` ~7ې H{N, ))k.3 ؎ԹaT8kCLwܿ|٩mn Ǯ5N4L<º w?4{*icX1v[xh"j(V);NO %[&-KC'<z 6|0zΝ ~Q+ф.\,E&0Y|od#| bZbeUrKvSho{ "Z5o:6P2%_E[GP (zyeye)XwOjBOE5n2MŤ^6ܭuՙ3*ҟHQכyZe"[% -0= :iK3``s "=2u,u;8H贁:BӋ-Scnn_en~P{ɀ&>L9Ɖ.]s,36т&ЊΏ}Cn=zULb4 >O96vLW|QVXHG+\مkjaLxZ`t4BV\6 +;XT9&}e$)ʴ[BQΪoӈo +KѠX_˵d֊U!X/S E,+~_R>˔9+ 㟂UWwLldi[D}3SSՒc'!=5?i&RTf92F8Y_?\OvN&.{_ɥ u|Q9,t7Ut7w"8 y N)Inկ+W;mx ŶW$zg+*Zi:oR&B1Ge&N%jԻ@#QVؕY#AF<]fݴ/;\Ô '0\gʵ!GLdPzdۯe ^K r6||6BB>- ;hdtC2b|kG0\YjO6d@V"0:X)8CXThIvCKS dBUb^Ӱ1sqn" /;Ψ>Ib ]"ehQv?,orw1Al\N6+mX;l<:ߖ=Wn ŗfޯ{eBi=l̓usq>P*NZligSrm<ԩ?8!Fa#9$0,mP oel_QTH7 Cv;з_V]h.VhT+($/uy{wHCGD7I.6mbR/^)`++v>ͺ OBQ+)~YGp\G^H&0 vya\`C2$>)3H"GpN^^fOfQd;-LuIkK^v~ޖǁ$?v~>wϒ Q{ _Mq{wxrfs;@2qC#? ~JWH:Q lJSڨ 1rs[)> ̻=Vu _e.<*;U"4Ap~Jc@ow:bλ;l/CS`x;9v0룆FeČF-ag~y(A9㪶vi﷠(ԗ je$¤pD x6i+x$Bn_p?9;CG `$bۢ/$SWF6?D-" q^rFA;}?=W>zٸ`S29MEM0O_W^5ugeXtbW̸*"y zZ\4/AP =Qw7AO@qYlQwb:E6o\yD"tVd6ZkѰN(|&w^N;h 0" --E7xAܴ< ۪#d-~Oi[GK0հQ ɂ/PU?>*PcUM.pWn-^WE+i8٬WMtƲd˳FF6=-ƁfRBfGͼB|7bPϯz+mF),l9%$ON#2ٲ[ "$3K،^^]ʸ}y%\Rd*آdnϼk2' W8x/SRsP}W~i.peuϴ0yO dp5YZنZ?-[qmf805XQmiT NLl&)5<V@ z3DŽA 7R9 ڳRǕXw( rɓr'j]zV~+`HgAfYSq-ؐm8!(J+BYhFD>fC쩡VЛ [!UIFi3wL^# N5\u/K&; 8u4b5͐e,M#ǕzάTfuF>42bknl7e+gOZQhtʩދqlmt]= &t/-WH),^,>0^kl,klOx#Tm#~cR9T!ifޫo!A8݋,"Oz0=Ĥ[A*ɯ6<m7P&)ƚ}OL0Pm_X$0htAb"1 W]bʐ#l|e`f^Ť;j@B&I ee&Uzu|ebLnɆC#$EyLp f9tltIaD3qC(X#{tD5LgHb xMӣ^aYVO{jos#q*9;w _dRīJF㹶UV7Di~#qy!>Nї^oꕉu~ƉJw%;[T 1<AəS\ةXBc""a.Yh=0/Ez{BMH&nˋM n3R:ht2Qvuof9jSM0oEZu"I]1tOgƹY& V|C}}ݫlUDeldLK.rFxuFu>H[Ҏe1nW9dt^b?XJ,R}8^ Bms kpq'ȎR" J'yW'ZA1v JL7@3l?A7#a".%eM+뺧{JCE6qwvH΀0 g[Ԋ,wc#VR &tu.0p>}̝KpnmH6Rk,ܼWS/W<C옸ftC5MNib!MQaU&c*9DdsĎ$\ 'ie|u%M۳GQ6ZzV 18ߒdb}m UyRIc.,G}LEύEms6x>M&=>I!f#LB3:x:)B {ڕx[ɷ3tz_;ŋ[<C ^"$χ /a"y+Hѓ((3eC9SkD{ەI~oVP~>F$)x%(Hk[-BI蹳-7z6Rm:M> CuR2ԧKzVC@̋!ip֘4 {Ei ]PAϝC*/3D̀<59uWi-udX)Py]tBD'@(c 経X27;{a`"0ND8=̤`(pOJ*8̜! pYV)5 z#[R7zOygדx#ڃ|ycB)1pyzYC- m*d6M`謗C|dhm"{))H"6f`e1hQxh g}fNQʅ?hzsH\/M31ن n) 2ktF>'.MRwo%uQǠ t2\\Rzatx`USwE H^L4쭓7Jfg_Dp/y  UYίTeGZDV;LNT!{>z rpyvHׁ[=j<^Ѭ3 eϱIѝCs|Kp[D@9:܉E$Єo|[Y`k<I* ss,3 S`?L۶zh]ű ޗx߽<;!BWp]h,A+1^t=aSZj-.kN!Bc ㆀEw5Բʋc4p=#Ÿf>:)v 30OH)U6$I=:['?*.=W< 4R^-v/dP+­TG TYnon?OyXWxY}ýn 1rY.u& ]H$O7"-vIqs;@€y_\-g lgnHaR&(UM׾m{M1w<]ה]6.bf`OQ0g&>Hg tBQjcj4o KRKarDGK3ymaL ɼeLuHځ4G- \j*YȊ#EutckܐxlX41p $3,ҥ8IV픪ғNo?rMʇ _t'0ݴKq#z`yaldC,Ժ<]t_t,_6_" .'JEqyY1E7ڨ`J?ըћ=--kB`Y̒T.wN`uݵRhl+M=rngk%=:-d =ڤpWJtQU3ik{ѣ5o^:@֯sO4^zuƖOc7rA1{-#T:hd:]| 2kјaB#*ǹpkk.ŧJCzay5)2K#,Ay KX3K{+7дrPc/$#3P !9K)w tFt𿌯px*Lh%^2Q??5ΊB?<^zu FTя5a~$1O9n;pjE Ch?k/GB*&/Hpp7ٞgSV.S 3Zv@bS) 8%$e(쵱~oSA|y Q҃&i 5s:vT49hg NjwϺU[p%.7(Vި* {K] =P gl>œOh4ZbՑYrFLEq1>˾$uEyRC$xnxn4B4obmmBq~=ø I/'ß[ :Mjצl[IPk(f<4H"BզY)t`OҶL)n}Br|g`Xr(hi[(i$|Ԫawйyly8rEGSB)@ v|jnA2H;iw@EDa$ J+Ov[cOn]v*+3s 4z4A-ߠZiďn6T`blbHh"NFEաZrԲKU,җ.ZoENvЊKȤMM[JKj>b`FI2ɽ0ևbgޱxg CJʞ9mr ur_'J"6|uA=Y#y6i9l_L*rMK/n܋ !g?8`Yt7U*;@)Sf@tOcRxbfPݧ$uo/a,l$5oRA,琴N b)fo.Zml%C4dž.J# Vp,D(BzQ~f(y:%Ԕ{ua+xT*%C7w FK kfOj;,:p5F|ZV3N V>Kc_š^ĥ۱xq ѣeD:V;%EQjbF8"+C9>)j+(cݹuP{u0%6]<0H3`*܊3ҟSj߼jwеT»xsoK)oK P'CNa]Eb0["^*DYS Ea|ts'0gG5 m(_ZFz]`0"IUQ~k"YP-\VO$D T3V*FBBc9`{l{QlСd931k7_D k h:I| /I"c0-ߜ(1#Zzbe pՕ(Os>/,u[OY?LWT~lj#37avggd*ty<3-;?)  0VrF{ [ Com)2u|TWa$zMqgqx(ْ^g8ÙԎ<5nsA6r aO Q #xS4q!nPP4QoL<VԧS\Gф2I Yv4pKjJPe]PcdlsNC<ܴ])6?"K6>@菝V!)!/. lg"080  [I9@Y /DR?0:AdqW7sQ\͐8Ũdժȷy.GT0L{ *~̈́#©mفA3d@h1"i{kGfwT)5q;Q A2*h=jn.0QE`wcV>ɋKa'/kq O6:Z5 }EyΧn{qw/?)y$jr UoǓ&JI6'-B[3#kG d%uV̭*!._-.Bgjx|.grle}:‡J)Ϭ^S{02#\EQ2_m}5AJC_eCDב3TG9ĩ?$B5|E`76{(YdOM{t[Jk#_Qg%mļ9= f10.yz J26N6-?f\ xGhr;̌q)⑱{iwP7aУ5gT7KCTR";5ȂǦ5'(C)=,mW(T?64Ɉr 1K]T]MEz^6NxwF+ōަ!~X,jն5]g:J/dzk#,G D̜V)4z)wCQqWSmf VV| 'DcrT!]ପvHt2uޕYNsO5S+} }~܀Q N" N1JweJwjk_Cz O6;'U! ~c: Map,M @G 6Xh<+$7Xa7Q¨D3~=ػ@**/̶۞NOql;ls}7vf{b=rWk7O[Ҹc.،q5V0S%iwԷErDxǩ|m5IW+4`g)zW!$P/͑ہnjU, oBQ]C =A:;Gs`l O6M| p9|vwm|B.Vgep'| )\ΛzJ z>݉VlUp~#̥xi qdU_Hv9e-Ɋ GDLKk9^[ZƜ[^hˮBRkh-Z6^09nWPV"6ډ4VX8J 0;\z`Vf2^S\Y5 YB: S.Kx!V65ϧqx IL aWAJ0ZH?ev16ɒh0;[m 1W[8r.`bXUB~)EC^ O6wuhE1'?c `@T>)Uң(xdLn'?5,bQƔpIfίUH-uAFAުڋ .XWZt}qb_[kf˗BhU!"{`\= hVl֣*}EKIŏѣ+ޛ&;a`|*Wo62qH0>A Iyb%3.rt^B3D#A`b;Qc@I'cSv4@G_ݼH0'Y= si"d*@a욹vS0[ w*V/mA!xyN}ǞL*ؾvj=Qƺ*«<1\+lNj8 㯇2Pp]3,] 9=57K^]ÿ& Db+ BVCK%2[ t)&sjoĖ`ִ"Yё}S zL.h w'X2Χ@2!i9dn,$q"}6(2ۡk3)<޾&tqUYq45%PCܐIz~QX{ڕ/}eD#?";O d4sF/2DC$9418aJv_m)e)JA}n-v*ܩCvÎwz{! XXKMF S:@ Ÿr skϩQVlD8 -0H35 ]uq{% l<{(qh&6DZA`N{J!=Ry3Su:s ]; M'^SC+J(/qz~+U5"~n$z4Qm)V=o;%@D=(=\uy9`(c9t߂0) {D)I|l^ 49{F[-jl*3(|XTXLSOKBCSǏIDDovy˃ vC|>wy~r$@ ; A 0{2H{2څ ,h_k BiL#C (sD(H 2$\>Xքo?ZYQjG> h+(ߋX?wsXI85ܑG`[]Pa<d[/iZ*XCwm]h?P72e?!kB}W"G4i J vGL[Hk;3J߱^J"q&4Br}"_IS㨼oMd!NR<!J1|VҸS1- .`Գ"EvAw{b+H 7K/ǚIS`{ޝw&Taɒ G +EѰW‹D: L$c*t65Td@Ty".kO+D|QW $j:sFQkaʆ%h*os _WgGI!QL騩4F! 7߷<`n -lB("DLBfv(fCU6.m}6L X޺sr'LHMgmIrjQ]Rs;'{.ms$?R 2}(9UfwL Bjs4ؘWN_=ssYL$)1~G~$]M%7AsD)%98)ClOrf;YfHR;{M=ˑvNAK'.(췌V'/WEpM S ۂQGegɶ<#1%5w[-E3J?H+\n1~?v|C/;fS`Cή2 EߕQ$$.Il{gV!۷(7/h5rJ 06!=oTUۡp @d+c>z^Fp8gy6*}u|0zio*7L0|X,EsgrG3n{aD 2Aѓ(٬sAYyϳfyZX~4Ʒ~bcZ%(ߣ]Eo؛{3<WXSJpg,uPT>>+Y#3,#)$x[6PS nqO |}$RX(u@}3˺([0!ݖKFWJ!t#t$M_ Mao6 [hS@- NMuIÓ⾌!Ō=3m~< up_ 7@]#==cĨBW'Ԉsh )ƨt[xz/5o)|8S.9UgbhVCyk= ޶"/j22ePyM)'W`-b 3Wo3SJDiOΥBT)t73p:MNjT!ESV~ql폘G) G8Qxڟpv<]&_=)𢿨$I̓wyۥBq9Fv6ŵpS}{dKO^8H1 A>u2 1_cW`,.o?+&SF}$DG53nCo'`0:yrEF(t8RUFb)!m)8<? A*F1Ƈ{UOGe_)"BIGO:$;MY ? Xd濓ؼ`G^m+eQZ5^S,9H@oI`X&1$T9Cj;QKZl?B|Y)+a{8`/WTVh)0zc<m{=^?o+뇼`fIV5ivOJ ۈT#qQnLU2ej8Ƭ./|vf'(Nʺ!8CU:E?hg5[hJ^7 A3թ>ыS~u_-06j JY)p FP5;ڋǒhMK\6WϞ`eOyDLAegD';HS߮:K-aY١f˂@},_ң\-51[wɄeuG!?3¬aĿނ,OfpFaCr! p4'c.V9 `wIh=?*S0R cQuMeGP ;3e_Bhefkڛ=yZΆh`Q ֙[H[@W0K"ԬqV_c{2Xg=r(co͡/sii!H=N^ȝ:fek@kD%R?{wh| ?o1c~'QOAҝA+Wd9 Y֎qz@.=ޕ0"ʹ)4ɿ:^PȢ1Gi4ͯ.\脕X#+S}"1I"U;^fɐxw1q(N"=x$>X@t`LXt{j]'?.)W9aX3kIvR CC!s`0=Jg!9ex'{q8ꙗӧa/ &TAV6aw*™XOZ!!6k;à?L4syj= Ł}%FMYc#о[^o_lϾȓ= Z76ْjmM| C>|W v3R0ȊBw ),ZsHtN@`n8H;-(@_JwK;? {7&UIدRev5 U\8,ĥT3 _f 1qo rSXdǴ&Y^`C?RB7єlmL83 >z1`tbO3~EBn5zEyVZg/ƽWvr0n&&# m@rj-m.LylqSlHg /Dڪg+|-zֲIn5v"BGVڛ`Tӫ%sd:S@+_2?$ԊMb Ob)mËWQ[VVLEs$>(+D] B-L%lYr3zI ]jateR~j1V]cQsՅW!1o^Jy>Vj(m#5mC1hWnḭIBR^YX<*Yߋ')'ۺ/@M4;?=1\Dnd  ,*ZYhI{b1f(p9vjMmw2L<x֣^!l>yFٱ  iXE*ǷEल:sPKc._f:) &G(j|Dk*@%`k`b42#kEo·S-͌IԓyU籬*lzTVnb$m/sKK6 (֗Y.(5 n ƀ+[,ԯ<*Y( ~ͻFsmL}#D9N/;9fgXr9G h%ӜcPD1%? Mr}QE<͊?&i-*qK,6ۮ!` ;/}wml߰PZ=uSQNk('f\"!Xl~hdM DxWbq qQDat6J̰`K>$}[^g3]/ʻ["н =G|%(3ݨk^5Eǧܷlt 9t$!v͏lC%u$~(pn6{3~H)e@1'P0|CY9Doh&(UN 5//2ẕk㭹`Mxa6(ۇiW ZRy~SBrҪmko&)Yۙ!º<_'[ETՕqPxf%_@÷'喣-M3q \Ä6g:7ykPˎԎ-7$Rpn~h%xW^IFvS3Q11R憑 R=ynۿC863/fj|.31rʼ<9~tV!Gڧz-]J'K?9Ccj&NGцq8L$Ԟ1nZD\άݓ aR σ%0y?;s-&YUgjLR>6^Q5 1.ثP )lJTTHpMKE/T>[Q>[-k=fhD'B<GIDwW]ƤV(^ۺm~8ܵ~RETEOqojg#0#F,<^y@!߈)9= 'iތUTZ%:WW贫tbҜn#<èU3hLQ{sLat`E1`bkʧ\Zhgd4b.7l(b%xMvҧU7$BRF-qzbXf̂մF2Y?iPng !PIACB b:(:5ؿqD:.Qr C1%%%6߾G;]9ԕO:#gq'1u1snPM=? ;Vc|Bv][ҷ(XJ@(ћߒSޜH FӮ yA,ro^y54F zKfje&Ӷ򂠈heQ~%w 1)ߠ$.v 8ZU8)$!==O@#h*t0hΚ/M ׹O4H._ӉC܉(]QGJ}X=J~B.*u R;Z'qq-?w/oFD nz%wB U E #.qw3p}q "ee N8;:+}XDDLXs ʧo"NUψRD%Y$Kщё,ʿ랈J"<%iPP)ħMAv`Sbc~_)Fa?PleAyaNRvxb`9= HFe81F >GǎRޞYt/R$cqqnYE$H$iAַt!8^ķHc%^I]P/JCXJchu!`tcu/ia,6iׇ[C> WLgӊĿaU6F;|CR~X!bT#wneǼ"81ʽi "|{ߜ1!9Ay|[:EGV7P(&78ܖ_qv֧2~n{2S{p%"J]D(8{J.v:zY#\tꆗNP"e)#L"68@?47 M UC7w`vH'۾OrA<|}c]3(BuaeϦ+o0C 1H<}rBC 5d\/Ḷs{LDe"mv؇LsgJg00[ 3 ʙdz֬ s@]1kwbƲE=4o7 C"4L+v) oS)~e3;86X M!gY6v3-dN΋+h BN<҅G[ UjGZD/ kqu=;BA2}b3@csf@M *SMRKBB 4y ,Gl")N]ޢs5F˼:p ,- B0p}(VHWI_/&ԇ\5i h^?޻e.|r*GxB@g {^]B|[~bK5z4=\$ڇGw0 f]OְV$91HYy)WN+f.'ı+_^-'RS|v%{vz2tĶsnYeۜ|YD|/ś,/Adja5 48N+`gfL1ꯨ俙_] 8æBu<(j{85pJaS.?1b>{.vPof߄D=`b}%$ !3-`b#|i=ˈG h_CZJ@&tՑI Uӄ32_܀[eG[Pکxc0(ݿ/H+h *^]xc' 9d> ԖMH7좈DTɄMĽ p2k0k6.j|J+/9Onγd>Mdw#ЕVSIy6*,E_X?F[2ey 6Fcn?mTM]0CnVe7/z3KXj !1[s`v ߥn/&)ƣMqJ ;%E08UvE7h1(~Ԑ>E` RB}[hL'*wVyc"?l!jjZZlLvɺeO1?JxG!Q`r mDo֕Lf]<2-$7"P45gvҮLUr/ZT֞]rQqJ٢B$Yym'2oO+Պ*Ŧ^t^}:b=$"|Lo823t;eO+X F3&۝~ /<0EO~&XUM3 :hO.߼/ 2&ϛP[6 )PNv|p4(3*O;Y<ŴߪOU/dfg0qqcʫY?s3ҹc;0|sp``~DϏGXoƓu[dàI 6DİnD}߄Mg m$j*^`;o;:D%_pLT0Js%6kZW1u'GC[|p_,uΥZm*P7hC(#`9j=uVB8@-0\w< DYszSs͕v6aTȖދt(·2){-`Xm+ksZkwP$]{*6 RECiHUm G2!9v6󾅽<'d)Dbwd$a8D0hDG*tg2j|,+Lր fFqIE?ǿef{Z 04[MяbmK.7o- MoտH-4Q*,c:ŵT?z5Q̌9$ϊ yqLW1}Yy^J+>3«Fcɺ,l *cy7ʗEX=ԓӂ"Υ? >2ӦNi _|2BZ3UY+~He?$8B1z3O#|}W'L~EsQ"C=@k$/%Qbk @AZ(_"a*oְsHh0[a.<-=nŮi4}huI k1X,YYᗥA|Z!M13y P#R`z+_*֛%dH5& S an,rLM{,®BS-KW%8*i( .b|5G-:]X=)G>2z"bZ K|J,t4'XbkM+*W|86Z!SFޢ]o~(f}5}[ QB*=Y<􆄜@ =8~6g^INK,dW\10wM%tԎ6q^G.h4[&k{oˬI9UCeGƚZ Ap\hyb8%o͉:;07IU1xI㍀5L8A#-9CNJ 1BZD~#pg_1mȮx=/ً Aܳ.bK*I4-9.C$":#mA Vs"[`gR(a}Gmۑ3cGG T ho:nS1M[м'# ˱;L/X$a4\=K_dмrnztB΂0=!>iG:w'Жt$2n%>-3_x'/]x{maV{w%ǻ pkCω ;``qFTCBAew{,9xQOtN:1LaMB]t2oי(璦q'-0L-Vo\޷B Gmͫ?Op!YŤ / 8`ϾJ +Uk)-܌q N*g'ި00Kb LB~&fZ|u8{xx?%iݸ͂-\iFKH$oRnc[H%(?Q㎜ݥȏyS?6s[Fo 'J,9#E"3*HXң/W-6Q{gO,C{ot=0u);))>/d1>B7PIŀQaW4ll`g8R?+Jgy~|-F>6 }6VV˫" ~(%>UTCq*iyMmm8UgsGO ࢁ|IJtNB'lݶvwACJE"֦t_ĭ(γ! .EpGCWTJl?eXRZxj~ =10Z[D)Z_ZEt^y#`fm_:OPjUp>X9z+DA.pL3C^BƂO?lбAUy[KȄIcg|9.F])NӸP{Zzz>j)r>3*Msx1%.6~JcֵSF+t9@|XbS=Z# DHzثX9,dP!tlv;+VmK:tpw?W%Uw5ٽ4d%ܓ\5r Hĕ|0Q|c=ՅB0^՗^1zHV:[sL?UAxGv/%x'-$?"sǞxD"SJg 􋕈W@[ ;@W/Oo1!TQؘYH=gr-"xLOi!gҜgఊbF.ɻ!P1hmr"pρѓXmLȉ._y~\y.:27ЊkG^6j}Gum% *oR?` Y&Rh y0ZO"0axkXS֫yNu}V.`= \Kȼ$E_ b8"mK$R<3?7ʩѸx鹐{Ÿ#x$̢dH+jK -j.6F˹WpܽgDW'º5c^+0") */Ť*P6ߐZN \x.-D,u8Wipa.n_p{Ól xw^\᧸҆/s%Xug|{`F Y_\(a6)j.c&۳̡YEKyVN[mcg1jJζ=Hʼn!F$jb;zuX 9Dӵ]o@_u޺v8Q>xՒ Ln"8~)_5?㖔Vƒ 35W Zrp]QBT^^J`Wi$"UDjJZg眾W][K`:%RS8>ptYݿDPCtku,ʰ=H7yDyE! Zuۭ6ٟIӌ9!-Q^A'!IxPss٧1.Urt"ܒj>_]:¤GևbxXY?PeuR%ۃca9~FQZ3[tDVbl]6zѮCI"XSY9)[~d bA0+{\j@ggҳx'/kfSd6H` ):u}< b k;‡}r>d'*Bn[ʴI|u x!7"?@-ʼ|{%B߲Le}0h1X+"ج.Z3+Î/'JQPWf7]QJmO%* !GSaj94P[,<ہݶ\=♚: Y 3L St` J£Q2H7Ug,\5OQ]_E?JXkF1\7YR(}4S4 (|&*u/eă7CՈ}G.WV{zUx+ hb )Y^.T<cب Z.^ğί?Cq E_է0C] HL,tBɥorT oW e}1Q\t%RFd}/cLQ ;:x]TdS>":B"ZKG(FuW{ C#(O݌m~Գ{_{IWJř-߁3DZk+LHM>EwV< D¾JY9!_>4MHҰѳo Sp,Ca(;-qMw>q[l"*s>JT;O/1ӢPD$Xj |ݲB,ij8ԓc} KDnĨAFD4Z(X67X[4(;~u$JDz%Amkwc8HCbN3ⷓ1՚͗i%ZG ?z10谾ɅI pE<|p4%]S6js*56vq"ɂz>O5݅NQwQ>lF q&,>e)"iQעŸmuG~ۂ$ OF߹#j-īnD5tڅbc-6Yf UW/aJ`_aΒݱV#h7N ^lM,˃<VPFgSʖ`MJU`s*XͰ.F޸$+QY`f׶~ x&m2Q <;V\ Xr {ťKD5=,t猙!7!2n!0N\`MAFLp1nkH{h*Nj$a챒D\iam_F ;ݍ 2Tw+di8 uS:O %mэ58EnXMxpSI`0mACF@O2 䰞(/3>֝)!ېw730 iB-GE= kV%sh/'8M]K=/If1E\5gF*T䘪؉$fʩK +*띅J 4fМ)Sݔ!BًfoM$v18_)e7MKπ|260%4G Ws@6ݱUK-G{.xXZE6v\! nfk=P$]xzu#/@6,xPWUlm:ICɑ01^CD)GQP@0Э& d'1ӓĠzGLZ5NwkSUqОMuY &s[Լײ4n Ƥ{S4FRGkՒS,]a/w۝Xdƹ<FFL)A36.?ubZ,gEL`+c5TɆhwsNaCگ_Y^Nу Hy:R50z!?U>cOm6ڻ~AGn%`IP&ΔuN 7mg ŜDPοRgkp|O3NN}v''oj)ՉF63{;@݊äe:`tO^><~$d <ˆ+r Ga=t!|;mXa/LwF{ʹe:sӧR\#ka;|TLyt H)O(?}Q$sގ WS<ߞd"E] ^:Bt"ﳤPYэB&%60YI9m?c$h3ԻKaՓ`W;]$5^3z6CjTgK)l,wbϤNHp?2`FQN 9-eAyt7}}~U&{5gCh5[c{,vE]Q!!%[3 rӶ ΢ 䲹oċ =0Õ> u>=(l15Kɼ%(Pݫ.Y&Pe5Y]c ZBV4 n,{ c`0>!w* I"*M0>)8J<]DTJ8<8H9t)JX0{(ĿPlbK\p H6w[8%0BWMm@r4gZ;1,3# 4)<\3 ~=q&.ҟJ$9̰ʸo*OZ0`&" RHӉg>nPP<~<z q'9ɺE/wpV3w9!EwAת%@6<)CZD]̑`ڀ0c@'O&:㳂&JRxCFeiF]D9\ o"[ֺzK+Mi4Ui*AwZ>asYHZC#O?&~L$8*.*e~Cy;gEɂy"\qa{uZIxTƂ2}Sf 9oLZoc-q ظ}V1OMYCsVO")#Ȇ+ i r?3M2:*-3 ix_WWSجi'S8t8te("[4Y΅c0P n $.$9Ǯ&h$ LrT;J 8Љ'˼<z|zAq\/sVrr jdpS,T&.hߜt 8*6/zi6j-Wc!ga %ZhīNEjĈ-ɥD'q;6HAXSQ3GyjBoS/s>GH1zF&]_F0DM4IJЬ$[-rf ' ;{WY>3]t𿽉ǻooCѿ[cˁ5xo, 3l煴6IS >T#<#GaA{[tV9ݜʰYn#޶[` W6" 2,+uW1F4qO7L1Ha"Mw%(>lr"و9j`!TS}ՙq{)pۧLe; N1E ZnePLLMq':>܎]^‚I{]fo !,#7c^!Ҙ ܍#C˱QԭEf@FX.l Ͼ)_uC );@_&FiJfA;#˕s{ tR'm{_1=&K7gW |Kb>"2FYː-cP5UfTYr7sZgGYe2`3UYNcȄT E~e첚@$FgC|h2b56v/%cJ/,4-,C@ؑ w dKu[4۔v֑e@ڒ-D8 Mj*pDk5&@UC0zArkoIbFXʄ~bdy'Mі">nU\r'q\ď=!’?Je@ijF2o/kYl8?g)C"C*WN^n E z,u@޺, 90>],D)^ת?eCkN"D:q%AJVvXE7:ܠkƅ`?% K,ѓkB۶JԒ#.ME"M&Z0asd@ޡz]^vwY&ZʚmB}P/&2.|ڲm<@n5j8䖯U4IJSh.,>yë ;B(J>T"˓h)CQE31gdjQ꫰CY3fWin^nʘ~&JK$In Ow4oD^2]7 ]b5/ lfw3W}L,o>ViV7vwr2џPEnE\4@L9js`?P!kr$ky\p2[R&H?nʎݮoϦ4]nyθkeK\ML &k@C۞CR) h[ 3bIjV!pHu54XLNjաlhOZY8"*k(XT.cD`2^# #lH;ޏGijY ~"p} f쭢u#yNZD/ Pt&uңRJWrQ\ OU (7( {b$ULT~.Xho-aaLlaQgk;к&4iI8 Wv,>/?vASbj7O}𙥻Tn*j*Z=E)Ղt MԛRr! v|e ,m臡Һh^c8bvT9QK@-5DͯAЁ~oن+d2s@˚gr#$pZM,x:70'@ udoEK`\UG0]l:E0Ef0LpӖd>J3.{٢- jԈ hH KG,k 9ԿD ԩw0,oGHmk9}MRB+ī8(`X:*>ԙC1X2rƞ>ywt>5Ok À`m)PKY}\˔WZJj}r m>Yп8q N[ujwS΃<Ȫi ' b*g(?xnK,(&#偏iR|ׂK<@ z$ʪ3ha$_3җy()uܭQ~R/NY;~OkݠӸWF4$F J48%z.A `Ng©B{YdsYu^b#bؒLZUR7(X\vZGϓŀ^-޾-i$tq>z5 ɗ=(qiD %(˸FLC=؁[x9cI 4#w[u5F;wQZu̯X@[Et-B;G Vsݍ|c|܄yES$]_=$̘,E8V'X3Gd6 Y?fYQ"p3lO,6As+nq1#!0-njDƆjꤠ5>cJS`rmu^i!&b28l ZiBY"VM&g_;|MLbD~_`+)=Z^WC޶J3@ue[F & ]3"fŽ_hED8뮽z^[/5(*~-2_"y~'); ︟WN-B/0Ђ ~ Y@"^uێW-IQ (ΦpꌌϳKęTѡ(4Erlx Ӏӏ֥ں2onC SOd6lArwiC!e/#uL%WwFU;G2Aw'9z/Y }ZP0'AFR9xzd0TcqrN,Uvu`,`t#NXC+Rҕ Cl=&?2eA,ĞmmI rsRb)e)yڕέjl4HE3V# e6}[kd L^![M3uvF'? .ܯ߹U74۷Aһ,m:- WL:1 }@}_Sר2=#GdđXE*O^Nu M$8sr=G;eǍ%K,"c\a[3IDhvSU*~ KV^a~_ɋBC fN2K}-NuIq:rRȸ*~!eLy#v'Ӆ'膻~ݿrBR"s50HgTcabsr- OARH>@ifI?_яv݌}WD2^b8tğ0$%TZDy `)FɕQL&qmH<G2ȝtVKm8!w>xnhbn״l}.nMMlAI@hfGU2=NY=v4 g܇*UZf_7j# zl+@oo*Rh]8WWTHNDHʏEm/94[HSIv[+r$$|7CrNePȡu-Bp:-E[)hI€l\G;kCၑM9ٻ+2@I.[sWUY>܍djZDK!{ yŧ1Iּ} &LDF'Îx ye,}D#)ٕo-?McO*vs.֙ 4"D+Z% n̠Q+T W A>KTgk@ք:1dߦؒۙç!i0AKޞetS$m,3r*s1wсU @ 4_ءߦ" 'EJ!1rgE~j;[SM~楙;a]w}̔[@\  IPF>JLfTP.+q478΅ g1rw%S%nh^ ! Px\ox[3 Ǎ־# TZ5l rYʎpf T:[@B#ND@;!dw([͒J-:#]*Kz6>$hy8c؂Nsߘ٭1 DIx漓1Nbvay O!5~ZB[3S5i'LJ7҄oSo/9ZfaŊRn݃7Z{o\)G 6@LNf5kL͕C0ljugȳaP<ָ?\5ȴPL< ,Jť0_Oeӽ\U5%R r9Ū1QaUc⥝8%-lbh|Ѥ5lJ?РAZVZ:}裩z)аdI84 U8MQ9?v U:>So(U29A$ч5;[8(uGh=I/$:,wpp}*8Yf_ 83op2qHƖDh$k?19 =A)h @Rtfbu3L|GlC{2z~Suu/MVPX6ܵ.a`q>ANH߭31`+& BODWZʴtkOVdHhe 3qz?(UЩ}&? 3=u:} B"9HqE[ψ au0yJxl.eNcnf=:c Ӊ14Oj CAC lz)]t!:H\-1hlt}=ߣjw?g߿Kb2U1PZE&^(&x |BB =$'Kec/Q듺*BzY]nWh؅_/籥I{(S@:!WN X0Nw.DM=8 eL\|5y'#( ߟw2+%C_|)BQdYJ+ʯS|%KcqлΪjŖ!Q֘/k~ v˟zBX 7atdVSjv&3 aTJ,*A>@}>ì-4pGq߁ي"\GoeO]2cbx* '2FToP (o,\E#Iúz1%xxN׬#o'ƾ3No`\嬗4; y2#F qtp}TS, ` L{{T>PtG]Rh'+x6y4i2koiϪ#6HwWo(.dZO: "@J4ҸŊcɌ뮚buF.8PW"mW{O(оYV<xeMwS;87wp#6OlzNƼOjkR7Ny&݃lʃ׶3TZ2T+wǝa>K@ ԧǸZXz~|M~EӰrJ"ߐ/퍱ɽ3,iTW2ʗjBl*{e[<a=ukzGtD6}0&M?#p3-81u(KG%A*9fO*SW̙WpqJgoIgz6NG12'/`L}ȤQ|U)=G0/fQ'/l3̋27} ]ρ:PNdvR9ꢠKbu K,_Tb4'nN 6m Es>{02:/>*_>!A-g eaChƹ)Hw ' ylf7;yV p2CPd" TKf9J SCG' j 4YmY!6M!i?faGeH+6vDHzRΐ?%fT{hɔt'VqJf(Qd 7Mzf6^``.dt%E&eyt-خfCYx~ +5pJ a~y,*U"n) F5+rص}%nnByyrYku5qⶮ uRYxXc'cގp@EurmQ/iro_fc`tqޓ|g <>S0V ߷'C Ԛ#]b;65jNu.ɫ }i4ba{u@^$vm t M+[s>@<%iAO+y=&X#2 {`0PTUQ gSQ#*E*pG"88 WRr!hтFŘ} łN*7mK;9iVkҐCDi-4{ uh$u?UD:5QsU{R0^~3֦FX{󜓛@;<:?eӏ묌i%֒gE.$WZSӦB۝lUlgzpq;Iֻ"~y-.80V%3w:G*r#`%g30#%nP`Ř'H!9Kgԇ$Q= c*\dHoZGw>9@[u`$B'#BM H;6u O7^,}`zRƣŃm[8U"ȾZηbf:limRbNw[˴KC1!b>N90蠘?|%Ħ ]֌J6Ft χ%F|(ӝ$ȔƧqAGnI-al%o0K@FhW[n-,2XsY,< rXGDapzDf OU'<r,B &d8} Hrl4]@X٤a[ \)Qn(JǢ> ƽC2y]Q C~/ԟ3xl2"8ku%㒍^/y鈣Tq2"9?j`s{:Ӊ-V]-kntĶ YZ