libtcnative-1-0-1.2.38-150100.3.9.2<>,qei.p9|#`ݒ{8JNQ&[ֈDCU9 IH'W$b~mݪH?=C<.;,an ,u\_t؄TNR!{,ɃP=8iEl:&x%F(q6Zkd@񒩲Y = rFCɻi]hraEfaf1_|6P+ļ^U{6&H!} lQhk\BH> kѸ>@ ? xd & [\`lp #)0H T ` x > t h(8 9  : >@ F/GDH\ItX|Y\]^Ebc<defluvwxyz  ( , 2 tClibtcnative-1-01.2.38150100.3.9.2Tomcat 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 Socketsei.h03-ch2b)SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Productivity/Networking/Web/Servershttps://tomcat.apache.org/native-1.2-doc/index.htmllinuxx86_640Cp A큤ei-ei-ei.ei.djdR0de97f861a78517e111bf5626bcf9d4bca84ac668e54064836e8dd470d7211f225f2e8214a979076cd2963511f1504da2221c19e644b3a28fa03246bc24bfd054a9f2af6540b434fd6f9e5a7691b391ffefa477fe43f3a3030bfbfc043f67a0flibtcnative-1.so.0.2.38libtcnative-1.so.0.2.38rootrootrootrootrootrootrootrootrootrootrootrootlibtcnative-1-0-1.2.38-150100.3.9.2.src.rpmlibtcnative-1-0libtcnative-1-0(x86-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.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1eSa@b]@]QT\@Z@VT@T@S\@michele.bussolotto@suse.compgajdos@suse.commalbu@suse.commalbu@suse.commalbu@suse.comfstrba@suse.comtchvatal@suse.comtchvatal@suse.comp.drouand@gmail.comcrrodriguez@opensuse.org- 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- version 1.1.30 * Fixed double-free in ssl_ocsp_request. Patch provided by Aristotelis. * Other minor bugfixes. - openSUSE: Fix build when openssl does not have SSLv2 support. (tomcat-native-nosslv2.patch)/sbin/ldconfig/sbin/ldconfigh03-ch2b 17014236621.2.38-150100.3.9.21.2.38-150100.3.9.21.2.381.2.38libtcnative-1.solibtcnative-1.so.0libtcnative-1.so.0.2.38libtcnative-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:31678/SUSE_SLE-15-SP1_Update/8ad44f9553955b4434904991e479c4ac-libtcnative-1-0.SUSE_SLE-15-SP1_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ce1e52d922fce6039230e9844212e7a685462cdb, strippeddirectoryISO-8859 textASCII textPR RRRRRRR R R RR R44 ͠qJutf-8f704e1e089a88da50017152a105ac679a167151f529480a3f15d349ebe303462?7zXZ !t/L]"k%+ƒ+9pR{ǥN y[Z 4GϜ*DoڛbIA@=m={BU7t# sƾX| %o0 ?Ʌ}Xo^>fNܜ\#+=7[l]GjV/M^Z[]r' Dgg[hQeAvt9މmC*cj܃ڝp6*I+ }祈GM$y^ /X^r- *ǵ:T=$:]3T6^BE!ز5#N.n)b,Gutk*) 23 J(i["І.}FԺ.agvڦ&(=Z I[\GvJ=gœ:b0Ky˝C,A6F&Œaz9ld.ê'ULR\yV+?v$֏ׇzrmDK dkZӳ%%՚BYYp@WaƏ %;/7%eG9; AR)A#ȓYZ%&Nb|fo:a sm:W2ʜS;0l Rp"кsF_/ij&wO(v-g˱o]WI_ʂzkGggwoLWY9$K. Ewq$THN;ib) +wT4/DQ*Rq%6bR06K%-u|eܪOj?b2TFZSZ{F6qHzف9{(x)ʷ>]Ɉ b=}DS"E.7%uHf#Pe}S|x:|W}e;d;'xsO0X-W<[df uXs  ^tjcj VQ̞tS/uW *Q`oFB*vzi(c;mhBKh%#(P{ KoǖE/TyT֊ 'I=#[H4hk*b[@p @e%t=&.4DKRio7BJ2Ss޺[xN?un:m)S J C22n7Ĝ Q,uR QxDhy`5GG!G)y`Jt 1_ 1$ lpl{Bu˧<$3WۀOTX &Y%p[fQ@"18/FJ蛼nR߸Aaϝ7W@xeuݿ/U=A+H }ߊg ;<Z:Ƽ{!k%v4~B 4q㗞=6*jxOqmoIUba^GAvzgN(BEm9l4+^b[dړGf F"5?xha&`uJ:zQ!Vhēc ˿#ڲ,BP?g*/g܊fMAwHNbE\cF[O qݗ&^H>@{n/cgb䘠!C5H KΉ)RV(b5s\14ڔ k1YჺlgfHsٕc];e/Z23*86!_sÑG.bK:Ӏ5TIhzi[Kݩ?oƨ<+ !4+ cES{{Zp[LoH@Ԁ eK5.M9b{J4U}Ed?ienHFa& qfg"?`rϝr!`z"qy wM ȺhM>c%?QLsFՊ'0B.;}qXSA 4ufWyt&y}H%1a:̍bγZGS tR:h̶d.z}S6jWn j-y]΄AjW#V$7՛ ThxP16%0ayo|TK5|gxrCހڡw͊08Bˁ=<&tNI(P}6GXLH# /b[.zoܖ&,o?|$y.|DS!hmS'W)@kG*7N돈f$-D'jL`q:7"p ?bb1+B'E^D.E[_1KfC b#^f˿W#F %F[M# 'IMhhWP~Rg\T/*"~GU(1b,tiGJz|::3B#HKWGJQuẄ́Z ^Gbo _WSӵ,$ L1 )e͚RIF>X_XL/x^⽷zG1׶L["^䓝(?&r0j˵ZԄF ΓkAГ(VWIENDM v?.⇺è]lyN?gZ&CZ94H~:`ؖ a;i^e|V DKMmngީ"r(_Qێ+o~VN>߻9Q2Q~Qŷΰ#1UtNrN/F_0Lod> BY-hp^\spg )(m=jWD֨Ѵ |nK+ȍ*?9BL( _ҬʞU(b#ޗ!GOUBky RpڪV,}~~,( %ZހnORݖqސ/8Ѵ 5+3{j'1aiT`P鿣!w^X2"zS! ;Z2}X&ջGGTXB6TK71M`%hi"-z.\ Ni8 }~0‡fM(+,^K-1[J ,F@En0<~;J7qUÖ 7U>^<" tvo@n`/drkܙ174(p:° 1iUm Sׄy6y%yȊ֬=Ges.1%! O )(23NR yi $wU ׵my@^0y0QF#gB.Hf(ugN3)=&%Rk+Ԣu}Q؛Obx?d<;&Ĕײ(Vd'#,CH^J➽B# Qхgd6vEbm+R_h{l[w^Y#]}>dI > 6r7_WqV %)B8:M+}WR@P*i5F*@gYHtGI)1Z9Őu lBƈspr# O=5ϋcfШŽ/: Aٿ4=?[-p'݁ts\֢(}F7g|ĕ77w\<gS. Bɯ#CtlMX:-WѠ_tfrNʼ] H􌞙m@Vb#(,qÚBf2z YM#F7PyX]Z$V?jV XLaXv/sgp  Kd[~15.'_=咩yqHY1=2%6/\[^>N~@HyajZr~41֒S)CP E &:Z aGvZz>nhH A^X&ioKa>R=VJ tXŝ,Z?)n8MdQ4ʹFRҝrױC]hv30PQHzWnI)^>$k8[v*=TA.8`I2MÜaL09AbhsIFPuӱ ˶*}دy|?RQ̶€2CۆBf(rL ӀEECXNLrnBhӁ4]|C[X9&s염i w0o2a9n RhW42ߘR4^). r6^em1$5m>_)a@@Nd5,H8H5RSإ=dw-{ ELKʪ.^XI[4{ڪ4e'͋66sb9"bDS}ɔ_ӕx.L :$Klte3vglw^ؘ0B?B>d1Q~2EM~@Fn@9v,?\%2E'hjŻR)9tp+KD͙sѮ<Z9LEf|BOa/ )"v!l@RO2z2B mWnd. m?+DB`-6SH insprM! G!L"hYKD^pxb~hjS-w~!qVɛǙ `g ņРNbf8rq崧j'K4 CN(V9~2 +67a1-,^zĀ ǾEJL:D'U90!Ydc҉a(*7@d) v=v]Gf [ez'56B 0/IdJ^SSY9I  zp"f 3y6_=jcʽ~*ͣx?{6"Ǽ"ozkݤRUx[g8eprP;.SE7OҼY?HQf?1`cbmzCt{SS{{gbjdxV2[;P&5 |F1D*{Q{8^ԁWuqgfkz`J20DŽzLI!ѝ]{Hy8&eKoc;geX5n3%{t,`(7/Uz}7UmCH 7dIU( exAnW0;G`` :_ vz2_Z Ī xwxRѢn&7?~sIw='Nr^ֿ"mOyna 9 }[}'nݾ[JP3;OU x?LX^iݡ渚 (3 ?#pS:R=v$j­S-h#=,/U59#*t߳"S¯?NroIfH >Uޤ`q%A2eN1PU'}?+1C/<6v- O`l 5>U݁g0oQl_'H2U;VeMZvBSF> 5t ݂X +qaŝT# i ]v) 3Y 1ߔOn XFW!vIlKU)3K/}cvf!VO fK4)gcZ[h%0in.މV =xut̆@ rp\,P7i&%5~~7R- ſBRqs<[ו}eHbkE{SmUlۣ%>1hN L)* FP^&pA}Jhr\o$wGqAX1= cJ{92Ndgq>̾ުE)RF6 o"˰ csB)!a>3v ޲<H Wg!' >/LY`ҾZRy=X 4'rpzW>a/% 0#q\UBd B<: IRǺbyVNgU] JN_ȝɒQqth2(3%YL%b3hM/ሖ WZ (h(v("Y.&ooE\&4Q7J{FS'~fWѶ`1_^vWN_%Q9r#K6e\ % NO -Vr.K'(苍2~jy¼?[p{W:oPˑ r"G.vN7%[,Cv>$`7:XsyxIӌ,jgݐ:62,[HMFMXA]/&$]b]I/.E(%A ;hʿrDcM!Uc?;&&|ZJa_CvrK7wֶkͅ& wޏT2dL%M"ݛ9 +泒uzZR3^EO V(Rk=X69T% `]+QEf>rȠQl-hY?tJw܂_`(jkd]kwz?pyc)M>] K?gOx3 Ll2e\x&̇m?GO7QJŜ Rv.U{M8ԄY XZq\@M~7nu&EvH酱XYJ 2 e ))ﮰV,490A^:mBxRa 2?]dK<7 \`bZ,{MY6Ω߮Nω)$P:xKl*<+'p !;,"~Ȑhu*w$ހ9ךkTtMZPlРt`Kd qVDٟ,u{Yvq[&$jJIͽ؂VlWf |<`ˣGw\p@1./E~mZok"G@^Y|z4C〴XJI6UN'"WXKXZ$⺷z h&v Y vh&VFQP=JↃ$oCI%pj0bwYW5=G <\RMh:ڧ$]3HfpЯFq/]ѐ\A^JHX͖wfhPFiLc3-jrva<"*}>-o}Z'cO1}>5̍ea+4ҫPuAۑ>Hj i#i7z [*@>™U{)sD1*CE}+bAo1rZ/* 砾2{LC( OXfOOcSqciӞdD}%kH3An<}}oi3ՓJ 5;n|k<:~r.xs(O=.-fQd_훸!{YokYvRtfeWWl2l ;&s"ME$ .s`&B.&nɊ]. c=hpFF &Nk-jL Gjwly{h˚#Oh{ ՌK4_AmY;QdJx M /@0 ybZl.r Q8Mˁe\q,eSwH#IX\3PIq*8!B͖:Ng؀ͱ7 w试Jٜʝ\|=1q􉟵 ܟ5_N )Rh3b "( d}9ˑ7 K{e]|s2g>T9uϑ%{ʝ(@.pFIo&\aEOoޅ_J?{FB``zD̜\(3m<:&l<;(eo EmM5P1)=t,ذOZyr1A;?ը~QbPV,~-Rqd6Zg('0^'SZBJtIOas-r1 QFM gz\>az`OtQFD'Km0+VG?IT)m38(&*}g #AhR1tnsc}< &}%7;}IjI"ЫX '@Z |Pк:N)1"‡Vd ƻKSzk0٫vT: ~>7̽SuVױY-!ITs# ,RsH앇P=;j?yi|zQ4^,fsxUFju( ]ʤdcZeQ2%UM+G?q /=$}Ͱt7tSu`Sw9j_l{(lDW"6Fy[Ϟ@Z7O~)A;YgaxdQ`BdP(WXD$*AWԆujc_mx%Nxzmg%۽(ٿ8 GP]Tqlx /"KLCJ~@"kV9[N5ڣEHo3̮j%*h7 D9ӾZR! VZsd9742j_<:ۮѐvMW+ZAn|-ں[L^ɩux܃uSA{l# =j-"dW49JPUJYcp D2waX,O06'쥎%|3#)^oAnk0][ڙx-6}uY(-SWjK&+ BS&&2fE(h㕠.9Y'zsB98 HYإۨdΞXS0z <8]8ٴ3e/#ëT0=j#SbQ#)ir$ ՠxlJO)38V%s2Q@q2I>˷RhIm7ִk﯅yo1SzQ[2X銷f[咶c ꁳ^ү na 4TO;$CaO;S/˼^W:B_ >$jIY+ ǟK.L1aan#(㪾,2l]x,iK BX*gLW$ v 5ӔrDux〗*P}ja`&i lp[F. \@;*7DjfqXv<dm\f]9?V6`N?$[&Q j %]e[NlTie.7K7gLJ<řfSƊRd1|-`w&!|zk7SB0:4wf } H#Zܡ */Rȋ+݊T"|yL]h_R9[dũhu:(S@Dy:j\YdaNpw h''mte nC^A bI3%Y;|,;,.Ij q QtuB L*_ECj*K 5i M1E9&]VQb[c+IDPg(.Fb1a4[iAP7rHWExQmٱۧ|};$bYvK+⮍it[@Ȕ 6 >iG ^6Vr^=^Gs CC*78%w49Ki;js„ѫv>OgEܩdz >*AP_&[z Gg~:hxD70}&Zu7|WOWZN_MՎq##ޡdRnlDH$7b\XGy(%`KSϭOgYdLk#έqj%I(ۭNOD}Э#?_յ ׵,]'x[!ГYnjHuLB=[ yE=n592r#;zd X7$ kU^m-2EዴE ΂`_9  \{/ ~$y1E!80]AֹX@MuVwjk >fO~.M\2=kÚ` ehˣu*p9b3FY 0;l;E8YQs1ET=sJ/N92WvqX);mi4D/i+mK&Wj^$I\#q9$439н5/Yj"Z}J$=A5jQ~_[ETcT؄c1.vhX9$K 㺩X+0IM!HYGywxöfSѫc!UTc$j†<zLfs%qzᘥpQP=(NLcGYmnZjn%˂ݽ>ERG>E"Ct!2X ++E/FYK^`p)_bs0&7kDٛgXO YM&͈V 'rXD> &‹uژ_.Iin(G9%۾~R_0ݠ [.eCe'-aiT}@?A<K @1  ]r'G`+sL \}a;z 㾊nnk/t[{ FV=zjuU!7K.nt DgV{Q$9)~ɾ,%L,QFsR@$`2s(13A?ag)K uk@L?#BMtQk–Dخ0b2`z0";RHwHJ42=VsS q/8/o0Unl.Kz᧵Ţ [q{.n>rwEH*vvNE (5wKx^Ds{Cc զlMS}EcJ6 Hn;F:9.ʧkALB[Lնb6a&Zu F<>~B~#$ǘ64LiFζH !Btz\&A䠣+{OyiQC}12|?IKsί!J~baP'wj$e L=83U_Z#6Qp&ծNAUD)lVfnV^yP5pi=92m=Geؔ٣Bŵ.w>+B`i{s1z>uhgNv֞tRF(:ӁQ o3YX8!XVڃuRm({&W$\PVw$:we0J0OhHJ F"^o=7/FERݍiu)ۓziHSXڵ@rr<+(SINup()Fa XܶXM@zkά B[%i.ϸzة&ϜD'lX{qGSU+3Dto!X2Vg*I$|FPMbqy)'nXq4㏘;զg9Th8B< L! @[T%yΪ|'kO."=s'ZC Czm, X/z#i@O15/ܹ҇ J*/yW:'uOI0I9!-zrr'lSy[x` bԭ\XmWA_k0)ָw޾ɹvE7Q,_FI[@R[|mpA#`Dz~QޚKZ J7%/*]ף%[W}MxSӱ(UMEYM97 Gh4]{kk)Dקe:cRSͼ1/[`̫mLPMRks5lU( a 1:dk5Ǟ$O%0^=06 fw}C֯.߃{j@[`^)ėJo^s 3VzC=]no`* mCK |nߢ+#,zlTkX[Ti;MaYZ1[D@)X;źh`\Jl?P`O=RT%oܤ<Dokd"+BDahA bPTVo V$;(P52Ew"|ݽga~arrM0"!Ix&_/y 7`mi>v63G4n}dp=LʥZ=8spE'M#SD"BBG?1ch>̒|4N`Vmp.H02OnXܯFdگb`6'3&D?,*B~{+f{!6KŇ)zhVN0JBYM"Gաs Q{/6%,=T- 3>1F-IUw4kuKUS'rZg)]۹ɓMXZCÉ[yq!,Q&s- qz,zb;!ȞxSvnɊ|Mhݪ:u=zȶ\4#C v9RVwmIrh!j(y]I A-߻)՗E̋_A4wbbo '"rWc~ ,D0z@f5ܱ%C9 Kk[S"q&/z;+Řgg P6 \x8؝u_˸Ys⒦% +؍M"Xlׯ U^jD,_eP| DZʇo7.Ff d=Pj2˪a"Qf> QHhv &ZhS]9o9N gM¡t!Q "PA83Q/y;d𿄹?ȔM=fTd;&uj,Yд/ڰ4jγ|˰;SUCrIݚ!iDP2cJHF968Qbu6mphWpɖ4΂Ϝ AIUzb+SM5I;8q5c9~5jsP1bVҠ\7GX:Q-!kltfT6-ؠ);5dʊ]Y|ZUW$'rB &:zIWU99ӝ)&d{fɞTi6{c$ݔ£4XMVIuD0[ngF?ҷ4 J_p+|77L|N7;%LDٹȎ[Ƈֆ1W5D.81W "},!Rjh"&xwWh u6ȰGS(H0Z0(ZG~ڻ , 4})h\z˛HJ'Q_؟"*@2DƇp"G\E2, &i=!Y`9}o*Kn;GXqc$2Ծr{k")Jw+FE;Xdϼ6թ飡H'H(X0C9K4qOze}Nea~'=~B_&5*9`߹Zux~04 #y{/u0_6l ) u * 0jc̑?$H.Y}zYdU&W E Ws=3] oBb]$(X|6Ct-ѽ?.]ۚQøp;=Xr?_u3p)IQ1\?uJ= K}%޼L N癦N<ǔ )==7X5/6r&2<&,Α.A!/wh%-i3MԎtUˇeg-_e ^`'IT:I#f0Vm6oЏX7Ԑnrg*d7>o.q`wt>szt5sS4*Cc!n3t§>7GJk.DԹ3OÝDjg8rea@?.V]5 Xp o9(1?s%{LEՑh߮U=[d69dl%9q ( Gk\;‹-UJc "kK%cxG}eD{LRTߍRj\SΫ{`_9*;`SA+(SP1l+ײnftz6|Dml^V*ɀ$%7효֋nY#vTނx dWLx_4W($dxkZJ;0훣IBX%zpP46ͭ&c؝?whuy$ ,*i.д>$m%tp?{}RԐ3\lDIM`O@(mN!o4r%P+I,M{X+yWԻ@(SgnmR^k4΋6( |uc0wʥ#4\HUsnထ} =A+"kpJ_8UIdHBk1={W^&/w $E I֢^*Ш2Dsh0恟Gx_6>yz@Du޲<C T, 郙C{z`Db<{ P&)Y?+ kz!m=%l I5Km. ^ܟ!QKȐ6n.Q7G~ ^䋃Bf׊[;&.pKSʳkd]w'0s|@/PvRe8 Nd$[0nxk,t$=)H\$St2;ӖRf >td00" yAn,Wq1`m>|Y/7s%@cRKhLc Kˬnr^/4Cu"K9 nE`{BBS w!Pupw`1q#N[W_& Q.I&Q;fY|pׁE{6-gQĔ\ ݠA;=c5%qŎ_QS[CfO 5 wNZ wfMu|U0dRI>%fR(",(4K9!x;~/l1{rèLBעNku--Cwy ^4^ /K+؇sq%9d/CCQSvW«~hPx  YZ