log4j-slf4j-2.17.0-lp152.3.12.1 4>$  Apa/=„F`g|n؁miHvĽ\=1KN%Diȴ@|ڡ`A5hrl[ܪΘ@':  a(pM&Ұ2(m A $)p8罚l9^">!gmp*4NneM+؜ZسM^z^dO> `If-qR57NpL9тۼx<_Q)Afce520e2b06d5e11a01ce1432558e4f959ce9148b4350a3e849fb1abb3d2e26509ffc97afc60bee50692ae7abb79c3a0e9debe05pa/=„1m_hw B.NUp>?4??$d " Hpt  * 8 T  (Dd  { (89 :F:G:H:I:X:Y:\;4];P^;b<3c<d=ke=pf=sl=uu=v=w>`x>|y> z>>>>? Clog4j-slf4j2.17.0lp152.3.12.1Binding between LOG4J 2 API and SLF4JBinding between LOG4J 2 API and SLF4J.aold-cirrus4zopenSUSE Leap 15.2openSUSEApache-2.0http://bugs.opensuse.orgUnspecifiedhttp://logging.apache.org/log4jlinuxnoarchC1+A큤A큤aoaoaoaoaoaoaofbe72c2b3904abf1cf243e3f224afdd5c8c05423d289612cf81a537764b2bb193256e0242bc5347cb631dec26b940d7f6ff1ade2150da4ec915b502f9f9ed8f87e6a46101e7962db51ebb744af14727d19de6cd944833d2faf84afb7436c4b263f1b8b37c25d3c3456f009e028ee4682dc1ef076a6277e31bbd1855a8eaa9a073c27c4bb21334ffeafe713c4c84a43b5c2db9625701c5a2fce8735d75d774e22rootrootrootrootrootrootrootrootrootrootrootrootrootrootlog4j-2.17.0-lp152.3.12.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.17.02.17.03.0.4-14.6.0-14.0-15.2-14.14.1a@a@aa@aA@^@^@^@^V]^&^!@]]?\G\=@\I[u[Xf@ZV@Y@TPTPAndreas Stieger David Anes Simon Lees Peter Simons Peter Simons Fridrich Strba Pedro Monreal Gonzalez Pedro Monreal Gonzalez Fridrich Strba Pedro Monreal Gonzalez Fridrich Strba Fridrich Strba Fridrich Strba Fridrich Strba Fridrich Strba Fridrich Strba Fridrich Strba fstrba@suse.combwiedemann@suse.comfstrba@suse.comtchvatal@suse.comtchvatal@suse.com- add upstream signing key to verify source signature- Update to 2.17.0 [bsc#1193887, bsc#1193888, CVE-2021-45105] * Fixed Bugs - Fix string substitution recursion. - Limit JNDI to the java protocol only. JNDI will remain disabled by default. Rename JNDI enablement property from 'log4j2.enableJndi' to 'log4j2.enableJndiLookup', 'log4j2.enableJndiJms', and 'log4j2.enableJndiContextSelector'. - Limit JNDI to the java protocol only. JNDI will remain disabled by default. The enablement property has been renamed to 'log4j2.enableJndiJava' - Do not declare log4j-api-java9 and log4j-core-java9 as dependencies as it causes problems with the Maven enforcer plugin. - PropertiesConfiguration.parseAppenderFilters NPE when parsing properties file filters. - Log4j 1.2 bridge for Syslog Appender defaults to port 512 instead of 514. - Log4j 1.2 bridge API hard codes the Syslog protocol to TCP.- Update to 2.16.0 [bsc#1193743, CVE-2021-45046] * Features - Add JsonTemplateLayout. - Create module log4j-mongodb4 to use new major version 4 MongoDB driver. - More flexible configuration of the Disruptor WaitStrategy. Thanks to Stepan Gorban. * Bugfixes and minor enhancements - It was found that the fix to address CVE-2021-44228 in Apache Log4j 2.15.0 was incomplete in certain non-default configurations. This could allows attackers with control over Thread Context Map (MDC) input data when the logging configuration uses a Pattern Layout with either a Context Lookup (for example, $${ctx:loginId}) or a Thread Context Map pattern (%X, %mdc, or %MDC) to craft malicious input data using a JNDI Lookup pattern resulting in a denial of service (DOS) attack. Log4j 2.15.0 restricts JNDI LDAP lookups to localhost by default. Note that previous mitigations involving configuration such as setting the system property log4j2.noFormatMsgLookup to true do NOT mitigate this specific vulnerability. - Upstream initial fix for bsc#1193611, CVE-2021-44228 - Numerous other minor bugfixes * Drop CVE-2021-44228.patch and disable-jndi-by-default.patch included upstream * To make the bots happy this stream isn't affected by bsc#1193662 CVE-2021-4104 which is 1.X only- 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]- Do not build the log4j-jpl artifact, as to avoid java-11-only features- Update to 2.13.2 [bsc#1170535, CVE-2020-9488] * Bugfixes and minor enhancements: - CVE-2020-9488: Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. - Implement requiresLocation in GelfLayout to reflect whether location information is used in the message Pattern. - Add option to restore printing timeMillis in the JsonLayout. - Initialize pattern processor before triggering policy during reconfiguration. - Add information about using a url in log4j.configurationFile. - serializeToBytes was checking wrong variable for null. - Fix Javadoc for ScriptPatternSelector. - Allow trailing and leading spaces in log level. - Correct JsonLayout timestamp sorting issue. - Allow the file size action to parse the value without being sensitive to the current locale. - Make YamlLayoutTest more resiliant to environmental differences. - Conditionally allocate PluginEntry during PluginCache loading. - Add missing includeLocation parameter when creating AsyncLogger. - Fix Exceptions when whitespace is in the file path and Java security manager is used. - Avoid NullPointerException when StackWalker returns null. - TimeFilter did not handle daylight saving time transitions and did not support a range over 2 days. - Provide a Log4j implementation of System.Logger. - Added EventLookup to retrieve fields from the log event. * Changes: - Allow the file extension in the file pattern to be modified during reconfiguration. - Add support for specifying an SSL configuration for SmtpAppender. - Allow servlet context path to be retrieved without "/". - Allow Spring Lookup to return default and active profiles. - Allow Spring Boot applications to use composite configuratons. - Add ContextDataProviders as an alternative to having to implement a ContextDataInjector. - [JDBC] Throw a AppenderLoggingException instead of an NPE in the JDBC database manager. - Update to 2.13.1 - Prevent LoggerContext from being garbage collected while being created. - Do not log an error if Files.move does not work. - Rollover fails when file matches pattern but index is too large. - Counter stuck at 10 and overwriting files when leading zeros used in the file pattern count. - ClassLoaderContextSelector was not locating the LoggerContext during shutdown. - JSON output wrong when using additonal fields. - GraalVM does not allow use of MethodHandles. - Allow Lookup keys with leading dashes by using a slash as an escape character. - ServletContainerInitializer was obtaining the StatusLogger too soon. - PluginProcessor should use Messager instead of System.out. - MapMessage.getFormattedMesssage() would incorrectly format objects. - Always write header on a new OutputStream. - An error message in RollingFileAppender uses a placeholder for the name but does not specify the name argument in the logging call. - NullPointerException when using a custom DirectFileRolloverStrategy without a file name. - Add mulit-parameter overloads to LogBuilder. - Fixed NullPointerException after reconfiguring via JMX. - RollingFileAppender was not rolling on startup if createOnDemand was set to true. - Warn if pattern is missing on Routes element. Use default route. - Fix lock contention in the classloader using new versions of slf4j without EventData on slf4j logger creation. - Rollover handles parallel file deletion gracefully. - Remove unnecessary EventLogger references from log4j-slf4j18-impl due to removal from slf4j. - Fix a memory leak using fully asynchronous logging when the queue is full using the 'discard' asynchronous queue full strategy. - Fix erroneous log4j-jul recursive logger detection resulting in some no-op JUL loggers and 'WARN Recursive call to getLogger' being reported by the status logger. - PluginCache output is reproducible allowing the annotation processor to produce deterministic results. - Fix StackLocator.getCallerClass performance in cases where Reflection.getCallerClass is not accessible. - MutableLogEvent and RingBufferLogEvent avoid StringBuffer and parameter array allocation unless reusable messages are used. - LoaderUtil.getClassLoaders may discover additional loaders and no longer erroneously returns a result with a null element in some environments. - CronExpression.getBeforeTime() would sometimes return incorrect result. - [JDBC] MS-SQL Server JDBC driver throws SQLServerException when inserting a null value for a VARBINARY column. - NullPointerException after reconfiguring via JMX. - Implement ISO8601_PERIOD_MICROS fixed date format matching ISO8601_PERIOD with support for microsecond precision. * Changes: - Conditionally perform status logging calculations in PluginRegistry. - Use LinkedBlockingQueue instead of synchronized collction in StatusConfiguration. - Add a retry count attribute to the KafkaAppender. - Update log4j-slf4j18-impl slf4j version to 1.8.0-beta4 from 1.8.0-alpha2. - Update dependencies. - Remove patch fixed upstream: * logging-log4j-LOG4J2-2745-LOG4J2-2744-slf4j.patch * log4j-CVE-2020-9488.patch - Refresh patch: * logging-log4j-Remove-unsupported-EventDataConverter.patch- 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.old-cirrus4 16400060162.17.0-lp152.3.12.12.17.02.17.02.17.02.17.02.17.02.17.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.opensuse.org/openSUSE:Maintenance:17296/openSUSE_Leap_15.2_Update/92dde6798f88b35574714c36052bbf8d-log4j.openSUSE_Leap_15.2_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 PPPPPPRRRRRaNĖCRC!utf-85a6beaa7ee185b406a5c57d6c40c5c9fb03dc1fb8a6848527d82ea8bbfb2873b? 7zXZ !t/n] crt:bLL v:{_.j4B6S=HY&Q76]!;%x0@)fXt"Wm" Rn_@ ;!ū/kR~ ."l홦:x7F:m(9XVv@IoK0S_3sKq|/MK+rV"x\/qB@.Q<[iR_ߕDFVjPY*'izɡXaqjb BGBӁr#mS;П8lZIO#%A l% %{x>j-^`@rUl2Nn-C70&(U<҃M婱ͳ{dpSUO`'tʴDC-hX8tV@Wqz^IXs[;2M6 {`}@s ^gTu5RUb]LvD;{?)sNA3:#'^mnD0f{F!Y@CvVS'v{LɝGo teИՈB)J!:OJM|"lw_^^Kfj}3Zʌ9 ϸHo\]e-}ߵ**"]>{y3V]NĢRh%lNg~}g՚;KxZt1 M@80n xk3Ш`$Y t퀅[?:LD^", 1[.YNJ+G]_F%\4-X.XGsb ;h#~-QϔX|ñj, MD~鑶i?LZ5'V7 zS[VxPȶ}Į_o l\.SΔӨZNQIQBF}`oH=b0o+|[c -}2Qr'ϝ{ |`IYBx/6Hn6C-!h&ށzPtVtSz>ui b9eqn"Cx[vx=r{"iD}Vqh#_[s;-rD?X.+I&{-1qI 9Xwfxe:+k: YƳ9FPWlXS&цȪ.f4RO䝴:G=޹"{ht#?6>%#1Ul8P{zF& !K՞Ѝt."Z$ߦj-$PINl?p@ِ1vs9o[MOYpXIfL,|{^jhD,y5&ƹ=M_HP9e1D׷U24s 5AH cTm8@L3 "q:79]+ozMCLu_"D$|V`-%od|ҮW2%jTQ/ϵIf[Pz+`Lkη:#!y36W6lHRS%sm Ag`BtƸWjGM7pJXuʥU2CWZ̊C~cs->߁Wvyu,`c_:7wNYkwӜWh3aJˈ2NҠx.Hj:;؁}7ЧM5g h=pLIx}9 p\Ezщ4)H9~vXfq:,+f^c6'Nq"X_8({*:,]5knpLz \zT,sZ1xnR+0Ɨk y%bx ]m:$ d nU&29‡g#4I=YM/:L5֨,{3iߊZ[6F|qDy $xԿrJw:b?=Un] .}fd`MpKx7rIY&q]w mWIӏ1Gj .ܬIK*\p`Z ~#rv4ꓖQVAOk7# =uo&6= IyASMNv!ŹXꍇ]ylqsiڦ\ apljץu4rڷ%,ޔÁD*fr1awdSuLPV uޝXHd~L%ҙ2+Ƞ#;Ydm@ߦ sȬՅ EфUhjgtj1kB'`ݍr}Ҷ0Rl˧3 *{*,;׶UW|8 8.nIhJ;@lXt4-H~WrdW]kdM{/=7`}>c&4g9'WcȖuǍ#9z*٨TnOuPЂ6OhL"n P=5RkA4O(gZv/l[ vjTަ0(*!=KQתMI|x!Jԭ=?t^(/e'#9;:?L,ϲCϜu!bJ5sJkXTF4 6R $&{ҴOYTvʨ$f# %` VA!kW_~ɟh!ܟ5egɛtyIiwgpJ \5\R wBE_G$ L:6☛v} O1'43CxTR_Wkp)Y:aINO6㣱`d"A?"~",8%3dzf,{S4]rs#rx? ()xY f^Y [n׵GG_lHN涪"do uIKVi.j2K?%Y5qJ&H%׷ rt.G=s[fMcrT6fSa~ɞeF'H+[|tep+w~9ߩk2͚~@8xOpXy5ij=SOi݄Jg&)4nӺ<WcWq(ɮu)G0jLJfR9l ;8 d!3-1Ln!] B޿[r% fQVSPL֝p5a_L$M܄\PehtlWNY0|-qSN{"G̱}U?L*Y#;!,Ir`CK$c6ݬݭa' tY!}\Q,J1Rն{&o Z{K$OنZ R+]9 icV;p Ha9,8TU|B?g*6l\e wV0zNGx[tSrT{ t ⡅Ǝ\8&&º=KdV Z8fZy@pTk$G,ol:" 92i㶾1j/joȺײtd|*fJ ˴VUP=췣Z bw&#cҒaM g{oy,`zӜ͒5u"* &ULFRJtwEo37{Bz?7~[w"WRy"3Ii7 v3m:o|?8qJģn1$RsZ.>s|ǁ6R0Ŗsd^S|*QƊ QsI3le$9{{pA|Diun|:]MbbMP * 7fJ}أ Ʊ'-%+FP8w/t(ڵW#[#/`ѽĴZ5ZhaOqnYE˹FRw"#" 1 }Iww ρk`Ǜ]1aO?3I379H׎;DGϟ@!emnc<>u'9]'U 꼿#EHglPolcS5E9ib$K[ ! Kss-w&mhC̫혐F3hc*n.֨|__T&OYTYc>3:⁺d{_U[L2JF@p"2UŜ/((@ u,cc}DNQ $<&tBWOfod+d B2W 5B QЈӯaF vЫx#V~( -MECd ?R|Yȋ,wWs𽊹z#Js zGsj3ʔ6ȭ29ԵvBB5Q8怫ʇخsZ<Λ}r.-52oh =ewXDE+!:!N4skDl'Յ\ll"6[7gYzI"G!K3@ux-xo un'3ᜡd m0^mpTO*0%peWʼhe~/%S"퇏 }UNe%'ApYu8t%Z?WϮWf!^!,|͆CQ)t3W;-HҜ+ ~|%h~AG T.ޡRx#|p?@ԣ"PA<ҪWZMn$%e jcg۩>hYꪼ&QN~K+w Ձt {Bx>ހ醁lw8BNuR;\ VX^m62al]4zbfmeC(n5_ՠZQ D>]+Vtno6N5*^0É$R bm1o-|%~DF*.x.D<Þ5k~i*fgz%5,[|]%Åņ{8B3LmFd1fprTK=iv&LwQOrKV8TE,[f8ߑqϬ}q%>3 8膨g"){)*7:{a@{6X\hK?{9 ~<|;M1?+vNLG$K`}_SM엋  WJ]PfvW&cʧ.`{^n2@8`si@ k`"2Ļ3m 6`d@X)kq?YAf& ΔdACP[pIb) {+32Z.t 9k@&9AH [k\5P?л򨑗fm/# GkX4!׷Abt|m` roHHǐ?za?^sPJ Hu"h(Odw#q@]C?H8Ǣ^R8a`w;;{:!aF>LWMKsA }; 7?Coyѫ|` ZM׷,z$E*9)+&?U\8G'%T;n9kkrV@_ȫX}e&c6?skVAtS-wܱ8y,ȶʺ!h֫PB XG:O,ѫ2{~Cs:~14o-pח8LUdA.!=K:AzF%wRua(A؈蘶]M~=cRqw/F1߬,?iFd;(` l?.ѯAmpʳs[?:Q#h5>CW7+ҕ/Yem; S d:G_|_b0d8dI* ^PxmWv`7ǩGKOT6( ebɀ8s3ΔYfMf@1Ժ uN)4!۞"by?v#^҂/!o&7 .9E!8o쀏8ԐIN ΈAD)x2O.½YΆՈϸ֡3{990sXkze|ܔYE ё z[IsJc4P띠fۇ))_+/]L-3+qAE&;&ThXBiB!\XaliT2p14Rl nfĬge2'0{<7vtDd '5`+&lį#+F%xP'$<{y(`ʣ7:,}3:(ɶ᫉hܭ\9wN#R ~q%%=b)iɁOS1ːl.݈# {fTfſ 9OyUH|ྊla.0bM=47[ 6Uu'gMޠ+w(z&d&9:Q7KJ*-o;@v3BfTu JK'x/Y`N8}[C\ nOyv?-ǜ-9"ޮ~ay|T;gכG*ESbd7ƑQ@fpSh], dIF,aǬ*w8=M1v]3sY`ϞqCB/w*2 Trn&uM_QFIq4=݊-*1F1gw.{ ;V@OoA3TG!n0?͌y@R"1 ȖZG vEH[cKCu,& s}vG_).;ݴG<)q0/ c`l/&X{ j}M)(kQ7Qeݥ{(> :vky ZlDOzl{{) e@8}74=H@b!Dƴ<ԩiMW@SɁ>S@}iq#2+{%މef^2UkQtP]ChBΨZ)u5'L >Dvi0gɛzcC tx́Hu=kpw XYHC-, 7|Әr8kI<.drO=Kr 0,йÒy}q۳He7nUḌ <[S/bs!|4T;{" MjyoNj^5W+;q(x% { ހPulO[si=\t x/|6] ;hkbc"x1g0 Ka~VgLB /3ӗ JȸGE] ꧄oĐ9^,C2D/vA}2eՄv`]@RYD>{*5! lP/ ,f]f XZ7N~dZ5 8ͧ+d(,vi%"(ӏS.ٶ除MҔz}OM\ ,2ak%/t0}&2m_m,/!íW:.-J/|55ȸma+. $>R"m ,s8H'@y6%?=J"8mV)UOBƊ~_s)OcϠL j`)LX}!Goux':=)#D<|M/Mq>Zb\Rcd2~C}f(5 30YFq{؅ ԎL9R34{ɦO۰ڟ1N,4D|= 4 Zݗd&P-DiX< Usphd]X&@c|~:"؂5@S?{TpEy\BW-:?:/X5t>FyO*`ju7|̚c=4mPKݣ'/SR("ZbSD<:ɶeMG)U8/[MY|if"Ebއ7Soj_D]ALO f"59%˂Q?k4m$x0pe_nIPk3ψwfDC0XR̜YuWAy^,p9']ѡl0+/%cϲW:*̦uVr{_hHǩ΋9fg25[PL|W:pj2NI1D Y<"Iho%~Y5B.&l:b|3nwƖG#wJq_ )֔J 8bl5#KWjLeEGJ[r?p 1+Z._:wk=7ͨJy*j4`cJ=4Ln+?SEB?YF\ƺ? 6T6)c679LN! 'xS3@M?=KKϨ.AutcV6t?#:#;~ҷyB8lMd.5法{QcgKx_B81n dW77 XI"TL#s/A.woڀ#wޅ~=<,kwk9 %SJDB-H-ud`j~4Kzn,A9u ՅL58CvT$4A= Er\E:hQnP6e;8r-*K(ezj]"zm srjq}SBh퉫6ο?73|n\@`Lu,܆]*Vm P4m43r.*ݲ|J۬).hߕ}4vzD̈7OS?6=G72sjrNg}+=}ZG r<Ȧ.ߩTzsB Jژ!kV(,z& FnI?.g0 7DBBx~?Xn%ߥhjkubcưTr=IN0[ kDhoX4[nbX@Q>i[&ǴYK<揅498n3ȸesk0"$X#{:9^w"0tQ&tU0@a 0 ^Y@fȮ eZcd46ݠLV~q1VkiaSCZ=9Xu"^r#__чɪLj܉B5zڬ\/%o53-"hcGyP$svXiV6!QVVD ɜ5n9+k8> b*i5gti9kU p *aA]D8+o˥IU/<UQ T^@應!f= 8pcq6an'CWdyYN?5 ^*=nb*2F_oh}l)9(v˂40۳#Fm=J&7P1ʸ?pNh$Uյ Yl/[4dQuo&jyìUn>΁6Ep :3jWZZ 7A8=T$j=*hAomYoyn*rq3Au jb^m[Tm!IiZӅ44h%BuTO3bV%:C\L2і9^^0RNX~_E PF e K7)g{oP d6lG9Brt='br?0>]L"I%Ki<wQ(, ]Y#4{> L-؃yzUO9v=Diͥ4I!.ByJY41&`* P*ڮ\L;z$L?FRj}7 -~n'ʸנpouUi#!.ёV UOƽ]&sEctނQq}9:S^W"tqߠVvSDr``ъY)P(B-j]l}΃8~Aq8`uݎ| '3 +rihsb׸v{bҒ9%WZ.^ YVl0~aR\,)?mO!EeRÖP"[٬k,JO$6M܍1up;~}gΣvު}.Kqa/-=wfc LOOe p}g}/I9伯4$rsI$k{

LBOK*ʑrDV ƺ3IX6㓆3JsZq^>5-mZ@Y' >fBibᄏdWh 3*"jrE5>ІkN\ǰ.w/X 2ж~yP-iZNa%49c\J/DΫbrK(.5h ﷙Ii#AU]]mw K&-p+C'c+}n)f"ڧ0I5rýyZ5gt'&OE۹'3hB館~>|3 <( z#`1Ю32 B2ݕy摶L_T!RWry#sM 7V=:CT!,0 Q#į;.tb9hw rw x`ar6RPqrL su>l00P}]QH|ٯVw/D^rgzroS&d59? T47%;]:דC&D@h^"?Ok= ,GݻcNkAiq4Lc}%Q~L6!9g[ [G]B)Xi4Ƈ}kWjǏPqPO2OqUEA4nAA#"هFӘZ: ɄG%#X~^ Ք X }N'In(a O]2jnI7%F gH AI憘[AN IlPs?eAilJ{.7@ѡa&0kޔ9oơ(d j >s6/hV5  == .`4(Ulˊj6H?Ns:X}I!u"2 .DF@mld/;@S.$aZ3%"c9ouv̀X1vewG XAoNqc6u2.%q%νbH[)l0O4ĕ܈ HvarQ|YFl-Y)h:# \&A!($[JG= ] ZW ܀fA^y0wFiIW]) yV|3!\Z8i%]K]*fm)uS8 O&@%y5-*ԞOm҆c,&rCJϾԑAi,m; 7dc#ETbVץ;Sc9fZ(*C K\MbXy3 %[Q3ڬrTor3bsx ;{^qFQ*] oHm>n{ IUk qyXUx'C"ҠUO%;Q?}߰ Wm \ A&z. VwFqX&(Grװ6s9?A엜lmA QnZtL`=IU7}ٝX5~;=ADnAK1Brm9L\1zWR= kFڈubpAU* "{Ҏ%lŒg.YuHPp_}_tGA}F,X Ŋ a,m8@ Tïb70.ATn}ҩ Hb(RǓ8Zz\`$pi]]gI*ӗ>T$ K]5AP;RUNYw[^kIFCǑN' {Q|Ғ .{f ѩPTwJdO1PbۄR]qz'>wNֵܘEKCƻ7cc7!-#7:cC5l`OyZ%{jVy0$+pw+;%SiA$O<wFB 9z'b|<SYڢ~VAս+&"7uPYG_}p; V]T"d7h#L-{4WN3|jh,Ɵ!nH7nT^A1 2I % g(bHΪއdy?lҐ 0#6n*+╟o~\ >d@U QgT9)M0u% bO@ZȬUdMv?_&6#)8 q,eR08qH=v޳HSl+fzYw*q1ܠonrн㼞<[ ZrE@q 2Iijc@skFL*jX4 Fq^;wF ajY\,VU vq(fW,O P!(qӹ%;y"M٣ɬƖCQԟfMI<ԇǝr˨I1o m&}J\ 8 qUhLaocqmKi(WO$GG5F2Pii 7SҸcjҿqޖ"WӉzڊ%{/IRb6^8K3?/ '3ǀ8-9]5lqx7s(gRwE,tYe#j$N|7M<&epX ]w$Tָd4G)6Y TkYjgijI$\kSKWBV(x QAzu~^Vİ$kQqLFctJL* ǯ2 0 e_V7s%uegbi" qCd`ZE<(gd@Lk>3/\dԘ/zI2_TU=x i4wfP{16F^bVHf"'}O$]{?Y*h55P& -Gސ߫~dp #sWg8XG8kʎ}e/beHydo}l4!rId9ᄅeKp >,N`XatK܄vȏg7i}!Cr^w"s Xh=/q鬙,g]@*ݷ{u>uHIK*%T_>ę]!]:@ `;k̚8*>09%DoyòP)A$ Bz s{$SyL;Z8%.D^xh_UCkP9rbj.ߥGT(WTI"A˨YZqRJeFyrql\cEZ\na/RL3~~{ϊӲIakSfӈR'm[g;FvL]\qY&W=B^]\^œĹkb֍=v4M^Ɓ(l=vĞ1RVs",4Z2휷)`ꅂu](wԈ5(Uo\Vu ĖV0fľ')S(GGǪ~zMNSN6S#~F@3 |x_GRNHpD،>t;MWacf= |!@yxL)xh75U-SDŠ،vf%2toXW$ ,^O'^gsBX ܓ͸2G?8d3 nO'FgVApx̣[ɲ8B((ӛcYR\ >I.\DA*|{l./oR^-{ ;|~4D:C)CcזeRf˴磻 np4SrOI)<ئ |K=l9YCh-zJ1 T}^DZ_]1dDX/tZm'p+5E9:"+yoimf@Dv'GW58Bs&qW-M|F߰I.-daͪ6Q!SlZ\Eա ?[  •#֔'e1>Sf|-p:O仍;?zr#ƭf)_g,b ERu#'bFsE풑%$]US2Nj_j~$x/~M֚᾵6y G,MZMH3Uu=N2w~mh0c8?䟛a! CAB݈b/8q>ZCy6Z_5("Su"hi,|btżnr mkZ覓/*ޒG]q6*X^;'m/5*cU z?Bɗv_h\Mս9毭p݋^o6Y~7"؆h0Yzl8d8d pe:V6{S2ڦ@(;oRC8Ꮯ0Xxntp%bc"~TT xȉ']ȉj!dhQGbZ zyBC; Rh6 J^'LӢW#,NAn{Ǧo ̒'FĚ yz>KѯVyЍ9OI@X3\ُa R$5BHaxdNF }gLA2$K!,08jai&[, `e! M p:tEGdV«_#qnי#vlf(z_YWePˤMfH̓)W_tkGM⛟J`n΀H\*qt,!o3.%h,#z {)>^`.;nRX!O@nYmMDwM4=yDB:t A4uh ;%K7uy7c~c*>=FĶ`MF<H N-C 2m m*| V۱#o1(xUnrҽ 4o̱Î(#Ur_&</OOvfAba}M"oijIn&ڔ%'ݐV+j6Bٜ;֘kT&P}JF/wȈs%q.z؞X8*TKF ?4=;o}lexN$;F3jPsxBKoi,q)s<:|ڟ96,L𷲪A.Z0O>A}aN=ٔ7]<Ͷְ!(5R^M>!c !M k045MCI6D1W)%*rLHs2HQ|Yt,kCḳ#M'~",^ xr{tG5(O6FDFa~q¥@2K F_ .zi:E$\ЬyNC怹x;} =μTxCϦ $௃vOɁR]Vy&=\ރNs̉ W{G0[@)9;CG.ǣ=95`4 ifЦq2s#e1%S8Q7L*r~ !vSr`Z|rU[3@y |,cX- 08Wn?j@ݤ Q{z{i-60z`ר6/֯+8p8Of,>^ʴvH)0}ܘv6 qsD2Xyvyf 7> !>kxP rߒ]u¥Ij؉a=;CPKPce剖Gd"Rg|G8v`9A,?$hb` W?P_O#gtzS XZM˶N1dNO$BJz|Rhq+tV_Y6[)r5G%wb*O<}ءר,Kl%TH0^i#I1C{ʗ3dQnD7uBFǘC& }HoT[9㟪yj9tʟoO Nxv98*%Az0zN (@>#׾ P?&%kI1d 79H~jMnx~3?JCYo4gTOP::)Cك{ \0P}'3e Hn E[F+bVu{9Z?B*GqRb]u?#E}OGMOT\&w ~;ϡ H b <0`J+Wj%Gu\Im}} wTǝڐr4;17ԭ^x{k`_{G2_vyCة:ZB l1P?A,> [gU{ @׈qYP֦3 gǎ_e"L'L A7Ɩz(PB'A +pAlrW[E G"#hM}}RJ͢lFTWRomY;Ifͅ1[&RȆ8P|(1W%9cR&ڙх5*\y!zM>GqVvfCE:mhÙ恁 & xΧ EU,Qv>`zfNť㾫$f8nx:E4&zNs;:LE3_!AiI4Kw]58c1di8|-Loț%,Y= $c _O^o `"[[v&D2:c If/s?3 Ϙ;s[_ ֻ\qj2z&FgDȀXak7 $t99 x +-g5iZRssazGcrvK>}ﴑ-#i4YƱ`:ĩH -VXe<Bg<'͟Ÿż"gP>r8#Ƚ$ZZWޖ'7%~C@0[7;G9`DK7b>yAʿR:]u s~:p W D?)Hr^\#ɺniO%6R@+MD;)H] )fL;|@!~mA kH;TH.$O͊UM>$UxeǷYgW2]kܹ?بCmKϭQȸM.735 FZ ,I X\M74j]zM~ʎyeԷ?OzAPDA[0$mCnJ:H\TVl)&%EtRjL=$ BP*Sp\?hw!=fc^~eWFm)+5ԏlrE*6cs, ccgO~Ւ?f}^Ը'U<`'ޜ=q"ҡ$´nlK(\W<x5\>WY#>\4YjRbcMkk]0xBV>'FDJcJ5X#R3)uuY^9ZJ\m&C(-ai]@mYɝw$̳dTėP؟F$v%Tw #CQRR d r\I.yC PAmc|?E÷5F!8i\|}K't51<Xq Z@I[i}@Ha6Y52F)3[t7]Qǭ m,b&zn*6$,K/eh -T8IvDZ]z* #XWdia{jxC_uX}8 5QU1CWy}vRD|,ٻ*К] lO*sҕAtP;C2㴆vdgk.ZqV,K65쮃͜Zm4/W90٧c7Q1l8ͫ (\puɒayNP*15hC ?mg3ԚsPp^ yy`CvԎNCgAqlĴwG\`$%) [˒ 4NI[ }X;2i> 77Q. [d&\,f*M24"SDY7n c&Dү0ϳ 3='Hu楆֞v vx2FY@adžaDI k `GW/?6}x[K`D ^bѵ A h1{~!?cԱ#Kkl -`1z&w L[?ňFC#Q)za<7k(AH.2<r% ;^Bf{B._ê@idZO;Nލ/V|ީ.!Leh#.FE8{S17ՆaQ )Wޭ3z# CkA%oG-~IzaDql}Y]L;#ʐ>E&joZ9W7I+J'xye^B$)YḮt #QD?+l谏wy1(>ߴ9TBkj|^6g2L.#Ǣ׊hZxioe6 T*2 mΗ7sj[䷙g~K/4 NI1KjZ3=XÂl6yIah,X>.4fESB!R9[xbI[?x rjhخr ]1輲=M2כ-E軂xX,i]jF '!y7aL*^.3ㄞl4tJ3A#uW! _k Q4NN$ >w/Q;d}5BpT8 hp!Ux(EWs=c[ eN).l)suRHU{U fpM}_.M:x4\&E*@%0Q}cE$*$qY(uVeKF 3Uz5P/ȿA_It1n|Z9![B+ͭϳδAQq-ࡎ>a9]\c^.YЧz7TXU 2#sn[T7non@ud6FWvjW9LCc %fB-וǑp: !mFeSaYPj^|NyܯqL )@.q>8[&NN֙ {o'eh4m MAFLHv EFXj=NT4Jv\JOqartX? |Xg' TF^$Xki(K klGجoVy E86]HZ-TЇto17twc,/vAwne'~h pVk i=U hzU!qŒjIxUvz)P6E^E(- UC-TRbR o4e-,3Mxf펖r0.[D1Gմk] X Fg\tL.5LòR~:wȶ 'źxy=K}Ks 61A(,jݹq*tGkSܤLgnjAy5T[Ncmds0Lp?<iۃS% 0 <8 I1o< xP>F$Ĩ碨xQt.0Y]=ڿ%_ZlWobKrٶx˫S:~J[4o/JZO]?N7bCB)> Nkpky KQAWXs'/ڜx$ʦZ}jT$D%>>Ax0v ];:d#nƥ oߣӆ iZ"L6jnEE&HV2"R8@.@K@uof\œD(P<zvF+Y7:#<\ v:w31e*;{ԣ2'[- p2[eNn$ u. XK o\Hb3'֦ h4!@2J]i$0_lFCIA왐`DS yZ~T]HC0"& 7nǭ*VkzQ Ã#Cз@S@*] YELujldes՞0Sm{$rCWx'q0 f96Q/[s%IOkQ^yݶ6_Z±ӌ}aʿ:>ٯ717}U2 ww[Q0 ҞnV`߭04c^~'!De|ieyc51S3otAXHP"ʿ0p`1lzِs"*jOIRq*&pW1 .<^;>6Q ?7>dދckf*cqиWC:䟵iI25VڱX⾷7;YO'M|lZeauCv^jУ1ЗDzbO{4ECK>WfgTEmUzWjágÈcH,J[3SD.4%|iW, b$gevjB7K}_hX⿿=P-:aY$ykR(D:ewQ+ddk S٠Q5$g s@ a[3 *)_xeɹ'dWE/lr'!9$f"ud,SQŀ%BX$ud7M}\[n2*c fa~(`50( =3]}̣q/޻NvxD}TVRqx JÒt01 COƞfA})W*s H@XF!Z"Yx7Sw#|f-M6wdL/h;҄zrq0GCv |YDg([xe*c7dM}h}Pz.T7W͞fѽf.~ w_^ w"납H ]$MHA)#ky+{+Rcx`dWy;nc/{kَ}kޟLYPd#d|դeyd1+>#E=娊^E cA*@҄ r bB7Ѭ1r@'rq Q^l>3`)Avdx64m@)AΪ!,i-T._n+6unX˺,j'k̖HzY;QHƂFA'ȁFzPeg>XPX a~"LحP9Hs?i5yUB7l0~!_ſX*as5fL=1$| JnS S:\/}^Wwvar.Ͳ !q. :}=jy]qwl,͆p%#$ݹod 2YKD^u |jSXItV#cCobV`tϐ|flG",!EFfN1JףDKlB^ot,֫twY(,S &6ċ`;A3hhC YZ