proftpd-doc-1.3.8b-bp154.3.12.1<>,\eKE!M@eee+Ob]W^>]Q\?%6(^Nνv|Hos;m)a.]U5 sӨ0tO<2mw{o !B"_amA+7G@-Pa~R ,9Ȩ:ogrqܖ}K| Wa ::a.߿"]>*{J(_ R?w:߀@[.[5!݇Q_#; lm;Fi >;t?td " <`dpt      4 ' (*--//22 242(282$93\$:6$FaGaHc0IeDXeYe\e]h^obpcq=dqeqfqlqurvtzthtxt|ttCproftpd-doc1.3.8bbp154.3.12.1Documentation for ProFTPDHere are Documentation for ProFTPDeKEi04-ch4d>SUSE Linux Enterprise 15openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgDocumentation/HTMLhttp://www.proftpd.org/linuxx86_64> +$DFag<5R3g e Dd,% '$ ~g? pQ+Z y ]?)a !(j f%1dM!Nth1%=869jAB+`/ ;1+DrF(Nchris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.deJohannes Segitz Dominique Leuenberger chris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.deMartin Hauke Bernhard Wiedemann chris@computersalat.dechris@computersalat.deJan Engelhardt Jan Engelhardt chris@computersalat.dechris@computersalat.debwiedemann@suse.comnmoudra@suse.comchris@computersalat.dejengelh@inai.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dejengelh@inai.dechris@computersalat.dechris@computersalat.de- 1.3.8a - Released 19-Dec-2023 * http://proftpd.org/docs/NEWS-1.3.8b * Implemented mitigations for "Terrapin" SSH attack (CVE-2023-48795). - rebase patch * proftpd-no_BuildDate.patch- 1.3.8a - Released 08-Oct-2023 * http://proftpd.org/docs/NEWS-1.3.8a * Fixed builds when using OpenSSL 3.x- 1.3.7f - Released 04-Dec-2022 * Issue 1533 - mod_tls module unexpectedly allows TLS handshake after authentication in some configurations. * Bug 4491 - unable to verify signed data: signature type 'rsa-sha2-512' does not match publickey algorithm 'ssh-rsa'.- Migration of PAM settings to /usr/lib/pam.d.- Update proftpd-basic.conf.patch * remove obsolete config option, LoginPasswordPrompt - rework proftpd-dist.patch- 1.3.7e - Released 23-Jul-2022 * Issue 1448 - Ensure that mod_sftp algorithms work properly with OpenSSL 3.x. - 1.3.7d - Released 23-Apr-2022 * Issue 1321 - Crash with long lines in AuthGroupFile due to large realloc(3). * Issue 1325 - NLST does not behave consistently for relative paths. * Issue 1346 - Implement AllowForeignAddress class matching for passive data transfers. * Bug 4467 - DeleteAbortedStores removes successfully transferred files unexpectedly. * Issue 1401 - Keepalive socket options should be set using IPPROTO_TCP, not SOL_SOCKET. * Issue 1402 - TCP keepalive SocketOptions should apply to control as well as data connection. * Issue 1396 - ProFTPD always uses the same PassivePorts port for first transfer. * Issue 1369 - Name-based virtual hosts not working as expected after upgrade from 1.3.7a to 1.3.7b. - rebase proftpd-no_BuildDate.patch- fix deps for SLES- remove configure --disable-static- Update to version 1.3.7c: * http://proftpd.org/docs/NEWS-1.3.7c * http://proftpd.org/docs/RELEASE_NOTES-1.3.7c - Update patches * harden_proftpd.service.patch * proftpd-ftpasswd.patch * proftpd-no_BuildDate.patch * proftpd.spec * proftpd_env-script-interpreter.patch- Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_proftpd.service.patch Modified: * proftpd.service- Update to version 1.3.6e: + Invalid SCP command leads to null pointer dereference. - Do not limit to openSSL < 1.1: proftpd has had support for openSSL 1.1 sice version 1.3.6a. - Rebase proftpd-no_BuildDate.patch.- update to 1.3.6d * Issue 857 - Fixed regression in the handling of `%{env:...}` configuration variables when the environment variable is not present. * Issue 940 - Second LIST of the same symlink shows different results. * Issue 959 - FTPS uploads using TLSv1.3 are likely to fail unexpectedly. * Issue 980 - mod_sftp sends broken response when CREATETIME attribute is requested. * Bug 4398 - Handle zero-length SFTP WRITE requests without error. * Issue 1018 - PidFile should not be world-writable. * Issue 1014 - TLSv1.3 handshake fails due to missing session ticket key on some systems. * Issue 1023 - Lowercased FTP commands not properly identified. - rebase proftpd-no_BuildDate.patch- fix for boo#1164572 (CVE-2020-9272, gh#902) - fix for boo#1164574 (CVE-2020-9273, gh#903) - update to 1.3.6c * Fixed regression in directory listing latency (Issue #863). * Detect OpenSSH-specific formatted SFTPHostKeys, and log hint for converting them to supported format. * Fixed use-after-free vulnerability during data transfers (Issue #903). * Fixed out-of-bounds read in mod_cap by updating the bundled libcap (Issue #902). - remove obsolete proftpd-tls-crls-issue859.patch - rebase patches * proftpd-ftpasswd.patch * proftpd-no_BuildDate.patch * proftpd_env-script-interpreter.patch- cleanup tls.template * remove deprecated NoCertRequest from TLSOptions- fix changes file * add missing info about boo#1155834 * add missing info about boo#1154600 - fix for boo#1156210 * GeoIP has been discontinued by Maxmind * remove module build for geoip see https://support.maxmind.com/geolite-legacy-discontinuation-notice/ - fix for boo#1157803 (CVE-2019-19269), boo#1157798 (CVE-2019-19270) * add upstream patch proftpd-tls-crls-issue859.patch- fix for boo#1154600 (CVE-2019-18217, gh#846) - update to 1.3.6b * Fixed pre-authentication remote denial-of-service issue (Issue #846). * Backported fix for building mod_sql_mysql using MySQL 8 (Issue #824). - update to 1.3.6a * Fixed symlink navigation (Bug#4332). * Fixed building of mod_sftp using OpenSSL 1.1.x releases (Issue#674). * Fixed SITE COPY honoring of restrictions (Bug#4372). * Fixed segfault on login when using mod_sftp + mod_sftp_pam (Issue#656). * Fixed restarts when using mod_facl as a static module - remove obsolete proftpd-CVE-2019-12815.patch * included in 1.3.6a (Bug#4372) - add proftpd_env-script-interpreter.patch * RPMLINT fix for env-script-interpreter (Badness: 9)- fix for boo#1155834 * Add missing Requires(pre): group(ftp) for Leap 15 and Tumbleweed * Add missing Requires(pre): user(ftp) for Leap 15 and Tumbleweed- Update proftpd-dist.patch to use pam_keyinit.so (boo#1144056)- fix for boo#1142281 (CVE-2019-12815, bpo#4372) arbitrary file copy in mod_copy allows for remote code execution and information disclosure without authentication - add patch * proftpd-CVE-2019-12815.patch taken from: - http://bugs.proftpd.org/show_bug.cgi?id=4372 - https://github.com/proftpd/proftpd/commit/a73dbfe3b61459e7c2806d5162b12f0957990cb3- update changes file * add missing info about bugzilla 1113041- Fix the Factory build: select the appropriate OpenSSL version to build with. (fix for boo#1113041)- Reduce hard dependency on systemd to only that which is necessary for building and installation. - Modernize RPM macro use (%make_install, %tmpfiles_create). - Strip emphasis from description and trim other platform mentions.- update to 1.3.6 * Support for using Redis for caching, logging; see the doc/howto/Redis.html documentation. * Fixed mod_sql_postgres SSL support (Issue #415). * Support building against LibreSSL instead of OpenSSL (Issue #361). * Better support on AIX for login restraictions (Bug #4285). * TimeoutLogin (and other timeouts) were not working properly for SFTP connections (Bug#4299). * Handling of the SIGILL and SIGINT signals, by the daemon process, now causes the child processes to be terminated as well (Issue #461). * RPM .spec file naming changed to conform to Fedora guidelines. * Fix for "AllowChrootSymlinks off" checking each component for symlinks (CVE-2017-7418). - New Modules: * mod_redis, mod_tls_redis, mod_wrap2_redis With Redis now supported as a caching mechanism, similar to Memcache, there are now Redis-using modules: mod_redis (for configuring the Redis connection information), mod_tls_redis (for caching SSL sessions and OCSP information using Redis), and mod_wrap2_redis (for using ACLs stored in Redis). - Changed Modules: * mod_ban The mod_ban module's BanCache directive can now use Redis-based caching; see doc/contrib/mod_ban.html#BanCache. - New Configuration Directives * SQLPasswordArgon2, SQLPasswordScrypt The key lengths for Argon2 and Scrypt-based passwords are now configurable via these new directives; previously, the key length had been hardcoded to be 32 bytes, which is not interoperable with all other implementations (Issue #454). - Changed Configuration Directives * AllowChrootSymlinks When "AllowChrootSymlinks off" was used, only the last portion of the DefaultRoot path would be checked to see if it was a symlink. Now, each component of the DefaultRoot path will be checked to see if it is a symlink when "AllowChrootSymlinks off" is used. * Include The Include directive can now be used within a section, e.g.: Include /path/to/allowed.txt DenyAll - API Changes * A new JSON API has been added, for use by third-party modules. - remove obsolete proftpd_include-in-limit-section.patch - rebase patches * proftpd-ftpasswd.patch * proftpd-no_BuildDate.patch- update to 1.3.5e * Fixed SFTP issue with umac-64@openssh.com digest/MAC. * Fixed regression with mod_sftp rekeying. * Backported fix for "AllowChrootSymlinks off" checking each component for symlinks (CVE-2017-7418). - remove obsolete patch * proftpd-AllowChrootSymlinks.patch (now included) - rebase patches * proftpd-dist.patch * proftpd-no_BuildDate.patch * proftpd_include-in-limit-section.patch- Sort SHARED_MODS list to fix build compare (boo#1041090)- Removed xinetd service- fix for boo#1032443 (CVE-2017-7418) * AllowChrootSymlinks not enforced by replacing a path component with a symbolic link * add upstream commit (ecff21e0d0e84f35c299ef91d7fda088e516d4ed) as proftpd-AllowChrootSymlinks.patch - fix proftpd-tls.template * reduce TLS protocols to TLSv1.1 and TLSv1.2 * disable TLSCACertificateFile * add TLSCertificateChainFile- Remove --with-pic, there are no static libs. - Replace %__-type macro indirections. - Replace old $RPM shell vars by macros.- fix and update proftpd-basic.conf.patch - add some sample config and templates for tls * proftpd-tls.template * proftpd-limit.conf * proftpd-ssl.README- backport upstream feature * include-in-limit-section (gh#410) * add proftpd_include-in-limit-section.patch- update to 1.3.5d * gh#4283 - All FTP logins treated as anonymous logins again. This is a regression of gh#3307.- update to 1.3.5c * SSH rekey during authentication can cause issues with clients. * Recursive SCP uploads of multiple directories not handled properly. * LIST returns different results for file, depending on path syntax. * "AuthAliasOnly on" in server config breaks anonymous logins. * CapabilitiesEngine directive not honored for / sections. * Support OpenSSL 1.1.x API. * Memory leak when mod_facl is used. -rebase proftpd-no_BuildDate.patch- fix systemd vs SysVinit- Remove redundant spec sections - Ensure systemd-tmpfiles is called for the provied config file- fix for boo#970890 (CVE-2016-3125) - update to 1.3.5b: http://www.proftpd.org/docs/RELEASE_NOTES-1.3.5b * SSH RSA hostkeys smaller than 2048 bits now work properly. * MLSD response lines are now properly CRLF terminated. * Fixed selection of DH groups from TLSDHParamFile. - rebase proftpd-no_BuildDate.patch- fix for boo#927290 (CVE-2015-3306) - update to 1.3.5a: See http://www.proftpd.org/docs/NEWS-1.3.5a - rebase patches * proftpd-ftpasswd.patch * proftpd-no_BuildDate.patch - remove gpg-offline dependency - fix permissions on passwd file * unable to use world-readable AuthUserFile '.../passwd' (perms 0644): * 0644 -> 0440i04-ch4d 1703758661  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~1.3.8b-bp154.3.12.11.3.8b-bp154.3.12.1proftpd-doccontribftpasswd.htmlftpmail.htmlftpquota.htmlindex.htmlmod_auth_otp.htmlmod_ban.htmlmod_copy.htmlmod_ctrls_admin.htmlmod_deflate.htmlmod_digest.htmlmod_dnsbl.htmlmod_dynmasq.htmlmod_exec.htmlmod_geoip.htmlmod_ifsession.htmlmod_ifversion.htmlmod_ldap.htmlmod_load.htmlmod_log_forensic.htmlmod_qos.htmlmod_quotatab.htmlmod_quotatab_file.htmlmod_quotatab_ldap.htmlmod_quotatab_radius.htmlmod_quotatab_sql.htmlmod_radius.htmlmod_ratio.htmlmod_readme.htmlmod_rewrite.htmlmod_sftp.htmlmod_sftp_pam.htmlmod_sftp_sql.htmlmod_shaper.htmlmod_site_misc.htmlmod_snmp.htmlmod_sql.htmlmod_sql_odbc.htmlmod_sql_passwd.htmlmod_sql_sqlite.htmlmod_statcache.htmlmod_tls.htmlmod_tls_fscache.htmlmod_tls_memcache.htmlmod_tls_redis.htmlmod_tls_shmcache.htmlmod_unique_id.htmlmod_wrap.htmlmod_wrap2.htmlmod_wrap2_file.htmlmod_wrap2_redis.htmlmod_wrap2_sql.htmlfaq.htmlhowtoASCII.htmlAWS.htmlAuthFiles.htmlAuthentication.htmlBCP.htmlChroot.htmlClasses.htmlCompiling.htmlConfigFile.htmlConfigurationTricks.htmlConnectionACLs.htmlControls.htmlCreateHome.htmlDNS.htmlDSO.htmlDebugging.htmlDirectory.htmlDisplayFiles.htmlECCN.htmlFTP.htmlFXP.htmlFilters.htmlGlobbing.htmlIPv6.htmlKeepAlives.htmlLimit.htmlListOptions.htmlLogLevels.htmlLogMessages.htmlLogging.htmlMemcache.htmlNAT.htmlNonroot.htmlQuotas.htmlRadius.htmlRedis.htmlRegex.htmlRewrite.htmlSQL.htmlSSH.htmlScoreboard.htmlSendfile.htmlServerType.htmlStopping.htmlTLS.htmlTesting.htmlTimestamps.htmlTracing.htmlTranslations.htmlUmask.htmlUpgrade.htmlVersioning.htmlVhost.htmlVirtualUsers.htmlftpaccess.htmlindex.htmlmodulesindex.htmlmod_auth.htmlmod_auth_file.htmlmod_auth_pam.htmlmod_auth_unix.htmlmod_cap.htmlmod_core.htmlmod_ctrls.htmlmod_delay.htmlmod_dso.htmlmod_facl.htmlmod_facts.htmlmod_ident.htmlmod_lang.htmlmod_log.htmlmod_ls.htmlmod_memcache.htmlmod_redis.htmlmod_rlimit.htmlmod_site.htmlmod_xfer.html/usr/share/doc/packages//usr/share/doc/packages/proftpd-doc//usr/share/doc/packages/proftpd-doc/contrib//usr/share/doc/packages/proftpd-doc/howto//usr/share/doc/packages/proftpd-doc/modules/-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:18243/openSUSE_Backports_SLE-15-SP4_Update/29326f0a9898109fd4501ffd8c7ccddf-proftpd.openSUSE_Backports_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxdirectoryHTML document, ASCII textHTML document, ASCII text, with very long lines4R8y*Fautf-89950d55cd231ee7a359a09515849b8a0b9df7f8a06fad6cba48914d20463c363?P7zXZ !t/rq(j]"k%0ߙP?l3mg)G}Znk%zf:>qvç Ds6e aChNQh.<7\y{eCsXp*`>6z~"lQj)Rs'0: e.%xPWlqi {n{vmYc>'¬+I4y,޽rOar\K RK4&o{ DςBnamS:L_{|II'<.:.X9m[J< ,u=("A%h@ 9ĤKBoUv9`cICO}x8/!~ZuTf6~Se at<.s` o&Ga6p"3ίZE龭AmaA bB:ў wdg>Ҋ|i/׬gЁS}j/ o^U(ZCGs[wc i/'|n>=e*?4m6NrJwef?+ό|Fhk-2%~; Vͬ:A ˰L?.W (_m`,HvYn`j.eO]~鋓yKE~c-u4O0cotޤ?<O ^5k:oH.[]D>oHu0ܩfݻ<|F^DiCA518c=gPQ:Gϛ#/Lyو8V3l±nF_Og068 U@dE zMGJC̣y3_T =p%Sā ȟL|AobۜXʤeiFy(a|)Z#)tޣ[Tզ6.59mZwvqxBG$еQt0!U MnpfB  ? *oOHqm 󂲆Dx ۱^<1ݬGݺ׺2Ls.J.p&DF\]+>R_}eN9v=I} =C͖y卓QD3Ō\aCx&MjƜYk97&ʀkȧL< =pMӥ1`3z딘GAM{8H1]tPc|;fw7C$0(-& {)rT{ڍ?K:ΌBR E*ݱOU~lXwE'LhIw rBʯFA6{0ɶPɅU-zV;5Cgd .,A;]e]G/L:iϷ/gZ"+V Y9*9MAZp L1J4J6RWk!?b*D2=qgd>Ov|# ,J N_  IͩJB- BsyGĭniR_Ǒ=|/+]J $d ՜ >3Z=.={r+z,d7)[y N#Oy@C- \ À7!THj/FgM72ɌIjoo]3K8Y?w)0krӒв+SUEy,fX~ĵa5oljukk2ZMh$we暹;Dε?8iӲ dcO,9ovK˃D<߱LN]j xrhsBrJH?*=y`mFyd'1Ld; y[{RtR" Hkr>,Y~gTpEDv Dǡ fD:2+YyԹisMe`%2;g]x;]C@\(Zۭ[<'9=&&yrFhK2 btsA _F*8gj?`@h^DWۦ.y9M$AQT 'XԺ٣჈d"Oӹv]5ŰgН9˔LzTM:zx_cN(=FzEXC1E¬/Zwn r–;VnnҊtSF1u`pmŕz5jgIMgܡ<[kkyfcl7!po`=f 6.&]D<..zzJnП~dA̦nzy:Xz eru칫Q1˛T^ AJmݢ-orad}D vg } CDˁe b[IqUڕbFYl?TAUJ=~#N]ѳ=Rx HL1`@J^&FUS\)%< SԨI&ȻB\eR8a/֠J2-Qt/Oh t/+.iSS ǐC5F|(|6v=8҆W,;~gJKa?J7L MؐeqZ6u/^ohi`'h2Dc mU(lWzjCĝS{2ԗ~?H &τ{6I>Sgvwi?Xh<Ғw=}ou?*NI xý66JZw*vwpRފ }SU tOuM ^>{)iEce1B/K~V:KW!<4P'0Vo 5Br-=!X쁶%?s&he4|5qD-FfkкUvU \tiS7?wx7&. x ,^u 0vKSO.ێLg" b Hwv+rs`틨{>y% k @#3և5D~.7D>,cIТ~!+ϫ_ Q:}Z~,i{\P3.ç_~K q2b!aMcTmC }d\xd_,72(IuMSdҹf .te*amrI.P {@B|WRA6'qS4j@FD\.\F{y٣7p:B:eT?fzbVVG\(ksA2:/ߚ'v!`>4,@6ի8#^;98=^ws!" -y{B9v]uR ԎhΊ(AtmUyu\ٌ&cJ1xx_GI`@VL&+%X)CO,633箨@jmWxb!e !hA\N7eS cCrtY5B s^ z?%#[J + 'UP_ q<ھ%N-Ua[^օ N(ſi߾ Aq$nK p:`ڐQ8Z"=S0PF J\[L ݶnPov@jYa2?Ktc ajt ѡ#վb^|f~:={-oG,i/"niS=@e̛׬]D4)!^44~xf:mSbEU<#ZIP]vS }Jh+9¢Q 4qmж"Mp ~Qq=t0%_nD_!} L0XW^*?MܲsHuc1)EJ̥k8tf- ~ƍkx̑(- ^t~ N\뿤٭zjZ3>ٷ깺>eWZjpSFcؽň Cx睞moKA='f'yj4F@t-2T"qc~HnnIaf<;S>H E.8sQS1:hTr+e©#/g@_=W0k'*48 f @*֘Ǒ'P R>]̕xϪL F8;okXdcs*^Nf=)7ia%瓻1U7^y2̴0L=9$IJBb$-@'Ъ]",K?Z2.]7)8F%huv4LFsC%ﯧ ^xj~FbW+N/|u<->5sJ_E@>){Kn䓈jOwu(ѓ1aβwryc=LrIa2>-~S2ieL6 R?׼ }lj̭[c+Cww0CU'gu\f`0]d8NjTO ])` /e%HZKRD!YH| r1G'ݥm@ _̍6pDdWǩEeߴ60_D9+L0XėzF8Uau޽o ,7)AP#;MdBCk.o S8l - u^kL2W"۽ŢQ8+ᕲa5 `>(+3#^Ԉ8‚]|=Nx{' ۚӷ X3ig]w&:S}m?&O kAp&;m.v;_dt /!kNqN19/wv5>Qt^mP@?{^I<@ʳ}W_Ŵړk l޾^ؔ*?`U@im#gq"#ElU~P0M54gOz,Q̞oKT+ 7gY)~3@_LI>9~to+;VK)\)=="4swܢQR뚘C"-}|vvHAY'd?X;Uvk~"D,]r>MiQMag@`,Ӧd @l'.~ôL  |5QcFKlDh=BvvBEKVnUO >0(}HEg8'!/ v)LVB= >2 `e]G&<1|MWbvdvC/.d}˔}aZ`LA"L[SqT"I`ᜰv7LKe.[qtaaqIꡩQGroT z]н 0ڃ'..j83W;bWfmYUk'v7;Q6]%u9(@xY+GZˆd%tGٽ+όL taF#t*ywht_]"HguVf]6w ]Eow0N' #)/m2Ss;!JGF&c]syv}"j}yB ӽMXN7_ k4;l~9 n[;e=LaH1)g ߚXvSnDu|) E7aj~3`^{tg3r/[ \A=9aTzNh kRƟ{tyE"[m hň Nw(Jz*|oejNjW Ù[mO<>{&[Fٱ0(-h-4k10!Xu*ڐv@,e/TO~|7AŶ.q֡“%RaS9RG"\qal.7etݞaQjN[='Yio֐%&`{8WbPո6MS S2`,8_̛} '}3PdL&=ojUx MlҚ<%@M~ S0Y<.Ut ӃK@EH!CHe7)PhئBU)9wjzAqYRhgVLE#2ySM.IQ4f؞WFOJϐ c_䌶.Jr?}*X:cFGqv,4;•ݐղ^u·9k҇ :D! z^"qreh*k^VI/gs9ifZ @NQ~C;2ihЂ&<"졶1THwϑel奄ZKrU~:۽ džnM'ؠ*+.?=)1xqk*(POjHٙ 09}b%,r7w2u𻧥$u2;Z-/"~>I;2QzV{Lzd[ȋ |L@\mh!윩4.fmng5@0]D\;qDWg^|1M[V%5t. JQg&11|kx*lƭa!9f&6TM$ب*0ꃗP~X ѼC~ nr*F(հYT Wj1B~w 6uTT|p ,kskׁU|_Nq=1xm"T$(8J]zH K"~ƣ::dq+PbP۶߱RAǷlī]俓?ȧD@ZfHf^94;}+!ȴ V~!D=?LՐ)8t4q4oջ ΋D_5v d?KLo  0E"nz{[L]Z山|՞]p$H;5L*f)wVl`~x= ݕ]יZp+e r{)zq÷(Qq.p{*^w wJ=P_ֱJ>ԳeeжAMnVVPq /zx1|(AKCeִեW>&Q>8AURH%p V֙"~( $1 -m~>P/m%Ҟ0Vt(O A ͰOdzGB/]2WWƪSž4D1gӮbqՕjl gDm /DY)n J\Ns*Nӣp0OH+CJb5ĝ(}8 g(M< oOEM{sxýW|G)5Eŗl@_0,j=uD&*z:l0x0&w`^j Hĝ. Rs85 gC%TVyR03~NeJ\6ɣu7'-Dp9>اq5pL@ٹ=%wl F1w:LW{pWxOd*`(,U[Ep(i|Jg=#X^쪕Էt"a @7o+-fSԭspUSv5 bG<@ګM5T <Bh ۫L+~,W{4}4@)|Oa n5Q%vwtuaiZ*tthpuGC֌aA>([)\2=^ F8T #!cir'vHע'^}ڼ.pB=JSDZ<ߏC)tpD w7 6@R}C ͹Ln^#.n~m)YNS ͤM`)g<^OJ_7רȁ kl(Kyd0yD?tQl [4f^%BKdf^5tW,Y?^SءҼ~i :wT , ԖviF[IE5嚯G&Dszy_!g8@WM?Cn;8ĸ'hO I X5R! p }lU,1A[zaiim9[}5se@ Vxrja;f:Wg\E2|[/gl(Tܹ`u Xng/a_(G~#cV=Y[#l&0y6< mNÏe|* - S%2NV:[PB %Ե^yt+eSO:tsRQ^te陀"ɒTǕ|q~ muY 1՛eu2%zZZ1w%`L4$M9G)*M6΢NcztrM*gWE2}Cx]sX:Hʕk CP-WD4=Wik(T)ѤїQz YZ