ant-testutil-1.10.12-150200.4.12.4 >  A c]p9|qg> Y\kX \Bda:6LSD`Q?@M鑧 RuJѧȈi߽S%aRlжjsJvFP9kQˈ+7uRm$x!˘ ?[yNY}ϛuj Kmirfسv߹ aB Ht]{OO5uxz4I/zEtj-Htqn5b-p>???d % Bdhpt ( 4 @ X ^    (8/9/:/F:G:H:I;X;Y;(\;d];|^;b\x>ty>z>>>>?Cant-testutil1.10.12150200.4.12.4Test utility classes for antTest utility tasks for ant-antlr.csheep17)SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Tools/Buildinghttps://ant.apache.org/linuxnoarchpA큤c c c c c c 1a3aea6435ab910b9503f5a71b0cd1a905f8ebedb0a6f9d6c0ff30af91aaf01850f7dd738807cd6529bb64a17d5529976aee3310cd8494e5017f7166201dc5cfad67a86d10b31502092ba3ac27a11504e094da2c100e7834aad9510ac72523f6daed1f7b12992eb50480bd58d922f9927f14ffe19fe0191865035f38cf0dc701../../java/ant/ant-testutil.jarrootrootrootrootrootrootrootrootrootrootrootrootant-antlr-1.10.12-150200.4.12.4.src.rpmant-testutilconfig(ant-testutil)mvn(org.apache.ant:ant-testutil)mvn(org.apache.ant:ant-testutil:pom:)@@@@    antconfig(ant-testutil)java-headlessjavapackages-filesystemjunit4mvn(junit:junit)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.12testutilant-testutil.jarantant-testutil.jarant-antlr-ant-testutil.xmlant-testutil.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-8997b8cd0fffccf9624760ec16daf2dd6e022b7fedc5b6e49b47b36aa0e80c7da? 7zXZ !t/7kR] crv(vX0J̾Cx&{ӒIe:췐S ~P=ї=3'N,>U$#A?ӏl&|9);"CN'4.uӪͩEk6>!AH^Sr%h'T"!; UMw5'8| J?bT¨Fu) <ڋ#3!L3#BR[nNz<3ɵ]zN9~Z[]>-:2p;u=jvJɈ.c%j5ooHn*/n3 +ld`f|?A[YJr Sk.)\Q3@c0@d?uȌvcxW575|Qhf_xc}a,{KdzbFo$w:Etg&9W`W#DܚI}BP7Hf!y\25IWia TXq*C5j(L`{kFnK4=.BK:Fح'egBQBח[ GCT -&_>%il(a}[5>.8NU1SG-瑍.~< e5Ff[}wņ ﴸGG*ʺ% !:f}E-}Ƅ]- kpD'ˣPwS"tŷyKՕvo : ί|U|#rƋ JmjgzPe9 #$ ` @PHEpk %߬xuT1bL 0JƎ*j)>[v(gG[HUAk- ~\_?b$Ŝ e?Ub2I''&2OCl3YP6O-K{NO+\ba4L#pSҁ5='1!Zc,:S)xTTD@e(k-#ZWfDQ$ "?ڑ2g8&G*/chf>D` U9t\M`S09)Ϻ꬏AgW2'Aَ#on s Nw8MFc12̆Ry$ 'AۆyE_G}ɇ`_;Y cAlddKg' YHJhl1~]`@ُBߨR`EkQ#>RUH7;j.o#njf3nR(+pU+%5Y?3 .e1FnZ°n!u^0l|b{|31' Xg=J#>/Y*=hlEϋ򇿜wD j>( J&Xig0ɞPyhW_mEA*&]z箕qglj1g{pB5"ji:Hh7 b )Ď<;b-v*ņTIռ6+t'5ɇۍӅ)E"ݟ}jt->m 3vG[{qW)W;<zF;=KlԦ@`'ܥ?AuJ\(ʹ ɹAG|"r%hFcBDM gm . feLM+BߤOCK4ADǜR1yHny)eAbkrէjd-sY`"eniU<liN.IWDt]uUذX%gǮDjiaSg5ӇP%J\4:\uX +6-%ooˌϵIt:)geHzkBfDt'RĪnh.S v9r߰a-cpDʄ-F)@Ž4tRWa)tib}MCR%3E J'\k9:uetap9!;(#P-&ZӔU$2 zuG&LZHYrvf~Ȱ[u%v!V<ض-,wc-5^2aLΣ,cPMߦO߭DiHuQl_Q[gʐ5|G:y˞T"NN$2Z=%8(8:Gt=T(ixf[gc@U9uɷNA\].񀓥/G 7X7f'kbws6?ɹ8qؙm\"pֈ6Gv'?YrGEL>oϏG B$'?6Uo.>W-q$\Mf{-עcG{|"~DJf5k 2tf3*DmŸpx;lfC W)ӼrQ͕wieEKNyk¯A/KHkў ~oX8&-mG@ c.1ո<'RʊcX` QO/ h?دyhg!E<)97/!ͳgBM. _P3q[?đ>nf3&]|ŃJcNIYGx]i“'t*qP< DaSl:n4kYѮvї  @%Vf=j[U|JMYp2)^V9.-INJVm9ߋ6/%.nSQ՜ar{>MWJ<tz;A͑(nPx"h\U٥N#?˕{a.,~AQGESlUj=\9*r(H{+`J'WaKNrp>qb]@Sj}J2ӡz]ϤќદL d.?l7ZB7ģac JIy3C sKEnOs) w!ޮl #2U+'C>{sN@%v@(z.ԾkuFBE:KcI_QS q䝪nob a|?4d(H\Ē~f.Yj -,!`ۚ =3'| \Mqq-0Ϧ_h{~YoeftPs9O%V;}+)YrZ*59թlm ~tCwƺj7]!]Lz'QjJ@֫. Tv2o*LZHS[F# !p%Ѫ-W0gbI4~(~u sH;DVBN` -[y\*8![n*d[ A$kCƶ\_='ut_ycVxQ|XD(e&:1D30!<&Lo;'sz{tHԗԵ9vEYCOlpJ\Gnw)R[s, trO5pZ*$t"XX 4xq b?VgGٰlS'o\|#iY!qG!U¼8DD0/청;A.Y'wȾC\}+iQ)dJ}~im=GeUR?A[*TBsӾ"Say٧'JS0+h "=_WDcmwf ;V1PO`+󠤅C'^WYqS"E7Xw(@؃!7c+!Ondݳj DoU(8?, v !kP?e6^4Ld`tv66rI7^"d7 ň $_saȰBO:_ a8'2R=ʹZ$FK h=#7UR>J E yB|*L9ǔ`'(iDul vM^Zԥ_Nm֜%G 7PZ ):g:BVI-4Ӈb*1>ݺG"- # pTѤ>KG%U59 5`& nIJ3X>xJDD^dSx酷/Z/j@t!3iPa٥և72@ՙ%1(֎`b"m0lR'-쿯03ܚE,E,c/b J}sf-TYonMރ +e4U BA-5V~]mLV}f;e0`1AVQQ}KV[YՔbCz|(-tZmIkܳ^µ,߁ɑXhRG{#8֏|m/x<(ss9;, S %nN`h+Cd#^ @vM͐G|8h#(tx1J*F-)~PtszV RRi%F1)T kaǾsL^YٰD>LQbBcKT9zHZ#@7=x(Rft rrx;}xru̫uRD@ (G>BW{DSimXtm:IU@آ@~ylB [-#@83ኧU*ha#\K1V=̯GZ $@ݠMbPWN@գ 1`HJޤ]=f}08eg~./.trv초7Ɯ=âN 0/­;꽼_,%%hMpYmf*txo]D cg`[ML3ۥ"\j,ŨCS55bk@ҵ:slc']zI/"yZ,ЭB4Y.DwGx%pb5n6 JU i1M1) mRwq]1D&:[xViIK vSGi+guJˮH\P{&m,p Zm<+?\#o_(?d iL`ivDZ,UCaUj a7mJߑ^ll|?MS*CŁ.-yle1ةNWS%ʧy!gmA(ibSf2F8iyl p-zw MnDQbQ eRfjhJv0nEgt!Axryդ7Os '/뛹 {qtJd> WQւ*C"\@A@PMbiYۃSH :7oƺA^({ <'}1'GrH{+ӭH>s4I.E8)cvʾ*)GXkd6c/&Eͼ~7 2Ψ+Yi9ںRt*KΑa?7A(wl~rAt4D)Y- G0:)0ctaQcaua;^3o=vQw2}Y 1e){)KN <9UDjX*U.9,T;Cпz=Hn4DcPh=Fqdp-ZτGq.>Jmw$-OmQ"IcL-dsZ>oQP RJt*[6PH[(lF" k>ձ}i^L%tBXU-jK0mKNRF uJ E?ߋ vE`Ҏ6&B8vU/0}Q7|̉r\ȶ lMg&bY a5Xaˡ@ۏBa-rΆyBQrL ޸64Y!!Оd Jy+9H] bZ .љ sӇ*dgd,P00 ٽv]AQ2Ђӫ-iwNABӋ!y R,[M.K%X/XMjYL @=C|׶ZI0G4 W"boN& W^o-atV`6W|F/1cQEh;mt#trz!׏k j]ҿ5YW}09M!}k|wBYnZiP \y3,)ƹ|R ^ gOkūԁ 5+e7Q y:˓v #2Y&&èftIM~{j=kVd7Q#-FS{]~!h7nd!DuЋEHbP 1|4N8nv1Y!aL@Ufd~R;&ߒjba h ws[*Tg3qc ]M  A8Ώ+ {zs텼 5_RA'd ˼Vzv:q[(uP(x[.f5_^@7L!(̴B\k.=u,Y s\ Oi$Ʃ`2:w"JFvv}-}F wVZ.F.Oփy7 /}p:X]|cKڌ9 ys0N ÷BƔ+\?jC} qҸR̋8"&}WM0(I'IlGMۋsie)jJa*|+?gvd^j?sJ ysyCFWґk霳>0w&2D:ݽ; ~ȃ 6yjZQQr6_]'<1%NAIJa'Mk'n*\5"3ȹV_/w5a 6K Id*=+}(9yNP d$t]CӾ|7\,G̅;;l)#JT}+jT@Ұq"q[&@Hjd/0t,^rwpD /#!aeqvF|<'$ d["l?Uw[\ϋ<ڇ&F(ub!q֝7]dأ&{ Ҝs'cH7X6rY/wBvFisɸy73hjاkl-jVaj=C\\p69aʉl1:݊4bIJ^v)kso|Ȍse9g4~&8-c ۼA2$:ݳY)zlu <[X]!Q\Zeg='vƧ]+{d9SL21Q ForlSHD 8;hB Ay0-ېZ\9/_& 6G% [Ucj~k.*Dl: /m{3Ħ`<+)5} %I[#vZ 6,<(:7$*@~B @>\ONkrqHNC2xsMTli1xWj@heJgr]Y|}ZB 5p+` y-D^6% 1J?o-/%`:8\Vѝ. qIV0zMvY:z>&d-Ȅ0 U!x芓oQkK;&lrd4M^9!('o^AVAdgġ QHo1f׶GvQ9pQ\i76@vV5Q'WFT/ChPD2Ď1WW:B=}enE0~vm,3= {6 3l^D# bfIRZr|oq"')ՠso h]u qI)*>X /g#Atkջ O5$f{KTެ耎|No//B4&ιHŘZ އVx8mb~TSDuS=ؾv^ 70ӦW[BXʹܿ6/;q9Ot&= 9V[z^BP\x6ɠ&}Ԑ z9U$I/1;U4n.$Jɴ_ސ*jS`ɯe } QwE1>'^o >Ȋ8?l`rfgmEX&X")O~e๙Γ[F!t` w d1w1[1tLuQ9y&Nyf+u^M?$&ZpUPhlLɇZ Jʣ@ k$<K"x/AYp q; Og%1ʘ:vBzF Z|CޏT|s2Έ:ҍh1Kzޙp% ">0EďQ162(65^%nT% #[rnQ㸠Mꖕ*x~h~$o蓝rl |~QCՊ'_ن%2#ǮOr.zU!d暼5sCIcn6,{V2ũH!YE\3𞦑[heˡՠtG<݉_ 3| @e|pdt2#O4H_x{S({ԏ,}Vzij yVzJ*S%m}iC~(HMJc2j!tk`z\ml!O$YZԷiqܸ(?2%̋%,KnҀX#L0FQw=] r;](A Q߲7]7ؠv;AC!].C9'ufKO.&~l'#K-(qѶ6j/bUה:Z3> `#˵spTyj,(7x9G)Y4\]+߮Rak6rQ䗛vEo)sc:ǖ%%4[t5nF&s}ɫ#v/|J> 3N6"Ӭ{ӧJ*fL1E ?h&iԩڶЌ`-ͥ N<)Y큗2F+$׿/ոeo89vL_mCⳊO]k>j* T5ڶ|Q,B#[}:''8sf#@#r*~ R +w8(nLgL.0qɱ|jWgĦ$;TEuቌWKé%v^(ۂms1zņ0B̓g9ť *0)ehQ%m ~9W?B'.-~cJ@YI1*;`^fK7 [ @fTF$^D["Wc>ic8}zn˃Y8il@e\ )H#yORXhNˑFZJ]x| EBǨRX /ŭ\\036-0 _9bTX ?VUAb0:PikUAۧ,Q& 2:HٙkOHf*j!akR:tq9< -?3|ȭg*n$XHz k3bm~ytvq%n>fåYʮ5bqgZ83x/ݜAHQ)k/KϪtcO60Q@'e6~VACch% +ы_ګS@y'N4o TӔHӆuw+bW1U'Pׇz^U * {]9 =*@XLq[:ֆW%.v}<%Z'ziIj_PA7J L8?+]+`Px$@㚞牫~ oqSJY5)4{m/r d^,o^+(E&Ee,v X$FJ{JΦf3vPҜzhU])ߕΟ3#L{H]G*$|*ݤ_uZe sI5rՐrsD?/oU6;&7; Dy(=u 񼛪DC][;n:!Ŵs4DŽh*PfزfLBS/l;w$]Z3kq|=',= 'r$X\Y&@v{"*ٺ8_EC0y3D@~`}2Qk "'O 5o6K!5,fM:Jr1.>vJ?w̧ݽ^5rDNVi|a &{l@Wז]̊ZR,\V2hM"ƒ1#i=M^\ASHki$XkyyK(IC(Yyq2r{ӫ0^!=Xl:Y豇?ۦIggGHeD7Y5ƀ3.o' ehuѾ#+*F7# krh 4#uIZ&BqBnRٛ`Z 2`(l }Q^ y"}5!2g)ʈ?F> /#Nfj/fHpҊMâps\Fl#cu/mda=̋s#ԋ/.&^G[*d+/$&[!nPQ,g̦Dr۟ej[f !B$1"^,xk;biȵ 6Y&ѼZ?_kP &KqӾONFbD:F;wFm ''x}$jMBnP@qиSp^1u NNhg.WR;V/?Lf*hǧ%yoq=ImֱlԾZDoY8 dpGT )Dd' $496W0GTûBk}@u.pR9h% 4_lYZPį7t;ԛCv! g)[Up]$&dfCG`CT-H Gr=}4G\g-47MLN1ƐɕDc/}zEAbFʁ{/)$D8;]d 0FDp햃 b-Ύ7IfP8nѕq˱3 uk 6:ۄ9>T|l%1Zho.&:TQrM((RXc #Ul.;DCwٸf9s`f ԈB\[Ofe>7Zࣔ)>y"/mĕï Ta;Xʷ%%nsC<ٮ ZQ-igS6(c0K@|Q&~f89NSja?6*ͻg7`v*0y=[5QldU B&BEL~ږ(muR {Е# {¶Tf39pxö"RZhIL;OM2-D~+t_x IN6c~h=m`u~Ӓ:DWW078+DAVɈ(.%}jh+ז ڨfmXvq$ VsM)'|ǻCъ6uq}.JU>B U .GꙜjUE5o2.+ @Ld#tH9?LeK+wJtrC̐A٧t?0w_1^^/2 &7#+e˜4&z28A] *DKmaJ@sߠ3-X_yUeIL“b wxַTNE(:XS)W)>&Mg,{Rn:',`,]FOdq Mz h=+ƷybZ6>tz?BI 1 =Hs-Q.;*@Ftu PMOxWS43nn#/Ty -6? CIT_v,R[GFѿc 1`IsW |r]K*by#Dgk|mV95oiq_+IsO(qt I~.`w-ZdJ G`=.6 `&U]|2f J sA/VyC0'LdA<J9U3=$ܴȫ|yWf:Ar`Ƭtƹ }yKVȦi%:g6bd Rf"!V.W aF6nq/>o*::sL8@Ծr(\!#2#Z>ESƏ [QlN/K:-n xL!Dm2`W3|/v2|xdP oO'}l#AtdwX:4^guJG'MnX ?7E/j B 8{/~D8n|`eIt[jKmO4N !ZK>!&?6/*.Me#U@M56 _ ylbDϕ5Ycbmx`z%ξѷC$:,WO gfT7^#ko o߀Ŕyl)yP[T3 4 ->6zKq)+T3rPLȬcټ,CșǕ"Cx f)Sǔ e=:8fUH4/n"km]lnxk9*)J]QtŃz[Yj! 3}'(5!$q4Cť.R|ׂ=Gs9WH0pI*GA)( $K(`xMIqUmY/cǶRg׼/_͉m<7k3tv-JHTV885?TEũf]FI(5{e?!ỡn<>. 1(ZD=은6NE L#s[5ފ1tUؗ2=$!xؑBjŜ~H1A#8 OL{-tyQ%wVTV V<uTOEX5'~t@_Z`_WA#w7SD<>3fMc}E[rj6.|ܰ4±JɷbgK. _ī'p03Q4|3'ЂXӷv`gVm 0H?5e/k70Q,.zK>}.@쥞vbiYD/"L&CH0[ W9P)IqC}sf>rq45?ITrnVB-w(R<#rjmcAqNI gv"(K{YG-Jv ~gh~P\d7#_8x_(U\7XDYW\pET$Ubȡt|\9b /'jEOs/ 55P1MrVSN.ii'.^ݵV'}S euނ! ªVw V7B_Mh<g?kp1Hgp^Y{Wۃ UO1WH'|;nH?g63ʈXY %!fM`sc!RՆmu%0,>\am9w?&J"c=F^osa0P+h^)`[j5aDEA/n+S$"):Vly|?:l'C3/eb<]!x)z֪.i+dNZBB7dCg=J|OdLRel@f7QΜi: iGqY ok.|Nh:.4r>+S떯ߒn=~Xf 8==F ,559FL!4l̳ޥCt\oDMHji%]-ϠV~문rXz$ͩ qb˜ŲɪrKHތY[tapm_ϷJNM)8o.VŭckG})}"@(M/4=<\f&=*,5E)ŤG_S^(>N7 1ASgp0%<_C8B(o%%ߟ1Cgz-@kLNxi%nIi}IaämxPʤnǵH\t9:%r=Zs <z(=0# d|`RR: ٚVtKy:H*{ BuO/lP#E2=S鞵qxnsjOV1 F:" G\LuAH{u;1d,$jf78Wy{uM=?E&${fa Jve T~?B``y>t,P=|O!192WYДNh#wEET_"19ֵ#Y~C+ʋ$TxDYf W ܜ!IO; XWl?1 該to,k4/d;-UQ [\%Yb:!Ǜ";9B+f7Π4XDH乺4nMqz1@r"؁+TJH5t,J'74(`۸/菛+ڟ- -s.X Fjް!~|h/74jm 5ti@cvl7vk8Um,SѪg:{NyIc,cC  y#!J3} N8AA:#}e-'_`-!_I*FYSnھU-1_q|3)xCtZJ3J%U0y<+>L4ʗ8K6i+Ut ɍ9U`C-N|}օ+E^7bxlLtAkaQV<֢widg`/R`"ɁĬI%^6M:\E9ܩ3XbgOn`Ds Z:@:xyG +BlgΌILx)JRS;F!:{YХ0Q2o"oHj#G(:F1E⺝Nz8g~I"cbl%1:(^->8i<[B>_9=I?ݰW zնh AԳ/fp`mv|_IR QDX:d6 ̽iƮ)ةr$J咈)AϗĈrXqYIMaYΜڙ:hS4+KXQrmUʂqq/Z$XaZmJ G(RsQ-ͧ~FN/P8ΚAҏ2/q%ۦ3?y-2Ƙ SAI! 1VB!teQ8$'!D> ]XMSelYm`B ANas3F!|BHn20s%. m$cRL`쮦m:o8; Ro)Jg3%:Rq̘c@Qp 8\` ^{yD08$!(#<5e#)CoF>ձOJI:-*>_P=*r)G^th {l*%o: ?G&trM|φ3$SCTVpRPkZ!Vow!qJbJ -grR'*HkM ݴ|16>eJ@tT/ xXSLx(*/g$sJ5HehҊ~a\F)1Z Q_Hhb L^)WOZp35:V5$Nznݜ![84[_o yÆ÷F &ù:% "G뾝aڤُ ?K"뀊w =+AWA/G\csbz %a￿@ZAtJ){jkT2HW{/'UpVfU4 wz$d=,ܹFO7kCQoxa@4SwCT:eћtEua3F\Tx$H>I6[TL[⸓ J563xۃK2*'߷B-j)1.v*y+0]g,-8`5wh WQ[7 x"8XZ#Y71.Duj,[SHL)ˤZ .S);`{rxW6pq!Q8'] "kŒw[4S/"nhJP)H82<0ITWri=!τ_M viJ̿j'me^Kdv9pRcXxoRx5\#7 Z\]FNL.LBZ_:.Cb3v $JmMaTxa +O.EO!ݱytGF 6\I?nu(K|:q ACa?1s]q2>L#SS`)0htNZ򿁇%zAzEԼz$P>U=\5ՄVOr웉4η v4 i L3(eJ@-+=B%#\Asۧ~"p DFVn Z/}is=$㪣oҒ!Do"b*F*C[tQ- Ψ ii-,6](N[o|i $ML:(AuȀij7/?|(z5dMǓP: t:`oLK&^ge,G91h~^Y<\ uKAtN#ꗉ~ O |- )7U%c,SICr![=W4*63ȥi$BAR6SjdH9‚1`!|`6U8ҵ'Z卍DT i"xz/q2Sf>1 M]4x3?#"OR kӛU4*PD]>VTF.3Y_ Ė݀9Ϊ?E$ Mנ'@E<?4e><| גXG )U;;ryFܿ_0*aF](͢Sl~,އ pw"$azh'f3 ,t#X.DRL"ߨUx'|GjM(]ihCK$0%HI[f\? +ʄ0ʤp_Zuld9"`JA!TZ}RYe>ڢ8̏ECdnϙnhvV:ypFGφ~I$ï~z3捗XH1t`yeWaT:7qx[b+1es9ԟx҇z~lT6u ,["zmzΜDza|X/ȝp'qrUK+{cA%~#ngCpj5[. qY/tka/_՘E7ip0Vdǣ̣X̫G-_8~W_g=.Ls UyLr)僿*r^E} u֥ cƾ~mDfkX_%xgy:EAyƦ2&$G J*Rmc z]Zʴ H*+r/-!{&y8q1 `+2UQ``:2% ]҈V^QaH8 LQ0{ y\) mdUxFw SДlү8 #Xt陑!R/U%$g(\_fS?좥E.CيAӹ rGIV$%Q[dLu.gV7If@N_$42XĿ "O i.d9< 5UL%^+Wh;zd-Nm6tˌ6l{q߬WVS{-{i{Nanb2߄[;A=^L\5+ʁ2OONhgv8b2MD1k܂`Lَs +ԏ(*b%bO}!/O\F\N-a+\.l4(t0$c)z+zFFRƭj<Ӆ($% &8 da+I&bRXy&2%b[M$˞4j#SK.yH4<ԺP<ܑ P`W&^q#0($ttTYg_QT܈7<+ޜw",OvcdHAXC1F=J4ۦЈws 0u@1PDIY&6 >>!H8h Z*;P(2;0؞㽕LH)GXɩU%)6#-ɲ*jUi-6)?Dw:fps$բZ{kTJtS!B}e!p);\l:;K|,W|)շ-Y tHQ!8o JL5Z4Ch*h^5uO'%Y$KzP1d&[;e0} L(ɅZnN[gM> @㭍W@yv4m:zu &9f D!9wc "hRA 60kN$h::D{\Ө=¹,`clW][ ;<(J8@ށ/opr1.1}rbe @x#Hu8XS؅.7l⏏Hu ),_V`&*BHuluvPO6SWuuZ5. Ae)'63Q5Nx,;Տ^6h}!%AZ%{y^#+PX 1 )r)8>aT/ AMȽ}ɬ%C^Cy"iY/9! [Ruժ8&IX@[߻kj@*0I#ʧTaq8AK7Edx VJl2 a: RVb+d[ aMX(uAU-K4d?*荅"L' zhM(i ݥBu҅ ʹIF?!Kd⎈$ ۀ[x 5m/v ό[N;7NC)%HvXMxwΟrWW!T8)8JE$좱Z!,]'ޠiCbnjr'Ba2:P#3֬~;2ІF*e-@ꨋt3 lp>D+r 2 }eAYv.s(skvy{:~*p ji&{\=Ϧ &%CB}3eCdu'%[e2uYr;.}V%?$DzGťsK]g؊iZ!Hi'1}N֯= q߯C RjB΍_QΆq-fN1)fb~A\TYX:^?r7E _u CL=BsSьe [}'8F  G$DidOZY gԯ\mF20VZ6̕ gɑyU VM1RA\6Hñp[`QdLLdSq_F8Je I.WawOuNʒjkoZ=\!CTs-nS?kJ8mC/&8CJ%f q ^eq@LW, YZ