ant-imageio-1.10.13-150200.4.15.2 >  A esp9|pb |~]Άh%z`,̆[I {UANUYZޖCBF(;#YtxH$NGaa};kq tm2%aS7kdY1w[=PTp: 9c@d c|f%vI8Ci1R4O&]D/ŸQ&ٳ9eb11d22f5eb457f4e969dcd9ea1b1b7a179a6da58e9f7283bf178d73bf061b7b5f025c7a4578b50a0b621564257f6fb1ab4b1cftesp9|a{ǃ[( 5fmE R{v-=L_݆M 6(S3풧}ijp>IX?IHd $ C 2JPXp |     H`   (8191: .1FEGE,HEDIE\XEdYEt\E]E^FbFcG?dGeGfGlGuGvGwHxHyHzHHHIIDCant-imageio1.10.13150200.4.15.2Optional imageio tasks for antApache Ant is a Java-based build tool. This package contains optional imageio tasks for Apache Ant.e?h01-ch3aSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Tools/Buildinghttps://ant.apache.org/linuxnoarch{OA큤e6e5e5e5e5e501c5a55780ef2978279c74dfd63bfdda3011fdc220b3a1e4552529c8e939f87e26d71fb3a1e0ffe624a0b42cdfb74ef9d9d5d85548179cce0f1e3d342f505f104c3a3be6102451ee16e3b9aad84c71bed8035917d4e5ce29ce56c7d8ee7fe4cefcafe287e06de3fa82318b2e142f7ac89756e2780c11cf1b873cb3bb479b2608../../java/ant/ant-imageio.jarrootrootrootrootrootrootrootrootrootrootrootrootant-antlr-1.10.13-150200.4.15.2.src.rpmant-imageioconfig(ant-imageio)mvn(org.apache.ant:ant-imageio)mvn(org.apache.ant:ant-imageio:pom:)@@@    antconfig(ant-imageio)java-headlessjavapackages-filesystemmvn(org.apache.ant:ant)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.10.131.10.13-150200.4.15.23.0.4-14.6.0-14.0-15.2-14.14.1ck@c@by@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.comdavid.anes@suse.comfstrba@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- Package and distribute the new ant-jakartamail- Update ant keyring with new developer keys. - Update to 1.10.13: * Breaking changes: - has a new attribute authenticateOnRedirect that can be used to prevent Ant from sending the configured credentials when following a redirect. It is false by default, which means builds that rely on credentials being used on the redirected URI may break. * Fixed bugs: - the PropertyEnumerator change introduced in 1.10.9 proved to be not fully backwards compatible when combined with certain custom PropertyHelper implementations - for example when using AntXtras. - legacy-xml reporter of the junitlauncher task now escapes ]]> when writing CDATA. - may leak connections when trying to preserve the last modified timestamps of files transferred recursively from a server. - tstamp task would in certain cases parse the SOURCE_DATE_EPOCH environment variable value to an incorrect date. This has now been fixed. - fetch.xml didn't set up non-default repositories propery and thus failed to download JAI. - When building and installing Ant distribution from source, the build script would change permissions on unrelated files in the destination directory. This is now fixed and such unrelated files in the destination directory will be left untouched. - parsing tar entries with multiple NUL bytes in their name would include garbage bytes as the name included all bytes up to the last NUL rather than the first. - loadresource might log warnings even though quiet was set to true - javac task would add paths constructs containing wildcards to the internally created argument file where wildcards are not allowed * Other changes: - added an implementation of the MIME Mail sender based on the repackaged Jakarta Mail package rather than javax Mail. - The "listener" element in the junitlauncher task now supports an "extension" attribute to control the filename extension of the generated output file from the listener. - now supports FTPs. - DirectoryScanner avoids listing directory contents when it known it will never use the information retrieved. This may improve performance in some special cases. - will now create the parent directory of the manifestFile attribute if it doesn't exist. - org.apache.tools.ant.BuildLogger now has a new method getMessageOutputLevel() which returns the currently set message output level.- 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-toolsh01-ch3a 16963349111.10.13-150200.4.15.21.10.13-150200.4.15.21.10.131.10.13imageioant-imageio.jarantant-imageio.jarant-antlr-ant-imageio.xmlant-imageio.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:29405/SUSE_SLE-15-SP2_Update/9364242e31bcce00c451b90fe53bf828-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 textPPRRR5Xʼ*M<`֌utf-84cfca2a21559a9436f51ea15dcc0e5e6d54b418775c2b0234988f004bdde0962? 7zXZ !t/r] crv(vX0oY DW/0&x Q ltߤw`h#fsciCyϜBz<Hж6~0{PFV5V _ MhZ 'XEV,jx9#jeppSy, U$3Cq)3^: f"e T`{j7^A0|5|ٟh yy>biJgY^-}t)њG 4QX*=b̃$b { r~^V#0gviaj$x \IApZ bx/ 0=t_z/ I?+3CdxiYzbX< %3bV]2}AsX{q{**@Nf+wxIU/dJA'tlpK sJUVJ?.\mp%rKo"9 #VڇܪrťS#iQjnj~]  )b:OYY v/r/pI;h鵘6;^RL b,ED`='C 5GZFh AR[[== *k\4TzNA=)_r6Ob.~d\8,I]f'сN@ۤaW{!;NC$uϟ_wt\zɅiU ȉJJTv? aߖͿ9,XػW%uZm!%_bRIktSa8$ !3Vb(u4~F89zs߽^/W X6Swj{>@*B20W}^L*Y%o°]Kҹ[2peىQ.PцPԀrsܙn.wt;u ^f@R6qm1~iiv<1/obɷ)l.C(Nyr;8~G*UHwԽs"KօR< [F\JZY_X 5E?mY1uD#0R lYYD0vnOz!8UFW+vS+#-W&mMm75(BA4z*X6;\Z̻H $ɭyfߤQ5(˃D==~ d @90U46(@5=>Wjw^/9ZjqCIS:BjA9!V|x";?W %PD?yWT^tȴ0&m利~);?'1K@[]Gtl&a[N]\o'(x ?dC#tz]KV5zne"0Ja&Ll"8eLZ, *h5uxwWC85zoge!Fik@KۍEbHyg!&pLGъb ZÜ=o(=D;@}đ̀OC'(T hWI6XK1:[[`/^iх۱6.L> C`T̝ ݸ /y*gG ϒG52* 8JX@ԫZKKnU[ 7CcR*8Ի֔59L|=Yķy# -a/2(oѼ$ى#i$uՆ4 ! ),W(Bqņ&T:}(3<&saA ;VXz?r+`$mk;Ti, eOdG+r;涪*Z*';$;j8t'+.=XkZ3^˗'Ě7Y㖐υlqyXA8ɐuDa?> (TJ zG[-+yWa$cEHf#}y5[ev}|yeZ˶|FWgP0<+bSdewm\S>FK#rb~ivN>,aE ["Ml!oyYIY;IX!4`O,ͤH""[IXsK 5NADy{,38LJ+Զxo]b`e(XnBNhe+TT+|yTTr&f!h}$wW/EVڜXUD@]DP?}U7k,a&05ay}dC/XhvJwr H "t;S?H睷V?wRe3E仌pY {+zpMGmȪ2Ré[tVsp0 jV02z9Q,M@ {M% A|U$v6.7_3|zSEACfoUq|ډ8kH.xr`j8#-pOlX1]=zakhY0H[[S&ƫ I]_RY *:A:Bjy̏_I>A;qQ+0`c[tgV?iLK4#-;`J㖕"i7tZ#<%UϋLEDRb =if[PkYHe@5⛥K Yj Up#I Ծb 1#0bqAQfBhaZ x[ۚ0\#234;CL}wf⒧~U$xy~&v0|xvDr*NcٚDXA tIfIb{Ʌ2={a9X+ \MqjoJ;#̐F&Ә<@iy_bd[OhUs QU=r|_&]ᩑ3@hGwĔS=4i )%j6;TFEˠ E)HҫF`J5j؀^,}9u%⼁PgAGQ$zz#{Q5\:!$D{8d!\}L>/ -VU5o %"USwkOFF+ 6ZEjt0 itz] ]*E]tŠ+62SlK W<$ӮJo;9>N;3`<M ٗ|F&Һ,Z-@ޅ uwKB/nhZeҡ1| { VNw2LDm`7"WNE@x|7R:D6_![vZ |t :ԏ8sJH1W_t |?,Tx`x櫕p`;ZjDid̈́6ڍ&@kG=?mKv~;'`8TPdI1ţ|]ޓcʆύ m7'b,iyBz:jWByBl0!i9k$? p㸁iʁ6JZ}<@;1C;RL*blζ&#$!kvnbAopwTh1'c퇃yxsNcM[}ь7MNnM$B!󥉴[2NDKe#:QdpIT` (M¹xd9$k8DC$oUyڑN7Nj m{sBqq%w(;Tk/ؼ3#4Dֶr.CC@/HrmZ y ' dX0'añ `Ktu>[E,3pˍ(d^kYsMr L+wP)AuKĽ4] ] q9՗~D7iGC~TO!-]e4Q媒ls};pe<h1L 9K\tVU#2b@a2oZpj:+rU\,+*g Ӿ뙩,N2OsHh8UI8v-_ekyX똇K%X|Tޠꨎt?f2j5|ܶӷX9ߎ،,Mhsw";W0_//)`)-hwrG%OO]"2BƩo9CQ9Y;cۅ*"~uKR$]7:ށ'Q(h)2ac!(7TP& DN [XĨ."Yz Sʠ|d+Fr{K*7L|M!9JK܈|i*a1H b_Frp/M6rUj$Zr3XjQ}.vKKu DTm)He%"JjKu^\0UM^݋1U,ol܇cXԤG*S1Z,j HX(ݓ~)"a&PGf"`Ky6j lг2B6ꭤz̐'߬Ç][zo!f JmL+d=4ͱci3z芋;-lP+` mu")TdYS0 ԺUV7+`P 'jE#+W x0Q>5B7@C^fړhscd 'T]"h_gbFd+7hgȄUFpuݟfOjnUmN K/(|NYH4q=6ΰpe@23KQU g_','HMiB?vjHF@~Ao%6A8y~ 2.5-lM`\IB^tZoVS{2e@mBŜ5G$!g۬.I}A`/[ƒ0QwcR?ZFSZ꾖c.MFw^2XVXZ9?/7R0~:ρN&yy-B%8i"?L/ j@_ l""fo%|hz0+?3PP(W -To^ "tf+N0Mq'k `j&};&heEm̌TMt?FAkO EsY7Q UQ^Qδ˓!&.#Yc{VH^-|!u&&D4J٢MIm\R ՌwoMetYցLivFC~}4*l5 ?3EO<ޯB&ųPX:DlxhhP~ƕЩ oPa80yߨ"y6o} ~cŧF1`*$Bx?d Ds'C{½xmvyeQH`rR9Q.L@ףؒcr gi rgÄ|wJP F+}ۈʼnEwz_'C6)#U ^IKܚZpuq|>._3M(_CIh3ȫ d#麂 rk˓bx`z@+d"oJaRRsQolPs%:IqR;>"Evu B){2kLz=@*P8 ?gB`^N>^<1AcFu5dMPe V) aYe6 w&ȣǫ{Rs2f5QȖ XW`(JJ543eKxK;\Kl`bܹSd0jhఞ $i'k0"\Oԛ ]^cx jX .|܁Ǣ%A{D  +lE4Xu8+62p阧 ?!`@gK>x,AG خ ݭk`|mGԳjKB%|N_L[h6v4 f߁G/6<շq.5Or;pѥң[E4mŤIK'>IanegŐEsX-ulg㟰e:/N)X=W1`AR q17B˚8VM0vv9Gߣ0k4'10\.R0[4c/qɟ3'8CofEu 0M=ד/u}Q8|Nl/0)l -  b2).Kf פ,%~sI3Kz< U+:+QdXFIfD6- x CW'H>?O&2̉ݗ B<#^whZoQ %#<`ޅe7ADCjz8m"M<7RZ el"t@)s!H3>G-!&N_[eKgHI "Y~L!x_3 8So* /]|Q22tyr>ЖuThi j}T1JN.fi ABq|y&_ ;qIX0jk+Ňsh@58MW .LTh}<#¾~+Z8*7s3'e-wi؛yP `<%M5)( SfR}OE>6WȞuc-V#*))JGk퀲.K?ݜawIo1(Ȼ]QjzT 5wlOR%z^$PTgS`gMif *$hhlٕNhZ72[jsbOC)NpwijHЛΝF9M(t*:D׷fH*TJƸcT=1&E&s ;1RNHx Xhɥ:bHۮ|h_2K=8C\tWtf{G:{{"*ygiӍm|yP\yMZ> ױiHKx2zژ&ϤgkwO7z#vq[OItC0E|,zph @Zh쾽}s}|?cOԏ6 )i;sD FR ^KDVD?C]\#XAgx 9gq+T_*dV Ge".?,[_΢f |WkoP@p BY9h%Rޒ(y e'mZ [^sFŤE-˻ nO 5uNH^30s%k?sʗ,fOl@=~[ A@TSG;^Rk0WmC.؛}Ē*f:eB@k$F:Q@B/;FĞ"z[5*!+iUtӿ :ƢYk/0;Qi$id 7%YG֦\OJxpewm(nB!T_S|op5@pM'o{PQ tD<`]UVDuv>촪J1" }_ [ ]1%#Kp=|w BS@szZa8?f A6.MNk+b7O] cx拰@SsdBO]F(uh X 2+JLʛE;Z#.[ZO*PT Ն? =Io6;q0OxA ^ch\ PrV-/- ε*I<7%OZMW#['An?fBp 8/Եbl&Q>B+(NzhDV0U.\L ~  [ \8Qv9BDF*|83:<Z˼+W=B& j5MܩM֊]bW)۷0p}Ãa+ؓiVK (K!CI!ivV&ȑaob{+,p橇`NOF;>{"b%j55"rH$YJ !P/|јa'J+6Y2 9>&tKXYŰ=+;Y>^2Y_~p % .Ra=@+"Ϲ]fp(4ZPx6QG+vrOT)r޲Ϭ\lK~~(aN/km$^ JO|:(,*$.HHnYrRpSnԛRsνdr†g+ȹ4yBac ?,ADgyx `cIߵAنvb%y1[ XݭDቲ\dIU;$r@˃P{暦@ =j75ޤ3qRD; `x ]qG*lCaC5''ʣȵTFa M#eXj Uh'TѠhWpz'kq#G^6Ow(By'B`a_/_n'TI{8\K8T D%YWѐZ[O cnϫRʑ/sOɁjcx/.|M6BioY ୻ӁqqvUfbB iefupBxt\WITY̰9 5ȿq\vS`<}Ёz#YG4ZkV}\Dyq,2k鐭[N̅Ϯv|ѢGgr Y".h[MG=ld'LSgTӚ˥Iy{YK0`N۱N}Af~bXP ^ 9L>x+BBcJn,11xUu}!fY{qP5sm戛.:<p8|c,?4%YimfͬP7),E-vw6܁]cT! .HVuZqn-̼|=9kxnܘyvX%ʏJL-%5耊u˯=-I6uj-%s[%:뢥ࢆ8j+~¡= zE"ƝvBvAt]x'1#LC=ܩe_)%WMkֺ"ͅeJԉ¨:= Pѱ La1usza஄;.Eo[+LwQQ P$ |,WG$_鲈/$w~;sM@ӌ1:sKmɜ5n;J&0@)G!KSr ۙ-M!U1d'$PlAbP%Jg=rRz@TCʪl~OcnEK۠A }$JxqZo솦CB,5i <ء6asozcN=o/x^Ͱ>?˂*?Wj<]q7DŽN/[{DaӰ}G5ˁ]tglIRU >cOZ6LwT%, 6f=/TRUIPpmQ9;=:G]vDLntPM@t{VQ\U.9uhArXa":p#1и'=Ɵ+Dn#߬ak Rm4Q4pͽ9?Snaz)Y斕.ߏmqfavtj_D֯lHb&D= @~EL,s$ͅ-}'6&f512ͻgPJ{D,bM#vHD2bP)i|1ؤRok P{sUEU=DMO.M^Sl{4"\J`𽇔DSH &|0ߜW`EOt]GG7S6y8u!ip(Ey!*MU~|yE2K>J=SZL v6pxȳ:yB'ݏ3jA[=Hg4wRGL+ځIJd1Ǧ I7}`+Ć.'&]%9"zLq^* Kml\\T >k~].,CW&J;D)WSJZݢ:\Ms?zd px9,?>00aTRIrMY~Qw$R޳1tbt"\HKwD BNƆww"ÚVY_Iά*P$BEe'qQj@ALiSZ6c; +N?':ey:L{A.~<5.M-&0x0xzrEw|;!}OrXv[EcDVF O?o63.ey`Y cTCg4ʖ߃YzRx`Ɓo@{ o'fsL zm\`Գnj`Yg`uqq '֌D)1a*+KFC o0z|37@+ֲq.o7[1̞9B44Fq Z~od^{& 4 dI'tmT1p9nXg>t6.L&;xN"1obsbhLRc>Oqr YZ-6LK7:2հ!QUA +$@>;3g>jy9[Xj0}}fO_ѐڟLG&DqPeohf*[0bb|FrH-:<…z`C '.cNrz |YThZ "[Ǫl|sd;ےuo4_eaw w,(⩨'K4Cn!},}}qF6|Y345.mIB;ϱOO~@$ bi4|'\U=Wl $`%Ϗ5'PX0|;Ƃ9t]LR7憒]7:^Sz;Xb8``#ډT~w|Oauf=ՠ#DjXkE9uBס27+t%A/yƕy4& 0Y +^B˧L虩]*|lWvۗNqEiY$@&OA6ݘ<%O1$;,|BDI^7 Uĝ?3!#كnn> Q˭-y;~m^Nړ!pŤmCFbhNFLjW >rO^ξͼ;tߜ|/&&tXp3Vxz X\L}28}!EG\Y ~+ˠ_͈0$ca3Q8F1@VRhFF!jP 5)Hc5<ۂR8.D=r#.`m=3JBD,UsP*p4svrEk=l>s"NM .jkO8Ó\#L݆>pFtFޕlcQ7r/륢¶|sL)gVsLNYPNk)}iYnpL;*&g&݈_xaZ)T0B3MvAhVVq oX}6{zy ʐxNn{@1á+TЕiZtZV)R1Z9`oLx}_Mlo0ۘ %RJ-p <"5@ldFgtW4rtꦗ:ux/RdoTS{ na!!Jt S/$''?,=W1c# կ$d2})%bTh^}ͧ˩ ٜJ)yi&׿ۧuc^ꐐFH8r+z#mVB>Zy&Hp56{ vo-:Qgl;l_F¬bI{msmMeXa8fC݄٩߻W솊1ɞ\'RQ%!=[̨n9:0ŢM e%rI cwʂF(Ō1}[r YA4>gI ({hvbY TZroTX|hvq_@N)c-kx'W'*@@=;q7W?!&Fki5$^w1e OtЪ ߢW- W Xu&-O[KIВf瞕{= M!yJ'?ڼtTHr +R~V4SĦ<4l#O->©TDx4B{䛊BWZ^n7L-wz޳z; 1XR V%]Yp㻛qi1ڬ]ᚣKȖL\kvV; +Ա˝{iEXܛv5:Ok BL N9yv2-l/VnYHDfP^;CA'3ate8_[I0D8Ut_;@Z&*VLCو 兾-ԭXuK!smk\T"/Liq)^~µ1m^reW (D)n@V} Uh-ذXWuĝZ5PejEƶjsbm#P5%,akaLFZWh: 1v˾@&Mre"nCͻN"'-Q,2C;uԢ[`YG6\ҔT@dgO_c×5}:-&PmWPgQUjSy2GD:{ 4=w{m.I jxW#6 '8)F {~.b0A=.

