apache2-mod_jk-1.2.49-150100.6.9.1<>,ep9|"9g){L7>A*?*d % \ $04Mny    ( D  $@   (+849:0B%F& G&$H&@I&\X&dY&xZ&[&\&]&^'Cb'c(zd)e)f) l) u) v)<w)x*y*z*4*D*H*N*Capache2-mod_jk1.2.49150100.6.9.1Connectors between Apache and Tomcat Servlet ContainerThis package provides modules for Apache to invisibly integrate Tomcat capabilities into an existing Apache installation. To load the module into Apache, run the command "a2enmod jk" as root.eh02-armsrv2r^SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Productivity/Networking/Web/Frontendshttps://tomcat.apache.org/connectors-doc/linuxaarch64WK5A큤A큤eeeedäedä03295a23940aa766e49d798e2e5fc368ed7560f7e0ed5bc74e19ebc1760b11b0df8629cc1f7954d2fb154385bc777f7e4b0d5cdaac38e61dd09111b9b6d742572601427db26122e874ac1ad7585cb3e5faf81601cbe4c83e4dd398bbb6f12ba17381d84f5261432c18d9cc82a74ddf8e42bbcdeea4e8300cb1bc4d1fad302b905d8dd29a8e6c02bf72a091443d5ce89bfc4e35becbbdf8cc98598ac4ea67c7d1rootrootrootrootrootrootrootrootrootrootrootrootrootrootapache2-mod_jk-1.2.49-150100.6.9.1.src.rpmapache2-mod_jkapache2-mod_jk(aarch-64)mod_jkmod_jk-ap20tomcat-mod@@@@@@    apache2apache_mmn_20120211ld-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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)suse_maintenance_mmn_03.0.4-14.6.0-14.0-15.2-14.14.1e(e.w@^x^>@^>@^?@[0[:@Z`@Z@Zs@Y /VvU@UUp=Up=U hU@TsTWn@david.anes@suse.comdavid.anes@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compgajdos@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.compgajdos@suse.compgajdos@suse.comtchvatal@suse.compgajdos@suse.comtchvatal@suse.comtchvatal@suse.compgajdos@suse.compgajdos@suse.com- Add apache2-fix-symbol-export-typo.patch to fix a typo to restrict the symbols to export by the module. Fixes bsc#1206261- Update to version 1.2.49: Apache * Retrieve default request id from mod_unique_id. It can also be taken from an arbitrary environment variable by configuring "JkRequestIdIndicator". * Don't delegate the generatation of the response body to httpd when the status code represents an error if the request used the HEAD method. * Only export the main module symbol. Visibility of module internal symbols led to crashes when conflicting with library symbols. Based on a patch provided by Josef Čejka. (wrong fix was applied for bsc#1206261) * Remove support for implicit mapping of requests to workers. All mappings must now be explicit. IIS * Set default request id as a GUID. It can also be taken from an arbitrary request header by configuring "request_id_header". * Fix non-empty check for the Translate header. Common * Fix compiler warning when initializing and copying fixed length strings. * Add a request id to mod_jk log lines. * Enable configure to find the correct sizes for pid_t and pthread_t when building on MacOS. * Fix Clang 15/16 compatability. Pull request #6 provided by Sam James. * Improve XSS hardening in status worker. * Add additional bounds and error checking when reading AJP messages. Docs * Remove support for the Netscape / Sun ONE / Oracle iPlanet Web Server as the product has been retired. * Remove links to the old JK2 documentation. The JK2 documentation is still available, it is just no longer linked from the current JK documentation. * Restructure subsections in changelog starting with version 1.2.45.- Update jk.conf: [bsc#1167896] * Specify the location of JkShmFile. * Update tomcat-webapps paths.- Fix Aliases to be compatible with the tomcat example URLs [bsc#1167896]- Changes for 1.2.47 and 1.2.48 updates: * Add: Apache: Extend trace level logging of method entry/exit to aid debugging of request mapping issues. * Fix: Apache: Fix a bug in the normalization checks that prevented file based requests, such as SSI file includes, from being processed. * Fix: Apache: When using JkAutoAlias, ensure that files that include spaces in their name are accessible. * Update: Common: Update the documentation to reflect that the source code for the Apache Tomcat Connectors has moved from Subversion to Git. * Fix: Common: When using set_session_cookie, ensure that an updated session cookie is issued if the load-balancer has to failover to a different worker. * Update: Common: Update config.guess and config.sub from https://git.savannah.gnu.org/git/config.git. * Update: Common: Update release script for migration to git.- remove useless %check section- Update to version 1.2.46 Fixes: * Apache: Fix regression in 1.2.44 which resulted in socket_connect_timeout to be interpreted in units of seconds instead of milliseconds on platforms that provide poll(). (rjung) * Security: CVE-2018-11759 Connector path traversal [bsc#1114612] - Update to version 1.2.45 Fixes: * Correct regression in 1.2.44 that broke request handling for OPTIONS * requests. (rjung) * Improve path parameter parsing so that the session ID specified by the session_path worker property for load-balanced workers can be extracted from a path parameter in any segment of the URI, rather than only from the final segment. (markt) * Apache: Improve path parameter handling so that JkStripSession can remove session IDs that are specified on path parameters in any segment of the URI rather than only the final segment. (markt) * IIS: Improve path parameter handling so that strip_session can remove session IDs that are specified on path parameters in any segment of the URI rather than only the final segment. (markt) Updates: * Apache: Update the documentation to note additional limitations of the JkAutoAlias directive. (markt) Code: * Common: Optimize path parameter handling. (rjung) - Cleaned with spec-cleaner- Update to version 1.2.44 Updates: * Remove the Novell Netware make files and Netware specific source code since there has not been a supported version of Netware available for over five years. (markt) * Apache: Update the documentation to use httpd 2.4.x style access control directives. (markt) * Update PCRE bundled with the ISAPI redirector to 8.42. (rjung) * Update config.guess and config.sub from https://git.savannah.gnu.org/git/config.git. (rjung) Fixes: * Common: Use Local, rather than Global, mutexs on Windows to better support multi-user environments. (markt) * Apache: Use poll rather than select to avoid the limitations of select triggering an httpd crash. Patch provided by Koen Wilde. (markt) * ISAPI: Remove the check that rejects requests that contain path segments that match WEB-INF or META-INF as it duplicates a check that Tomcat performs and, because ISAPI does not have visibility of the current context path, it is impossible to implement this check without valid requests being rejected. (markt) * Refactor normalisation of request URIs to a common location and align the normalisation implementation for mod_jk with that implemented by Tomcat. (markt) Add: * Clarify the behvaiour of lb workers when all ajp13 workers fail with particular reference to the role of the retries attribute. (markt) * Add the new load-balancer worker property lb_retries to improve the control over the number of retries. Based on a patch provided by Frederik Nosi. (markt) * Add a note to the documentation that the CollapseSlashes options are now effectively hard-coded to CollpaseSlashesAll due to the changes made to align normalization with that implemented in Tomcat. (markt)- Update to version 1.2.43 [bsc#1085220, CVE-2018-1323] * LB: Propagate load factor changes applied by the status worker to a load balancer sub worker correctly to all processes. * ISAPI: Align the make files for 32-bit and 64-bit builds. * Update config.guess and config.sub * Update PCRE bundled with the ISAPI redirector to 8.41. * Update the ISAPI redirector installation documentation to reflect the currently supported versions of Windows. * Align the normalization performed by the ISAPI redirector with that implemented by Tomcat.- Disable tests for now as the default profile is not working properly to load up and upstream should update the sample- Version update to 1.2.42: * Many small fixes * Optimalization for new gccs * Minor code cleanups- Just depend on java-devel- Version update to 1.2.41: * remove merged patch apache2-mod_jk-CVE-2014-8111.patch * many small bugfixes all around: + http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html- test package with %apache_test_module_load- Requries: %{apache_suse_maintenance_mmn} This will pull this module to the update (in released distribution) when apache maintainer thinks it is good (due api/abi changes).- Apply patch to fix bnc#927845 CVE-2014-8111 VUL-1: apache2-mod_jk: Tomcat mod_jk information leak due to incorrect JkMount/JkUnmount directives processing: * apache2-mod_jk-CVE-2014-8111.patch- access configuration conditional in jk.conf example- Drop the asc again to make dimstar happy- Add asc signature file. - Fix URL for homepage- fix tomcat paths in jk.conf [bnc#742618]- use apache rpm macrosmod_jk-ap20tomcat-modh02-armsrv2 17041763291.2.49-150100.6.9.11.2.49-150100.6.9.11.2.491.2.491.2.491.2.491.2.49mod_jk.soapache2-mod_jkREADME.SUSEjk.confworkers.propertiesapache2-mod_jkLICENSE/usr/lib64/apache2//usr/share/doc/packages//usr/share/doc/packages/apache2-mod_jk//usr/share/licenses//usr/share/licenses/apache2-mod_jk/-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:31986/SUSE_SLE-15-SP1_Update/cd087b5d254035efe00e56dab2547348-apache2-mod_jk.SUSE_SLE-15-SP1_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f92a228350e571396d8ba2f9746c1e35fe2a79a8, strippeddirectoryASCII textRRRRRR#O30Blutf-81da4cd71a4f86ee86f86343bb0647a2073b20290e491c4e955f60f2f6c527bf0?7zXZ !t/~ln]"k%"5okw@_Aʕ^*z"j^P'u˰Yߤk¿mwZOnh8~]]_ T]JJ§vc+[4罞[~rTD>"^< T0#pMZE&g o` $lA̫āQU&=ZcҬE y; 1\A/2<@Ƒjm4Y+r,[)] d+f5JHrU15n1'|XΝdtA$)<'sxǃh-zDmܞ ,#RI$y8vF6o`y҆@PwH+:j]V@U\P#riҐ~i\|YG+PrSOP}r yt ȖZO1&V`)Lۺڬ69)!UdX@Hq:#mbk=EB$ #E ˎdF>t*NMG,A/DA`0ӼQ+ԥP$h^tu] `hNݮ9*/X蘞n)|b\eRM=WUFm7. j_d$ߺm >4i` n4/6egEO{\ȹp ^d?"1ӫc7k2N 1hԔ\,IEa bK+JqWrܧXJ?|F<&:2I7}9<44u49` #jB7@͢\hIR+ռa"d,a7=M1 =2X3qJHkS"_wj7VjLN8rV$Ij# @ #JCEug!@1"һ$-Mv!JYtPc?s*$$ƌp}i4Wc#ߠJ0ȋ$?Aqw@-5cFasOV9KU0X> ?z=ĈHpg%VJ_R~k]BKp !2h!b z5YNqԌY>P 0;.LvGi_B0aPgN7(cCXm5~QئT>fI/έvKS̷Zt)ѕTHn$j"&i>_5%@w 2}CO9fooY[ߩⶰ!, 1phFȯcu(QA :`^ xb%OjQ) 73`I ؽh>0p0ρ~k6+'!wRV^ p$(6q'n4|Aa:9ӈ,URUIt"G(_u&s$opX(ElكSk =Hsh/$^]Rent6ZCamxi:eM}DƗQpBсD )>e^$J %W6=%Ҥ [5}]!w:Q,|R89+a/jO9?o/Zlƶ Y82Є/+q X3dĻV!&y'SԶ$թ' piIQ@eiBUMp43 b*cJ/ַ7 -DmF:r)Z#z/beL#VF3aSS3*Lwץz 2Z=k&q(8fyyKN6QFne Mޙˀ]ʴlG}K"\@qXݿoexIm_J b)YU:Qg[r Inh`v3IG!2]Bt :~[ @k#}6&C@a3aY Q BdrV򕶜9e(ѨuReUNj:<;xR|MpKBVXܓn Ѡ]]FOr܏vSŕڳ4g:g驕TӍ{YM$E9eϮ#Җ)^d]$ZuYΐ.5W)lͪ]=J@P Iy#ʑ= y񙉝R\s5#"1X{ 5eaK@PNOynsc%f`^C!uי]IjUc3=D| /6R Rkڙ˸ 1Ch>`ȀʠIY?| ZZqK]ΝQ/ՐTzqMR+g:?K޻@'jeGb .o)p[6dJ,[ +߂ 8n\dQu\m]l~<8^[(7P[SKBAF)#&EJbYխoӚfkMCL ;qX2}Fqn;REULQo&I6ӂc /p>jȴȖt[GŃ\7W$euk!藖(JiU*||Mnvy@H_YUMV]m`C`U 3X}WK\b;1ْhZ$΍IES|i9 0$Dbump3/>UH)zOAE3TAxkVi 3S@Úvz˵ˋ/b~(*o$^[hڻsh F%M}q#Cև&oj&HMN%0 f[)N=x4lwDh"&|н xWBN̑vaE 5÷tcjڒQhj`oAw>:~P3l޻hub̄72I(^Qv#GsaabJXVW@Ё6OcGz m'ey]'KEDv.QA+"1;**L_!p بA0{m`T6k%SX nO DKe !U'(!z` oljSl ?`},оvi\eAl5$-7ʴ7&魩prIPW}lc{W,R?L4$:6Vm*bvOs=xO˷Jhg[0 ?x 08Lxb7>FòȪ-A`߱ѶRQL!\"$ZbY.aD& nsvSE\\b6Ң}PNFR@q(Pl{xrq&BW9tilU`pzBAi4IU`\`y 韏&+4խV1ۮ!xv!6lb<7QWftkV`$8;#6KӅ~ĕ(-v,yPu߫\ g P剳ջ=7谻ZꝢ5y]ҥD=A?: <*B 񱿨~mlHV`!D@V&Ƈ~ޚ'M TQ6gҔ1pcIiXOscuz903]oD=DcBۙЁe)gFECJ /+I2oY WZtު@:~a^_[,9ScY㻊a31y))>Ffįx؋ڒ% y֪.ӈ^mi%D\HtL-qaO} J}< ޹b wX%n*t I8;gT6 M[׏7JۙEo0.> sO/ˀ R-/X=cҏ| 5PYkum ׏oVx_>}}~v<*γGOra.U5lfY-Zʞ<5$_ ߪo!!"YD!pDЌI&iVc pt|گQ-o*Z,h-wTbnYc+rDMwƑLJ̸ߘ &{(,]+ww? ]G+y-lP<ʙ婸[e?l%81"6ظjl3KѺu8ط}(0>٩ޒ8fԙmOs8VpANY"p("A%W`1t wWkxo,B5jB&阒Y|24/AJ'U9hc@ji<,Nzt2?*Bdyf^\IֽV:h梺;\+-p ?&-č9DLpnrb/ ؀7LД, KoWW71,^ym&k 5, ZR(a"UO$$7aU~E[~-Ht2Gg''[##W |OnH|XowWIi:mjM}N,&d$G!Tą[]@:e8@X]4nTנ:@|)\8ĩ& HLI3#m/oBʏՓȱL0jW(Ze"9?=mԠH?Iϑ'-3mK\|ۍu@HϺJ^FF @s^0߲(&'nvIQU50-%qעGibjn9&}2+\FU0Q=ى>B~Їl]vhn"/[gGPV,u;HG#*I"k8Ûxtwrs[Q4eIO9qM_qc\ͻްOi6!LL(*˜.KNh[c7잶cm~c  3f+ Y|U .b8_qӖfgTmcѵ=0gzIU>bdBM'eyv#9DɅֳDY)^N4m2_*+?/0M2QyZ9dGq;n5(MwUE>l).7>P5me8Ͽ.5 U 3Y8c+s$+\f^F?jӌ;BPM2ZR6>=b&cv `P 0)zfR;-eqqwpS|<ik&0EjE;b;Hމ!. E 3钕f[}DA\W31ga@ ?߷+98D V( #{˂.j #Q,+TX H0HݢiT@m'Cu1ƎH7@ߑDzx dwxs?1\x aRat`[ShހL7iK2 P/r:$uI赁0_՛e[C|*3Kg|snK+)n^ÆVq_eD-omiDFBSpՋ`4}y2ME3!yԷ'sQ4}@a ^fNު\OgɁ\W6g*> p  5V7DzGcu2T=ԙFv[Axyf8 :mo̗l^NGQyv*O M,SI=vUBȮ -tP%g\m=a Ҟˊg]{Nn+#7" tsnTr.zk48qlT%(C9EαVĸ3>3uEE3` ui;:#eW\M*w.N~/M(0UJ}èju Hd$̍R]Wi. Ao }۶\ >w%;ۗU8`sₔv6b٨KM]ΑIt7phˎ?mp 4*ml$l=iyIao_/nOb22٨gRsa?L˂?G;x{]r 0lY=, @3JSKZ\ wQQ$ sމ'b9Uf#>Ii3b+ ;a0$TD(lˍL%Inc˾B7Ce ZU-Xzzlg:j:_۞ S |Z%6ax؀]R{D%=\xc+ub(bKrEEdfe]JoWޑ&p# ѫ`63;_~s$x߈BCW}x(~8+yJBMi[v˼,-̭nqefbC62?|]`㻎F1Nj@18Iu %m?zѼM0'C:dc-a|mp;E_"yLĊ7,4!B "j6B z a逷bfS&JEycL #}%eu Wd7t a /, c8媢b7vx'k`xjeS#Ӏ<l`k[ !]HՌUƖ; k'9+(fϫӋR18rwBiezᱬ78.z0* B‹̨ h !5~ߪn6 K)s1w- +:pUڢm3QqU <L^!%ars S3Jy^һHZIL&\xW\jg>aPHEN N&cz=f yA8?ZԨ9ڴrݿGD+f4֕o*IA>]ϙp\rb!>=aqATpٓ4bsoRFA% 1BG7yl8َt C;$o5j9L:фƌf5&{/$4Ut-97#]/ 󫭢C hXkZ2}w9 UcZӥA(#$7; _ֆoIȭ+)!v![NHڹ4-RdUvr)gPɨnnL$1EFkؒFܞΗpQyc/aP$)3@-8}9AI܀eZx5KDq,-GIX&nsL/hPNQh!eS>4Bܸ礏 6wǣ^JRVm!-G,D@n_t$mu94 e^r~i+ѭ* PnW5rU @9pbqL1yqnHNJE;eYz"K8\Q߬mj<_ =908{^GȄM-^ ;.Qo{};+=]s9p1]>#*R 16Dō\(aF+`{-uo_I%^}%=_7P5ѻR U!{`9ϳ(:)y6ΒFWR3Ak+m1l #tq^32gߥwp`SVS[V$YH7W~,ՌNMFO[w]"GsSz^0S-M $2$+bELQ.n~5bolr4C֐mumWfkr˜3ؚ⟈Fohǐ9a[6;,:J'M;8jdv)WS=rWָpUh 7ڰrCTm { VI^ Q71Y}DdA琜zv`8(=:Ž5qn)0]X&: Ė_`! AHbY0vՍJѿ \uAd05X.ݢq}^|i| 63.&uk NKm_Ob58!dT]D M]٩"fbR2 mKsmB )g!ŸyVq^`D2Ʌ'LӺ,m5Mw~BDۿMBi dy(*=<寭}7+'Pٞx@XB.Ac~ zmHea)'26[f}-ζm.mn z Kwdz!{OQ֎\P4;A91!k+ O] j`h 5$WL!?FԷ:`?y%9GÄ jAanEbX^W2?h*&CegUFT$!s9^O*ks@&;0V1Sa$naetlKx4s qDH0xTWkzdJ\Q@5X_r[ͩz O,IQw2Yה_6:62# Ú!u9r˼FTQU]m\D4wȸB)̖TJzhTm KPX{D=Z$_"o}ni \ŅX' H?DAm(D&1vCxa{6QDbK kߘ=ȡ%B $ ,WC;$#bxWC-tap?M) g*=-FRVH]0\pҮ uԟ笱Ҝ i'k"k)]U|ڥ1[!} | iSc1ĚMCX"U RXc˫ٚl-~mvCu M6^` |$3#HR?2N:Q UHU4 L]^c)I/ ;[q%:=:0}_|cω0´DQ1~ kYiY٥Fbdm8XQ~֞$\u:WZ_t( lE__%"qF߅v*C}n^Q `ZYmهj {^iZilI(x4T-?tcU& 2]b_6o sÊdgˤ6sDjXdpT[cx%[3MDNۍ00Hv'!E\䒸.4߯-rWe=`dtVCNdqK[|޸).}AX=(+-oED"Ȗn:e-Pmkڽy0W{‚%' H|Yx%-vr;x b+-ͣ~63sQb ($#빭&YU3W\ vDEn‘ Ex$VpA^o~A"!:ՁFb*BΫn$}$bI+q~DQ6'mTfg+ةyo0scHGk7}YF,ߨ/.!e ֋vqtH8vDb]U{lx%Ƴui*!y&ٰ@;yMj ZA&E;SG5tP]."rM`47;fzIz7ݫ#k=u̐RK=^P1ftw++uZѭИH`A\j^ն}KPyLvmPnEmmlw^SV2a Ebf2pI@RsSj?jsyyƍDl~8C'cbNY Q.25hA4;1m=#=݃|8ApQ6P T$^+abV<c76G弍ANwlQ35×VeHj74V pbuPҿqtDq.f6exl#Z յ&>eꯏ~ͺ("¿`+G3q{8Ԫ䪠LUW~I0u,+?OTjUDAd8rpL0 }3^~|+x*P_S#cX;PI pMet] )V ! DAWCǖEZH0۳$HHH'Ř~ŗhLN=Op%RqD)7UkjMS~A5 '@TЈCf JK0b`AS IX->^XVXEj''^N.%V:h0KiGsPEAClK`8TX @'$#}Q_2v A`eV*59JL 8Ab|:6q#((^`A:I[Yڛm\{&QJ%ʷ9*`1C q߉"ň˵t]qAooqKmM:96y;T ƙF ̳^rk$YnY6*j?(CN:IsT-سArܷME$_܋ExJTIW5dH]̶"62þ&j<>qRNJ 9^rzN^_h KaRwUV\'~JES1='.ݵYwx6U?7/mN}Z@F @̺Q6Fr|1زR~*.i48^!CJPh+`&ҭxҪ+!"v OT P9<44S~JłU܋~1Bqa¥[%Rs*KrhAB x*3׌IFy 7]8&[rsѰL Dे/ šS' y=./f,;wS 64[LIrzvʹY2M@ET"Cmlb<nRT3C%бk#:2a^:rүzcߕ k٪$vZZu&ZHQ1 db9dn^:Ɔ `MfS Χ'inFK;1F>ʺYTG0^!m zX1Afs,DRQ,zz76C IP?bȳNJtj) +(Bm%OLu蟭> ̩ڕ,7Tu `=IY'Aru#d9"L+uXVh |TF*9r5ǭa +n{iV?GfC@Ov4KQ#aswg£ Ic?]U}T2PY?݂gg4eȨoppE=z)4^%p !{q餚 17iDqBE]]NCզK{7Nww!Bg@C1;7}Y]s%ӀL.jkvsa3Қ^hDCy#I)Jhemw%rAF*>pfߊ7t4fyS1<&rFjNu{6R>#;P<=R!W̫sYUd}z nGRX+NWV,kCn0!w5)6 jP DOE=o_{4p˩.;nj6%^]E5Ύ.D%$&r[.6v5̞jB_@ [!ہ7Tk a^f)~ޟu9SiGh4Wu iOgf΅_VKvyB "kzmW:U,hkuu]a}h%Ĩ@=%LND&Xc Gn rş~i!E ԩÿ_B ?D'a r \0fhd}Kъ:~X cΝ:hyYK([8 ,_neY11[aU7B☰y+ׅz3ta6[6k(VYМC@YJiAq9gd ۨv -C4Zzq4Jy3:I7"z lM6o "?9 jT>$53JgRLy>Ɂ=l9Ng+/u +#(ƒ>3kZp^51JdS"ԥoaojg)f:6; Pm*'Sx߇@^h!,P9^ǎ4:mq2*vHv |50\#D\-2މP:3t< !@:@^㊟!rPr0{FyH!{ڑM0)rzHrLgbꗘ9)/qVgx'>J3ʖT$A8^ӏ;]Ow.A"uz.U:Lp"#,rU6- 2h,/cT&E']؇ܶ"d}y#*Z{@Q2ߋ湵iBU {!`[h!:@ܖ,5/CL ַ-F *^k:Cg^K'Pu%Bwisc;BI1 +@Z Ղ+N '9ÏNB%گWԮA[J{P$#\7<)(@vxi6$*VK_}p`POmڑhŘ _L1dt0AUoDJaK}d*&\Hp)uiT*5p@Z`C|Cn>޹=0=_Iې%bAo݅Jx>.w׀HĻߟR`d, 9]ʀ1wGL֔}CM5X1;-D2ś*=ƈsCʓ7|aPW&WzGfV *=ckoq-!<5i]MNKUO8hx*7y}G*}8LItrq*G=̖As]ΫqpHܝb2l\rXU(yJGA%1J|Bq܌IFc!Z(wPma+ϫ '/cF6Q<穮ҺڣtJZaxFb$9|MIm{N'oL[#jɑFmVpD1-vȋLurS3rMg젝ʾ=z 3a*xY!E&{ +ĥo_I? J{68l7C>}}Qq;,CV8 ؿ Q'9U-PfI<nXXîjq^n#2Ƞ>3hn>/ K^0d*,r.ݲpi.H}L[<*T }4Kܧ*ϯCfQ$#4 ϑrv]fƅ{φdTn!'I<\utVtĪD;tZ{L;ŶZW چkCSGc2c`l@Et Nn]6<D.%#K'Ǽ ͒-`֏c~xz(V& "~u ,X3˪|͛(,ðNY3hz|i ;#AErϥ"߉!PS0g!Ͽ7Y`9-N((W-O|f%$j$v m]F(GFe4ۛaDv ɠT$om_[^AG٩h,:sg7V1˸m;ƹi`x&FAf~xRÿs♿qKrp+3yX^{Pؙ!҄=sܢkX[Xф{T+#_V\MT?kGiFvc"T%f>r&u:V8'[F1q!CᱲvَcC픤uIYX3jXyslKHm9gN{,]1?yW+nR?ճ׾Ŀ $[) ^_Rm?6cp#)mˌc"%-$;g]"L<Τ!S2 IkEM{BRK^j?\^Kh"_`LŰzNwIoq6Dސ!؏\W(X]X =X nޖ2tژKM '0%[#mt,S42gA_d1YGZ`߼%5٩nw6"96"Z鳛/xd9A A, {<`>s)ϱˮ-gV>mzv'(|.Kn8!ǃc轢@D[Md'~H:alrۜ xE7VBή h"N+rPtTPvVG^1<+/i<=`TǫUi.݀+Bq6Ax LoB֗JH+@,{6e3('+98(NyC#pa\C"0+b؃ؕԗ4gf{Q@Ag-]dCdjYqD$c/2w|ar=r}CQP*x!GRһζH$+HkQ%n,KYR!,ኌ 22z|lVzfyBHc`zSak$?U>[P^')`uɵs=Lf>4~ =Cg]Kyru$bW聄YKy!y~qK]Vژ!H68ZC2o\?ڠSo0qYd]dU Џ@)xϼeDkvOaQ^J*W!Ga$.%PV?^)#Noo}$xie]]:;,2 _>2=!Z^\҃@3mwsdTiEi&Ix R⽶S?-? c\/S5hB#d1ob K8?_Wzm  ٻeCvW޾&rTAo6i$-cFj]AY\ )(ds*)wXE2U|6?F]Rdkfoަv6!Qd6)|X#9FM:a샙sLTø>C"Tzt0< $h!hɲ&%5=lѦ] g \Q\It SzOLHA 15Qzx98IkrmV6M^_=1"$e So{X3MP.B V"^W,Vk'_DogN9?5<Ɏ9!fO؈J$o#q01qOJY1ubX2B_GV[V: 0a1or(VJ )|7SyIkf3Z,Hd?a'a'pN'%Iٵlu{P#{FR DѨBЛ} bӳQ2y'nHf=of"m͔ZwD:7zf̢%G<۸c6SnÃ@nm]T9{նI9~ (&&~ !k(׷aysWLd<^P5 w5tM *ab „ f~C< `@^UĽ iӖV*nY$ dF>f`  c?LXY|*\ ~}-0*Qj;Ĵƙ?;G K%yuMV]k5GT x&ӬxZ$|mAff~(kA}$\{4:Ӎ5We$|д`N2Axf_ k_I>bH~xC Lx,_jAkNwXyB-Lu-i!fwss7Ph-j2|WBC({a d_ Wfy dzaI`aRfCX~n렘MIB %_콜=zGOdÞ)?q5{FO% 0>e5+H?Ji گ( BfONsVC v' E|+b61wJm@!$Pph?aY񢕈[|hIt_%ĘYb(k5L:h~WJn;M!,X@T6Gۑ^ZJ@a"lhZuؒ(m  hؐSNs} {H Uu `@?VIJ%A}PըswSr~he=.{t*c壇 fw<#N`a12} Ya3 >JYK{bpL\`H1鄡:nd?~uai2okdpKV8n E"8Y~aGC:aUeN vf;%&}'J2<*'IEsrK7lf~8fƽSܕt88hBq^o ^I kӺА1xa()7Bfn[+QPs'-֍ă]aF mΥڭZ E48?Q~ Q-(G )Ϣ. Iyn]]Be`\F 5C+jp~c@QmjM:?wIEܤD|!j,Fvπp ݫv}7ۆa>#R>~ͧneo *oGV$#of; Ȕd'#Sf7fαo~mUI ` 1Q،@pU~4]~^=:{i9RWnG-"l>CqNm"q3B7*uu鄑4oL6aBN):N/<&3%7+Czɦ\VkSV6X2$9mRfӗ4*,Y_^]Sĥw ihV]87Mi`v(9@I"}g/_%tMZf_θ076j6 .DѲ :lʘys4z1\^8sz͖.V\Ψ+w1 q*EG;'DM} 'vyH=܃ P&'"5W[h۶jO`}E-`E#n?DK X jw**=8^\C&_bu*錘n]{&R؍{td-[psaCG&3zÊ>.Fܾ,?Yg?攂oj찀QOS'gJ2 *.VCl??Jvj7"'jxUWMM粄qMcwsj|/B@jdRfrpU:-ҳA1 IL[op1)u[)5ee )-.Plj^sK4 |>?lʧ8'`H^G['D!^?m%^>IaԫeFLj:$yPxn{Qm BD_!Fdb]b8֩ok?oRoҗKh;QmS`k8SWEyO.Ĩx}gĜ&Lb2ck *2q5hLBrKІW9YL6xR%^F8*u s`Y^Q9aȐsw 5KZY=w!~F#zH8#i0ӯh m@_r`pNe? .T=k]g@P]|"/v^r3`>[YP{Q" ) g*0$QbX,iptV1G[QX) -*s$I. =K:cwd.?|G!p@4:K`‹3Pp*QvW4"ҭ^kVc(RNR:/QuiN^1DɎ䍷Q{Ix) Pk%=tƂh[)l O648D} $CgF>k ҹy>f!zTU%Hk@dj:\1DӿH9fI_ r .y@eVCu^ͅ] P5@p%RnZ〕1:Crv-u>yX- 77q N,_n3 _/t T##9 뼢G4U'л MlVDHҽ]]sٸ`eM䥓&K}e݆T )s{X1tJo.4w1tc:h ADS:=O+\%OV+R)0[?pT@ 6]:h#zXv-WH&KYT E w2X6JuԘbfza|<ӳ֭RE J 5b Qo꭯vgz7\d.淺 6XNF|!dS)l{:٠0wTaIo$>PeU+Ͻc#$=_s'^|AI$PFM=Κ TnL+@WVgXD L4$A޲eV*hgIhNjn_JM>Z-UD^lNSѠ&>р ߟOEmV;N됥>7H!gs 핢UԺ(w}xI N*Z_݌@*zNּ?)"1HՊ j] vtӉw-掯fbCJ[]AqVF.aT4P,m\aɻ7K5VE>ZᲤ3=Jf7 3=2 m_Fx#N#R#n!nFPDaNWeKyII֯?uӄ6CڅWvaot: ܖU["pmԑ3{fN6;97?6",q+[m&\%eGL.A~ -˴jE~B)"\@\ğGϝbm\Hm&7ظ $g壣=("dܯ42+ٴˈ0@tHP {y}9xA5.mPW 4 N0H).(ᆾf2G+0J$+U_u锪n+@Εi/5Nl-$uG"RmRKzKI.' a %7x~fͳc*>Y8OZC HcßuB)Ac ) 2ouۧ-kA}ЏK񙘤=})O$A(z/Q!H !K ){Ѭ ddn?tpǶV}'}9-iIQ ٠R~"X͏B)IG;B7(5v*T<z`ڏnԈKY|XU9/-|pk+MEz4-":U Uo[rQDސ{0TȔtR YZ