ant-jsch-1.10.12-150200.4.12.4 >  A c\p9|@RYnMOPjmvl!P;s`}ڡ A}96VizGb@;%vfʺPHv ݣ-&wCe2ppNrv>^Q 3Mef60deb02d950eb11225a6376ea70362d88f6d70bbc4df3aa3a93a71260666c3388049e83cfe8ec7b486cbab4b50313298f39f131c\p9|akpN[i09ԯ{i{@w#2Tq7jf.}.Xf;i70kTB(S!`jʿJ[}n[^J]KTXٺ8( LTt#$HO :_Fs$J#z$|VGL2V-o&`CWL\²S8 D` ݋w;qeayh2$ͅx#Kz >p>?(??d  ! =  &>DLd p |   8P   (8/9/: /F:G;H; I;8X;@Y;P\;];^;bpx>y>z>>>>?Cant-jsch1.10.12150200.4.12.4Optional jsch tasks for antApache Ant is a Java-based build tool. This package contains optional jsch tasks for Apache Ant.csheep17&SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Tools/Buildinghttps://ant.apache.org/linuxnoarchA큤c c c c c c 87bed2e8996a8ba9c4fcb6ca829fee7a0143c3168312ae503b8c9111e42b3fc1d5326b808acf92321ac34aa3a48deaeeee11fafd2cc6b86d21e23b9f4e2ec6c17e86d5d3f73f41ec29ee3b8e04bc8f3107da5938c4e7cf1397763b0e8571f80fb93d599e1e85fe5352e999b000b38b7afdcd88ef677abcd3923264562627bf63../../java/ant/ant-jsch.jarrootrootrootrootrootrootrootrootrootrootrootrootant-antlr-1.10.12-150200.4.12.4.src.rpmant-jschconfig(ant-jsch)mvn(org.apache.ant:ant-jsch)mvn(org.apache.ant:ant-jsch:pom:)@@@@    antconfig(ant-jsch)java-headlessjavapackages-filesystemjschmvn(com.jcraft:jsch)mvn(org.apache.ant:ant)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.10.121.10.12-150200.4.12.43.0.4-14.6.0-14.0-15.2-14.14.1by@b@a`@_u^2^^^@]X]?]@\@\@\]o@\]o@\Yz\T4\U@[@[ٙ@[[j@[$@[@ZZ@ZZYq@Y+@Y@Y5Yo@Y@Y:Y.@Y@Y]Y]X@XV@U@UnU@U hfstrba@suse.comfstrba@suse.comdavid.anes@suse.compmonreal@suse.compmonreal@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comjengelh@inai.defstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.compmonrealgonzalez@suse.comantoine.belvire@opensuse.orgfstrba@suse.comjsikes@suse.defstrba@suse.comecsos@opensuse.orgtchvatal@suse.comtchvatal@suse.comjengelh@inai.debwiedemann@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.combwiedemann@suse.combwiedemann@suse.detchvatal@suse.comguoyunhebrave@gmail.comopensuse@dstoecker.detchvatal@suse.comtchvatal@suse.comjengelh@inai.detchvatal@suse.com- Disable a test failing to compile with junit5 5.8.x- Do not build against the log4j12 packages, use the new reload4j- Update to 1.10.12: * The update includes fixes for the following CVEs: CVE-2021-36374, bsc#1188469 Excessive memory allocation when reading a specially crafted ZIP archive or a derived formats. CVE-2021-36373, bsc#1188468 Excessive memory allocation when reading a specially crafted TAR archive. * The http condition would follow redirects even when "followRedirects" attribute was set to "false". This has now been fixed. Bugzilla Report 65489 * Made sure setting build.compiler to the fully qualified classname that corresponds to extJavac or modern has the same effect as using the shorter alias names. Bugzilla Report 65539 * Prevent potential deadlocks in org.apache.tools.ant.IntrospectionHelper. Bugzilla Report 65424 * The implementation of AntClassLoader#findResources() has been changed to optimize it for potential performance issues, as those noted at https://issues.jenkins.io/browse/JENKINS-22310?focusedCommentId=197405&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-197405 Github Pull Request #151 * AntClassLoader now implements the ClassLoader#findResource(String) method. Github Pull Request #150 * Ant tries to avoid file name canonicalization when possible. Bugzilla Report 65499 * javadoc task will now look for warning messages in the STDERR stream too when "failonwarning" is set to true to account for changes in JDK 17+ * The tar task now preserves symlinks of nested tarfilesets. Github Pull Request #142 - Changes from 1.10.11: * a race condition could lead to NullPointerExceptions when running tasks in parallel. Bugzilla Report 65316 * fixed potential OutOfMemory errors when reading broken archives using the tar or zip formats or formats derived from zip. * org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.JUnitLauncherTask now has a new protected createExecuteWatchdog() method for allowing it to be overriden. Github Pull Request #147 * Upgraded AntUnit to 1.4.1.- Update to 1.10.10 * SCP (with sftp=true) task would fail if fetching file located in root directory. * Fixed: javac task would fail if the arguments file it (internally) created didn't quote the # character. * Make sure LegacyXmlResultFormatter encodes characters illegal in XML the same way JUnit5's built-in formatter would. * LegacyXmlResultFormatter no longer double-encodes <>& in system-err and system-out. * Fixes a bug in junitlauncher task's legacy-xml formatter, where the testcase representing a @Parameterized JUnit4 test wasn't being reported in the XML. * Fixes a bug where the ant-testutil-sources.jar that gets published to Maven central repository didn't contain any source files. * The condition didn't follow redirects from http to https. * ZipOutputStream now overrides write(int) in order to make sure single byte writes get the same treatment as array writes. * Fixes a potential deadlock in junitlauncher task when using legacy-xml reporter. * javaversion condition now has a new "atmost" attribute. See the javaversion manual for more details * The "listener" nested element of the "junitlauncher" task now has a new "useLegacyReportingName" attribute which can be used to control the test identifiers names that get reported by the listener. See the junitlauncher manual for more details. Note that this change also introduces a new "setUseLegacyReportingName" method on the org.apache.tools.ant.taskdefs.optional.junitlauncher.TestResultFormatter interface. This will break backward compatibility with any of your custom result formatters which implemented this interface and such implementations are now expected to implement this new method. * A new attribute preserveduplicates allows to return the same resource multiple times when set to true. * A new attribute filterbeforeconcat in can be used to decide whether the filterchain should be applied to the concatenated content (the default) or each nested resource individually before concatenating them. * The ssh tasks now share a new nested element additionalConfig that can be used to set config values for the jsch Session used by the task. * Added new discardOutput and discardError properties to redirector and the exec, apply and java tasks which can be used to completely discard any (error) output. This is a platform independent alternative to directiong output to any kind of null device. * junitlauncher now prints a more useful and instantaneous summary of tests being run, closely matching the junit task's summary.- Update to 1.10.9 * Security fix: [bsc#1177180, CVE-2020-11979] - Insecure temporary file vulnerability * Fixed bugs: - The ftp task could throw a NullPointerException if an error occured. - Propertyset now also sees in-scope local properties. - Replaced ReaderInputStream with the version of Apache Commons IO due to problems with surrogate pairs. - will no longer remove the temporary file it just created before writing to it. - and didn't deal with wildcard hostnames in shs config files properly. * Other changes: - Ant will no longer log a warning if it doesn't find tools.jar. - The task accepts now a nested element that can be used to perform custom filename transformations for the archives. - Added a new PropertyEnumerator interface that extensions can provide if they are managing properties unknown to the Ant project. - Added some special code to support GraalVM JavaScript as javax.script scripting engine for JavaScript. In particular we relax some security settings of GraalVM so that scripts can access Ant objects. - Also Ant enables Nashorn compatibility mode by default, you can disable that by setting the magic Ant property ant.disable.graal.nashorn.compat to true. - If the magic property ant.tmpdir hasn't been set and Ant can control the permissions of directories it creates it will create an owner-owned temporary directory unaccessible to others as default tempdir as soon as a temporary file is created for the first time.- Update to 1.10.8 * Security fix: [CVE-2020-1945, bsc#1171696] - A new property ant.tmpdir provides improved control over the location Ant uses to create temporary files * sshexec failed to write output to a file if the file didn't exist * Fixes a regression in javac task involving command line argument files. * sshexec, sshsession and scp now support a new sshConfig parameter. It specified the SSH configuration file (typically ${user.home}/.ssh/config) defining the username and keyfile to be used per host. * "legacy-xml" formatter of junitlauncher task wasn't writing out exceptions that happen in @BeforeAll method of a test. * Fixes a potential ConcurrentModificationException in XMLLogger. * Fixes a bug in junitlauncher task in forked mode, where if a listener element was used as a sibling element for either the test or testclasses element, then the forked mode launch would fail. * Fixes an issue in AntStructure where an incorrect DTD was being generated. * Fixes an incorrect variable name usage in junit-frames-xalan1.xsl. * The runant.py script should now work with Python 3. * rmic has been removed from Java 15. The task will now throw an exception if you try to use it while running Java 15 or newer. - Remove ant-python3.patch fixed upstream- Add rhino to the ant-apache-bsf optional tasks [bsc#1134001]- Remove jakarta-commons-* dependencies [bsc#1133997] * Use apache-commons-logging and apache-commons-net in optional tasks- Use xml-commons-apis-bootstrap as jar in classpath instead of the common xml-apis jar, since we are forcing build against the bootstrap package- Upgrade to upstream version 1.10.7 - Modified patches: * apache-ant-bootstrap.patch * apache-ant-no-test-jar.patch * apache-ant-xml-apis.patch * reproducible-build-manifest.patch + rediff - Fix ant-xz.jar to be non-empty and split it from the ant-antlr package- Build against the new compatibility packages log4j12/log4j12-mini- Remove references to parent poms from all artifacts and do not distribute the ant-parent, since we don't need it- Require directly xerces-j2 and not its virtual provide jaxp_parser_impl- Make "if" statements in build recipe POSIX sh compatible.- Create an ant-junit5 package to build junit5 optional tasks when they become resolved - Add a simple pom file for ant-bootstrap.jar- Add compatibility links ant/ant*.jar for bootstrap build- BuildRequire hamcrest for ant-junit and ant-antlr, since junit4 depends strictly on hamcrest-core only.- Build ant against xml-commons-apis-bootstrap and xml-commons-resolver-bootstrap in order to break build cycle- Don't build against a particular xml-apis/xml-resolver provider, but against the generic virtual provider. This allows easier bootstrapping. - Added patch: * apache-ant-xml-apis.patch + look for the xml-apis.jar and xml-resolver.jar when composing classpath; they are symlinks provided by several packages.- Let ant-antlr provide ant-xz too, since it contains the corresponding jar.- Add aliases to some maven artifacts so that packages out there resolve then correctly- Update to 1.10.5 [bsc#1113136] * Same version as in 1.9.13 but with additional features and requires Java8 or higher. * Dropped patch to build with java8+ already fixed in this version - apache-ant-1.9.9-sourcetarget.patch * Refreshed patch: - apache-ant-class-path-in-manifest.patch- Add reproducible-build-manifest.patch: Use less detailed version string for manifest's "Created-by" field (boo#1110024).- Require javapackages-local in order to generate correctly the maven requires and provides - Install maven artifacts- Update to 1.9.13 * Fixes a regression in the "get" task where redirects from a HTTP resource to a HTTPS resource started throwing an exception. Bugzilla Report 62499 * the new allowFilesToEscapeDest didn't work when set to false and archive entries contained relative paths with so many ".." segnments that the resulting path would go beyond the file system root. Bugzilla Report 62502, bsc#1100053, CVE-2018-10886- Build with source and target 8 to prepare for a possible removal of 1.6 compatibility - Modified patch: * apache-ant-1.9.9-sourcetarget.patch - Build with source/target 8- fix build error for Leap 42.3- Add patch to run scripts with python3 if applicable bsc#1082202: * ant-python3.patch- Update to 1.9.10: * Various fixes for java10 * Small fixes all around - Remove merged patch reproducible.patch- Simply use find -delete over xargs. - Make description neutral.- Add reproducible-build-date.patch to allow to have fixed build dates to make other packages build more reproducibly- Remove dependency on java-1_5_0-gcj-compat-devel and build even the bootstrap package with java source and target 1.6- Don't condition the maven defines on release version, but on _maven_repository being defined- Allow bootstrapping with something else then java-1_5_0-gcj-compat, but still require java-1_5_0-gcj-compat-devel - Added patch: * apache-ant-bootstrap.patch - Add -sourcepath option to fix build breakages with Eclipse Compiler for Java(tm)- Added patch: * apache-ant-1.9.9-sourcetarget.patch + Change java source and target versions to 1.6 to allow build with jdk9 - For non-boostrap builds require java-devel >= 1.6- Do not generate poms on ant core packages to reduce deps and allow bootstrap- Fix bootstrap to avoid new cycle bsc#1041966- Disable javadoc completely it is on the web in much better form - Remove if0 conditions - Remove patch apache-ant-old-gcj-build.patch for sle11 and unused - Fix build with split javapackages-tools- Version bump to 1.9.9: * Read WHATSNEW file for full changelist- Add reproducible.patch to allow reproducible builds of ant itself and packages built with ant like jcodings- Revert the previous change as it broke the build of most java software stack- Add profile.d scripts to set ANT_HOME- junit4 test did not work (bnc#915686)- Add xalan-j2-serializer to ant-antlr requirements- Sync the changes files among the subpkgs - Version bump to 1.9.6: * Read WHATSNEW file for full changelist- Do better quoting to get better error messages when it fails- Fix build with new javapackages-toolssheep17 16773284111.10.12-150200.4.12.41.10.12-150200.4.12.41.10.121.10.12jschant-jsch.jarantant-jsch.jarant-antlr-ant-jsch.xmlant-jsch.pom/etc/ant.d//usr/share/ant/lib//usr/share/java//usr/share/java/ant//usr/share/maven-metadata//usr/share/maven-poms/-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:28016/SUSE_SLE-15-SP2_Update/9a2da02df0923420ef08e2a3555cb54d-ant-antlr.SUSE_SLE-15-SP2_Updatecpioxz5noarch-suse-linuxASCII textdirectorygzip ERROR: Stdin has more than one entry--rest ignored (Zip archive data, at least v1.0 to extract Java archive data (JAR))XML 1.0 document textPPRRRRCmO,o"%piuutf-858af0d6b69d07ec78b3f65f7a7c3827c40eeaf7a5ba993d034e1bd82907adbab? 7zXZ !t/] crv(vX0J̾ە@|]zd!vl1,H_+8cj:G"d;0v"/H ~ -()Xe P_h7p!zK\io8o@U?ҜtR4;!%P'#;;6jЀi??*UOm랛uN(b`:~Ÿz뒲H߮;Eb+Gcٻ|Ԩoʨ^ >!^LzROz }fMw,}Ɉ1i7մO$#)xB~YU&vxЭXB@zXw`G |}ک wvE]ڦMda#`y6%~o}} b5|{rNN"VExvxie2r&GQjkVcV 9fc rvHH??瀺5,e.<"V(ҏvn ~ ?o/y!3CHa1cErF֕Ѽq]}u [ b尻q=u?P|鏮4bUU6> v3jI(K=Zuo}0D{ B Ӷ> GWf/0 /;B9FgѓŐڭgZãghIe?-# 32a-g}Ά?hrmu} |SHqe{&&IV۾77T@Б u\>ۀ$ Ru-.wD-;YH0ߦcH).RJF5` LָP45}+?W\e: =\9 Sϖ EdQ~TZeş9EneLGi r!Q3B 9[qr!'rlzqpS[Y{ۑSLhڻb|4'Z'x$ū[ -ӏ#+16]K tѨ#`3ӝ{Axǚxk+Nmc> C bN]^9d]eR* Azf$z{ilH{CBZG dE0%Nչ Wq˚m7b3S^V讳2. l6%qQ6Q9NIߡ6B{M'9Fs/|C03߷n}Q8" 7 AʰFVGQuM/XC; Ԛ;Fn6f',F:5!Dz-zo5ۼK1]lOұ1ڔnsRM؊ +~XEb/D#=WpnMey.- xb5ᩐȚga^PI1ȸ xF&:j=/q ԕΉ,(qױw">\~wS7P U-j/YN0Kӎ*`5Z͘Vb6͉7C C0']}v+ px_RZPUyŚjmPFbs\Fm(ԪS?y}< 5aeę`sQ[HbY%V5_DyDZ4[ UMꮵ 򴁘*?q@-ݘJ/}0Rq"Ph'i jČ-t dǯ,":e띟N5-^%&%D [GUxF_he}׍IfaO4HO\9>J7VDCX ҔgprvgGƤoJwS8I'UADqdE`aGJaL;{Z$)0bȧAխp~&:IJ`QݸGO~b([7K `׉孚kӱ!Uq@vAN&pSC->'t n1KʜM)oS@ҙRώt؊aں8MN+0u݉kͬ)o-=fW?5r mLh_bd?O/e!E)71[yVJa07݂23AǧC<$X.@X|Ln1,F}j~_̕U0 Ф6 ~3szD-m0'F73+Auo1rXt_B:DGLu&L\&9EZn6;;yJZ/x?];Y8(x& 'SgS".zM(2ňl녠Q/qM=d7y;%-E#{| A^D}|~C ho)5W}}銍 DA]F>*֬Gwy r(P YoȆ3ZŢT~-0Klc=;E'P9 Uʱ8u_o\lY mpiD~/dhM%Xd^q'M/x*xalOiގ3<E8#s@c2! kj͸'Hv`ls%;/@j)D!Qlmdot<ո[K-Pxψ6 xP=2-> ֈP)uN-|$]҆½\xmQzmA E3ԛN)#ܖZW9pC:O'fTQF*Iԩ2:rD7^̟wKJp\^щ޴f3mT a<֔ߢ" m<׺dUhݳ此pwOА蜔hAO yO& Ҳ_}aO&X_Q,AU8\F ,Aa2@607fIu=$frɥFZ+&Е%8!C3 c3K 2#/WW an3uT?v, ED,ĄonQ!@Yn |4 h$ΐ(Cm߈A|Y!HJt͌};ջ\|C{2мמlo\XDnoܞM_mE͇ +nr( [~٦(1'nUNg\sG%b:ƾEbC2@xVNHx{+#c=p[I<E P5r1>Ӏy;c@[, Q+G6df2d݌;]Tj؟@Otucqm%]A=R+qW _rsg8xӳ,\1(![m_Xev:+ y*_xml@.zIJBnT/}-?a:T5⃍{A &Ӫs=J,ӗ`2 wy#hhH3L._!S7r#?)rqosVRS..$p'E熨|%4,V4ȇE[YXxRWﳱhIJe`ە[9=1'ŠY y 6vC) p߮bUq񊥯bBV懞I: ڲt1!@0 g qQ m|;Do>F><8DfͰI5S%+y^ n|h9؉Rfg&g]L:J%asu]57EP:7 (*9eC06%߱H#eiztGOK`D?fzBHzmHϜ@ZOyfNm#KԼIxºT3prCq J(q6/< #wJVsA~zvQJ }daB+%1{3ɿH #/="cGjJ!|nGl|8!bnjfm) gGDeam ⥐'~[n\Ϭ'冯 L<; ;hR#e&Oo'y5x)S;L௄c+,,NDCgC' R|4`wlBDcKTړ2 ɥbT;[43Q y48wt<Ȋ\D8.8wnP0d#fhe?F7 vFÞ hhߪ,ݰK(CN  #m>rR BF4JPo:&{+g(ˬ]pl.)+fNqx@ E\!쬥2Bt'?}Î~wr IL64gPˎW,6 ·CRZEی 6 N߰m&SgAXSm4*_rFAwN'O[;y0Onwcs9W筈)d󤀖aFl\G&jG*,*+yՒڙ#$]-_%Bi/<(@'6 2 عeY ƕ\M06Hhlz]uAZo.&IZsnɂ{7In0mnzE.q/i"Pcsء'-+T`>+oÙqF;|1^NPE3/#41)Pcl7gɕpxV'o9+@>ft} +fh{x#?ͽ.^Lk*U!q&`-> _5+17oː{/K]%RݸFu!mޥ*DM۰-6ڬh|F1s@ZQύV$Ρl/HW{Sڄ!rZs_]d*p~0IHur% pϋ;l5 gىsƗWNтgb G|Ka}i#SBG^ 틸y吐?+E <[BN[jٗSK` u1V< kI5JG{ƸTd6&| .HA\l)Iy~E)(%BUQPeB]I(ZL|4<˜:6geZ6_<>,}jW|ȠhDf,I۞avl"LA:Yz-(ȉ$e[VUA?2E @L=I J[",eڳep0q6ʁrMVO%wst8?ᥒYKY=bkdėnaڐL<]/cd,RB)ڱHK Yx￘d=͐ڏ3ōϺ%t7iCɝ&aC@~j Z2Zgmn!}+6ĤCWB{ ."b`20C:Tb5 } 05q@Ջ35(Ȱ 90kpKde) a+gnlCqZ$Xm#z3A'i;V'ӸRDC0?Bmѩ~_5J\jmږUd̘NZP3{hƜi: VH,L5rþHNZ%4}]J&Y)(y\ʗXņJ|~t"JG73-ɩk|r=<`^*h2: |G˺M9iLtz1&X\yf,CA1֪~hZWzgZI=*'.Yo4vLM0ouϨ`"_'C$7qHbӟUbs D#{7yłL':FC-AgW.)F.~\iKZSZ^1=j !12VBhwEq6?)C~E;SjG[&'@W]LfЩ{A,CzWՖDD^{qhew|<N/ط\ͭ22Hl7(r7?+A?hffPsu˰80$^or(ޛfqdL#Sj#FT7Ihcd{yya]_=~s?jI5h[ *{Aנh Ү,2}|Aj!V$z 9 7m4$Rǯh "B[`"J08 D+'3fK3h gt1;Lħ^/3~-'П`` [ v ;{Vz Al@A7"|$oWi ompw{ԅ.(ؿ`Q|pwqw.n?#w9VsK.-؂aGYVɡ?^ ߠs#kx#QiVX'%nVa`]MYIǎ:^CH83?6{+`0d@h$bR%W%co5[VLB,4 NʹfF#] q &i~~ySY0y Zxa`=^ƂGKO9v8NrVdVj6m {cG[E)bB̦$w/u>Ȕ5 3 i.Ks{Ox'2q9΄0fzqqt8maECvÉ{dD$R&^ Ƿ$s&x/m'ɣE/4]kTt[J֬zq&|`oh"7dw7 [E2/#%/wPy$CjM*YGY;D+W5!=_!,:S) +Q]P5)i䛦`" {PWkYuy+Mnf(9?R#0"k9 fRCz6kY)݉mN= U)7Q LԨAO'@GgP`ߕHxhT$P {)vrWeۧRϟ) f|БW<Ӊv;+qp~bC-Ƽr BLmYX!qT-#>n)NmD-(H`):Kwyt[vZrwZNlyOɿP[v>[KKܞ؋=38DhNU|fC1 " P,TC#BzA-& &NP,c{xhnrY>1Ljg@bbxd=QckT% >9]S|0FR5tXy 蓍Ơ.7v56qw0MJkW6#,{i113¤}5kz(͗<<46Ÿ9c&_#+;z1Pp:2A(ؚ)?hSckN"&I43!x~TP{~nI@ ߃֋ Z -r2.|ct+@# 6|,שA |^P}*\A$bpK~oì _e>##Pg+HLHhe"lHѶӇ@WqQaDP˄Tr$Iz_6@eUfJt&2}};*17m4$I-Jrt-(#,p gW(q8rSL$DLU3O",6~>G^F+kxT 93Gr:#LN~(/a ǜFgu% /U=,F0r;s6 :ʄaG<9*m= kwDr;R2E+brQSX| ,&0 PBsvlCzFHWnOh#E,`TVA h)ƍz2!|E[V $m#)|/-DGd /AVpp_b#@^)3̜//}A!<G3^uיQlx>fjpE)5$ , \ÏnWh%mjj_H`/ $FCY4h*:ebt4FzdzRu[`[i-vJNu [o 3ƣ=: k^Ҧ"؝ޙE&$l%RR )%{1goKʾdWj)(V-QҺB%DvzȮnQv4]4-U7 NGW&@=G,t&Sg;ase#61m{%d9E2$/"=[<>;|j> L aWh϶D!>U!6znr}=z,oc/Li܉ RU˨Xi<|0Iv$>25˜Փbctmuܯ4t]:50mg`<\IGebiy_MicޝQȁ><(N NĤm.z6%3Z26ch4_1BIfu&{-:;,̨j̞p*YrIEYxJvhIw ً)r%TA$3;z"<iw0JZF|whGYa=\ ޑN|]ƽͳ^uBۜW:LQu7f;n ͵$ɜ,Ugm'2@W1d.c{%~ڑݺ'߄یNt 5ڐ#w2B1ഴ ,,R ihZwM,F~D&)4gwhx^l|M팭]P@q&)on,Ċ9ׄ [[112Êhe(:lUYLuSAP eѿđ^-UL yɸ!vmBW5/9R@F?g yg'vQQcRF$K }E&2> 2(7bp(1p `U]c AiTNYY ߊSd82n$eDyZIʕ>mtuY[Ш|j}UB!qi oz tm=hmWQ3kzOAr\@\˲≋;R[S F\ %~)z4V>Ӊ ڟ 2MoʸZC_+<;Q).cƷ;kjE ,В|0 1ⱂc9_j{5wp<]MAY8ORi,ND\s2`xfJ=*Y ]3XCe"sƴ6];  RyƏGԬ?CVqj^@^j1ת+\nTN  2]WZx%/ ù^S>z7mRAl)%CC Hz":~nUȉdR\X3BG:lr(bCNMfl\΋ao:,s\#)d%ļKRh:r YKL2"%,.nٜF fWCzc`6v| ԇటLEX7BS1w2xO^wra =E*` (?s{{6YK:W7h pmA c oQTᶁI W5l3m)*$J^74vQĿO.1S(0/X[F0( o|vŋ_ 喙qRQ!(Xۭ̉*?qUVDH IG%B 8F ٱ݈68)!ԡzJ]%X#T Pu(n0ywB8 Oҭ@T a(zm)rP'R 9֔,1s 2>oE',2e=Y׵zἎsģ$3|U>{oÏB#H)^E_s5m#& ʘIPƆڝf(׆ƹ1b/J87Y}ZʏjO<òMqRUF}x S]8=i{Y/r+6 =Yiz4RhX-6hk99žt$v5x)ToDwcFA[*q'" ?,A|oLqaYa,Xjs:^+6UrI~f%<5q ?*td7p9LsF&tq&kn,htX f ޒۈ6ySHb ?%LJiTz$ pe,'/!,.6PuωNyO_HTL7B)/t~f[$jFxB.Ȅ} 8 K0}+ rYهS13ǠLj܄d9ߣjvSHHomCh؋ 76F/?8 ש:eP>DU5:$m)+5ATeD^02;(jZbӽe' eiQQf+3^/S?1m=潶,TIeTE]{-!7,Nf"IʖEHz1O%kQ9tfГ'6H =#*J ,gn]ЄpiAl\G5ԝF)u$.zE0+ȴ::/jvA2-&Rΰ={R,+B3|AJC&r$\mB 1ؚWB"~ $sڵuQ;ӕJM@eO K9&kArܡ?⺑?1!ENQ0DW =uz_c@ s EUfJ@s``>gk0asJS{<J T}G&[W@,'H'wMϗ5,QN_OVm[ Dͯ}),"3LvfɃh.t&O$)O agwqjed؎Pw,", do2qtB-(C>9Գ᧮TǾt ‹u*Rk2r#8ak/`wt#XRTS65[W9@b}K7Øb~YYlK3n}rd]y5JgJxF'~|Z=T;yM |KV@WGG<qH0g㬐>kog%-lK:}e!ENmֲlRj|@ γ2pyMQ8_?>B%kiY5'C'-U9JłM= |w(b{|70vLL;4lZ 5 #Yfy2'θCLGӪt#gx{=+*!_ܱz60lVк"KYw (1Fjp+5s \Y{e,"VzXˢ^d XMK->hދbO5$!?IKUcZ%j|KZ<˗ CW7y濟 6y$0}G?5|h{+gໞu] E^m5%-j 1Gv '0[jVQ" ?VO>p-.({-'igkՙU?CE)@p0r.؉7_ @ 51y[m yd6)[KNrv o(w(!`drܴ)nI[G|萻dr`*])#G0VIcC]N09)K2t,D@xzIɏ?ں tnr|#Me|":04ߧk+%t!M $gY a()Ÿwz2ZiBqkw^Xc踋{ȭf$m2!9+@3 ]<4Y#OH J1J!6Fz\ͻ,rjs y6KdObH X7ʀR 26񸥻oIG v[ZûC t#ȫ@U(eQr]FID5 1OМd>.hJk$ v 6IwR2w?NH:d Y+kd⡻tzMqn]3\Q"J)|2 <7yo9=r g]"ɰ4+֜H:PDzI)KG,.YAzJPy쥈ZTOkI7 8ZF?[W .{PVEKI\N ry (C1W= ~XI%*"8wyswE$WJ#,t/M!y!8Bnt$! %zhBiEJoVl3i5ZW~8i% y\PX6'bx2|pfϪHiXcO8EתeӪExc0w:ٍ]M;61>V@fX+:Wi4eE yun*3> TMf :>p'ʽMr5GsgZB{% +u^ZS=eLq!23z^pZvh䶏сV:JT2 {s.Pp  #I\EdCx)toӀHlrAhߚv}u'bW ~6Bl%"ܺ} ;灚'(8s:u3**n@ oi!c( Tǵ1,tq* fq3hւkO[M AܤruTjm'p OѲ<-᥯SDkڎhxW ݽㅤKGyd@IOcg&7+@BWO5m :i`N2g!YZ#0 kø򑋊_PjPsGg"5VPtYc8A?R#iG(TӽY4f0 H( 4n7"܊;Kȥ5*:>9;ܓpRVg|3ÞbBF S_4jT$J](\z 0PJ-iPJR[8s&;ޣ\.S]*$djHBN [ⱴ-h"u,KSͭ'_̩iY=/5 OD*voL u~:=1~|g{>iB ̉ &_ˢ ph0Tc{޽9t<1|i&0UѵEt;FԎW jyh賭>.9͚ͬb;M|α 6Ż@s ~jlXXU pASG]1,/ j^h HsΦ3QPx!C 0nzT@3HZDD_Sغ✭fyفK%#Ѷv L[}8 iWx@cѧ-_*T`.d/G-gyRHt5/v 4`RIZקw4828Pkqad邗X>o%h߉t)M-V lFGt^g/\AJ)LJֲx=KVGЗND.85 g9׾sOt(z✟Ū2d oD\Ɵ'lSm#\ƷBnٓtld&|ixFeK`VˇWyS9ͺ۔(#€b}B]'Bzj5VMp= R2 ~HT # Űw{JAsIFuhX@T$wC$EhÚL{73:,f--A2X _6^p{ORP &4qF"F&Pk!JwŚ x*MgCZ>'a"!4j_5Β(u8AGx~Ƕ4NdՇvE_~Mj4 T ?:<o"!: k* dfZ"Jvz)bkEpy0jٴweԒ91L6yxTFBVC^衚2 {arKi>"}n9!tGK2Pٌ2wB0#$@,HsaA1š(W#Dx; z0~ax4O88 44 E526<'2)97> &Ku|E\ 3őbBh XMg`嫺dG")c/tn݀xlNqIÿ˺W چ5K/c#[훴G2H)H 4:8$ABr>_Og} *av4G](sb D;*,:|)CҎ^ Bn0FGh/ɑ`م<7W9AZܶꩈҒmlS|i3S ze% U4ni ? 5s],jY{& xW?V׻_`TA9L`=L19E诋bNmӝ7/DP^=C-+j w>MJw89uh+bu&/q"^qPܧpOEDRx$;bbdghT,zWaՇ6k>;]*{ާ2!F/XyS~?S*`{+Gq#cDPuiӽIp58 O)"$i&X}rcXc/x6BطHÀ^t2 w轶sP'n=.uxQ.n]".+6AʝeWCу0` d5CG$4Cn0.cC&Ce)z<>F9|l$EF*)zcSeÛ2`d$.7:N'A8o%rh7 >" ZNK{q#5k:;H~]4FZ5'co"蚜ltWrAqg 2Q>fcG٦⛠1%[|j|yQ`bȮ2^sQfrTNM!qxɀ½ZAHHug|˔wqwZ[;Vo!FTŷ;>$I(jʿEl{'͠ne£G$;=iEQQw,~-YEq+(x7el **L2W Y[$ٓM/5.64]j7\;_G|sE=< LyxyJ1N`4w">4p:*u*"uMSnd`n}z&'0HZc| {Dgߤb8-w%-_dO;}f*'|| zޒy[hQ'M;gP稯=|-ޛejWhdWwռ_WIiY8[U'ÑmMi濔Wcv}FB1zo'-OS|DJMԯ"s|U;^X㛊p{O_IjLQ[8b{cUK~ z3t7.uqq?$)&GuW)V P;A%FױSly(ʟAicꬩm0Q5{!ș.Xzk[" foд&pv. $i ҖPxG]Fj* RLbAnN&;YlCOK$ '=-⏨־8{4U@PiЮ. 4\m>S>ga񫓶gV6enE~Vv"Rj+2R&JQ"5b![ z,p͖1҇p8+#J-*wxξ:YwxQPS6~gKԾ HVJ'~Ќ`yi8Uu4tOkuqdH@HM.:wt:"\*%Ԯy`7)Ic RB$fˆ""xzsG?lJ}Z/Ԣ ތ3.(Xp]cbt v%444v)@[SU?'Q2r|v-r~jTgԓ86 % %I˗FCU|evS?&›oTۻ.߰pV{czZt$>h<`e2tҞA},vZIjO`M VcvHs x :8 24lr|yA;,x5@D`SԎ5YUv&ʳx3=1Ԛs,}xTM\Gcf1Xa'ƕ?ʢX~CsI~i uðKW3ԑ -D6yq'V1hv ɗzٌY9(XE E,otMp<'w*ANp;J;7x@4PU78"KvsiMH4X~Nr~pƯun9H^QaoAn(aؐZ1sTyZoQo9XRuxI[@y[s<]gQxH wBpvp7MEkڥJnab1[94sG9PvpQ {[*k!dyw?Q]$ێe+Vݟ9r=PkTIOт?ROf"7y :sGQIHiw:[6gDgXD Ô8v]hcG7;„A&^zESkSs _6\0uec}-QK./vGFqqAg.ۉ^(Pp$uXeC6{H1$u78E.#*L N/lsQAw)4m6ɴhF=T%O3uq}.ϋ [̡,`r"ɢ8,?iQ v~j4GfAN4Jgv @" 1wTIw}6bb9vB0N.\nYgo'*ڠiH8=\k`f) f^tL VɈ Ov=dTm!}Y9Ts7lf;ґKԍAƾ%"G^b䧏n(+[^o0~%G#6`*_0.&赪J aTko䰛JwM˛+(GcJW\5+嬾dN"VTjO4BBy{-uٷpVs诟Kހb_L/会 |U*l{]{)kX Tʿ_ {o|ueq}$ZGoW G8eXxiMfkx4/_D76)Q^((ͼ`k[V#et>'xۅߘdv=(~Q?[9B01&G S~ gS^\,m9˃ i֋Rj1k86ֻQ0b|CF~:&вO-͸؈B)|s>X@1ySZF)`bT ?"{e[:3.<Fr79UtY_Ac^1=k83~k>s9-`FØ1HyʱPceum˓b|.! DRD}#h>} $.e *Wex8s)GǥN plG X9T[" kF ({`Kp=Sqzl(n'G_z'Lt ",9/<i0pD {D-8' - t]/6b9P￧ݦ}N\$ <,XCAXr$ʋ>ag#`]XFT%GslJ٫ ) Lˁ{V|EcDX ڬPV$+4W^QsP[,H9U8XcIYOn(\P!13زwi8t1hP3Fx `Eoq-fЀ Re z~cyA[{I*\j3=[j@0x:U.֛d塚Wj`_:iol d7Sۇ\\ڎ==D Ӝk6@=2J# ut`op/~A_ޠt@-z!JXW.rj:d9zgBD z(Äc%]6(x^˗w_A3PU骢K7@Tj(aDՆ0>45b)dh''_TSЎnL)P8v8,[N'/%rlVicVv׷N}ɝ|ri|Y}bGݷ߳S^ %XhBx `")kĺȠ`fY5M/bk~<2[ZuV., ә5oi3|\S`Ftg fq¼V< ׈[2z㣾qV!Ȯ89ś 0wjT-L#6Ȇ'lFe0t] 襤A?o/:ĨjbBy2\*jT9.`DU)J-E$r3e0P̾L)S?&l;VZG(.\ >_u 8a]ﴩ3ǸXPM1-.}s̗>;H.(>~ @"VE=adF\>4=L Ϩ*CV5HRa05 $ki]gvG)f6-\Z\Է SiQFD|5`PjDxR\(7EJ`)$`jHe!VUg;_pqd3B$n3d(HՔ?=с,7Z;z,$تn9tzdً:5435~&Yt!/tF<6"(i $r1'NQW$DY^ߎ# _R5r̛ @[^kz 6՜>Z n0fIq(N7`W ` + yfyR. ۚfomj KzH s3^;[}rc4[nb/8c;tH}9^ʿ"^ Z{EuWZxXsuD$-qRP1!Ho'([Kf1ևq| T=sg4}|!ŽۇS_.橕XNP6{QŧQkأ)pe>ilǭ[W 6S4~aKhZ.qؿ'k1լhsJx02[+MQ:n0cnZ nj[q:λɻ4[)s[Be->q,=wǩ4UR`'!gd"}VLċ Jڦ܉ k)h%Ă99b wD tųm}FCK. `E`FtZi)SA 8U:G(j1 F̶t` {s&CGeŎD8P`,̛!65^̫{-t8P2w8:p&TAhI݆FvNdO}%zT-2fy ;ȍMO_|5} AOLtFIh.4#J%6Rs2PeUOr D>g+=5;GB(eoӵ>0X3Ž/tpI3JD9c:3ded{uQ #bkHfC|)51D?):8Mŏ55B :6${}㳩zt]/| `?M2qg~V2/گ)Nł+4$o$-XU]ϴ )cF((bQ<`Vʋ5I΀iS<8hJqJqi*eSOoS+YC]xuBPhhiVZn ,~:'\@љ7Lor mVթF`V7p(N>bIV].F=݀6 =j̣:8h ]s[=r65g.rGn${J()vG{BTuEV T߶|1=jMsq)8YRw**Ezj1FG_ M|_ >9yJ:=-S%5dRmJgɁąLRms Mͼ 4Z-Mo!6j¿szE1=n=+ Q ol{I֮G}aa.0uY8J6c 5Іi w>}%JH ī`t++9-So)u[〸 u66;?[U̲Yg?v|Ӫ3ؘ_B%,uҩI&|޼'K>yQj/n:NXWM(* yuy؈Xq^!6~TmFb?[A u{;2zlfQs[I%sNFzTwu)G`qUn0Ϙ\ Iy(kT$@}):UuM0 Y~ oXA\, ݃\Ԥ:PiQGg.4Z 8y=x&U#eb)w`,5ddb_:A>b+s; #K$_sYY5MDl5]wc>]}T $.sR3b*O@O(}{vJV-|sI?Us |\(k?CfDNiR6-, 䕪`vLUD9L7a޹Z4dz!BD0fB@hTZ0~ᇛk?oFN4" ߦr Q: P= iP*Z  # 0E*7>-onA2HrY!8!~wnb@a GՋb8PMp* pvԸ걈JUBN ҏ P>2.\q &wQaG!#nc"Nu~=H? }[p fڻG)xryMv[]iEI_of(w< 6}hl /u~ %2w4[*iu-$XF V4G@ )H J)iԣ.H:c6ķO"cu@Auz8*VAZb0 華7JӲmXX^FНWOs[b5L 7XT`'ZDߦJ+rW8F<  +LluZPt\B/C#ڧZВeA7rry/ 3+_@*49*8?;}HiP`\weЗm߃3g qɹXJ ݇z:37n-p%pJ) |-#e#Lb˃AԆh3z=O[l-$nޒKB3{WG^`V9VK wD{Th?˝](y²˘6J# Df4%it.Wφ'l9NE4< $q}3]*i0v4UKS>E8zB 3 T=395/Xt ş `_)},1!9X3,#,ib&ͥ!v;#lV)5jHwWлY(⎑lR3IdY'<}*#i 5zIXܴt髡ːmk-^M>~֬=mZlVc(VEh|E},L w*GMoulrKMy1uq}]BO_LqZ_h5 (n%$fǭS2 ?c wA-PzT Z3w5[SgQ,Bhhx--〧5K .< @ IV!4uOq,oީQ)U?M 1ϫ򟙋ޠܯ?8qkfwldVkM&5-|=q U^J$hL<01 ׯXcB2kVeM߯#?J0ifR `rD@a*-D;׃J{a ,&˽gFUڈDDVϭEؙ .a= ,(shk'~.e܀0"82`v酳ar30 ev%ꡧ 0J{ٸ=ϩM9nooa֎CAyO^gBRVpL- :*0]ԔC4g~,:@pX 2L\zHY-a"V\Jt,E_cGakJ0zv2ۯjil25gCs5JF%u"IYMR&qi0~ٵ %ܳ ӱ:FV?i¿VQ+:U/zTkk}L NBGY_6u$Eio Gi;QW*kib0wI;*"y;n@xG΄DitxH eU֖i wL䝵aX64@S58 PNP]{lg.+ ^*1i-{۷,2? X),ZrQS1t[wC5}`F{]?}Y'L.3xFAO]%A<.?f1F?liX68pd%@YDu2l`|:DK/0,3US(?6Z}U!gKT42)νSf_YY8cfZ"?R޸Ȱ|AU]iQ 0,J6y*`mȴ=K;?yL)W*Cn}b߮f.6G? \Wmw~mؗ)0hlWm_-oR-#<&Gn.s'@nk]JNӺicrkKu^apm6ւKͻhݏ5;\̝Sb+Fa^+⧨re6梧4UOp&P}gBG-/0[aDDGa4>iI:!@/SD,ۓ YC@2<.؃M ?03 G`(^>JA>0O,> E&lGе8W?a0&SF@|5x^99ڃdz>}Q锤–™1d柪8PϤUL0LٍTq~Ĕ+q׷l=Ǫ1dNRB5ٯDxuet-!Piz<~$D?(A;oðd۸ϩP41J1 ki ]D[RX 0.5F؍0XDH&(}h,teqƸA.Q Z^3YUdwFB% kEC5F3K竖pz$N3לL)}`/o7 Elͧ݊Gh9{vA:He5>cUx q*"x!r(# Nj>🬣u}Үi *b A<mm+/24drbiPd(t~Rd`gI)gc&?H (aJ, t;A|Z\b9ltV6egJhsJ HEjV +ۀ1΁^Z?&6ed.^t=lg7N?롺*ð؊uQID{QV'媙d\x{9;0"kA{fSbЅ#wGC7fBCWNcӱxXN%.~ie=>t'J-G?lS Cͺذ'>0(&u ҳ@nqFtB[<^[ G]WZ6'}TOc*Z8n^9 YdNلjz8!54rO菲9*VEʍVnGFE?g;x>þs="f"dR#,*:;?yǖK$fŬ@ą*hIt3/L?92y !]ϥIeحYeOgK*#[;-, 5l?5C}4a)߱bDE~6TŚd!Z&@G^{D[Ơо>Ibs|:}ueUi#"c8d=zZ?•ܬ(4cTD EhB4y_/x&k6ӵdOj0WՑEDibg.Ccic}9>Y!Iݹ;#eXBϴ JЭljUṷMg$ :=7dX28Ll28ۃ?&C4uC4 !u\pkl;LGTi]eM 4ƅ`ۉ}{!~AbrM+:P.WR!o0۬%^(%s= I}̂P%EQQL~ܺ b k ۞f >ٙ]/Ⱦ[4,)]gJ2Q{3 ai>9c$ R5#i{]W9 \|×`0b8_κ#" ZP}^s |P'? 7ٟ䩁ooNg4y:W+>2Q0mV+52wtC߰=zn5)RLx+6[JWj5DJdlf;+U=p6mV4n%w&EC١JHArŶ_ibU: 4FO?@nKl,Uh}{U0 qX.i#GwkFI:VM·O]JfΩ#ϓ@1 o5H[* S\ӄ\ݡkx'ר޸mCpNu욥 &2qs͜EؓyF?da0A| [;N4[)7aopw$18)Hv"@=_rM81 B)2tQXA,Օ|.]>Vb^ؗjc-+v *AF3h5"|+Y8_gK\ g 7?g{N#A}AK #nd$ t%x4`.jEye';{5i6''5H'Te{"F:g؞;N/ PZ-J߰؇L)euyҟ꩜vUFVGOIYR~hQ5n>i@BΈf>x3C-ީ5\S(8Xq]\I̋ Șfc*}6 Hө'd>c-׍'+x.wx0vMjS'Y331_n'*Sh,H!5aE;e,Sɿh\ami\ ,·E+Mw1 d :Ι w}܃ V1cJ'\F>S{"B`hBM>= >!'-/0.ulc2h*ǨBԧ[8SW@~XO:$TF[~ )jJkrYs̿S[mJSwHƀ2-ٹM=n6u:em1ä2s8֎ zg<[q+1VܰG3TfXt)jta lfcmM8-mXlJl ׁ1+/Z_0_bW^f73 䈷>O8=yg5d;3g@oj ɵ>uV*϶{?fKOFϮ6^'%L*Ȟ"Eٝ ME!{+1lcO37qtrhϝbn{MN#!5%XK!,t ͖ڢ~pyQnE84XK2ƹoMiUUEr%5젻,(ЁB1sy^Q[ly ųvO?Cm5 cvː䓻f݉rSV)U9+;JP2SK4c]ҵ@+S?X}پA|ԧE|R eRv-(Sn*D]`!&wRiբ ~nҮJ8Tܑ`rJ()ly>cq@7d1q@,_XiNtƭz )x[hp&P> HPޚ**BzthBo5 *Xқ,su:kW>D߮Df K$Ui'́zkga@_]:2~ܸ7G@xhB7axiX*(գdAf:c [b7 BзXt(kDC}xmY)2%m$#ө 8Ho"ě Y{>5Ȱ#dؒby>1C>*^5TKAraVE %vUvpɕTJ rm]tLZ?T+Iv[z6?D_np6_ or66E4mF `he;!\̣R:ep܂ kf;>Ú.G,m6V y I^žH@bPcV)kNl<ӿ]\ D" T_ މ<._?,*z2A0\{6hN ?UO^= 1ٵm,d}8ZEm·8@?knB``xSak6I DۦZ[5'?# :rb[1ʑ¡Bz VYwo^@fF޲ 7˥׉Yy0wv`_cN6{]P{Ԕ Ac鈰i; ;|w,KBA?sk65D?Vukut]:~s |!]ͩQuWiu->'*E/VGϘ$` }ee/y`X8;Jb';h?tuߢN`P qZuQ7c+0Gb5uDcc6y7]>vu^iةh3mF|Ч9 bYl WWbYC"̋ý@\5 ZuZm4bu^4!ғ8UhkZ&QKzqXc6nԭ'ھ &$ 7\"9/;Wf7 %FՅf=O[4R[cPi vB;MfOJ" }ڰ< j%Ĭ;lUmC^LPə gSF˟$[VX:0"h Yǭ#I-%7scWsʻ^U{'J>(&H@O=qXfJO*cTA&Wτʺ^ķ^7X@b1ʉ'ƍc4!%#[ }ЖJoo_MP86kN>g,'!&R)^-7rȋӑoL>j{9pKV@~v?u0$L̟o,v'$~BE`9m QzW@M=G L-ZDϲ2rdP FGT"TҤ`J?ZCRrR˖/\P):ߪP>uh:viԕlWgÓqOk`PR+,ӈ֪7!ۇB4ZC\,=eFT蔬Q˝TQSX U}sbc8}7O1K5([Y B-~BД,laV4,a_4I]m9aH.OK 6ÌX 7 }Jrܺ3/)Se]Դx D&]I4]=? rQџ%EZӣAPdu)SPW '%`.*huBlXOicT(sI2dk'*C\qxD 'TP*8\ ^3?f g۶8j|frǥQ̹'휮P㠄z7R~fTN*/wYiy,5(v|Jt[w[Z,blu ڎ#MCYЙd6vjvNq4W{VJ vMΎޏ.z.Tom%kD-tX@>eB!ƩI\xc<+8iMjF^i;u1jsn.t(- rn1Ml_.h)9:}I_|h4yD*%%XN| n =kX: N}v bK}=*Otдdρr?pT.FxzeG9=kUҾ脒LE?!ew"Th\GG ?e:nL).;kÏE`%98ns,V'3z]`!!2ŀu,nt-S]OȀʯ+D"#v3OET ]$>!;Swm5ԣPx`h cfkB eo:T]nN=oHqVYMN/=14u`״Y6Ϙ`ȍ1E1m?..tB;#'B[T|u9mH?>cH'qS.G!%lE!8q2b5'c/G-Poe;ˑeG=6v@5\Lx %\^+M$ Ϙ.Ǝq& Lɣ)2E{( {##ʳo6x8Pۑ.M| e}3!_&.h>zXPֱ1n^,?(jTqAJ cpmzyCg,' 2j2%e~d7+7ycBg8T4y! DߞѶwdٟPIr\vSm*glo|LA!.Q]r5N:CYV㋌ޟ)DjO#g(ف1%q;HgªhPfmu5ròzONJhD5ϩVEK _C,P{넎2ҮZq^c쵳HOni˳U\2=?#&}0G2MּU!=miPA2bW-sM2dŗ8{L-ܡpձє~URBәIZ@[ǯ4U!,"ͱn@4|3PPƾWwYVjDS{k9pCjM8 Ӣp/F\t?*Z pM·]$HL_e9zΩ p\f eZaBj~#re7Z)bcY#*n¢x]Db,p z" stS 4{5c9,vF(Gd¹15:דTuo,)qKۤdCg^Aaͨ{uڭFr$<Ѽ{$GPXuUEY8JCX~ȹ7 ^tBJwr*yY|IB % -Si"gu )̀Q3e$sq'lg(R)ʐ{b9\}Ƅ YO*zTyh*0uDZM$߾{3$g;)ؗ6aQ0T!&ںKgU.Va uYeleJ.qiQ5ԫdUE}w@ *UYN/)I5,&".pp]:+ -h~ }]dx\pyV.אGU5P:s5AҲ6u[_l;-w9}TZ+7F?S064v֝.-kU"Or~^l6U>ArmJnBE)=!G-{$[~T_"zMGmݳ*73CL Etc[dvt {)7m@ߛ7iH:hcvǟ-K"6xχ:V#4ҌD8sqRQ1i-fuۘXw}MaF;xN3A6e<ϱA C<)=\Sl Rȵ뵕F\S%޿S8E*UMЈp-Zaw(cVvr6'Ce< UmYf^p{iC hXS&=U4.z *YXkUQfhn ,9-z%w >(l&? jfgdѸ(Z snH!Ŕ4*z Q@<4,2o(C2J ͼnUl׀,O"1V Y};5b| Y[ m@|nINCu*Rό؏@:Y^3%ȍIpOŎ-@^8L⿜/wnNH`!oѹIkX1y`jF)ASVA^xL 4kEjժcVpU@ٶϩu|~8fjwDi^FsDr 7|TQP 8a&r-8ˊ0 %n p QkQLHnF"a+DC4  TŸ"U\|ћeyPԧ A3w^EqeZ*{u!>DNL}LC i dyhB!&&U[NDQך p)EVuΊ&|Ɔow!ɢv^{i\zu! ZrmEdb(8y!%^6)rp$Bev+:\Y]Xx1vyޓfT1pawԤ7D uY]®0]8Y eD b|BHC#ƫz*f1*1 !}[%׊.L*j&s!x8hj4y$t%TÞ`ES:jճ) %ήHL2 "CWw n8 ,#LX;X澾<96ivۦ9bAJM١-!x}>݃atA˙ LX;H}?UdgyRx:- P~+rs~$Df컍CMG3dm=*VWˆ5aЬ|پiƇ&DYhm8cGj: 캁u9sLM-&D ^QU. mxMi kd;ݖC>R3cG,N\R2Iï6-~=WtkDiX?BH?>a2#:[/&a`#TdG~c U>VC+pť!xz&" 7]-ؕjLΈw5ⴶP-,UԦq黚|f,t7~S{ [An/L`}<&Obm߮bQi̓!ٲ+Q#K='+Uv??FPch ߅@Q\%kK;1OhF|M L(Xe/Wo_}Bg$Z3~z[O15L\aj$\$Ksd|JIqɽ`?k">7Ǭ X'~m'%uFtzZvtRz{1ņ}Ʃ+2^a5ͣ +0F<:JAb =[vj1DhȜ@rUwEmAxFRwvUt(0-T̷T!GR% iL^^9NgoSs?Ӗ(|O}Y\JNGD_z֕#Ss6vN|LE[J 1 Q'a.+ZU(!oixP -5O>q_~byX²w<*GJ#! <ϳTΫsj9$;X^AwqE}Fɶ:? -.e/8T]k\ 'n-cY15kx/ 󣱣wDUf'B1S0Qj5zPY(Z$$%v NSʣegG/5YmoL }0VŎ_8U`D6ƳF}!ޏ+T2R]Haq'Yp]`; |"~>q`2㼳&$/),.gmr;S wdp_VغF$)v7~tUh>GY NOI2yYAԦ[mREs*UTkȓNRA "e4v ,D2C9t$'1UB@Z>渫V.)SLpW¨!ys<0`|{"xԩYO Qu?bN$teN<ΰ{P{{,U2Vҍ<[бTj}N2LB[Jq7x}R/A iKu[`,C@f;c?՜tpo!Ol"LxdJN746+N_YX0܀mI{G"e/rwWӾW.EFܘ8hqC̸]ms(Væ):|^ })o֯hv*V5``4ذD+⍲ah"Zˤ)RD>Ӗiev?!U, 2h @{S<3Wڒ2ٰ=7|:#2lH zQm+[?V*MivQ^uHΒk|~5ꁿ(6}y"H0kI<?G<ƍLaD )|Tv`2H/#]W1F;m$SgŞ[K~rTNE_:"ȧU@<]OuN"ޅ'dM ݕy.X魙!>*ݫ%isk1 Dm"FRT$0cbyY)qx~x֨܃U* 昃;Lye0b@KGAB0_3Xb݀e|)K N9[VPGr  1 l?g0uڃώ7E!^-,P8+^q#h80XCoww[V ,Ҋ|jmɺL*k:y0x)]ĝ&aD%wҁ$&Dko6|\]!{U.5B CNZrAh.Rw_!j\o#'A 2ī 3 ŴD_Q2pԕ&.Hc&3rzHYYR-Ñ?o F45 BSKn‹{&rW뢖b"-w몶 U69e)BNӼEg-6̝;a_0{ZD tс{"{,Zlz*/ىl488X'VT|Gj";H! >,_Xe!אAI]c,h[3ꞵu@xoXuF;Rh}75.Ɠ,rO7|?3S}7ͫa43'w|?% b긃i;p9؛Z\yRw0108/?` aZqtlxI)!c&jO(a? 8/3"g'n}g,t\Oaa)WCG WNSIĜJ~qYY 84}`Ge(mŰHH{KGEQg?e0z.RL_d@j).ʷ7@95\Ia(̥ZMDTH}yo׆|_f ^U0sTv+(O|z͵;u'my VOU-br[_5tA)ji8~ຍr;]3w迠LgĬ5ṭ̩Gyñz仝/ьԑ Wc/|ŝ1k|FꎠWڴn:grG+{.f>p/Vjf<#|i󁤚=Ad6hXoP>+G) k'å&\ M=`Z.Qa1h|ec#{tT ^a2 lcvf훳m5m4.?w w4ft sz ([@6Z=KacV;֯+ni:҈8\B M=%B< |rWӈ* ԋ!_;[{[b%{b1MJàBY / ||hI8{=M%oH@0LlC_W:d4 | u~f湴b%bӀD y`&rsuְ\ m5tC-rNXuc%娇VSS/HFCrHQ[Bx]ZIw E ]rFoI5c٣bl´#W,[|bsI'\y;]=Kn.P1D*溜`FkW2>{e4&l\o;H>`3w2U)/f? &4%tgm Y8|Q;DX- FplcnjeuhͧĩE3&SWqؘow*80WZ<rp9k]W9re-#W#A&)ݵqHa:dȧU`xo<\eM&{H;տ]zX4͜3Ө4r*'g ]d*0v5E_nn*`8_ .Rc5aRc#o0T_6`ZρnĀ: T`sqf&y]baK|;'hϖ[) oрe=`4yXYmoVKaGhahqXxIUs1$89 ?C DVD䪉L"3~qTk$- Rt Xxil[ޱ8@/"#q}SBk7S5l B_K97H%m*t`̨x| _F4Y]ŴCPQ8Q*{¿oXɚ# wy$ɛNǘUq6^ȧN0$]w?|6tR'0I{36iN`\U)_B&c8yP#La/kكg[VZb(}NoH7.pb_S`Qc핌9 CeZ1pwOe֋t Wx'Pj:jOƐg6YzlM^]F)d}w1I?qOӧDKtVK._IU]ylm-h3CZưL,Kt&$*W7?$; *!yS~O$UK@9 [b"1^i(̔ $ 8x TNn*^l<딋]F5ۑU.kÏTPBGU rSwʊ1#81H W~>% VE$7H͎0h䤉g=/AQß1,Jj]/OĊt㬹3;5[Fm::-*pQ6M>l*K|'L31ʼnDG^1b5#'+Hň24G) `Wҳj*ËeTb*(v_؎;T>o5Bb.3 )s:_s21=)ʝLZs'o4yܱ q  ݶEƌŬr5Y!rdw Z w&>1u)Xx%t$ !F?V|Tz3Q 6^wke $cּ e0y;EۺK"lhQ=+1͓ԣq4v˻@+stMg֛3vkrzqx,6X Êq@t;6~,ٹjA;]{nǘӠ`^IJz"?cj_iRc1֖TGD==kҙ P@(.Ca".z֚惬̜Y YZ