۝?SPZ tbt&o4"23 y߸lf~x dzpk+o#:2q%iqٺ6v\;wg0v4>w6mX\‚&|gU_pY\0B&C)5[ y=kFw)2,օ `9%=^'|>PH8g"^bw+ꃢ` {woR'$Ƀ_U Z !&(]t!߫&>CҜA&E3hMWz;t5N[Gu}H6p3x ~fꚺ"B=Ǘו/-ңkI!(K{ @da(BFw5PIP*h2y_5Yjn2"i7{l{23&b rWySiX:e8E<|=.Xt"@e8$t?WRwPz ǟ `$Ymp[D~vD!I1b_6$GX_RoppPom5=;|68CIA nc>H^s+!s=Ku^sBX݊9pΗ?7`1Ê\D` Zu*5À0a+yR?Հۉ$k\kro4 Q.Pj.u~ di%Ϩlv!E2GlA8\le+G((P<:PGpU4`-A!$Y o{oXq sbf:9qjiagRAlb f1's@Dc:HiѝYUj'U0fN$ZhiYrF/V[zi<'E2ҭ0UVt͘lFYQ\KJN0A|:P\+ NNL,GF`&3k" f,0j%6யGPJ9SARu }J>2'Fk T 6H;smL_%S$$FrC:`j iZbaMd]vz2?8w εy>VK|jw,:AJB⬀_qcNsgEU5^aNP@ȁtj^NɂJGiVJ M&Ĉ~|w)걖2y;L@P9˷٠0g3+yx P 椕\`H[8Ū˿jd#b>$Lz sKnY\LpwCXKtv {LQ g+a`e':5dPu8[sEUjsԜWtUpfZf *w`Æ "껯gQXId gTTȇ7gz{RJr'iZBijwMljHҸѹyt3Jaaf9ii󝁰5;]f<-^^_YzEv"Cln;%avbq08C2a}{(&uZO,gNijIoZgH]MAPf'ƐiWRDEa鵌V|<$",SbKsvtB9od+i}$EK` VEC@ aӕޠH wrrQxcmrGii\3`5CM)g`a'%wW<sMi\99 CB2ppO7 -YW-ŮSRu扖TI3dFJP58G.P(6SgF.T1f:K1y0]'eM#f)wyKV>Kb :ueN{D4En$ {NaOku,]#În+oc!(7#Fp/l~ݕ^W:YocE8,(t։8T !Nβ`tdveuElS=h chxQb^dZc!=bB'JLŒ L1ajA}¾' r2#tr6RLthʵTY@%ROxD,*6Gؐ=o}?EI5ӒEخRF4 Z@u:).V˚pt˱yQ:럀:@4Od:j:U'i9{tu΍)jSÍV:PtJ|gcRU~7HD!o1|1r0Y]ͩ'OSe!w4GQO3HF'+"Zzg[BUS7< 귘]Jh6yjV%]8 tM&0v@]R\蚛c0Z>/da/(e@^-[&3.HA-}]\MY葜;0'6 uVb=:ƌ"=RjJ%gRT:JZq :jGGLX=g/mK?;3Kb萫lnGMq/]iԍk{>a"@P 2uAj7Zz =o  YM6Nܡ Lu'wt f"gJz p#j~cpkM~^+x롸33@v`KO ʀiPd,ʳ?ʗvE{}Ffe̻@x](jN >~20C:یYMW9$XV958MVerR1T_{`B/{ĵ0tj>0*?uyrJн?9 No#VOֈ߇%Xq(#ŞqŃ%75UMNN̬xS[Qe޳Lx)/&˼mRocDRgу 3L/t KԳuXv]&?A'@LޣXE$amM"PĂBJ`*HgA%MA-|B=&?xrPI4`&P y_8>u{KΘQRgqT~|,GI(ڸx_燌r{Lźiڼl )pM'6mEߵrhr{u@y9LAʊͬHJ-,VH) 4ʳB- ǫkG8)pl=h!ݒ? {**N曒 E ydT(%UEFh^:!7AI0SQʼ|=% !`{/Kv6\#A0IO$nP`Ԝjʮ~(@HHp:숆*@_mk6S򳐔M(jvSױ] _KT6b`|`jFO"i福)xɈЊ"~7UϨ flPS>Wl&mFLB꫾un*Xt5GpbL&}%]+njک{@lȢu~fʢy̍Y肊VNp΅!yб7e8$N TR/zE;qU?x{Q,r'هoGQkc>S]DMa Y-wP}D1E˂xg5"bjK۪hx<8S38]$ǠNNMcN<.WcBU,1=EXy/}",W|L-Q n~Գ8P(01~7Z:8}t-;^)8Ay }e ɩ ّa`jRv2pS4z,@,k$1Ui, 2#h.<kcώ]'_ 5 M=:":`i>K$G }nfFR=,azbx [UdzcN,$׀8rJKd;yn/4OwXwb]3q :YC,V'5G*MNiLǖ~0Cۊl-s1(tVߘS40=*^9!9NQR\ȟEm?EC=J0_8ObI'^orFٸK3 8IF{Y`fGonc\XT د{n'@5LyQ> *p /^+.63SP#lNx>%A=IOcNQ)7I CFԋL#NK]YxG(HsbDY9()I)\nB`"jG;/6cB:@[:/D"\d=s;P@{ĕgZo)KCSwU^tci{)=j^C;h*oJmoa' q 7N5ԑs:u8@:L XcByX^JW=>~" ǁvc/!S}b?rͩ\ X>X;hM <[\?&_ʡ'QRc^AED%uLʲ{Zi{<0q??Ӣ/qIW/OWw({Ǚ]?69rv _&z$:F"|o ;~4bfcuQnᅬ."c;+M%B:՚9?>B}/o UT!"F X&Yf9+*~W3MY-Gm9/=͝tXd'XBVVNʨD',_U \y)YN/שIW/lC-[ hF{I,qVjnnְWѴ@A)Nw)y ׋mb*ƾ') Rt$LCe66B0} 9!#2beӶ~2N9G|$B~l2e@Jqi=@AJ}ZqjNٶﳯ٦㿫r?G Q'+h*:EZߐF A; !HVՓzm59ɹ9q8AU9՛+%|E_"Ex5eg,~TɉjstQ#<=/¼mxȹڎ.;Ꮳ.iShrqVu]KrZ}*b]=(Ft܀prXvt~biσNg* 4Q9%"e&O [peVo:ߟߩ ›'7!UOY~qRRg_Aɜe.T^uk{рpݭCBtfU>jGj(V-SIC`ڛE7h ퟊z4@ȷ/G9 a(ۙ_2zamJcl> EYvyX@Ֆ$N؀Ȓww@{"P4bٿ+1l@w1#}F Z֐/"(@)GGzQ8 OS>h Me#ȵӪFmVs;W* 񐮍R\E!J;zU'cYUOQ2ce9T(c`fInRgzMHh)nCn|Wؗdtgs;&LQ-|i9#O`쥂WF !EJKDa,EVYEtй'j·Qb߼:ڍ. S`%MPFS[65j.v?񡤄>" )8CgoB+ڠ =Ub2)i˜&*Δec1ڄw2#nAaQ'GWw {@c)MJRQt.xjH|bAa`h=/fUН0jE3FMf8X %?.Dfu^M2{ YZ