log4j-slf4j-2.13.0-4.6.1 >  A aPp9|>%Ka, s[e34OOɋ:t#^D Fq ݠ9{E\D,aFh5Ҁfxj*'_ JDLZAr>?cW؆leO7Y312]A}N[c2 &kv^lBUaZIj;el9C͵@ﶯ$v k~=S'(ײ/A6ﻴuOP)⸃טLJ25e0867779de51ad7a842fcb2c81e6dc3d3028bd61607707599a034f5549314d788ee4ac60c7d6fb3678be3fa1e6ba9fd1c76d05ĉaPp9|5VWrBͼ}@B{;t Q.<~nL<ъN+27]2LQ?6p  xn:w`[yQgH7*ܭқvq=܏t8h ޡKTS(0ؓdVw7Fu Gte2~y|dh6l"ڄ0J(_CPlA^ 6Ϩ_$Sc> Aڐ O`剒bCDjr0Ac49W@9^;>p>?d  Ahltx  ( 6 D `  0Ll   (89:.FGH8ITX\Yx\]^8bcXdefluvwxy z0@DJClog4j-slf4j2.13.04.6.1Binding between LOG4J 2 API and SLF4JBinding between LOG4J 2 API and SLF4J.a'goat14TSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Unspecifiedhttp://logging.apache.org/log4jlinuxnoarchA0g+A큤A큤a a a a a a a be8adb0bbd2867d0cd36c8c1d38c43ae38c18fff521d785a42cad350e6d03aa763a6ae7102a5361b1d978f4fbca3d66e27560eadea45213a57de8c239fdb2bfbb0beebf694501adc107cfc6d3cd778f2b51f4e8f6fc00ede2e1aa6f6971b94b861fd675e30e2495c8d6e6e3ba8937e0cd2d285cac00cd0870d774beccdac3c7286b5c1bf4cf87f423dddcbc612262ccc51c5e0e65514a0f66f3561f792729e5erootrootrootrootrootrootrootrootrootrootrootrootrootrootlog4j-2.13.0-4.6.1.src.rpmlog4j-slf4jmvn(org.apache.logging.log4j:log4j-slf4j-impl)mvn(org.apache.logging.log4j:log4j-slf4j-impl:pom:)mvn(org.apache.logging.log4j:log4j-to-slf4j)mvn(org.apache.logging.log4j:log4j-to-slf4j:pom:)osgi(org.apache.logging.log4j.slf4j-impl)osgi(org.apache.logging.log4j.to-slf4j)@ @@@@    java-headlessjavapackages-filesystemmvn(org.apache.logging.log4j:log4j-api)mvn(org.apache.logging.log4j:log4j-core)mvn(org.slf4j:slf4j-api)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.82.13.02.13.03.0.4-14.6.0-14.0-15.2-14.14.1a@aA@^@^V]^&^!@]]?\G\=@\I[u[Xf@ZV@Y@TPTPpsimons@suse.compsimons@suse.compmonrealgonzalez@suse.comfstrba@suse.compmonrealgonzalez@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.combwiedemann@suse.comfstrba@suse.comtchvatal@suse.comtchvatal@suse.com- Apply "disable-jndi-by-default.patch" to disable JNDI support by default. There is evidence that the previous upstream fix for CVE-2021-44228 did not solve the vulnerability entirely. Since JNDI support is ususally not required, upstream recommends this route to be completely safe. [bsc#1193611, CVE-2021-44228]- Apply "CVE-2021-44228.patch" to fix a remote code execution vulnerability that existed in the LDAP JNDI parser. [bsc#1193611, CVE-2021-44228]- Security fix: [bsc#1170535, CVE-2020-9488] * Improper validation of certificate with host mismatch in SMTP appender. - Add log4j-CVE-2020-9488.patch- Added patches: * logging-log4j-LOG4J2-2745-LOG4J2-2744-slf4j.patch * logging-log4j-Remove-unsupported-EventDataConverter.patch + fix build with newer slf4j- Update to 2.13.0 [bsc#1159646, CVE-2019-17571] * Bugfixes and minor enhancements: - CVE-2019-17571: Remote code execution: Deserialization of untrusted data in SocketServer - Log4j 2 now requires Java 8 or higher to build and run. - Better integration with Spring Boot by providing access to Spring variables in Log4j 2 configuration files and allowing Log4j 2 system properties to be defined in the Spring configuration. - Support for accessing Kubernetes information via a Log4j 2 Lookup. - The Gelf Layout now allows the message to be formatted using a PatternLayout pattern. - Due to a break in compatibility in the SLF4J binding, Log4j now ships with two versions of the SLF4J to Log4j adapters. - log4j-slf4j-impl should be used with SLF4J 1.7.x and earlier and log4j-slf4j18-impl should be used with SLF4J 1.8.x and later. - Note that the XML, JSON and YAML formats changed in the 2.11.0 release: they no longer have the "timeMillis" attribute and instead have an "Instant" element with "epochSecond" and "nanoOfSecond" attributes. - The Log4j 2.13.0 API, as well as many core components, maintains binary compatibility with previous releases. * New Features - Add ThreadContext.putIfNotNull method. - Add a Level Patttern Selector. - Add experimental support for Log4j 1 configuration files. - Add the ability to lookup Kubernetes attributes in the Log4j configuration. Allow Log4j properties to be retrieved from the Spring environment if it is available. - Allow Spring Boot application properties to be accessed in the Log4j 2 configuration. Add lower and upper case Lookups. - Add builder pattern to Logger interface. * Fixed Bugs - Prevent recursive calls to java.util.LogManager.getLogger(). - Added try/finally around event.execute() for RingBufferLogEventHandler to clear memory correctly in case of exception/error. - Wrong java version check in ThreadNameCachingStrategy. - Use a less confusing name for the CompositeConfiguration source. - Add setKey method to Kafka Appender Builder. - ArrayIndexOutOfBoundsException could occur with MAC address longer than 6 bytes. - The rolling file appenders would fail to compress the file after rollover if the file name matched the file pattern. - @PluginValue does not support attribute names besides "value". - Validation blocks definition of script in properties configuration. - Set result of rename action to true if file was copied. - Add automatic module names where missing. - OutputStreamAppender.Builder ignores setFilter(). - Prevent a memory leak when async loggers throw errors. * Changes - Update Jackson to 2.9.10. - Allow message portion of GELF layout to be formatted using a PatternLayout. - Allow ThreadContext attributes to be explicitly included or excluded in the GelfLayout.- Obsolete log4j-mini, since on systems where this package is installed, the log4j-mini is not supposed to exist, but the compatibility version log4j12-mini/log4j12- Run fdupes on the javadoc- Upgrade to apache-log4j-2.11.1 - Drop the log4j vs. log4j-mini split * the bootstrapping is done using the log4j12/log4j12-mini compatibility packages - Removed patches: * log4j-javadoc-xlink.patch * log4j-logfactor5-userdir.patch * log4j-mx4j-tools.patch * log4j-reproducible.patch + unnecessary with this version- Build against a generic javamail provider instead of against classpathx-mail- Let log4j provide the log4j-mini and obsolete it too. - Remove conflicts on each other- Depend on the generic xml-apis- Install and package the maven pom and metadata files for the non-bootstrap log4j- Require at least java 8 for build- Add log4j-reproducible.patch to drop javadoc timestamps to make package builds more reproducible (boo#1047218)- Specify java source and target level 1.6 to allow building with jdk9- Version bump to 1.2.17 latest 1.2 series: * No short changelog provided - many small changes - Try to avoid cycle between log4j and apache-common-loggings - Remove obsoleted patch: * log4j-jmx-Agent.patch - Refresh patch to apply to new source: * log4j-mx4j-tools.patch- Cleanup with a spec-cleaner so I can understand what is going around here.goat14 16395062152.13.0-4.6.12.13.02.13.02.13.02.13.02.13.02.13.0log4jlog4j-slf4j-impl.jarlog4j-to-slf4j.jarlog4j-slf4j.xmllog4jlog4j-slf4j-impl.pomlog4j-to-slf4j.pom/usr/share/java//usr/share/java/log4j//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/log4j/-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:22206/SUSE_SLE-15-SP2_Update/daf45af0bb7dccf3093efee56e63c05d-log4j.SUSE_SLE-15-SP2_Updatecpioxz5noarch-suse-linuxdirectoryASCII text, with CRLF line terminators (Zip archive data, at least v2.0 to extract Zip archive data, at least v2.0 to extract)XML 1.0 document, ASCII textXML 1.0 document text PPPPPPRRRRRP2Yyg!qlutf-8a5c5cb508c6faad5eab3e8d2aee5e86ec1c6dc10995225514ae6a3f9741a695b? 7zXZ !t/j] crt:bLL 2,I5@i6+v| ȪjR> eS2GAN:- g?b{&݋8 HgFuV9)&QeכG=VnQP\KUe*v:e|XUVn1ܦ֜{X|@Kx8<?{y^WPAKv;N~Q^&h=cz<bK1t0-ZK5]pEgq\3.LfIaMG]B1\ CcKHu >Y3ixScrIPSsJPv5c`.cdw>f!h1IYe d8l '0IL@r⳶P𧤾6vwJ>f/4L x|t0Nk8բ]JkЗ,$;)ӱ~iA[m[OwB-eI)JD+WcM2`=屮ػxFQpp0$(D vb؊aa =zHvj_!ŵM̌QVoA[w鹐1_dQOȒs"\t{L<:Z4#,-C(۳>3ve5'qG˶yԨD~ٰ YbHL/o?c9!_FZYtit|Ns͹ѭD v0"AjHҰ<i@ hvN_xZSA- T(QAp # cADU{A۔={'r}PP۫ 0}bIG0SA֥(4=95P X#p|`탃@`p 'Y"²uĿ䬃l)gNs IV8^nC1V۾#hBݪ EP15e>&T !RljrMG׶jr=U9y%bc}] kwVL%-UϨr`2t SfΨ"~CO`tyaZt|ٓPMTL- 4{U `a# Bem(D<ѭoTopZK\-:Z V#Ryip9]O)y\)9fS .B2@f>CDJmPWF_|:-H__?=@ۺ2jqPLH`䡓XXPo|)QT-NY hJ-:)+gkV1UGxH;Kw'z[ŘyЏwWBQ3Vw M 9/'9aRA`U nK +˟1.sR^c"}>0:͢IЪz(Q4Zo ]B{(,wט:1Yo{iЙѦ9z/jcC5e~{E йEBk)TXi@ +ȉyheH5{ -(^ M-1ɬ94~t纼4w-h{f.<=، ܹoc9jib$/Oa&|[\/%й˽w!ҫ >RY݊B#QyP]ֿ)|o=XzXqֈZ `}O7&4M령 cBd|t+j^v'|Sʆ/ e_ "n$DD~Xdɪjy5zaa 'xVZ'YۚnLwmn}`0CS |znG3~o% -? Յ zMFUdm%8%h{@A=<ڦԯikzVLƥ@XrxlWIaDյT]MC'IBD~:b0?`P¾ =EcUytKLU|.Ѫ>IFgp=d2-tQ-r! v}h)1Ea1 wEJF^žA8˭kۦD}Q^7"{>FC߹,B56:IR o9uHT}w. Bn֓p< U/\6 Wl/?sV!k0:LĽˆYX8O*8Ij(%zK}[*ηq!EM*l`%By ϡ#)oĜa94 оJU'3jP6Ie?8!X~C8/c#hc :]e> ":ij8J l5as>lzu]:{?zb]'+b e:ڤ ԀuM%2F&(ruP ca`2.",iƑ(!z:?CQ ;wusiô:(vI| Hݯ^˿o3R#@HR FoeJP[J o<6>2ɆPkJ?+td{IK*:6$Kz)aWQB8'C Xc)]<ukFܨ:h*r6WDbL!BZ7M婥fMNc\U{މ dxN |** \[UHO t/*`C(5·KnUh$UZ9s~1u3m. V#Q4.$Fi( Xg Ӗ5'5QL̈́Sb(W(!9I~-/WFm~}wI{,/!ۻ%]-!`-$hb .?Mw' lyB.P3S2: Vom=*zbGo밇;cqk˺.PB՜.R|aK7yug8[uΎ&d rwzΨosW+0|D;75ohtI Q=>-,ŶcKzkt2u$%c_QmĬJL4*VoٙM k ʺ 6Awdb pX d<I?X5i:VQORDu%./F4%'RD s(56y 9}^QiEbvIPU7x ca84t9$½@oώD'\ er) G.2lȂcmv6e@fw>bQ%;PZPh ڠ*+ܨB%Jw1oSL0H)TWc}ϻy '5SD:TrQg^@ᅛG_lȄ߼^ֲŜsJ6u1!UĄ%n2lG뮈8tIb,:X63H y9u 2̧YVD<:0&J|e^rBeeBS)Aq@xhK{|R76 VrvAtyۮ-%[R+DA(ia4+0?⺲ƺpM96(d4wE $,7/Eƻ2!{d蚣'2x߮h_˦IB~cZjPCD۞٫Xrz8?|*~) v܊?6[ZcL$D%GΕQ[WD!wx";<W/.WbX#TZ"T !d}? ):?B3̒=ESN0bBk+`b"/[{$b_nZ`I_4fEÆl̀ NlT 40-8ljމK>%+䜎42:w3de~^!ȀP%?9T}y ye,peTT?Ȁ |Rg[. $_Kpaì|mD6m2v`gd].Fa4|F?ٗ趔ar;rojAP?k|ǩ{NfKy xtƺƼkEe*^|ÿW?-ْ E>¯~?=o+Č!'Q;7/l̃ƿ} րenb*ȵӂW%p=p}3(-=H]:̗|ƢU_Jc<jF 14|Dyxp'pjBIiP&@4˫F2l@ ZS~t$5%?O2ˬH9#-ڿs".0]im}V?.bܬl i:5ƷwkB]Պ mx DFu'!ecؓ!4Lz]tkKQXބD3ĸ =@uEq)"Тryϗ V^!gY_ *ZPI m+Yo-*,p'Cجl${TNJ9q07`P't!kJ1QiܸrL.GyT̼?W] 1,vX+ᚎslz_|mkنypCE^^ b!aeU"T#K1čI/cߤEɮJ ½7kb`sX 'g;=d:oPqD @Xony2c$z؁G!%`QEі2b6`՜XdLt+a, Ds]$6!zWC1ՔD yyM#V}J[tpt| :6J.4ټl܂#e|Z}nS[رaHOGMI8buvN!(B9Fꐯt>?Qo֣?v8苨h9]L%$C']2C}3VԻ"咷0"2O)WV?i`I?KZbnq^`:ˑ6nCjIFIy5RS6\8d+(4fu:, xփJ{5y8j*116$u뫱6|%7䐾JlTKOM'b޾=Vsm`i[8?O4-Zǡ|wlew+rˉ K H;6W=F/KYmyh-(<}K! ڧR:\Dbn+Y ӬN򰤾-6<pQޔ_@\^@> KMAԃK̅کcUmZ6c;=iAve7*Ǘ dhG$);$hDǹ zydqj+PR!/'r$DR5 dj!OqvTD6oCŢ#K1܂?tg%j:pLa͜AXNv} z/^Bu.6Yc+"!'Cf 'GG:~Em2Q-t%"U9Iv=km{ijEQG|v$Eu22.Uu2u aJ :2&V)EBHcNu( ?'xP'm+Q|#.bsKP۬>ޜ,RZKTB?/}ݗ brR1FmQ:.J=^s?nod6uu;B =m+ଟŢ?7rA`o+֣E'TH7qpÅc%J+Inܐ3B=.ˀ`ih-s+Yb*Ks^~C\)d}l8Ѓ,Rt]aI3~^,t kp+?縺 =m@kb}<$JA emV_jy`sjG >"͗V$!='#OaS\cPЇ # <2ί|q x`.1^pq+ ĸA<ԉ1-jF$Ю.98g`L] J|"B8o} 5':^.o!WĠ6w/be}Un.cc}gݻѿR=Խ% hY;X(h""]31I]'C9n-=qIV7y RmV 5wjZ&H$VI2!g0D}RS)NjI}UE*+սj`YK:c ־BUVKdVHxg/g[ahӥ Z~=S<1; <ms.ݎdS-~wAg^Lr;xdU5U< /ZD~s(@Vk)wM6\黄靶;$Jh6vHL0 m4Zř ܔА>VqOd  1M|X 0<2?y)bS3EZ8;'nPeo!OWU7yLEC8[16=Roゞ8NO!! .fn9 [4w]J`,op.K -zu͡ q蘍sgW2t Q<#&? 3cKi:|!pTx,)nF((&Ș?Й*G 9SʍGW)b~FW9eURR ZFKlfdOe=~߯%=KƏUQ-pGxݨ3^/:yNb>ȀpcS~ƟƼ',cۄbla+ ?_ `0U)H= _4rI'8b@5x9N\}o=H|^<Ypsr*e 8f[266N'5o?h4[wFWWCՁ3xN.fzzSM5ԥ1 h審Ac0ZG)nNsK,PE&:48J Vp0Kt۶ʌPAh\ `(qt,m ڣﯬyWO% oX' ?L DHd>\Y}޽MF`X=ȣ?]W jJ)px7F1@afdE9J-^^2h(T4px a`@Hۉ_[ |l1P̑*h&_?o O5?X8amQbA:? Z*mg2}:љ,,j:^-ޝ%9 %#P7L_>/xІ~6)5rDe֞M5.#N7pQ- _>T|@<}it"֤پюRhzmeML8_315S0rkH;&V0PШ˵-oSm'Qcгam<5X3s;z[ppȣD ʼ{H~uKG~5]!bza¥j:QcywUL:5PϘ):{0i^1.!pYzBo1b`G  Hk>җ" q_AR "cJq:gLѹ{aBNޡXc6lce@[ (˷',AC`9L$PD *%/DX4!B`Ꮙh~>'KӮJ]C$r  L5U8-@U6g&_BЬ@)3UHU@ݧvY7HW=^Ɯ`t2&nqd(kl/@Q4'@{nMTϏvfRbCURߠ@gl0W[-Z3܏. G ֤e^R7Lk +3,;4+hzV1<>Ի0"\ރx}rA'V,+} ~J}(_pkHI"Q.vV:XgIj$MOi]D]jy.T 좘4#9KO/"БZgHE}n#㍛lu2jR~<`i3~djZ C e mb} Gu7:#{3ou:)>7 IЍKuboԴj<*b7RwBvF4=o<^!BA(@SHz 4Xn+۝;L""aI]k"j')edʾIcLH )VF#$ _n1`H!]nӂkM5DGoLGoYdwm^we=V:Z+(c&t2>$@(RYO@쳢t.9 CN2ӷOkƳٷt " S!o,MW25 q;(61jKl&lb÷Hf%'ziWjzth<XI; l=]aT6*f`cry:] (N&.b( Gx54d uv1ot@b=VyD0խh؝y4 g}"H-q'veO}C^˙mi=,XQB/٩:.?. 8o7!5LזuƍkMi.,#H ghO%D*x|`4pG#b\4%D:V} U^~@2ϺE j/20բ.{߾cKF16PxYdỤn{_b(/U[ENGa7u Ftqxl93 EV֏˛kb ·U㋯'9Ĺ+sA3bd׬tWΚw1%P:aE"GW]Izs?Gfr݀3Ë^ 焟c7GHcm +bAٻ:s;p猸13N p=h05#Yr-օߒ>xT&g'vm`Z$P77tR8t O.? =p3FG9j{u%,&*0T`-Mb9w`Jm*Sz :q';>Wꓖzu_]w+^dBL0`D-' ߂/$M䭦KFߛVC >^``ڽ?1͢A-lQ{!m'% ZVƦPI0fka)gle[{ Ly6k.G7o IRh)0%(&ejO va ܺ.3RƈM{(.KeӂB6].p!"C!qt|Tn'jNoڟ~kr)f&gߜhsl2X^rosh8h^ B;9[G$\Tlp\k nR0s7(?LO-T<0wP?jd J 6 `q-tNV֬]\x/SkCnIhQ4k5F7CVhfD%⃝G^ 0ꥦ҇)fkMךalTC* ZɨR쬒f_E&GNꅛB`0} PC ]0[죫[2y-9q%:n]nPLQHa%*ݺ9R:4UA?.YɽUp3iQL[6})'Q0Oŀmp\w G}JH?, X[YL]ʻqZ:3WsyB$HѝSOvndԆ/{^֟q^YVV +0R&-oCYHq) j7a-0]1`E'Pug%ztv4Ѳ9?J :CF@B;5IF~qQ̿p|J+DJ`p{K8nOmej6$ƫ+Ku6_g8NFz/)wY+Ǡ5wgϕ,"h <ܢ {0.RM5E`:bUE!Y& ?]G{)6CNV+eØoz9˧ٿ,L@ 1X!#Ʒ!vQWcG6Vxí͉ƒj;?`~"cV~}0(f2Wl Ho2V4ʪ忶lW?C6:NaQv%4e[<M $0*Zrvp- f! щS:%WDp;2piL@z}&qO@0n=>^(,adB1X^r/@l82 /G(#_)( iWs¾!Ѿ/@܌G0KsK ]O?F'TeDFRD)E+l a?8B'a"!7<53 klZ吏݅S[F'0ǚ,G/Fg}݋i$ $bΚ@[6{]yK:sq. e? 7䗝+L2^Xމ:a頻@GHR=nNr kOL&KR{rRH ~X^A$1Po{Glt>|yxS$h:zS4νk͘I {np%C#ԀV'&6nDzlVxm`X{4Pd}R_3Y @nwo.jĂyT) xǒ[~zr &sL {u:Ijncak 걥PZkZ(#58˟n_h0]{'.DիV`.m_ 3Q_?3Ɋf,`w>KFu`κsIӚ oY=2Dr{]SuϞҤ>!e"f=IW,i,[c%* F=z15)SqhHƉu Sg_Fͷd58:E. ڸZH\IE=W>G8n .9BI&3BfNUt۸=ګ/D9SK9~Eiu:X8+Cy fyhk92n] Qv1Me/埸o;@64KW~ҖJ7ɒosTӀ\ .c;qxpk XŹ~dbpMRA(d#79h[6p1 # 2M;Q7W!$"AWAIp"!/2HАb udNd I%,P^9wx"K.F9˕nZA"%ki|>$U(h3F1l!p>Q>`3U@$Z40i10Ġ6r0 8F6Y6|Cv/̓Ui&:Ɩx:+vG"[ 9=ᑧM), +1V j† bu#3> e~Ga @H k8 UZ5=o5ҏ/Nレw;j 1=>:194u0,KY)iu͹3 hN(JYaaR^\V*s/3}%+,2j7\n]qd:w8A &DkQw%9_ 0AsWZS/}Kęej itfoҊL2(ϴtJnzdЭZ+U7=KAwg䃩j]ܞ EPgOk$Ch,O㤓OB)rdY‘¦bmJM3= &ӑPD+jxlLUm/ZZ"^>N ]iH`9;lCy5'r~٘UYm)6jbEA/umۍC~ObQKx(V.~zP{=nG{#*3jܯgSyHu kcNאH4q_IKtc/ܘ[<^ ڿum*a2~HixV㦴:s",;͘خC# sKQp.i!ݳf"^*Hgq߹0y#NTn.wnk:/xU.Xmg>F0H#p`Z.*!o*~Z = [Kň!hu#u qK_`4%InKmDFHn65ƻf:TVY?^ơ3:'!NXB_2ː}R4؆=K:V6|4%]OZ󍈢[:vDdleۚyg>P= `gހؓRs4Sdu+F8NCiBi3&Z1L~x.=7^ 寰)D<$C l][J 7)?\GLVsHIf'{Ģp4l$zIh'7PRu9%v݅bI!#e1Q' mlg^~PZv%a;)UT W`UwEꧠ~V&28UY7H6*q"ܜ&ek1=K>-'ia&@uX>H3.$(H0/u|[JJq5f?s`ve рyZsꙐ-WdVT<:!+<ܸ Ҳ~bTuޠΊ(:9INfT9I<o :^e8T.N&fYA uuZ+mަf#11n;Z\r{m]qOi,z&V1ZUtqGMO<5-lC H^J֣O?9t^fa5,pgZLADCdnVuZͣx_GAs<]r+\lcz[*[k(?R4 bx FA+{nwm)xHD'#=곊]6w,6 ob)^}R9ed]1oԼcBg!fC"?lY;JFoFfFqܝk18t2byԺ++vBx4OmTܗ}#4DJ3 L0 MXGZ_{pngU4~/xf[uQ)niӤVFQ1kcH6:J4>}x/mCB5z3}a <P(uR1Z O늟/a@L4ԡėvDLI|O_ꦸd%^|t\PXQ wSa@u v.Z&\ҞȦtmf\HM,NQ%Ƣ+3e4"J'RLo YdXu=;[W+K8y(הTdi/ ; Z&Q|h$Y};@d2Kٝ~zDXZ"Xza NrL$L$f)Ÿz2^%_]a .ĐyDÀ+Dc܋IX]LV$L5tCFIInϼCn` `GHXg-+*J=d1E:6U=)tuFiؓsP*`R KF|$V\]0Cb L#SY FCR('t%P H\nGsY93\r{:`oO={tGHo`go"w& Bζ h@<} L>Es-OqZ@Ԑ8T!AlF)Vm )Mڿa3ZPm ^[ oWKT}F7p>Ln#e?;-b)zl+sTӈe.{wz/*~ an"Dxl$3sS&˦H2x[c;?(|0ULHEC'Tg3AMBFW}zb;f O~{ABb_r4}jߙL.WǍI1LR5ד\Vj$%M_1z`W3HbϏee ƻ%U} 6Xq#NW h%5,X[-9y@E912_ye<߄"] ZgB6ttO#!z5as\^Kt\}VjaT_Q~zWR5U6Y>&L2Wyʰh/ư &g|]@TZC)]2'?`On:ʙ H"Kii2W- Q V'"CNzlv=]yrBO1up'+;8$"y>',^}llXxwrvV{.L~},!] BٍqyGu]VmjQVѲ+kX^yɔ "%6aEJ7D;=\' $PljDh#ʔuS ıU^m 7ƀ(ǰ#sm{f`M\CXhbуxv) {ep&R22V5*jHWwc^\lM!G162z1-t$0vfQP\"cÅU*a0!۰'o&(E拢^Ux9Vq ytipGN1~$eI:Rb<7[wP[PTV.4<2nAXFl8Qu&5O!3|LuQJ{a -LeR͝S] ʹ;1͵H'Nv7)8w8OOwՁWI|8(^ע"GO1eoui~hNu㼵CC%ϗĞEQ* u5GN,tsRuY}u(CNXoWKӲ\ab0`PU34Qf/&4GXKU6A`t6d QlGMl7$U)C͜P.p= xJ<&Wqz~R[$$.MJ?T.Դ4;PZv}a%ԛMEnQlgG¦a_!Jvu՚\8{wi;%?ol%qM/  gTr6`i= 7Z.rA%Y?`MF g<#Hr, `~p#eL3l@4ç[$Ӹ3e/ JPZ9hg}߽kJym^i,w[`q95ѕ \NIXR"5g3ȣբW$MafݿYHI^(Ec&:atI7j\9ȄZ8WVFy'6MD8W7j|);{P.>@dMeCcrDd F,l^6Ψ"CiY ;jof2^LK&}fAyCg eҥt!̭ڂ4(Gk1,^OuioLTŢW ,4BU:ޓ,tv8$`J͢f2eZdMֻ[)uږ0sװv#bȭ1@b.]SAI;j4$( mAJ^[d Χό} /}`΢4"8kUd鳛>')Hϥt[1Ckl>kuuh!"~:VBmاMj ?!B 8 ^s@ ڲ ni /ҞPF}gdl;EEc3Ey$\~XΜ+Q~g՛[PFnb4^0'Ǘ`Ϙ+_f6N*B $ #T8#NW$= 5f^_q)&=u7Dtwcb?EwWhacj=B N=??Fm 0(c2]`ZǚQضot\G udk0ڌm9$ѥPvBh8d= y .& Ouw)&o'^g*h0wnVY+WWՉ[h /ݓYL}cP4 I6HesC&\ESj|5|[d]C]yF40d+%TݜꥥX& 5ini!`Ǚq dZ%ij%WoAx%p Ag 䁘 s(eY5TD#=᳓ }˒{ -"u7Y> } 8IHrv] (vd 1: ~~K=vijXp 'PˉEK^[w!…'$teФNH#-De;$ªMX%Dei$4(x_. 8IȫPPXp>j^>$D\6 pޛJ_ 2R&=:3U `YrHE5K8%6T]w9w?1tu}l3mgfg?;u 1Y0Ǎٰ&9ԡO 4M>8ޱ-=64 R6(ZgTsҴd ?*y2h5LzLL'pB/Ŧ[!?Ǹ%_FM "8J8g ҧ:Bq%Va;:Vr KY1A<䰏.414nqDI7jZ$4zd}Ebb+rDcmH^s(܅a׺++%VjX`k~[ Ŏ'6De+)էmK\68@7"!DR@?EKBв`ủiطyF~~u9>od YL-ceoBw|eFB^!?jjtU/OI!Ǣ8guHˮ%ZU͏ s]ǼgMZK l:!^lPAmtw=@`Hja8}tc= оAh#fP/*h??;hKUP̫KCd6u)bPmDIЃ1 Ls$xeEynr#ZrZ i 0SMiG+uvDpp