znc-python3-1.7.5-bp151.4.6.1<>,^(~(!M@eeet٥i9>l2ȧ|Ʈ~qTWAk8GAq 5y.s|%fXKtO},Ļ9ڒaY7d2?BBvĝdLvZ y}u`B cM!~@xmQDYtM1)fX{/{T뾐NGIlO.>6ő&ȷ&pZ(rz)GQJ8)9ݷ`'(mm_YP>AC?Cd  7 $=FQ j       ,L|$(b8l9: B=F=G=H>I>$X>,Y>8Z>d[>h\>p]>^>b?Ec?d@e@f@l@u@v@wBtxByBzC C0C4C:C|Cznc-python31.7.5bp151.4.6.1Python support for ZNCZNC is an IRC bouncer with many features like detaching, multiple users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and C++ module support. This package contains the Python extension to ZNC.^(~(obs-arm-9NWSUSE Linux Enterprise 15openSUSEApache-2.0http://bugs.opensuse.orgProductivity/Networking/IRChttps://wiki.znc.in/ZNClinuxaarch648?$i u,^A큤A큤^(~$^(}R^(~]ӈ^(|]ӈ^(~(]ӈ6a769eefaeb23d96702a6f7c98d586cf64995fcc01b8981ade9b9e3c6d72a6124b675e727f50b2d49aebc443fb9007da7bbb0b140389a8b682bcc4d778888296eded44cbb6bf7d4c528e5db57e7083be1444a6b13778298d132d355db80b52862637bc8163cc8e89b1a11aab6fdb35e68a5035022219eb3aed54a814dae9b8e4057c4b4c398c7a197f8955a85c68f092b3685e58d60f9dde17f7256efe78f693cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootznc-1.7.5-bp151.4.6.1.src.rpmznc-pythonznc-python3znc-python3(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)libpython3.6m.so.1.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)python3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)znc3.0.4-14.6.0-14.0-15.2-11.7.5-bp151.4.6.14.14.1]])]\"\\P@@[O+[L[)[5@Z@ZC@YX,XpXpXQ4@Vn@V͛@VKUT@Tء@Mathias Homann Bernhard Wiedemann Martin Pluskal Martin Pluskal Martin Pluskal info@paolostivanin.commpluskal@suse.commpluskal@suse.comtchvatal@suse.commpluskal@suse.commpluskal@suse.comjzelazkova@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commimi.vx@gmail.commpluskal@suse.commpluskal@suse.com- Update to 1.7.5: * modpython: Add support for Python 3.8 * modtcl: install .tcl files when building with CMake * nickserv: report success of Clear commands * Update translations, add Italian, Bulgarian, fix name of Dutch * Update error messages to be clearer * Add a deprecation warning to ./configure to use CMake instead in addition to an already existing warning in README- Use swig to build bindings- Update to version 1.7.4: * This is a security release to fix CVE-2019-12816 boo#1138572 * Send "Connected!" messages to client to the correct nick- Update to version 1.7.3: * This is a security release to fix CVE-2019-9917. * Docker only: the znc image now supports --user option of docker run. - Drop no longer needed znc-CVE-2019-9917.patch- Fix boo#1130360 CVE-2019-9917 * znc-CVE-2019-9917.patch- Update to version 1.7.2: * Fix compilation without deprecated APIs in OpenSSL (#1615) * Distinguish Channel CTCP Requests and Replies (#1624) * admindebug: Enforce need of TTY to turn on debug mode (#1580) * controlpanel: Add missing return to ListNetMods (#1589) * webadmin: Fix adding the last allowed network (#1584)- Update to version 1.7.1: * Security critical fixes[edit] + CVE-2018-14055: non-admin user could gain admin privileges and shell access by injecting values into znc.conf. + CVE-2018-14056: path traversal in HTTP handler via ../ in a web skin name. * Core + Fix znc-buildmod to not hardcode the compiler used to build ZNC anymore in CMake build (#1536) + Fix language selector. Russian and German were both not selectable. + Fix build without SSL support (#1554) + Fix several broken strings + Stop spamming users about debug mode. This feature was added in 1.7.0, now reverted. (#1541) * New + Add partial Spanish, Indonesian, and Dutch translations * Modules + adminlog: Log the error message again (regression of 1.7.0) (#1557) + admindebug: New module, which allows admins to turn on/off --debug in runtime (#1556) + flooddetach: Fix description of commands (#1548) + modperl: Fix memory leak in NV handling + modperl: Fix functions which return VCString (#1543) + modpython: Fix functions which return VCString (#1543) + webadmin: Fix fancy CTCP replies editor for Firefox. It was showing the plain version even when JS is enabled * Internal + Deprecate one of the overloads of CMessage::GetParams(), rename it to CMessage::GetParamsColon() + Don't throw from destructor in the integration test + Fix a warning with integration test / gmake / znc-buildmod interaction. - Drop upstream patches: * znc-inject2.patch * znc-inject.patch * znc-traversal.patch- Fix boo#1101280 CVE-2018-14056 * znc-traversal.patch - Fix boo#1101281 CVE-2018-14055 * znc-inject.patch * znc-inject2.patch - Fix building on Leap-42* by using less strict linker flags- Define systemd unitdir for cmake- Update to version 1.7.0: * Add CMake build. Minimum supported CMake version is 3.1. For now ZNC can be built with either CMake or autoconf. In future autoconf is going to be removed. * Currently znc-buildmod requires python if CMake was used; if that's a concern for you, please open a bug. * Increase minimum GCC version from 4.7 to 4.8. Minimum Clang version stays at 3.2. * Make ZNC UI translateable to different languages (only with CMake), add partial Russian and German translations. (#1237) (#1354) (#1462) * If you want to translate ZNC to your language, please join https://crowdin.com/project/znc-bouncer * Configs written before ZNC 0.206 can't be read anymore (#929) * Implement IRCv3.2 capabilities away-notify, account-notify, extended-join (#315) (#316) * Implement IRCv3.2 capabilities echo-message, cap-notify on the "client side" (#950) * Update capability names as they are named in IRCv3.2: znc.in/server-time-iso→server-time, znc.in/batch→batch. Old names will continue working for a while, then will be removed in some future version. * Make ZNC request server-time from server when available (#839) * Increase accepted line length from 1024 to 2048 to give some space to message tags * Separate buffer size settings for channels and queries (#967) * Support separate SSLKeyFile and SSLDHParamFile configuration in addition to existing SSLCertFile (#1192) * Add "AuthOnlyViaModule" global/user setting (#331) * Added pyeval module * Added stripcontrols module (#387) * Add new substitutions to ExpandString: %empty% and %network%. (#1049) (#1139) * Stop defaulting real name to "Got ZNC?" (#818) * Make the user aware that debug mode is enabled. (#1446) * Added ClearAllBuffers command (#852) * Don't require CSRF token for POSTs if the request uses HTTP Basic auth. (#946) * Set HttpOnly and SameSite=strict for session cookies (#1077) (#1450) * Add SNI SSL client support (#1200) * Add support for CIDR notation in allowed hosts list and in trusted proxy list (#207) (#1219) * Add network-specific config for cert validation in addition to user-supplied fingerprints: TrustAllCerts, defaults to false, and TrustPKI, defaults to true. (#866) * Add /attach command for symmetry with /detach. Unlike /join it allows wildcards. * Timestamp format now supports sub-second precision with %f. Used in awaystore, listsockets, log modules and buffer playback when client doesn't support server-time (#1455) * Build on macOS using ICU, Python, and OpenSSL from Homebrew, if available (#894) * Remove --with-openssl=/path option from ./configure. SSL is still supported and is still configurable - Update dependencies - Run spec-cleaner - Use cmake for building- Update to version 1.6.6: * Fix use-after-free in znc --makepem. It was broken for a long time, but started segfaulting only now. This is a useability fix, not a security fix, because self-signed (or signed by a CA) certificates can be created without using --makepem, and then combined into znc.pem.- Cleanup of spec file with spec-cleaner- Update project url- Update to version 1.6.5: * Fixed a regression of 1.6.4 which caused a crash in modperl/modpython. (#1283) * Fixed the behavior of verbose command in the sasl module. (#1291)- Drop extra hardening flags- Slightly trim descriptions.- Update to version 1.6.4 (boo#1017182): * Fixed build with OpenSSL 1.1. (#1310) * Fixed build on Cygwin. * Fixed a segfault after cloning a user. The bug was introduced in ZNC 1.6.0. (#1340) * Fixed a segfault when deleting a user or network which is waiting for DNS during connection. The bug was introduced in ZNC 1.0. (#1342) * Fixed a segfault which could be triggered using alias module. (#1347) * Fixed an error in controlpanel module when setting the bindhost of another user. * Fixed route_replies to not cause client to disconnect by timeout. (#1299) * Fixed compatibility with the Gitter IRC bridge. (#1321) * Fixed OnInvite for modpython and modperl. (#1283) * Fixed external location of GoogleTest for make test.- Update changelog with missed issue boo#973088 (update to 1.6.3)- Update to 1.6.3 * New character encoding is now applied immediately, without reconnect. * Fixed build with LibreSSL. (#594) * Fixed error 404 when accessing the web UI with the configured URI prefix, but without the / in the end. * znc-buildmod now exits with non-zero exit code when the .cpp file is not found. (#1226) * Fixed znc-buildmod on Cygwin. * ExpandString got expanded. * Default quit message is switche - Small spec file cleanup- Update to 1.6.2 * fixes + Fixed a use-after-delete in webadmin. It was already partially fixed in ZNC 1.4; since 1.4 it has been still possible to trigger, but much harder. + Fixed a startup failure when awaynick and simple_away were both loaded, and simple_away had arguments. + Fixed a build failure when using an ancient OpenSSL version. + Fixed a build failure when using OpenSSL which was built without SSLv3 support. + Bindhost was sometimes used as ident. + CAP :END wasn't parsed correctly, causing timeout during login for some clients. + Fixed channel keys if client joined several channels in single command. + Fixed memory leak when reading an invalid config. * autovoice + Check for autovoices when we are opped. * controlpanel + Fixed DelCTCPReply case-insensitivity. * dcc + Add missing return statement. It was harmless. * modpython + Fixed a memory leak. * modules_online + Wrong ident was used before. * stickychan + Fixed to unstick inaccessible channels to avoid infinite join loops. * internal changes + Fixed the nick passed to CModule::OnChanMsg() so it has channel permissions set. + Fixed noisy -Winconsistent-missing-override compilation warnings. + Initialized some fields in constructors of modules before OnLoad(). - Make building more verbose - Partially fixes bsc#956254 - CVE-2014-9043- Update to 1.6.1: * Fixed the problem that channels were no longer removed from the config despite of chansaver being loaded. * Fixed query buffer size for users who have the default channel buffer size set to 0. * Fixed a startup failure when simple_away was loaded after awaynick. * Fixed channel matching commands, such as DETACH, to be case insensitive. * Specified the required compiler versions in the configure script. * Fixed a rare conflict of HTTP-Basic auth and cookies. * Hid local IP address from the 404 page. * Fixed a build failure for users who have -Werror=missing-declarations in their CXXFLAGS. * Fixed CXXFLAGS=-DVERSION_EXTRA="foo" which is used by some distros to package ZNC. * Fixed znc-buildmod on Cygwin. * Fixed CThreadPool destructor to handle spurious wakeups. * Fixed make distclean to remove zncconfig.h. * Improved the error message about --datadir. * Fixed a compilation warning when HAVE_LIBSSL is not defined. * Fixed 'comparision' typos in CString documentation. * Added a non-minified version of the jQuery source code to make Linux distributions (Debian) happy, even though the jQuery license does not require this. * chansaver: * Fixed random loading behavior due to an uninitialized member variable. * modpython: * Fixed access to CUser::GetUserClients() and CUser::GetAllClients(). * sasl: * Improved help texts for the SET and REQUIREAUTH commands. (#875) * savebuff: * Fixed periodical writes on the disk when the module is loaded after startup. (#868) * webadmin: * Fixed module checkboxes not to claim that all networks/users have loaded a module when there are no networks/users. (#872) * Added an explanation that ZNC was built without ICU support, when encoding settings are disabled for that reason. * Improved the breadcrumbs. * Mentioned ExpandString in CTCP replies. * Added an explanation how to delete port which is used to access webadmin.- Update to 1.6.0: * Switch versioning scheme to ... Add settings * for which SSL/TLS protocols to use (SSLProtocols), which ciphers to enable (SSLCiphers). By default TLSv1+ are enabled, SSLv2/3 are disabled. Default ciphers are what Mozilla advices: https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29 * Validate SSL certificates. Allow clients to specify an ID as part of * username (user[@identifier][/network]). Currently not used, but modules can use it. * Add alias module for ZNC-side command interception and processing. * Support character encodings with separate settings for networks, and for clients. It replaces older charset module, which didn't work well with webadmin, log and other modules. * Support X-Forwarded-For HTTP header, used with new TrustedProxy * setting. Add URIPrefix option for HTTP listeners, used with reverse * proxy. Store query buffers per query the same way it's done for * channels, add new option AutoClearQueryBuffer. * Add DisableChan command to *status, it was available only in webadmin before. * Allow wildcards in arguments of Help commands of *status and various modules. * Support IRCv3.2 batches, used for buffer playbacks. Support IRCv3.2 * self-message. Remove awaynick module. It's considered bad etiquette. * Add JoinDelay setting, which allows a delay between connection to server, and joining first channel. By default it joins immediately after connect. * Make Detach, EnableChan and DisableChan commands of *status accept multiple channels. * znc-buildmod: Build output to the current working directory. Wrap * long lines in tables (e.g. in Help or ListAvailMods commands). * Support ECDHE if available in OpenSSL. Report ZNC version more * consistently, add HideVersion setting, which hides ZNC version from public. * Bump compiler requirements to support C++11. This means GCC 4.7+, Clang 3.2+, SWIG 3.0.0+. - Drop support for old distributions since they lack support for C++11 - Drop package extra, all modules are now in znc - Disable colloquy plugin since it fails to build - Drop init script- Rename znc-python to znc-python3 - Add signature and znc.keyring - Reorder source names - Correct (pre) dependencies for older releases of openSUSEznc-pythonobs-arm-9 15797120401.7.51.7.5-bp151.4.6.11.7.5-bp151.4.6.11.7.5modpythonmodpython.so_znc_core.soznc.pyznc_core.pypyeval.pyznc-python3LICENSE/usr/lib64/znc//usr/lib64/znc/modpython//usr/share/licenses//usr/share/licenses/znc-python3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:11837/openSUSE_Backports_SLE-15-SP1_Update/8c4658b18d70eea468fd37292633c951-znc.openSUSE_Backports_SLE-15-SP1_Updatedrpmxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1cd4861275cd57632d2776a81b185fac78184b21, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=0d7da68ca23f6f5c2c6537ecbcc03eacf44cff53, not strippedPython script, ASCII text executablePython script, ASCII text executable, with very long linesASCII text RRRRR R RRRRRRRRRRR R R R RR RRRRR[*"!,IWkg*9Kutf-84685fde3a6d99ad71d5255303832c8952a41634e4124ad3f5fa66d70ea29062e?7zXZ !t/є]"k%{tnґ+歘2-#0iPw'`\~"Z[.-[- t-H2, NG1f},kP(;CVJ|VU?~jC:iΑ'3d x+4P9Ȝ8:wi xxQ݄i3n% ;Ӯ$gn'%ŝ}Jҧ%7E˟@ p -Oohbրe/X$bUHovcVBj-%vPI|gWrdoBI`+ljP $;{gp#qO@΃ $8˽=/)6hE:Rca8?gGiEp"`~6=Fvg"7ԱBKgmVy6ƋNyf&ȭr:t}j{͓ҊMZH]w +Al( sQI@mո.0XBlP>?GQ]N5n:)k*[/+l9Of wEٓǼdjMig*؝ sF?0Xr(V(;߯2u=Pf@#2&΋ix6Cqym VaٍoYjhj8hqXC"Q-AK˽Ǝv8Ԅ#E 2vf3rɉK ,ajN=ږ=U-!lr7 GPŽMܩ@v5W93{[lc:Z]`Rwe!qݮgZI9?xy&1W7_26fM&`dck6ۃ~t. Wo'Cys 5&Tr2_yv2LJQDBp;&8ؐnTm:@3TL_:R[kf[5V &A'fCK~DU*7Ih_`&zʅ>(.}G/WI@1߷;4P ܞK ^i>O]$^EHS:忂kIt7b~6u(8|&0h#;ƚ`Ʈ ïv.?!z )E,a؞q myCmXAB^.MmfI$t5k}R4jqn(#I\UI0Vſ_*HB!AeM\0Ϥ';3Ah"u>4xIַ{"[!!!UQ8&S7!iԇvh]~{p(bFpI,e"AyGSʛ?#/mI+_=H>em/JO̮s)fec+KONBo߸? *ΐ>UgAj`zA|;U=P(Fz?}Qh̅Rz Ʉӄ2UofM& a{; =ձ 8"_Zb>{suy(C5m0))!\1wt~=R_t͂Юr\ !,hSb !ƞ{!m땜7t *Tk X^nٲ `gtLItAzw0g!p?ExeN~H_0k މ!,ٙoAp#~cVj Ԁ9/H.Ȼ^J^>'5&|SM},ٖ5L C߈m4 j痥7}%)%[B;JmSX^?NF$K0ON#3Dl_ ykoPu}ny616f K[Z憐 ,;3ŝ4DGKt]$@-S?y.jͶuN ~/Jè5 c!?G|D$\qoADD|mxKۣ¢S-(Mu xW 851btQ6_.7ZjiNkI;N9]^Z.hBS=i*@+Ԃ 6[ER kڹ rM%F/f4JvwCXM7,䉦\.LujFE3~)spSZ *Kn<. 8\v|Y/o?z. "6yY*,״ ACȥg2TLjK$T0\PQUVΏG6qQ_ g Ⱦ$,^$JR(fSoM2 dlk|VGЌhT]<$ XC?q?Op?ϟ;XgHn"@ "è #^,嶿!L.WgC;ך+Z_6SJN[PncsfH!GsV.(xS|qx NLC}=Ϝ礍ƛxU\ ER jM`^ c'>Mdg{8tX!W/lSz>s(t6E2ʏ+-I*] E7 l$A/`ʗ|i#"\̗۶J cZ-C`Ia˩ЈX9Soc >q/d̈́!PEDjL~C%b.\3]Y\4B4Kb̗BVkoKr;>L@DMD*J: *v(v&9|x!QDHoIQG3_tjs} ߕba~|):AUCRd'MdRB)>D|q I؆fӳƂ|Û_=Q~vg.s~`8st8cƯ&b(AW (NE\rXϐoSSgwwH+lGoJ#\cL'-iQi,'gC~#U8Dĩkvq #Z i,ᙖ:N! 鏬HGJW>;]P62:j"Q (n(8`"Л~vW59udz0Z:DqOql,(sʿ_?j);au+Xb~T }32aR`5\#9F2L#gRvqJ̄H'HP]6rmHl,.ؿ\ I5kf ~;6}Qv|p/ts$fX%$yt>Zn]vҩbqRDuCq8B:Ϙ}6usۊwJWwI#2M7<e)#UyF !,ԓY[TG jSt5qx4ǃ6\ USJv8a^ײ-b28%GeLQhľtMvmp4BdLV˳l} \rD +'D {$E#BgtckS`ō\~1`xLфi3Rv 5uYCҁ:)Kd]4M6AT<]uzFh餂=LXfY PA;Wd9 K?Ct88F'9o/Oן֟n j5#cU\g[hȌBUEZfx(ErƘh >Mn57MhLX (wP!-Vac~JlPi1Pspsͨi liFk><2#w5Zް4#-[yޱO9_cϽKV;URWrpLojIEh`pƨTjY\ # n.vNH.3[eXKe͘Q$n1f< VCU W|ںC|g34QA,sRմV9,v)pu 0RUHH/xl]oC{O}aNMO~o25{lQ0@.zd+v+phrKfh&͚C鶴*'=gRT*A`Ǡy^/_#cy-"jDҋ5EɞRir}yxm;$zj+KЂO32wA([$8 tA"KyO JgXXGa>""һ'f_APkDCȝ0$T5Ls|-LeWs,[O ;rZrʗ|~|9 b\q^cl,R2U^+RJT+/ޫ "S|1.60%, L a\O]GNUNkKlx]o IХaUJN=D{ |[)xo0;"*tKŃ['n6&zΪM<%GBqM~>K!Я_|(Y;cD,PKӍ1e6$wz[D/̑d *>.ҹ-F nэ͓aYڭ 4V_uVb1,?MZs+A;Q0x,_"I.tuȎbݮVV]zz{]t^D-_uyy&7.єjV{9T"ԑ\@^Q U._hj<'5DZzn - rPx n935 WcM/_VҴNɏQyrT.j1ƉM7AeEB[+#ruUfXU[ˈ4*A0%*%F݃Nf3崫Kg_3%53F0LepyQ9){RUG^][kZ%UΟzZ`VW+yLJW %_p.pݫ5 J] :EXj0S O`~Q`o~밒"⍹A({d>3f32֭'*ōu_LðD+݂&c"]{MD0BbwNoDA,_ɬR xR3B0ET/]检ZšɈ4}$- l?즂 ǽ/8/s$iXk:]f6ybԐ$uS=mƙZfX쭹A͆}^~iZjk濦8]bsgQ7wr}l3Ĥ;IUsߙX^-HOS*u/9dJ_C:ֹ8xDk<ˀ5c&dn3-۠y]~!qs"v (SӱSMlMvշ"ȍ9=8fHϨ͡Tmէ ൴qZ,Eis$ e= `lJ|*/m̐h3Mg6[X ¼w͔MuV̖51wUl^^G,9_.`j}`l|&eP%0e]#P/W1VA+Ӛ0G ![($ ^qM$ 12Ѽ`=/<~[zϓn=*jLUAϽXC67}ZK9vqx\w7\rrU嶇Kn0H@koX=%xL [s/QUKNeFX*jF-3_Q٘|"妔Q'^ т.cIǣ!LHirFb_ЇdtwOsX8iIC hZ\M=zHV }E"oArs֠צE\MA2L*yTw\B^~@٥L,ΤIPHˑV l*;%[|ș ƾxROv7oς m2+dZ4$A)=ɰ)3!~62kz󮣰͏_yʈ_V'>3pBB1nEaYs&`^7[PG@| Ao|xuYBz zS5%Lsj\Ay uzR+$ dY ݖ =^;H#\hsZS F1@Z5USvIV 076P Ҫ'h1~%\cd}wW|k+K>WH+22TIB!6!?_9I{Eu)I ?gJ.Ȇנ*PNGWY90u X$)@,9'iӼ^q Ÿߗyz x4EJhARg78J'}}xoFL^ s!Rb ߋtT\S@ZoUTcg˭E}\!NN/nNjŋq A &_zi[M&M8zD e XF"Y. |sw2]2FE:h J(D/y5DɸvH6MjD^Gt-BpNub6uWt7- u;/PcPl d$ ⓕ%y;#d 'H$]@j`z¯C WZW'*-G_OXDlCzIzd7dʭ-Lo!e' wG\%hMM@8U XU*SnopƬ 9lwYLT&0EdY..BuUl:Xj7c8̈́PA4K`(+,iZ-lO&i 2o! ]]bs-kcv h 5$a|+J%P/Fy6+[SE wŏuQ)ʼn'4Vmњo)fj99VXañB7B~.9ă3-S7F^AoL372Bh/KaJ(?;Y)hClyUK%Ui!;5wIpJp8}-Qa$6!*rr'Mx&Jɋ r٩XMʭ#\H{E]'DqJ/-Šx}V&_k^Ed1oH/[]+7g=3qRߕ"!A֜˛J >WzqRGy5.*b&T}y(b ̶;G^Uτω'7[tfC[5D߅OCS3^ ْʟto[,=< md m]jsB٣8t_Ŷ'Li2X P,s>YPx͸щ05q#+bo/7dP3U䆅B Gcn, ri8$W(Шoϙ畍"#AA* @1էDBV#nKMe =641!h=}:y (+6 #yGznHuyK/uxVi'8X}$̫~:+eyχqi8# !IgdN&[#E^| BJbXȑwh߸$9L<$wFDa/ s@g…[!YK..'eK1.iN)l}j%M l6wR%@ϒ޻!S[RpUYHQg/ c8L<*da"8O^=G-þVi'[m$1\TʞxD:ƨ0F2c y&.D`[r%m9Jw@knko8Hl=i%qxdi@m~Xɂ'}7xx1p4mq}MHv'm΢ye/س,a,:e׵NVaBq Sl>ZܿO_АQcaZ`9cR>^~۶=EBXvK#Pz{J\1 Csnc-Ǥo0渂p o?k<:^]9HpqH?꣙jͯ,͛9*D$CHGI|ta<^~Eu##>ǖVSE|Lb+[Ĺɔ:Ӈ߮ L3t=5@@QDtrCr֝L[ ̤%PFM90nk]uq$Pe sڤp8ӣ-dՐ,ޝM&k] Y(]t|DqBq<ޟ*TImܢ }M8 a)I9_,|JMkze_D6P_H~Ytie[%#OmOFNCW /=a hN=40T1@cmZyB@#G4ʆl=X;.VpDB3QNEWV=%:X TvC=kAZO3xRȂX3IK D]0]\5Q7nAvjd\S,8 wf1{B^pB0>u^"ꉵwT ]01_b,VH8r]mMW@*cX[3H|r]eɰ e|G#ix>B=38k`FvH>Ѕ|h!`UN1訡85wΈ̭eY;R㛷CyE^ZYԚ+7ÕHBmk0#?NZ4:p*ߝO% 1K6h+㲳LΤ+?Hfjb.FrST,efnZ@K?6`ko@Qs@Q? NoIt&KZ0 }P?*]0R zSsAwqVAIJ,ԗRҠ,VԂ!g*LQoVH5=]/İ~+~I^6+*_ %]7 )zjCJ &m aӨ&>]虬{ AdkTS-PB2ˣHUxE˴) >Z;[d,%J6-VSQaNlCO { R=1'uF] #t0, _Z\tތwRE(y[s `O!?a˅cFGu9x>p2Kl &KrCw7b͈Ψ-x3 / cfEy(B<;9us|0͵I)1Nj^7,.*g)KcΥ/.r@i1c k9dyN eW`F,Ι<ݝËy!(^3bAAV#ߴwS k{`r^eUx3{v'$ADk\B1e7HVhi(*'I$Gu k[XHi>FlZh NŹ+m%ȧhIjݵ0~#2s)<&@($z?0 oznvwǣzh3Yn^5^lm7]ܑ'Bd]B-{q`m0}: {4F)92@p=dNB'"J"$oPF/,td%|=eN1E_bjűHÞPG<}QLmoH{k_R$Mw;V8Nzp4(JɐEaAYń{/fE*w/R1Tm葦z6"3P8㨦' 5R%_FZVmWâ=GڀesZ{oԭXsBe.mѿz81ye)\G 1OŦ!smUaT;9k>Ce_mT]OM)p$dm~60 )Dކ|Ir~ p F /0͎XiO'Uh൪eGh*MgV)DŽPF.cœ\a?vrFHs蚜}L5AdBl=XpH["h %6}1ZfV(')  2 h *Om lor"o謃<":Zf? 5S] w%pشA~U.j^$c13BzIĿLm488c|SU.Yx\~)`h!h>;}yK4Ϡcn3m@ ˗_sM Ӓ![Mh^^mW Nͮrdz *&*2&r(J0P{@,#7ղ/ա {'Ӊf.adWmtNA4I*hJ|2+d JeFDQ:) a<=p|xp%zuk*4d 8L{/٦D.]"4J8 o7iW9JF̴.~p>h~ Yki4>W 4Vd0OrD"LCa0 Wٲ~=iΫ6meA}R0LY{F{"pa_ Sd_3>13qu057I͞k֚4#(Cˑ xiTvl2k9昒N;^WA__d-! utl iɾ9#2:gonÓQ 9ف7:̹(3_DnA87%տ!?N曐L=oz?4U_cYS˻2rC􅳝TuBag;% \Ԕ.s3Up9*H^+Bؚ\*UI7>ڕSv]ZM/%:hc|vNBJ/ūIRAitB~w9efqj!ȓJnrlLغ8]/p%D; \l3ugFlOxoa6i+yl&De^"wS |R_yKyq0'rEP=~va/g棚tULpž/-g VXO,CР.H>ܭl5L\Z%E#U.x$8֠&UX%7%1..Gd-n wySIT23g;vEKGP'4 AwzDi܂#Svh;&#il!x󩽽?ڬK:55=yI.Kj? Kٰnh&{0u܈6Eeou[_0ϔ#;i.[" !4݅q2CU4ڕ1Рl/ּG7<}<ձ8 3(q8^NiJj*H0 ;t3ف m >#.ԓXpH6 ”ըN oK=Jg^yT-sUy 7 5'yܪ$n~4\|U;̍.',GdC65cm UˬD`a*o~k-<E%f{(L^Bi0O!m3APa>ſ\Ns>dahM?a|gAB)Hj\6qAb-}Bad"/~U 3!4O}c1„]w}IAIH@MQSЯYCs@(qbƆ|i^^B'w^H'7!՜.in2)OF$Y mGZHpq)Dt7H?. 0]K5JC˽?g?c)ϐW3!ݞZQʌoJ Ptcւ(nԎemN,+>M>va )K=i Ն04ՠ~h-ٞ:z|c6]b˳ gd-P$c9n&~JƪC:"鐠hKpպluC}%72z 3 XJPJ;zp٧ ""F~QR4nc҂O[CB ,u]XHSg C.DM5&[T;l R ?-YIA.sk]u(ـ}?(3 7oL140G,0XG#LdlS.Jĥ$:s+j&d}ēQB'` F7=h m$:"Xzt^'rS9n }HmN"ӭk>Mؽ`,y5[(.Aqب:W ]Vu-Z8ަ°GZFHOzN{0Pz dP mZ7xClPalz;aL\o?iL7ez'kM%qsq,i:LXy͞ kwot1`}c#%>Old}64wi?mJrؠņr ,YuP_<.CΥUb|xȯ#bK IɓTH._>F>U@(z8db݉j#]MEb:Xڛ qǤIڣl [f{]eiLi&" yE K[1[m5oq v>R,rvYaG\>iMԞ L9=^C S{750c \)6.|r7:#&(q_VᡇqdZʠ3Q~CѠ'C.HnЯq N>cT.YiK>=Esܦbn׆;U,;+e ['IV?{hg@6X9Rה;sY4hccJB8$os]}Xk9 &2jAzRaX8G#fC,RQ; ae︍s0EAxɔYsv]XIlYWAyeٵE6GuzFp?#[ .a H_LjHAh.E4)nԄH*.֖pGY _p wt&[-C9-& dht^/ j Q~`M/>zt.oop>q3]4YfI9 %}0No̊i" pcw3'ČlZdנs齺G)лYl]l Cc$a!DO ˢCxEfM+yݶ1r 3'OL2 k %-+%Z~9"j[l]'OX"F 0~L5Gw@\Ά{d;@ݼ~8Ju2GS[:l.qqn ,  caW!ua,!ZVMDG]QXO]|'uİ. BbxVv=+rLA^kB^Y DtxATS{`}C@PɆfg_aWo⛠Z?&P?A ])c㸣G.ab% @=kFmŅ :-7 (^*?-R(!EQ Pʑ6yY*Ͽ!O|.I̢27c@v+WP@abu2^YYlʀP*rٿumPЛMzcw͛I{cNJ2ĦnP ^UC$׷oSxWɃ GP; 1F[*Rڊ{ s Ǣ 3nq"&;lPRlye.bCD ɡ^M`]5Sx08kݍ qo\0{`(cdo>4,7)UZBǹq_~!d&&V6Q>\8[)Ȏ}*r ID9td]UAN3 (QB`'@B:Uvz凎8YD4 sOfkO'oQY8%@4 4Q8qIE7>]XY"JvP\aL&^K>$Z)v^spQF>5mH~"HpU :lC4슑 EdDNV=:~O_Pvp< >s! Vtb):k|M+y%XuqOy ճ/-xY)!fO|r,aC;L<Ƴŧ>ͼ"Wa\^^qƵ-zv!.ϓAfpo{4[??SjcM %۠8"!MƂѪVǩR0p!XRwVĹK? TE>{9$= Ԏ}< jxLjYu$ɘ `_zK MUOޚ{!ՒI ̼q@vK:;gc׸]s\ ttYEe tr`oԟ6(5R w[83Db&BɆG9ƲAwzGHaG8\kcߢnC>?@+PIgE?BSNٰpa8'#V @*i*>x\O ɒ`Ht=2nb, A>( 9R )|MLo-Qi]DD,C\5Rc\s#f djo?mmɔ.^öWS<(.f(ߒ߬e.w~>A+0 w3LS:|},*a:ꑠeMJpp=3ۅﶕVP Hy:4glG7ޘz|ӒP.Ҕ[QE?~;oBc"ڍ3%ڷc7LJv+hѓǶHcVDrKQ$$L(g356)= m$Di_E]u2mw{n g\{T[N_Î))V&XW#ZT 7?Godxa+#@{ U=7WWPi!:7&/"7GQj\zN ̴D:Gob '%kMwIԺ74,`mﶅu$RH]} v,N÷QrPYjP ʞ$;#*}uHYZ5PBIA2S0i3,sO.ؐ>@7*xتY)gEK>sDQz}UWǞzfi%ڛN0Fm[.8}v"kI.t00unOPv$mWޫ hǸ{G8%ߎ#56+AmDցs+AOVi7".%O>ݠW>FV呂yM "}LRI.\ʯGVC0$:X,4fDgd%LV jcGvR#Կ pCrh0#K7B׶9^ӫuaJXHI;Tt́i j$5cE)A|`eN5̕6!1o5QLc#.FF:\MOwH22 %MUŀ8 tfp3Kba[ T9tPU:YZ&!`}$e utzQ[_NM ~_U2"ʇ8'u,W",_/xKy&`٦>j0^XXELW[u)BƏQ/ ZPUW˞(&좰'1:U*kX q@ Ed*oJY(,kN.VR8,CM#$`bUy#p 2漅.XP"FQm%WGKs,gsJc%bz!Ö{ʕv V Fr?d3d i|k'^ fSdT= mjɄgQLi6h%|#mځTjM/?i6 ~\+HU ;}"ҬкQ+ Go6Z1ygVH TώC< B| z2R,M^(:/$3|p#j=!cDmq h4(dPIxU~\0W6K)ǘ Tl\kZ!FI_ 4+q!<Ù@t9C 6H߰#-|R {(q,i?"7k9O- >dŒc57 HD j#iq-=Z?wZB3- 磜h3~JMHr9̕ H :#&jc +佃fA dMZ$<0-m T3`ʞJ X.V#D  :XDȱKt픗k$\Jg(9 %) 67"N~wʞep&1t0&&pN+ꢗ#o@ʕS6w۽gy/&ފ#ou?$})g<7(6)LxaҔ1vb-L$ W:ГY-> ߜ>`0%pV'SﳯϪ Fq ?рW!I.Hs02)6 tN }l[|!@$v g:Bچn& E}h+WSj-k?iEq4WÕWGkPc/ֳ_#x7YD) y,$e)poFܽ8;T Ye?3BCobtS~ΊR7RgM[O[[^ AE~8,LFDgE'z^򼉘yp٠}vP/80 Sfgu{A!D񗜍tlh=}U.?ѓS% n\}|;n5@R %Br؍\+;WaJo*" b$c-O MX_Fbv.z^~ٸ5Apڔq=.o{vSl\i kp@ڜ}De  e32 &v)Hq<5{I0Sb6Ê;FUce[wjb!Ͷ r%. HȰQljVA^ph=2%*fveV6EB@MW){ݱߪ ƽYy'BC$UWL-HS<#9 X.B-3 T |`m )ù => &~23FMHݳnW㜹cޢoGzy(iH%Xgk56۾ =cyd-c=֘*=a!C2Eorj?G~*jV?Ri!e擫@dA $F#uV+>A+l$ -Ԩ[ 8chv+adVl/V^iGM~V]XyYgnrK ԡI{VE|#$hp>X|\ʅ*b1,0dTQ*PFҒx(u;ϽW{*Ruh RUs%TTfFC`X vx~ 7l?hxhΣfkd`F+6Y珬 !9il޹_RrM+;JډeI)uH0Go㴡I@uL~tZ CkOwxt<ނ[a66q߁ẅ́:0M9xnu56 >=@(vMɪHC֪!)* 9M7.)v_FC/t-'D߱BKgmt}ޞQ*JoU`&O=3ފzp; +Z4h12/>(lqXAOb7[$ʩ+5:גii)&Y1VB.-Eܠ>=jf,33;҃z wРr`5TU(ZfcWg*A<@J`!f g :jA"д۟EӺ&kFQ]vj,pYuɪ-WA=iWptiFo`|JƯ?C~}a޴3 {BDeX, XݾlF\걜迟S02F|i ~3F3a~_Rݲ],Ӓu~r-ZF9mlݰA5_Op~(Q]dez[4`A~7־ +j눇&-.+4glE.V"nj37<ꩍN//K 4]%ۦCg"ur"P1 zLR{5f i%k/HTs|H'QnfQ.gjX !!]Uf7)!m|3AFor[ MWW)`sP;Fō0=M,xYإrxTRiD% nbTvV57m/N*m <)9oX۞P"nڶ\9>_Y*BCO T)zS|.x"S.6L:7_\eq-"TvcZ+"p׽_cb$cdB-ݘC*Wf/A{PcujS1|}yi  >G%+)mB{(1FAΞcܭ6+u* b² Hu6f qm>Գ%tiDn@}cƶM@`%/qF$Yg 3BM$xթ[PHkU8nOeߔe-amhn Q;9tTg!h6֡AwJ:+z(0M0!EJaMGTÏHt\J !+6I:E\qQ{Vj\z R(vZ}xh6?vpa<~X0f`&uev9]p SGYy!t[*'~)*Ut-.*|"z _jti N0^:BjwAYj֭-G66;EXO pQbq*.%5Q 4*Xd1jxR|Crt<»+OuK/t6^ ŏ:"idT=[f|5ͣ4vv)^<9l_}HYbjK݁"¡le0ݢ7=FV${^z ~S̓}ı]A=៝UxLɲm˼ ָXӪi%0%<@vi*@r7pOSf54}aDI #Bq /q&S5F:n_8j >ܰf ^p^٭:("+BWYj0%DD SCIИDY7дJCb+B;у~yG~pmH8bN3 ",ь?@|0>)}; &̡ |65uxD9"_Hv#46Xk ?1H)Aeb~6m`Z~>U88YpדŸj]\ǿ$}ů.H4xdk#H.5PCLC%C Ŋ>:k <$3z z|`CP'{} ^v<%Ng}+"Dr Ph,*ϕm/ <{Ecnb CCXSfo ՗A257vH]P5J[͒ 1T_ MEr]c!02$Z9Y^ܑnS&r<8g@S]<:c[9+Js ӱ,z=M:x\KqT|od2*W]yɫu."'ZL9Swt;EZu(\/1&S>esfէ,kzkpthV[#._Q$r#8js^YM!FXnqd:xW 츩Cр-UH>y׳0`oANA=V i ԾTzp mN/msDh]N6W@jOK/6ݫ+QW tas6k(F k=Ui}Xj-#1?,ΈC!AGŮi?[?g}[=a%:5M5nd wi09y햞l|p~6.SdKUү68"tNbxm}ҥEt:G7PK,?U,%Z~[G>"n )ine粨E4pQ >[+CT [I3j@J{WޙE8mNzkp$e'Ž|Ԋ|t"D{+C<hM{qCHr^#nLR;"+]l%}8yxbIIGQ}ڮ@ TgAMxXi`EDqw.({0M ȗX7֫)BdIBQ XWDI,vvcO|!s'BUq4x/0$sYS!2@:N5n2upl&n=s=YTvRBOɂs^+'1/@ [*Jsʀ%eZ= b;=>gDmyp4!)MqB햭g7_ "yץ(iOmwY n\]fР],yhw4+ހz1{0zIdPȀk'tM0$2 "wO2~\ڵhG?Qr{^/B]8( {~`,ak&)t_g+C}sBuwa&kuc_';.% -2ƌ$>tC2m^mjO;Su쓸JfJ%ԩNDFBdL{6ʸh )Oxul'b3!~ f;H sZTIfQlX/*%fNǯR!I̳%!,'}U+8*TpL,_A9ǟH% hٙ,`?^57ӧ'U>^J?D^SWuX:*omm^a NV뵓ؓDXCRU&ʮBHDv%t|>f<Ī[m5(}[mƙm ˕z6 Qޙ(D (EQsCL=u/*aZCX2ɬqZA'>7ֽXՍik= cYU.#ѼJQ\哀҉& /Ge+W8}Fj#hh`)ՉU 9{p5mr 0UqO⍴smEcuI dmR;HzURhVrEܕ DY}QNsItR5Aʋ/8.4COkw~z!U5̴B>m疻 "O8fv0!l[M.Jx[!1.BgDA%A2He b]h.|!Q>qd;8'DkvajYFSLɿO2HljhmDw<\ʲ/ SUtzk>ˆ[F8>7!}ѲP~%.ʽb:q\^!s X*>IWyu(qge]B ;]QSkHַ=FY4oޑf}Z\S@0Y=J<$3j\riarScG5ј1X/7+X1\[,6ϒ(z H2Ԓ,Dc|.nt{#G' |ԶQ\mCl9> R^X(aJp:+@kj1s8?sMkH20S1Ūkx-̵>~2 O5LyLܞ}Rt7WUIV?|÷|"TإtF$(@ )5[}Z6|ݦH?/Y2Y!~M㡑HVLX|l&EC5⸙%j Z ʳ0lx8PL/"oKr}E>ͨBPYq\R( @rK1`bh6R^֨7ZivȆ-<X[܏%;@2?4DrDATImARL &-X+B_XY>BLI$ga쒊q8zKvJ֚]Y+Y73 3ɥ1E8L5SRXu.cU ;/T|ߛ1I˥45tncd6 OhyH1*Uk}+֌L7뎈<ۺ.Btɧcȡܕa#zz : G=o QqQNn&ѕw3ކJG7gt4~E IQp) |;`I!ߦ)>ˋ:"&xe"TA v 3$\$S@՗ kp=&1.4Ʀp~V6c Bl!U!\'joqpgB$8He~"-ϓK5~Aqv2| 1Oڨ@ ־8 e0{Y~q5 OtɕݡYzŽ`Os8-dw J'G\ɑg;4H&aUowu j51aLa$"4f#_<0:8s,)<4ףeL:?1,.j`^˴:W/ }6<'p{Z 5^0E;[~.rN717'}]& Lqb8HsyS8^avB(kӚ㞱"BJ`s^N:br6V}ѯsc4U$P%![]֤uR2 PsU"͎Z9(Ң9}3r֦4wC; RG3OeR7Z5QA~wCJ?PjU*~g(î N6d[+R4ljpudty7,nkSKHfʠ; rQo)STi!3/GLNvђؾ&sK!eAPt2{SXiT+x60t#BnI%L !^Of#-enAv2\'{ !z%OK%k) L{7!\ةd4yk4$ʒNl Z6i@" 呠a%<#+yd.b؀ul~")*@n&HK՚=%O^%cOpcrO/a䵡au[m(9%=AzeM5,}.|'Fmv/qMdEh5> }_E(OI+ъx ȞӾa\l[;k[ #KX`(B[X1<8~W i%$UO"Dׯ2̹qDB_ {| û4>S}ڳ8Ü*ΒT)mO8#;}Dt#I >)M`ώi?*X5n FQh\1Cy/=Bc2QK^;E,\E|"NicÉu\,V8 ȓQfܞJʾ]OI/E΄E5s`[XpщCC:ԝoeK6\ko(kg?@|!jhϦ?DQT*`p2}saCW `"%x`h/BOK߽EWXrJp6&Oƙb/qW(΋qݽiֱvJeE*4J5aAm@>BE;XNyR{7bʮ zrFtee6=p#v)`<aq. d`%Žuw /઱hPk_ˮDĩա1.2*Eە4Ѹyakᴝt䔝uҪt-;Z϶qnH07 [ 0a*TrgzW  4TMVQ ܉Rdc2ǫ8XSּ.4ȳˍ?+} KPqH _hR܃L92*_l"@xKT٣,\- 蛖qrw`o_2GT@U8`g̯K3^Ӌu#"3w~IY=]y:_deAY] $U{m~RcFuwLsc΂õF6@18ڃGIJ<4r+vidz/f/sni(NӱTK|>c|TrKC 4(jjּN.4zRCيvŕ4%-?fUf:G@Gۡlxa d~ sVoߝc1 R]FF2FkC5)"2#vs@".0F|I0}h6>kt y9!.@ԖI5R,H*=seAȄoA!8Q@-F\ ,K䀧R=b[cb%+g#(K%:8M`gJUqF~'.eyzIBo4BI8,NޛJT(z=hߺ̤I؎2?`,zO_rM|-gE1\L(3: G"^:EdlC3"ۂ]=K5yjDPIT $WM!yJ'`h.L` |K@WnA}ݚ gbƀhn n k}D%78D2Ic(S̱ g>,D"8sf,{EG,MY\ /l񋂵ct MTy3c/ Ǒq?잿!ہ]ztFա0 H>?VQ5XcOսvr?ّ!$U`cٓO{uk`K+67 7D_lk@,N'uwbԎ7^̊vu d'>NtLU ms*xG(Se[ ԖՂ _hӱ0sH/gLKi"(Q7ne+߭8w֢ 1K//x}JؔdP wkb5< LcgA. M1P,ꪼzp#u@Yf?D'Wz8^Ak Cm?8c#-ߑL5­i蹣v pac1տ}X\cҢDZrJSmӥ9u+ حq1=qUL9N}Cnj}˗U6a䂙`fL9.4:1lIEumC֝|Mߴ'O)ٞ0ӂA'.\VUX2aJZh+=qT{l;reE?;kX'$8R$.M Zp׆R5-gëT:,VCYZMkjx#SybWιLp@ZX}R:z~Sqgx_ܭF5)y$4Y?C쯶3wl* Tza â7ǘ6A &FS4';eKK&#]{5Fu dH}GQr^Et,;e`\ckIfs(NzNndI{"O}jlHhh K6H8#%Phe0V.9SZ<ԉn׏4x{ChNE(H\^2|UU&%ĸ-R}?,vL$^ yL|^ Mvѐ௸J%K-je&O} l9bw3Y\ޤ]X=Ń$ARc >#-C my3~^I俔 ܍C 6ubi3=b5Wl_}Wxp)sr-cx{em_8>njpu 6RCC@/1KӲV;r@X∂xjٜPo>v\ɗ/Y}j+4[k)B6I=Vxȕ6"G}mh*0[  fJFNj]o*<NހGE M +,C$lJe.@[椞 *ʐUb{؋}i:Uҫ]J$ev+fZgFO`I>Hv^=k4?aL*%$FRϯbnf6SkZz ޸1dߎgnTEמ, Ʊ~S%׷qsmpӳ1 U>Y3,UZ0j}ccKsy`c2u.o&n&7Br@GFnhu.*'d?S$ކjYE/- fyt.|0%C&oAVl%ͧ߼8% a{Ǡ$fՀ.wؙoOlG¹DEas&5(A]2L9>%PBUi8G^?F%Nuw) b ɐ3 UMuk aj첧eNg~]:{kNԵPe2R-m72w d_Ci`>]o|ߎFAsjxO/s܋泑ޠwU(j̧"7$? !Ht$)\-p i! ڽRjް/lYbhbB+t'"rDgxG+W5vSSƁ" {C|"V4Jޥv9^?ͼƒ zY#Bw=/By[Mc1e*IJk,}@]FC}GEVu@";jubGp9t̲bN? q$PBGШlwٸS(Sq.;9"S *ohFg!E&AYd5y8TPu9WbBޫ/3Nk7Jl+8-`Ww<Иg\^WI*?F;c&,^Ph<;)5j1JzpoR3@x@9V9S9w֊1[ E3/r:9>`gv-*@67f}\3FNpsqN/:SݣRЂ hK?:Dh< Cx=I|cRl#f!ޝ?1271Os0Qqt8刺 ټꆩ)D]Xxo?r9hK s2EAep^)'r%RM kjFZzM8ѓ\Z'U5GN56!,xuɃ* ~GUa>0+5m[99b ^ s„ I6{pJ:2yR)ۛ nŒ%u$at 93")qnb?YFUA=-p]τn^,CA&=[p.7 &ዉ^lpY+5\c2B8\hok 1d$so̪=^(c]iܲO& F價+6&пW)Q*n\0m^~53fOS1kbŨ=L&~yBB.-v[y3}0Lpqush{Ҡ% Fk@޵aFeq00Iva`19Z9;Kzֿ̻8quf lʑ\#D|@du"73$J̧f4UZiۀN]|a#;RyMNt_*Mb!\ۄȚz b^|.;8ka Z GK5zNeh_c[DñB?6]CoEw/9x;E($JExA twTFILAYQFzx&W)(yրp0 y>|8찝4N= f,o|O`P@ 1#H[v "6O6`uD߱ȃ,>M' v&Woanu+9k1SCq]@Vpbm=Ӳdjw8GBC;턻^pE.pv(F4%jnzK кUGD.Aې<VQZO^nٌscfϹ渁+I`{ ЅGQʖu]^\ S?2@KoDPxytщҮ،0?']Vq8J48p| #{dgSRdA9;q~&Sf[#(ܜ.9rxrD"ps.xXVcU\$q B*і d; 6\Ʒ9rxfGx`^^ ttmhd*4o)4&AIʜ# _ۯf1z ]2{HR'4nŘ wzFWsi \{ qÄ c_f+!?U)w+L2lvr$u:F✀FY\䍹UUVCPlɟ1ؙʚWhay( )Tk,C\B`nG7L*ʔܞG%^e7yd O Y2>9}nuHt}Bw;>j @$ǀGέ 40Fц$DLNZ5I>gSI]!m}!](:zE8D2m٬4unlO7f/m듑vl٠7+]`Ӕ푒aZYTթ*2iު2,ɀgb#7/%vs"$7<08+OFoB?>3);T񼠗8. M]:'_E8Xpek= Qsʃe3##~:O*zYu[tF,a7ؽTMrMG E:YŤMƭ839 /Wm"3ST\m n!71Ap 1-;r ՠW*QMrbFi-f6-{mxYz:gˏ[BV4pA M9107b%z}">InHt[f|W:1z~FqMfAI `F!J81Xb8Gv1T<υ?-5^uѕO1 UiەVUC䕉.>6SV@਌}fځjH2􅷶v锳cqf%:gp{ŭ)V*.O %!1\*.TұmLX_*ߚErt_W=LQ썖 FHP*u;X,eQ^72% +_lcY'4 s*&Q~u/b[<۔\M'<J+ăs>W1-[<))ƒ2Ԇ 6>]O84*pCK.-EӅ"9X5KT!MG}(z7u9wK"8?jEV'B"i1S^)98*BP4>boFFNuj\*>(?½<1kMLC$c7Fy6ŊoJAh7=4FDVMyVIь氥_FkHE$BM* yKl!O|}*`(iy0aL=;>ނxǗR0I$>Pz%M:Kn x<\=M1ΑHW[EVro?=XDm S0(ĹZ؀iE8B kWqHl̥=~kȈď{ %Ѝ§^}pYi<T_DD5.eQV|0^^yz O;$^-g-8Qbᐘ"c`/چ`;=GO䰲+مADCF(Uq#I!F,g4.FV~Hԃ %l[P Vkp)#/Ά 'D~z6AD\wSܮ}4(cNGpYYO潷3xMiy>%tYo-ؽilBuAot=nN8n?Z9/T{i#JMD/"zop/f 6;W4& }gqWX4eԓ?‘*vDρLğ|E.;d\>[(J~cCj4F6D+ ^mw%^ ݑZ <~uu)|.<4IQ? .&ofC:$VZd 9~8rW[2rX~{# n_.Y=Ǥr:S*^ՄItj!P@ hD R?F$,xs2 s/!_xw|ϙ]Y /冹<ÙGR|`|,q5%ԑWtk tg"^[x|^$D9#>˓ql7< C:d/^-BTƈz<_h:V$۾ N8aP4Z-<7i%}Yĥ#1%Ñc) ʕ w R| 1j86RXVALťe{Rcbu Je5&4^Wխ*Y-Д[,HԮ:`Hluהy\7D, @U|&Gt!mJs;a{6QۥZ!8!ȨzRW5SJd.ØdТ63HDDHY!!@m YH"KGƕJii}{Y7nN p6o7&$vh]#k^j 9Pr׷r ;!Ǫp|rAXF‡ɍl 5ky#:P~b|&iCJ& 4mךk!=II4j\b;pq#<9!x] 8d2,y6nzLS&9R1Ԏ Ẁ`$;=hn?iڗ"(3z ]oA PZڔг[lcSXW&~.bw]Fׄ `\!BWtϛ5M+x{kTg=g5}n95@-M[S%vr7 {B~NT>iӱNS6$^::/lEwjۉ{dPfjVt`ub6D;vĊȻur1Tp1n;GWx*W ]u$& QT}y ) h[ϨLOU+DܩY)eCݜ?Ds[-J {\׭#PSXWFZ3p&i<99qCϯl .Eu '4CgYs ^!JF^e9?C  ]dؼ`tv=rview V`XlFPAl_fGo,-cƂDapud.swSI{cz*'n!4w W) _u,ab| Fϡw_Kϥ*|}a:̓~O%Wu ,0>r'!q*CN9d:O; ,3<ʼn߉%iKKXb3daчQCw%ƔR-DeB}ۯbsK%7c?h f uA :?@TXsR. G%4OAc^3)tLhvU>D n) rP)3NJ^2Pz6epk=Wz|PAwYZ s7|xl ڣ}99ivxhH2/1Ӓg>·JsU.̕%qkJL&S|cXŸ"u-K"NH(ףO=sw(?繛-|UQKDd|>g9RoI ]d:v<6끨&Z%\֗O{%[-'oz]~*ћHdS8g(7jgjo:]J $f忯c f0`i-S-~TײY3 A%<'g .:[q]`& r Jte١p}`T_RymGua{bzJqe)wnۂShA޻U!y<\62,&L:y˓v? ;// ;]/6IbwFή8b8 Xid˥دz=£!U37DRA?zvld6+D`|`% ;#E8q:%?\Y[3z*a(] B% y6 [H/Q}KY܀j4;Mq$R= ൤u HDdCJ(U'ǴQ9ju%M4ċ wY JS u{6E}8 ("X7Oql"d)#,e9 N/umy2Iηfnt N[Qs$ PQi)ML=&G{Õ[a [^xׂ1趌ALD!- 4 ,=Uە}{:H-wڇY#J #q57FrK!8=c0C,qw0^kQ7!>EEKÌF`]иK># FZ%u8KըRAsW"<5L{3QL T,2oh-h~j 7+f 6;KoMmj&Lд_;5ә2SvB`IC:u{"*ܽ fnT_ʄ4mbS+9xaLkEǡὐ_D1/,HBU׳!5[';T 'wvnEyQ`' zELGY΁\_5sȣ. YZ