libtcnative-1-0-1.3.7-150600.16.3.1<>,$i+p9|C:U' O8 3BۘO_ >5&ۇkP:gLTO޼q~h(aD9s0Xv'7X\W"({ege1`[Tqs>G95C}coq"^&Y`^WyWJMut@"\Ƴk}3onᡩ&`Uk5Q|AbD<0Vm{m2RYIag c.Wh/ԃ,(Ftxe}Nl?GR>f[&jOLf>@2?2d & [\`lp #)0H T ` x > pd(8 9 : >.@.F.G.H.I.X.Y/\/8]/P^/b0c0d15e1:f1=l1?u1Pv1hw2x24y2L z22222Clibtcnative-1-01.3.7150600.16.3.1Tomcat resources for performance, compatibility, etcThe Apache Tomcat Native Library is an optional component for use with Apache Tomcat that allows Tomcat to use certain native resources for performance, compatibility, etc. Specifically, the Apache Tomcat Native Library gives Tomcat access to the Apache Portable Runtime (APR) library's network connection (socket) implementation and random-number generator. See the Apache Tomcat documentation for more information on how to configure Tomcat to use the APR connector. Features of the APR connector: * Non-blocking I/O for Keep-Alive requests (between requests) * Uses OpenSSL for TLS/SSL capabilities (if supported by linked APR library) * FIPS 140-2 support for TLS/SSL (if supported by linked OpenSSL library) * Support for IPv4, IPv6 and Unix Domain Socketsi+s390zp31zSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Productivity/Networking/Web/Servershttps://tomcat.apache.org/native-1.2-doc/index.htmllinuxs390xYX A큤i+i+i+i+i 9i 5957cb20569b350450fd856b98e0c3f6ef63a1e89b095f9764f1f35c869208fd066cd7a32d5edc573ae1c30da27467e842905940cf90e9a959b6c9041026bed197509be55905e5bdecc8329353731ac52d8ca179cf3bf130ae75828e9cabd06flibtcnative-1.so.0.3.7libtcnative-1.so.0.3.7rootrootrootrootrootrootrootrootrootrootrootrootlibtcnative-1-0-1.3.7-150600.16.3.1.src.rpmlibtcnative-1-0libtcnative-1-0(s390-64)libtcnative-1.so.0()(64bit)tcnativetomcat-native@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibapr-1.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1(OPENSSL_1_1_1)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3i@fA@eYeSa@b]@]QT\@Z@VT@T@pgajdos@suse.comfstrba@suse.compmonreal@suse.commichele.bussolotto@suse.compgajdos@suse.commalbu@suse.commalbu@suse.commalbu@suse.comfstrba@suse.comtchvatal@suse.comtchvatal@suse.comp.drouand@gmail.com- Update to 1.3.7: [bsc#1260322] 1.3.7 * Code: Refactor access to ASN1_OCTET_STRING to use setters to fix errors when building against the latest OpenSSL 4.0.x code. (markt) * Fix: Fix the handling of OCSP requests with multiple responder URIs. (jfclere) * Fix: Fix the handling of TRY_AGAIN responses to OCSP requests when soft fail is disabled. (jfclere) 1.3.6 * Code: Refactor the SSL_CONF_CTX clean-up to align it with SSL and SSL_CTX clean-up. (markt) * Fix: Fix unnecessarily large buffer allocation when filtering out NULL and export ciphers. Pull requests #35 and #37 provided by chenjp. (markt) * Fix: Fix a potential memory leak if an invalid OpenSSLConf is provided. Pull request #36 provided by chenjp. (markt) * Fix: Refactor setting of OCSP configuration defaults as they were only applied if the SSL_CONF_CTX was used. While one was always used with Tomcat versions aware of the OCSP configuration options, one was not always used with Tomcat versions unaware of the OCSP configuration options leading to OCSP verification being enabled by default when the expected behaviour was disabled by default. (markt) * Code: Improve performance for the rare case of handling large OCSP responses. (markt) 1.3.5 * Fix: Remove group write permissions from the files in the tar.gz source archive. (markt) * Fix: Clear an additional error in OCSP processing that was preventing OCSP soft fail working with Tomcat's APR/native connector. (markt) 1.3.4 * Fix: Correct logic error that prevented the configuration of TLS 1.3 cipher suites. (markt) 1.3.3 * Fix: Refactor the addition of TLS 1.3 cipher suite configuration to avoid a regression when running a version of Tomcat that pre-dates this change. (markt) 1.3.2 * Update: Rename configure.in to modern autotools style configure.ac. (rjung) * Update: Fix incomplete updates for autotools generated files during "buildconf" execution. (rjung) * Update: Improve quoting in tcnative.m4. (rjung) * Update: Update the minimum version of autoconf for releasing to 2.68. (rjung) * Fix: Fix the autoconf warnings when creating a release. (markt) * Update: The Windows binaries are now built with OCSP support enabled by default. (markt) * Add: Include a nonce with OCSP requests and check the nonce, if any, in the OCSP response. (markt) * Add: Expand verification of OCSP responses. (markt) * Add: Add the ability to configure the OCSP checks to soft-fail - i.e. if the responder cannot be contacted or fails to respond in a timely manner the OCSP check will not fail. (markt) * Add: Add a configurable timeout to the writing of OCSP requests and reading of OCSP responses. (markt) * Add: Add the ability to control the OCSP verification flags. (markt) * Add: Configure TLS 1.3 connections from the provided ciphers list as well as connections using TLS 1.2 and earlier. Pull request provided by gastush. (markt) * Update: Update the Windows build environment to use Visual Studio 2022. (markt) 1.3.1 * Fix: Fix a crash on Windows when SSLContext.setCACertificate() is invoked with a null value for caCertificateFile and a non-null value for caCertificatePath until properly addressed with https://github.com/openssl/openssl/issues/24416. (michaelo) * Add: Use ERR_error_string_n with a definite buffer length as a named constant. (schultz) * Add: Ensure local reference capacity is available when creating new arrays and Strings. (schultz) * Update: Update the recommended minimum version of OpenSSL to 3.0.14. (markt) 1.3.0 * Update: Drop useless compile.optimize option. (michaelo) * Update: Align Java source compile configuration with Tomcat. (michaelo) * Fix: Fix version set in DLL header on Windows. (michaelo) * Update: Remove an unreachable if condition around CRLs in sslcontext.c. (michaelo) * Fix: 67818: When calling SSL.setVerify() or SSLContext.setVerify(), the default verify paths are no longer set. Only the explicitly configured trust store, if any, will be used. (michaelo) * Update: Update the minimum supported version of LibreSSL to 3.5.2. (markt) * Design: Remove NPN support as NPN was never standardised and browser support was removed in 2019. (markt) * Update: Update the recommended minimum version of OpenSSL to 3.0.13. (markt)- Fix build after removal of the default %%{java_home} define- Update to 1.2.39: * Fix: 67061: If the insecure optionalNoCA certificate verification mode is used, disable OCSP if enabled else client certificates from unknown certificate authorities will be rejected. * Update: Update the recommended minimum version of OpenSSL to 3.0.11. * Change the hardcoded libopenssl-1_1-devel to libopenssl-devel for distributions that have the right version- Version update to version 1.2.38: * Align default pass phrase prompt with HTTPd. * #66669: Fix memory leak in SNI processing. * Update the recommended minimum version of OpenSSL to 1.1.1v. * Update the recommended minimum version of APR to 1.7.4. * Document the TLS rengotiation behaviour. * Add HOWTO-RELEASE.txt that describes the release process. * Refactor library initialization so it is compatible with Tomcat 10.1.x onwards where a number of Java classes have been removed. * Map the OpenSSL 3.x FIPS behaviour to the OpenSSL 1.x API to allow clients to determine if the FIPS provider is being used when Tomcat Native is compiled against OpenSSL 3.x. * #66035: Fix crash when attempting to read TLS session ID after a handshake failure. * Enable download_deps.sh to be called from any directory. * Fix release script so it works with the current git layout. * #65441: Correct previous fix that enabled building to continue with OpenSSL 3.x. * #65659: Remove remaining reference to pkg-config which is no longer included in the Tomcat Native distribution. * #65181: Additional changes required to provided support for using OpenSSL Engines that use proprietary key formats. * #65329: Correct handling of WINVER in make file to use correct constant for Windows 7. Add constants for Windows 8, Windows 8.1 and Windows 10. Rename WINNT to WIN2k as it is used for Windows 2000 upwards, not Windows NT upwards. * Add a patch for APR that fixes an issue where some Windows systems in some configurations would only listen on IPv6 addresses on dual stack systems even though configured to listen on both IPv6 and IPv4 addresses. * Correct a regression in the fix for 65181 that prevented an error message from being displayed if an invalid key file was provided and no OpenSSL Engine was configured. * #65181: Improve support for using OpenSSL Engines that use proprietary key formats. * Enable building to continue against OpenSSL 3.x and 1.1.1. * Incomplete name mangling fix for C++ compilers in tcn_api.h. * Improve OS-specific header include for native thread id. * Disable keylog callback support for LibreSSL. * Add support for SSLContext.addChainCertificateRaw() with LibreSSL 2.9.1 and up. * Add support for HP-UX's _lwp_self() in our ssl_thread_id(void). * Remove default option passed for rpath to linker on HP-UX. * Add an option to allow the OCSP responder check to be bypassed. Note that if OCSP is enabled, a missing responder is now treated as an error. * #64429: Fix compilation with LibreSSL. * #63671: libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support. * Correct configure message for OpenSSL libdir. * #64260: Clean up install target. * #64315: configure output for OpenSSL wrong/incomplete sometimes. * Drop obsolete build time workarounds for HP-UX. * Add support for FreeBSD's pthread_getthreadid_np() in our ssl_thread_id(void). * #64316: Introduce tcn_get_thread_id(void) to reduce code duplication. * Fix linking against OpenSSL in non-standard locations on FreeBSD. - Removed patch: * libtcnative-1-0-bsc1199170.patch + fix integrated- Fix for SG#63251, bsc#1199170 (thanks to ohollmann@suse.com) - added patches fix https://github.com/apache/tomcat-native/commit/5ac1175a0cf24aae2a285b3f3fb877ff83aef0c0 + libtcnative-1-0-bsc1199170.patch- Add GPG keyring.- Version update to version 1.2.23: * See changelog.html for in-depth upstream changes- Version update to version 1.2.21: * See changelog.html for in-depth upstream changes * Fix incompatibility with Tomcat (bsc#1130843)- Version update to version 1.2.16: * See changelog.html for in-depth upstream changes * Fixes build breakage with newer version of openssl- Version update to version 1.2.4: * See changelog.html for in-depth upstream changes * This connector to properly work requires openssl 1.0.2 or newer so do not backport to other codestreams.- Remove keyring file as there is new keyring and I didn't find it on the web- Update to version 1.1.32 * Fix: 53952: Add support for TLSv1.2 and TLSv1.1. * Fix: 56844: Use OpenSSL 1.0.1j with Windows binaries. * Update: Use APR 1.5.1 with Windows binaries - Remove tomcat-native-nosslv2.patch; merged on upstream release - Remove %gpg_verify tag and gpg-offline require; let OBS handles gpg verification/sbin/ldconfig/sbin/ldconfigs390zp31 17751193481.3.7-150600.16.3.11.3.7-150600.16.3.11.3.71.3.7libtcnative-1.solibtcnative-1.so.0libtcnative-1.so.0.3.7libtcnative-1-0CHANGELOG.txtREADME.txt/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libtcnative-1-0/-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.suse.de/SUSE:Maintenance:43497/SUSE_SLE-15-SP6_Update/78d1db374aa497a48014ea827cce0962-libtcnative-1-0.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cd1f5cc0f2129a9972771fea3c409f3ec99ca6b9, strippeddirectoryISO-8859 textASCII text PRRRRRR R R R R RR)tin4T@utf-8c1e1f1d73dde0efd01c46605c16e902bf6bb175e2986dd76ef51d400ef4fe431?7zXZ !t/dV]"k%+ƒ+9pR{ǥN y}Ga(ɘ 0:a&sټ]3pt׸-ONƓ`Y\xK) RqES㧏SeuϾl_w6_P@AmNkoFЃ+Jl$jjVX8t4 Do;"d9! V٧PJVCzMTiPOøc )Ūafؐe:!4"A0%+iDNTRX_ ʢ?$!;ɌG&2rqxYv:ɣ_q<pX}⟍kV+/2T.6&h(Ms5JG^|ګQEzɩUx, xKZKC '%ߍ-kjl-uxu6ѯꥫ-9ljɢ zv(@HfV,?OQ*r\ 1},-+@>Ed}OwNsWQpLл#EҢX)6=ɧx?tM'puEҿF_TE*p͡TЬ F=,-< J=Ή\Vm;}0A(fb8~0c. 0?ZJDS,H#-~-Nz&gl5 :{ P]aU_=݁dh>M,E@4;zO/A9*u(ĴX`DzP1Hc<vWE0]%HPź|?京:wD˰J=Ԗ"SvH`)ߊħh*ȵ`ёY]cydW="8:DAܓP,A &j$sw e7x=W[]\'Xͧq$%KEW=7NC cBሶ8P%QqEScEu2ݱ=y:f^1aYz/%i9~[ ׫5n[  A:okBDڑ+x[Rݹ}u);ZK d I1TǩFA/-E{ݔH@剞xuIPO$)Ot3) 1sO2xgdfRT#pak~NITU>_֩=_N{ O3~P{Eh ${;%'y7:͆]RH6ѠyEȱ0sEJn)s E2-D4+ #t#``,:t: CcFo-{ڳS#Hg+>Z=zql VG\{>@Ϣ[<m% +‹t* 2'"KDoE7ڍ/߇CEh,X$n7wcQ_>{j:B@HKa;n`MYMT*a@Txx -ӸPR|\EpAD֋3w¸v׷X?tkoE[CL:z6}^۩mVf<& r3ᣩ9YD#:9޴yuw ++K䚬XO(^NɄ,I ӻ?޾d=is;@s6F ٝVTUՒHX༗fK!s2BrO-L@N (֗5NLv B[iَD#.BRG[jGᏩjIuWufeV>Ex S|CI>Lɹ&${^N=Aj meRc]nL߶KyPQɎ&I' u{p6k=~?Ӫ cs 㜤>+$l`Qǀd[دEY뜫' zGOAyExsےƠ r ΘV^< .*LZǃڨ'y[# 3ϼ&$]_%oEHI`KK/&@VJ2ʖQtm d)(rwQE^,c> 8n&5TRTה%~7ɻwTa7_寈]m&.;u7p,0J=L`. 2Eʷ-59~I%~Viu.d_Gփ8<8|b7JC%*[墂*Qv YH^|CE= ]>Xf1KȤ#Q*4T:vf$Pfz/N/ g3qs sԬը^~fEaGKWqiGj$.ܫs^v$RVɺ ZoQkT˭,3*Pm14~&m#SI/=<;GC+2˸bA2ǞV |oԊb…qA23cSY4ıJa|K@$Bw } $$DvjM.eǸjQE^3d9dOw;7]mA1(2;EoDBpX@:ӥU#/Dm{9LP! [b4=;*VlMglmktX!K}r%Av6PaoPu> vTdr}ǎTZ(#aqz?/H!ii ^}oEr6<< ۑA47,m<]Ea]Xu,}߿/-a:~(*5?.Zb(^+3^c«mN d6}S 9S־yܯuղ. AOHBMeZRSĜf}fc|إ70UCi92a+.Rm64mm7)a¥HVu.#u+4Z4TQ2^ͲW)l&X^"'+Q-#;F)h4wl:,ϰAuO}` }-|4HU|7C1w{[1 o˳f$ aXka7Qpmta  +>@ÕoZai#$bnMԎz@$B*rL/}1OD['eQAO-Rz@Y/!gQ_ y؊y}@#ݺזkw'&X6UjJ0+ 6q o),s:*5@R.!0e -ari1zSBz7Iص'OmKXڸ}sXve6?olpGKI%;Tcf~H&|4!ˊcC*7 ]QZ帕U9ی S[.U?P8Ca+!x9eZɋ0LZ-'ö3h@cX(1gN3>όVARlj/ cN ֆ4T]3!WF !U#I1Uݴtl#7 #, yQ.h1Cn={ҘM|d%u zŒ 7x}ߴP@yЅvY|U(H K۶,;<|;$c/X 3x!Kc ;k~h84 h;˂M9'hwFrFj./9w)dcs(v)]VϢ kaO\d[eK(g7x_q1u壯ǟsD ppt=chjL Փ Ȫ~SDŽO0 3NSvD ι(A͛20MAI;j<9h4{e|zC9"5h=w{}$+5,Dz S.Nd)-Q&iwU| ҷ __dZMm46̡s)K*~+mDȆN #pݿjnj^=H > u&l%g[ϱ?GSi Hxz6Ê%lpv uSk(]w?"\k< 9F~J;~5a"EfAOaS5"iPD'XDFpIhTؓ)ڟa:t$8)ۥ;8]`z`hA'$1tDPC0Y>s|%Y$*ty/QfLQNSeXͳpx?}sv$Z'Ъ'xՄm,~w(q-WHÓ=|B;HFWbX98d-yL)Bd+$W=e`YbiSY7{_)x<`;M\'+Th5Q++=rkyO/oX7ǟa]!uͬ`rđP%7lyq(nKS_a8 p/KHhpv43nJ'I Iuţ\́,en.x0'j33?Ud po"!u]6m*3Wƫhl7zvjl O/ sռe䕊X}2AprvxP 8_\PKdPk\b7m)%( 궔o HgKC ̇$ss|flV4ɵ%Խ+l?[ܬ ݹ҆%}Ɔ;OA'{v]z^r ֋)XmA:ϻuHIpC9(>j0hKYuy!N"b]&37gZ,XP=x26`T蒽J*5Ǎgז Pr ûKpoO`N,ƒs&TLgA tyT3nZ&Ptzٺ 4֍QwrPG$Y{dUfHĶ N'w} g&U]FEb+O!'M8!7V)TjE44QȌe>;ߧddU8wJ\4e_8yC! T |û"HxhAdpZc6Zšrшo8A7'+e^L^%|GA7n0ᚲ7:!qlC_mH7k]Ģ*  h^xhBW"CJ$S5`:muSC^\M%RnVFrjri)6L[ k}=-Lz'af&kvk3:ˏޜqmpBtҳXgGmby0pK^#bc]5e@Yڤw 5\j- |Qo`}KFҡPѶ!vW6; Y*zGn PFAɼ^&|fj_@@ W1 4g}| @6JvjYZRhCEn jeoFb#pS"_`ӵoᰒ%p-&5m09b?- )i9`֝/^tbk-Ȍ`VdF|k s(n8)Rl)#ܢw+ڵȔ\ ahû6: 0B`]1 $:::3%0NHv$(Q*^&x)qPY Ce:fܰs{oĮ nA#Pj8+lBD ,4}O$9V9Jdkz1L}PHUzh?Bޠ%qQczsd-f08Thc7v1P]BA6<qQ]"S+ NSvnף|_/b;\C66`ˡG3mo L DsG,&B TUC~_",癒4Эused.oj !ye%nٓ.gbAͷD:hcm6E@hxX=wu!16)0O7zn"AE{}3J)UOu^%OorckVkD%;Cn #.1RvLEFI9G`QN,ː1(5ͣjW̱l>D99_4א3`Lj[ZH&˽0Uk#ն_ΕCYƸx.M<V}z&@{܂[рmM؜_, M4xO)-Q`3e(;Hj}bAQgfQ66n wUAg< (==TJ q[X0, j`W\-[J5f*)$߯[)༓Xdg=OZ{|t~ҤS!;ح~b崼 sIt (=-LF9JLb+A vdd@9M:v> urTInW+uM/{ ; b*N-dPwBIo\ܾ/aI|H(TEHbmД49xsl0T ^|5GlE$XeӶӶbN()ʘ`/窎DgKGd*jJD⮖y>d{h4/gW4\cUbSF[w n3bMs WJCT' <ioQ;^MA) Xƚ yVOBqv^.Q7HVϙJjݛ 9'uBS3|#;UݍAE$â5'n6%eיuA9ydPEK}q$^7j]>RsDm5\V :||P9? q Y m}<(f5+,S)do6 )~l/ _LS(ԈR|獢$U|V _TL'4/ޱ! RC8KhMޅ[J/? %ĤMSp,o3;&fNQ|焃2[YF´6U&\)X)?K{Lẽ|pQ"Idk\Dy&A2h~tzo*9B`q45h͗|; 2]hm /crOg>IZr4iRoyj/ы%fYF;PtWITT^X*)dMkigKks KX$ʜ+]IazIA-]Wl}:[hPkp98>wT_] p ~6A!PDB~ӱVIwdލQ z :ſ;R4q鹇B(*^&B*gіc:E#o.~'m %sۥ@wNaC++O:JZ^oo5xHqq*rWMO$`ӁRњgt x78]d*D "ϼS Ciy\9 YnHJzT^n5Hd._|NkǢgSD~O|Bƒ#~g|ʠrFe>QbL24E6zf@( X+Bndnxљ|xuX#ysIjQBۙHmFcMK'gÜu) S]pm~Q 2A^3W`ؔBҲ9!ki,Ph:Vq/o1n^t> X8~=hD% GM\h"'z^$5n+A~{^e6P@V=IG/- Xzy7jr}M$f_w~7O6{59ӿ^Y菕ujqeaiR#9jsŨ蘾:\s^0 ;oƈ9^N$oW3D*|o)xNVދv AYm*Ut9dgVs7{nH?5ϼFebsyO-5?*R9*Hb* e_qD&"z$vSSP]Jxk62R=N@oU陲mַWBsHOSOuN^>z_2sɟl[?_eȴnFx+?Fi"7 ̪x >HSos+E-]m:] ٍn$7Æ :9|vJ0!Qu[:3uR3zq (*Yki)wE;!˝%zCxwS5pSdn;eMEŞ V W59G2* f֣@{7{a>dړ:jŋm١6b8 h W;_k+Jk2 {Sg%>Ur\ '杋Z5|P7 'z M`1V&orS`z)LqX2hx]sjtlsJ0Cc`3 y33O5/mb7[gLcߑ}>CZS`^m?P8]+we [Zu0A6}x[z~=YmsFj^gm@OTɠ2ꞔ,AIL~qc֐8UE5@2mj7p]dƷ ߱k`4*v{^LcHue.50/ѠW{x]dpta wY!Hyvͽ_Rfەwj*P1F#qQeEڱ2nfr'#XmD 5?l*WCEͳ"Htb n7qT/!E|$[7嗻tLN}o bUԊ+}hlZ^h_')E6]gU﹐]L`xAr-,9< ͨT!oϵhEo'yYأ9Dwmg U&-+h5L:=CF߁<^NѮqDaT:Vpٚ*O O@{ƈN2mpI}j]649SLaJ0%XXIjI!〾irBCjRlE͝Г,wlA9IbQnM#c* /^#tNSV=˙,-2s#bpbh([;7(=Vz׎6Dn| yTf1il.C:[k=M"-k7% +ZSok[jӍO0ϑ"/Jb8ul6Cb\dq$ZNP<p0eWxn= Y"nw&Oc/V)`1 S<&"-Q6Ӂ&EwI~jz@l9 6q.'|A$ ?'R/~E`|u7oG:օ)š7nY Iu ;N ,~Q$tFqh%͋+epHø0\FtbV2t.SE&YR@~VB ت"nbrr̗hɏ#wj1̚HQ)l08/"Pl 'sB,yBP6Bj4_It˘axW?; E\m<fam|5%A4TpRV))ӥazwٜ0-A09BwbSw[ yWi V/$kyO>ynaV!A*-)JAe򾱊ZoLÚ6^f$ Y`wQdIWJXD I5opc3o|D_:_:܆8w J@Eunyނe~_y!_{GtQغ]Ύ Λ 3Ԫ$6N6l'yE:ɪ4nId2Ͱey[2x&$e MZMwp*s%Q"x=I^OpF([Mi %a5* gQE/o5upĸe|5 niA1{f^uq:P_GoQ)8x_}g{Ϡ,8P6'q!_5;JP2H*Euaf ,=\_%st15'|E.7eTpYꮅp7I!lϪ $<^YqyK.' Tac"YbNY,aD%}Qv?zܯHf d/)"P & `w~frm]ZBMh5NcG5Fv4y/i5fzh 5)F+SX"J'L#&C>'Le9{7 yM@RHb};9X|L(eg o0 @}^T_X=r^mTj{NLorL< ‚m S -y?^&(dT3rO,TM}C*8IҐAF823ee-.zh^7mո42߄auL.-dL08N_2O?>w(\l} ^Tv78^5wCˏ,m1?02K* _2s Ε\O9W2Td]ZnZ~ /SwaR R?2>*D[~ؖUen\Ix$2Lti7kŲvZ ԫꀸutɾNId 4PME">"a{)X4B7C1mjY2fYimYQpF DNmg1l)[᪨l&\Eׁ#;Ly G=|մ*o{FLh;Kc-3Q樅 ؈[Y#<ܞ/K/F gIÐӉ"c4ι[zuvm8n I * *wD, NP/1vӠg1(4=PPz-Ws#aC#)yEs7A 2Y$ny.!PpYVw; Ώ9UO Kw@ v_v|KQv-A:VTzp_D$|Vu)lN !xzBgC}:^F4+ghT58 |f)sрAit#)J-77ΥuKAFv{G"sFoP9e2C˦P"0lNh0$gJZX CCבۜR5Ƅ U~&KMxLC~8n ^^j[X)tKZeWbP1S!J6}mʡSe⢶m^J >|_R7$v$/l֍|Kd;A`9tl?;`Oo0H/0fp1ͧDCa;Y鷎h69FUN8d[qg1%h$5欍c`gevii~wKȒ7,Hr5`%Zw@O,!s~EU+<;vQnԏ ݃YLc+IJ1/t5Apyf&_z׻N힎Rv;O8P 7yB)I=_LZdP`⅐ /m% [H>COդӿO%wpOJlKm z)4,f[z#mBoBZ5X'! i mHFeH(?'Q 0ԓ1 `Yr4gaq׃+CR`wgdaA1VɊACKw:x,y4@Df\ +Ib:~Ж8j2VWA]uf|x5r2+F LM݉Xmz3AF.e(eIMS!ҿi2koX,> GmImvDUY3#`>"\O2˘i I0c=~n?hqYPk"ͩU JPsJ;A<.MˠYD MR֟; b5# {4HLJlv-lF䖅"{=ډ:rC5`勆nưY膙ɯ=o_#, a_::9XWe)-BpNȌ>˜oSi%\u QC|~PȶXU#}и[{"I8 {PM_.[lYX*凧>YvփZ)"&Ŧ')z[f6H8mUhJLR(=uT (66闬ōpSYž@XV1w? ս UeH!TDhko/iq}zcie(>JR10{Vwhed/--ն,h3NeThsތC#t)|SRcf{p'z!VϹ9ˏ'+PBo!R=]q[jn–֔߬33=nk L \V@QY~C4<_"+1M#~`!)Hۉ>1"|(]u'BhBXv_Kq.r3]XW\GGƦ9nf3UFիM.#ۿ)|N;"NpTFZLI] Gk/$}s愐rsä'JD}o %=1'^Dhbl=к,|wD ]w^pm4p숢;i/o_#2!WX0Nj-ǭCbWUURjab6jGƳ 9CD̰qߔ6-mVe ak%,̝Yr]뭧k:1}XmTAN|҇+%{qViN)jӡVBXd+A$]ҩ}\S폈 ,T23|ADw >gv!s_/g8s˺.tzosfPI]:}:Ak'67ֈE` 7l1?/yM?OKXwJEJsx|Qbh{QxhYNZ ^7.X5 2c@tY̥!"DF\bERWi'ud'?)G#Pjkuvޡ2)_ddY%a̳}8d3'u9VSf3NzS|CmYZEoiA0v}лɩųU/N3dBÀ-uwARa?Q_,OE^4A/XQHB^5JYo1fPX\1 R`뀶Yu a`H$`ү XT%v?oPuT "$isou)Z p.pZ_O D뭋H a°m_LH@(iޒVgxH5dzj} qɋ ]@"<$OynT![,c Xzs/f{aGː b;K|#Z1/EeBCn)jߘa${\"thU+S }l)N\vk ˓0hzàߍG=O8s^-% F2JcQs:uE7k10/l峖/Jb8V2Ԗ3f]v̠A^X-:g +~VLj刭Boga`y36&ƶG=VfD" A 5;'F+U! 7`ENi5= 1 WKr[ނ˵gVz&4pI 7 \5bf\Z0Fu ٗ#Oc_a 1_b(7SR\{h/&fl6=h}ylr@ 1 #ϼBUQKKw j^\ӽ4nErHrڛ [P1$ !:q߉~U3,-5Zb7ë.i,]5&_,$־#G׻|N~xQ^%aa ԝ#|> 8^qy_Է)ܲmu e(=t.߅޴wC}Yo {Bf5N|Ձ8ݣ\k]A^O9ߊlgKԺQ?J444ٔ<EacJS4iBqbߥ7dZ䧰>̽ta ¹hO5\!D r7<\8dj6#~\UF_-M Mسqi .T6q~"4Rw;*5,I_W6h~(sZ@O}z 䫻[܎ 3 /s/q&i[gކ&'[+lf^&gⵖm$, y;[%\CbO;.UAŊ,mR` 7@1 *; USumՙ/tQmxGZb[Bgu{̰_YHc g` JM_8?,4h.Z FBGkm(^c 6Ɲ6mB tԑbk ,}1B6g~?# )tG(nBoyJ@qIµK%^E6*1UG>fRQMȅH؀9okn2oU32)DikVg:М^Y]Jm1  ~o%R%ѭ7mC ?;S hm-ڪL/Sړ rI3B8zKLpʽr>Ӥ5}?U\ԭbwdk5%w+n a-_4w΁' ^[`|{]mo07h"3ʾ#1~0 p7 C:Z lmMqUi39'?=Uٱ/(MAǵ737 Jڸ5yg*;Ml2Cѿv_-^p b08^޾?uW7F+l5d$ {}\ó't&#ECT/cOO='8~̴0JI84FC*CVٔvÆSESaʸ 6ǖt%k:eNj6bq"'?`krͺ!Y|/ #u‹қ\G2eI2<Ǣ,faM-MSgtqGTD +Έ<<ҜiDEfW ,'ċN !I橽c4חhbZ+e48. 1WGGD<ٮ˴ %bCXe1?6GVLdAͮdG91!_\:&xe]dxᗍ5A \f1w$dždD|`Gp$M;(G\{aפix8ʢ4G@o%ԅ(*f7t:X1Cqh4L70p,k uU>kή S[8u~ t?Y=XQlԙLsQR7aU `j&LZT\`Ρ ?\LJO:_97BHiP9 [A7&̡pwzHi/ y䊈f!2̓6F&6Apr޹?gORt\/?qDsڟlkKxwx;z*`e]E,()ǀepx0D u;wqϮsz@P!^,v)8lAT*c=_]X msVnZb)r?.4ITNAt͐a͎'$^IUŠA&gv$Mnj;#L=2sڪ@\+MM?T7(ɿzY3115bA2sA&I6QAY[2jxNXo L)׹:~E;~-1ԗE;GS@qDt~~4TSV"*Tdp&]m1Ha GRv"94kؼcÿ'8 '눔A1EH xsU6 OOV//;*4YYOۢoѼjNkVDn* 8*$T@u.a_(c@CNHæBlPk.c|*[_s{Jb+= :@/?_ M[yhY'Gv5'in6! xUOvc@1{\咪e섞mTV8 YZ