libjpeg62-turbo-1.5.3-5.15.7 >  A _I,p9|0QcdD.鼦xTɒ8+w ˏg9L@E?!jX7Ȕ|t|>!GO(Vr?$ft-Zbo^$n]:oψ`ptmdQzG#Qr!LꬊJ}lDXhL𥳐DTapJ{f&@=TBM(6Ε7a]LZckUrsZV!xdCm b4f50f973327cc10481acecf579ff04e3e0dcc5009b6d99dcb18d3af6bb7cf800a87e3a01fb331186b4a31c51c7aeecbe1c2eb5aϴ_I,p9| GuzdcV h՛%/1 =f p>8?8d  ` )Jx~     0NlKhls(t8|9:F5G5H54I5LX5TY5\\5x]5^5b6c6d7De7If7Ll7Nu7`v7xz77777Clibjpeg62-turbo1.5.35.15.7A MMX/SSE2 accelerated library for manipulating JPEG image filesThe libjpeg-turbo package contains a library of functions for manipulating JPEG images._Is390zp35SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Graphics/Convertorshttp://sourceforge.net/projects/libjpeg-turbolinuxs390x܇?0q(_A큤큤_IZ2eZ2eZ2eZ2eZ2e6d23e995b0bc62cd6e9ee6e44c2c3627ff510b84621ad73ec8f3a822881b54a721912b8a987c9205aa0addbdd458f957c4bff6435fac00529da72798b6b1ec1351a11693fbef494fb150ef8a6c3852e0dd0fd55a380177cc5337201b9cafd4f7250a1cc26707b6d1fa7cd2d8fb3f796548d23afe30596fdfaaf68d3b259174d9ace2b5d7060f901efe8ba0fb74c72ed5de75d704d687cef2430ccba7ec021a81rootrootrootrootrootrootrootrootrootrootrootrootlibjpeg62-turbo-1.5.3-5.15.7.src.rpmlibjpeg62-turbolibjpeg62-turbo(s390-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1jpeg624.14.1^(@]ʞ[(@[Z7YY@YY@YBvXXWv@WXVZTE@TPT@Tw@pgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comjbohac@suse.combwiedemann@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comjengelh@inai.denormand@linux.vnet.ibm.comp.drouand@gmail.compgajdos@suse.com- security update - added patches fix CVE-2020-13790 [bsc#1172491], heap-based buffer over-read in get_rgb_row() in rdppm.c via a malformed PPM input file + libjpeg-turbo-CVE-2020-13790.patch- security update - added patches CVE-2019-2201 [bsc#1156402] + libjpeg-turbo-CVE-2019-2201.patch- security update: * CVE-2018-1152 [bsc#1098155] + libjpeg-turbo-CVE-2018-1152.patch- security update: * CVE-2018-11813 [bsc#1096209] + libjpeg-turbo-CVE-2018-11813.patch * remove redundant libjpeg-turbo-CVE-2017-15232.patch [bsc#1062937#c17]- update to version 1.5.3 1. Fixed a NullPointerException in the TurboJPEG Java wrapper that occurred when using the YUVImage constructor that creates an instance backed by separate image planes and allocates memory for the image planes. 2. Fixed an issue whereby the Java version of TJUnitTest would fail when testing BufferedImage encoding/decoding on big endian systems. 3. Fixed a segfault in djpeg that would occur if an output format other than PPM/PGM was selected along with the `-crop` option. The `-crop` option now works with the GIF and Targa formats as well (unfortunately, it cannot be made to work with the BMP and RLE formats due to the fact that those output engines write scanlines in bottom-up order.) djpeg will now exit gracefully if an output format other than PPM/PGM, GIF, or Targa is selected along with the `-crop` option. 4. Fixed an issue whereby `jpeg_skip_scanlines()` would segfault if color quantization was enabled. 5. TJBench (both C and Java versions) will now display usage information if any command-line argument is unrecognized. This prevents the program from silently ignoring typos. 6. Fixed an access violation in tjbench.exe (Windows) that occurred when the program was used to decompress an existing JPEG image. 7. Fixed an ArrayIndexOutOfBoundsException in the TJExample Java program that occurred when attempting to decompress a JPEG image that had been compressed with 4:1:1 chrominance subsampling. 8. Fixed an issue whereby, when using `jpeg_skip_scanlines()` to skip to the end of a single-scan (non-progressive) image, subsequent calls to `jpeg_consume_input()` would return `JPEG_SUSPENDED` rather than `JPEG_REACHED_EOI`. 9. `jpeg_crop_scanlines()` now works correctly when decompressing grayscale JPEG images that were compressed with a sampling factor other than 1 (for instance, with `cjpeg -grayscale -sample 2x2`).- security update: * CVE-2017-15232 [bsc#1062937] + libjpeg-turbo-CVE-2017-15232.patch- Update to version 1.5.2 + Fixed several memory leaks in the TurboJPEG API library that could occur if the library was built with certain compilers and optimization levels. + The libjpeg-turbo memory manager will now honor the max_memory_to_use structure member in jpeg_memory_mgr, which can be set to the maximum amount of memory (in bytes) that libjpeg-turbo should use during decompression or multi-pass (including progressive) compression. This limit can also be set using the JPEGMEM environment variable or using the -maxmemory switch in cjpeg/djpeg/jpegtran. + TJBench will now run each benchmark for 1 second prior to starting the timer, in order to improve the consistency of the results. Furthermore, the -warmup option is now used to specify the amount of warmup time rather than the number of warmup iterations. + Fixed an error (short jump is out of range) that occurred when assembling the 32-bit x86 SIMD extensions with NASM versions prior to 2.04. + Fixed a regression introduced by 1.5 beta1[11] that prevented the Java version of TJBench from outputting any reference images (the -nowrite switch was accidentally enabled by default.) libjpeg-turbo should now build and run with full AltiVec SIMD acceleration on PowerPC-based AmigaOS 4 and OpenBSD systems.- mention the included utilities (djpeg, jpegtran, rdjpgcom, tjbench, and wrjpgcom) in the package description.- set build date to enable reproducible builds- Update to version 1.5.1 fate#324061 + Fix for PowerPC platforms lacking AltiVec instructions + Fix ABI problem with clang/llvm on aarch64. + Fancy upsampling is now supported when decompressing JPEG images that use 4:4:0 (h1v2) chroma subsampling. + If merged upsampling isn't SIMD-accelerated but YCbCr-to-RGB conversion is, then libjpeg-turbo will now disable merged upsampling when decompressing YCbCr JPEG images into RGB or extended RGB output images. This significantly speeds up the decompression of 4:2:0 and 4:2:2 JPEGs on ARM platforms if fancy upsampling is not used (for example, if the -nosmooth option to djpeg is specified.) + The TurboJPEG API will now decompress 4:2:2 and 4:4:0 JPEG images with 2x2 luminance sampling factors and 2x1 or 1x2 chrominance sampling factors. + Fixed an unsigned integer overflow in the libjpeg memory manager. + Fixed additional negative left shifts and other issues reported by the GCC and Clang undefined behavior sanitizers when attempting to decompress specially-crafted malformed JPEG images. None of these issues posed a security threat, but removing the warnings makes it easier to detect actual security issues, should they arise in the future. + Fixed an out-of-bounds array reference, introduced by 1.4.902 and detected by the Clang undefined behavior sanitizer, that could be triggered by a specially-crafted malformed JPEG image with more than four components. Because the out-of-bounds reference was still within the same structure, it was not known to pose a security threat, but removing the warning makes it easier to detect actual security issues, should they arise in the future.- Update to version 1.5.0 + Fixed an issue whereby a malformed motion-JPEG frame could cause the "fast path" of libjpeg-turbo's Huffman decoder to read from uninitialized memory. + Added libjpeg-turbo version and build information to the global string table of the libjpeg and TurboJPEG API libraries. + Fixed a couple of issues in the PPM reader that would cause buffer overruns in cjpeg if one of the values in a binary PPM/PGM input file exceeded the maximum value defined in the file's header. libjpeg-turbo 1.4.2 already included a similar fix for ASCII PPM/PGM files. Note that these issues were not security bugs, since they were confined to the cjpeg program and did not affect any of the libjpeg-turbo libraries. + Fixed an issue whereby attempting to decompress a JPEG file with a corrupt header using the tjDecompressToYUV2() function would cause the function to abort without returning an error and, under certain circumstances, corrupt the stack. This only occurred if tjDecompressToYUV2() was called prior to calling tjDecompressHeader3(), or if the return value from tjDecompressHeader3() was ignored (both cases represent incorrect usage of the TurboJPEG API.) + The jpeg_stdio_src(), jpeg_mem_src(), jpeg_stdio_dest(), and jpeg_mem_dest() functions in the libjpeg API will now throw an error if a source/destination manager has already been assigned to the compress or decompress object by a different function or by the calling program.- Update to version 1.4.2 + Crash fixes + clang compatibility fixes + See the included ChangeLog.txt for the details - Drop libjpeg-turbo-1.4.0-int32.patch, not needed anymore.- Remove useless same-name provides. Use download URLs not dependent on directory structure.- Remove float tests with new libjpeg-turbo-remove-test.patch same as Fedora bug 1161585 related to upstream issue https://sourceforge.net/p/libjpeg-turbo/bugs/83/- Update to version 1.4.0 + Fixed a build issue on OS X PowerPC platforms (md5cmp failed to build because OS X does not provide the le32toh() and htole32() functions.) + The non-SIMD RGB565 color conversion code did not work correctly on big endian machines. This has been fixed. + Fixed an issue in tjPlaneSizeYUV() whereby it would erroneously return 1 instead of -1 if componentID was > 0 and subsamp was TJSAMP_GRAY. + Fixed an issue in tjBufSizeYUV2() wherby it would erroneously return 0 instead of -1 if width was < 1. + The Huffman encoder now uses clz and bsr instructions for bit counting on ARM64 platforms (see 1.4 beta1 [5].) + The close() method in the TJCompressor and TJDecompressor Java classes is now idempotent. Previously, that method would call the native tjDestroy() function even if the TurboJPEG instance had already been destroyed. This caused an exception to be thrown during finalization, if the close() method had already been called. The exception was caught, but it was still an expensive operation. + The TurboJPEG API previously generated an error ("Could not determine subsampling type for JPEG image") when attempting to decompress grayscale JPEG images that were compressed with a sampling factor other than 1 (for instance, with 'cjpeg -grayscale -sample 2x2'). Subsampling technically has no meaning with grayscale JPEGs, and thus the horizontal and vertical sampling factors for such images are ignored by the decompressor. However, the TurboJPEG API was being too rigid and was expecting the sampling factors to be equal to 1 before it treated the image as a grayscale JPEG. + cjpeg, djpeg, and jpegtran now accept an argument of -version, which will print the library version and exit. + Referring to 1.4 beta1 [15], another extremely rare circumstance was discovered under which the Huffman encoder's local buffer can be overrun when a buffered destination manager is being used and an extremely-high-frequency block (basically junk image data) is being encoded. Even though the Huffman local buffer was increased from 128 bytes to 136 bytes to address the previous issue, the new issue caused even the larger buffer to be overrun. Further analysis reveals that, in the absolute worst case (such as setting alternating AC coefficients to 32767 and -32768 in the JPEG scanning order), the Huffman encoder can produce encoded blocks that approach double the size of the unencoded blocks. Thus, the Huffman local buffer was increased to 256 bytes, which should prevent any such issue from re-occurring in the future. + The new tjPlaneSizeYUV(), tjPlaneWidth(), and tjPlaneHeight() functions were not actually usable on any platform except OS X and Windows, because those functions were not included in the libturbojpeg mapfile. This has been fixed. + Restored the JPP(), JMETHOD(), and FAR macros in the libjpeg-turbo header files. The JPP() and JMETHOD() macros were originally implemented in libjpeg as a way of supporting non-ANSI compilers that lacked support for prototype parameters. libjpeg-turbo has never supported such compilers, but some software packages still use the macros to define their own prototypes. Similarly, libjpeg-turbo has never supported MS-DOS and other platforms that have far symbols, but some software packages still use the FAR macro. A pretty good argument can be made that this is a bad practice on the part of the software in question, but since this affects more than one package, it's just easier to fix it here. + Fixed issues that were preventing the ARM 64-bit SIMD code from compiling for iOS, and included an ARMv8 architecture in all of the binaries installed by the "official" libjpeg-turbo SDK for OS X. - Adapt patches to upstream changes libjpeg-ocloexec.patch > libjpeg-1.4.0-ocloexec.patch libjpeg-turbo-1.3.0-int32.patch > libjpeg-turbo-1.4.0-int32.patch - Remove libjpeg-turbo-CVE-2014-9092.patch; fixed on upstream release - Bump tminor to 1- security update CVE-2014-9092 [bnc#906761] * added libjpeg-turbo-CVE-2014-9092.patchs390zp35 15986567331.5.3-5.15.71.5.3-5.15.7libjpeg62-turboChangeLog.mdREADME.mdchange.logusage.txtwizard.txt/usr/share/doc/packages//usr/share/doc/packages/libjpeg62-turbo/-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:15341/SUSE_SLE-15_Update/537e5f3ed9dd84f0d1f41b822a210334-libjpeg62-turbo.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxdirectoryASCII textUTF-8 Unicode textѤ_{Uutf-8ba0fc4cee584e16d30e9709da032b3ed26a58d1a3a6772b0349b3eeaf91819bc? 7zXZ !t/W[] crt:bLL fgG{[)>o%0l73u-rD4P o.~c6pʄ(L>s 2y}M{<,|NP&J -7rxCݴ OJ+^9uSJHCуbm5NC[TժK9Paświ%` ~Mt%?q\PnH;9Akޘ":P %~ H9&R%vŅb$7XaQn4[-p0(2Ӫ ߹!>NNh]QtkS͎+Mn2 ԑ;Ź mej,E0_pnM׈3\I(WZAFI\і_,Xg5;"d1Й#@P0' lE4N4`ec2-8\7$X,=5d)-`e,lguV7d/s|chPY G4R ^\oGx YgUQTb' x( okW~|Wf % 21.BWm~b']gSt ppљ2`vK>wn)i[ަpS$%dXl-qdNs7ΟgH62@ r"ֶE3_ ٶx:mƛ1T.F-d}6ʂ5v?Ƴ 被d.UKCC^<# D]I>|L[XQEM Es^.2rtz]9۶)tnD.LmZ>4nRV)^w]wgbI|{uDtMk *t,6]:[L!ER.n'i^jY ܬ k%ʱ("桀,N Sl5,D#?:. 2'`p$>AkuB08S0|N:4SGOffJһ%ZzM3ў5]$:0;wo( .x>_M& 0ueD6=ޗDxloӥr-Qnx (ϰҝvym(R@WIK|75dY~eyP~Gq&fA^ij>C{zi)@5%.mɺni<9"ǪrjQ!fg"kRê^1|u؞ Kf&D2Dz4JLԝe E2-Î7Cex#9#xOօa`;),baڐiE{Q, ".iC;r[-Jpgpy\м$QP(5cO@p a J@m)iILBQuc/.nlMo)i_&bή<[iNX+Ṅ鴈y; ϔ5aWP>}RAU&QQ Pi4>d8ᠸ@93C|v slp_8ӿCnlyy&3 axR;OYLbWZ|᧦GT67s'!6s53j4ljеM1wU߈ZLm:y+м9һY<דZ-0T.w 6kCB)~\eQg1gͅr} 0bk-|$!xB&޺$:5h 9twh1*Ѩj,ݯ(MH~!tlf" {{4p42̦HMJ:&\/\%wI>R$(ǀHn) +2 ?حx20ƌBJ1\g@:ѻ^_  ,]H;ѱ̜ɴivh"YF[TNҌ"/Ż[V(l;`# ~fhKu┲O>Z}CK[jvݒdk|6MnYf=MT}!*c,"@w`.jk.s'~z|FDX<AC U= ϚsMXt#X^}gOO;J꠽D{ V;H_WӔki̛i|\StZ"_'T[BT#fJ#|Ke'bQBiVɋ;#θq`cǠdmuKK=#"fNpE. SSW:xln6vx!țIeK>cQCVQr1"3Zi)o'NvB %?q䧴@QAѰ`҆CޘMr]5*؄B&TЁ9W؝dݙ #:|G⽢OrbteCZQ# uaFWrҨ82s'4?L|:W|yBzѪ0`%m<$/ɯ\`'Gzs+v,B78I2)J0wOެ#p~ΦI#}(%dZ]uv1*#hYeCH[E:0pϖM&hi|n YC(o(ˇ3є?spZ.rNXq S24}T5f`#Jb| tI\sB?,v뼜?=oq놿3k˚Өq<@z/k\Ad}#oЇكmڬrI}aXKs-F0&" x)z%^C,6p!:5]3OHAk0{i9?5/1Q f_9Ox+U H;IVg2NP=xH?gM)oӉ ntkm*PH8Iȵ3R3}$ yʦګD3y4fZՂK=G9p XZkt+NJVV̸i=KxlN;Wn8]|Fu6c JS1?߉aIS{Mzu$m2Pn5>T^r R<4c ="YjSZ+[Ow[$6:,%\!E‰<9tXZ..pzZr|yba;Ǻ3xqM x<+ d^ 3yЎ0YK+Hvqb\BM|Tg!d.VZ?t~6<飌ݩ~}8`D=;8hB;*WөT)LL^S;mTTuTbI~a-neb]D/ aSldkC+'vΊW0CzV+7Mp 0?b9I5`N@DQ:=ZgbWJJvY::S$_i k0v^`Dt ӡR_M0 a툯ٶ*YK2['OWS`<vrv0 j>D5ʸ|}[Dgn"ڳulyFHg7SUgs vJҷjcNNMY*=Y]yV_ ۂ~W3*Z?M3R򮲚g)7z.'C)0p'hGWlWIQS>,>B߰5b8w SsoXGSWfUPkҬ)`S ml3%A V[򦨃-dfR5@z$9VVξ ~h=)9d\97Ű? _ f@LFow0cMRw Ƌ.ZA,?Q&bѽeCѨUMվi rؠCio5F`wt9/̣^Qz<@6<~u1FIDLޞx(lvkZLUz4O1\@ g8pzW0#X h_ѣ{d%1920틻 lHRaDJ[NBP->!ҀYhpllNtиDmˆv >\mcdvN7ekUć\G_q Þ@,5n>]4ZMtR̪',finEY>ᙷv8-Fܾ#ӽD{/eJ OD^{B;6-ux/*P+4Oa,c/9~MA%[ (^czCy5 LdӲ$>qH.2_ *'6 VWj@;Z3Eb|.q7+;-2P{<bɂ@6O^=MY[<`vvxsu xȵ hSb(qD(Qȉ[G].0=CNP6ԗNʶ&:Z d9Rxr3pٗ)v$4{N"\ƇV!Ƃ3*1p*bVneN'xB|((z#:񤉝7(B|"el+%tE}483٠9.@:vOI @رTǦ\Arq[]r6esl7 ONپyu% PAne灏>މ\š-O*`WV_sx#UyL\K ISEW :ìv!®h4'+,ÿ +"=Mgk`~y n؟-5\.v+o@tcKf1!eyIq]]|'ⴗ rk Vg?3]X@kH!$P@ϐ!ZIs~AdRi + YIkiDIs EEpjy@rY$a}[\5w*HIa6.c e{ 8P&MŐ|6&%)ҵ&mo&G ~-7]0¤y Q3v1P3qXFՕu } t[gaa0Q ̺/y׃+'MTXt8wSﶸƀE엜\zbY%?#"ff"%ElL/\TzRaXeFq4% # QkMQr掑 D[>f~+!AHj$6K Ʒ =XZKLi tM)^ǝL 9(o_X[mEfkCjf^] Ei'J 1X=?HoVg[M?)4D2bsBԈ鍵y[wn=40zB eWJ1 P~0fpR&d0P{M-a7NőktX%ɸ%D4)~Ɣ$խ}wآ1{~7 PU.VWgТ|խLэu0ϹJ䄤|+QY8jR،!PhjSW&*DpT3҉'6A\0v*ľ=YuZ3_Ÿ`Ň䚷 p#})JN!|~YoGWà_8NonH@Ѱ [>Gщ`P֡޴W B#X7IXVNP߽Npdԥ*4jΦsuUbtQ9CHD¤*Ó!z {T" ڗejB6%? ZD*h}c ױ:RIВM]@t؄ŭfPAPT~gF"tN7af}e0Ƕ1+HZ?Deko `X;cʥˎ޴3~Bv`heO{{8;`"h (aQ_%o9,w1`Z2MAKVtcieylVI!3n6o^-Zɉ3Ca)y㘝1_ߟF֬c`8 XJ`,XF apm6WoUh,=;狡J?.Ck= G {^daN4~*HZT\4F+^5v/5j'3jJ= loϙvpKY/Lԁ TU ߔKϦXFe\,"JmG:>\_8 qCj EꉛMǘH:Cl aEQY@]U&!|T&F޺&CJ"st'g "nc M_儥[dCx(Lo~^OHBNexjv #e?~S8 ɏM9mh*+K[x|E}1Ey3q3:+u>ŒOG1ZpJ7w{|(cF؋E=53\T$ m c#%r4ݬx()L;-εJhdQfLu^Qc/4fXjo0Q`3qysUT}&~l^c/\ E _9Z/2wКI(6z`TV8< H}@\Kg˹_mױ)ݼԥ >d)Yĵ6Y k'kcM-'1ԄRWX*BѴtRi}J-$7=ySuaes!wAps9Mr*&>}$Qn?*3 ppPXbo%oDlDcҤzOV~P&(@uOJ`/?abѪ*iny72)_T9M(0s24|FҚxij!TBYY{mՠצ@I^qįAMlgm}$ObT^=%sKUlZlƥS^(?j$ccb-Qn[bP)QdY zv^]4Cuv`&R4ȡ ^R4P0|aX7ADF ?@_l/h&-BѮ*qhvs7JNq+uיU?Wv=:SDye_:U0G lHx<_>E$OjɲHP2@UqHhY#SАnU1+~+:զ)aL iVL,"8O:Fc:I$)B3 - WANg/-x3:TU')^I&"! N.toM E(Rf-P%ms iMkDIHt42ǁá 0@6qR|rFi/7g@9}pOe'6& 60Y5á=Y8N*B VTP7f|rc:0I41(4H gLu 474𾖫|<]n7`fnphVXHםs< XTD^Hw0Ē@EMxmȟĖ `O y1H˜?[F \A* h;`)a04:1h>GQ?WIQ,>1 #dUgx2Jl?dY?] ,kR%gSpV2de_. 9[i" VA}-<4pM|7 ^ xiЀO 1l9>֔ tD7%2 nNO}(UEhҭ:w(A˺YI/ġ(˩=VзȋZhysML;crQj p~x|!t-r,e;9Zm*uzTVM4S'uv %XnjdMzQ,[DyoyMt=6+C>#PN6,/d2yžÙAwaЀVރ|e?H#~>ƀfr.#9owc`yXs@q3ny{ꖳ21SCQ#J607Am4t@~hܢKT~6X1NyvX.d-I_{ M, `G^j.G eIRQ+gp1bfg ^Q Jt5%l.=P M_9 N v'i_soUHaگ dy ԼkY<# Gd#Vatx [yAi>~Toc͖=b(1d'M 6ͣdW葀ᰁ2{7NIĤΩ+E/zW{5_0_yEN4OZ嚿niٶjocpY>/,<)o&fߝ;uGjP65>[.'A\JmzK Bܽ6%pL1e ֳOLJ&Z,,Mi12Ji*U= %kw ϚobonW@XGf-UZ%, =c H9BQ?܅<y{1гwWTbIB"lKo+W =D1(o(m3j2<9a`ye}E2aS=S{F>a(WF9^Tq!o5=_!]3bLU@ӮBXBK!`y*F`C'f'ܵ8rDx!7 Octzi!n#,KYa xJQWt#~(~x~ x# YPڻ/Sd5h3,6PVN*| ^68 s AP·'.т#$*,)]p3^Dlǀ =4ui> B;܆t<@ JA[? 8=utO5 61ʻ>;JCoY$Θ;#t@U~r47xڳ:;`qD6ŒYluHZ" l| FN|Q.aPF,U hYSnSޤFkl)w0H]Z@kW'XHGg24{7%xNض?;eW6THC.eZ#F6v8EIcɜP#(J~W+G? 0v燰Xu4b E\eOP\CeK81}Rs;*o]$,yFe\iѧT8/DTCo!BC≧[y`\pV,hD]<e ;A v^tJxK~PGhłm^,[9r!fq L^|uMo\ h[#_q4F\X2"[2$%|Ǖ9Iu念 Xbf XG&"~x # \H-@S^|.Z*6`Ӌ\4fnx7& jdYRMg]W,B~ଯ<GҖffެYeid3UlL+;fʀ[,;h}ʖ[0ڜ͍P&OB-[jG[ ]4雨MԷ@ LVK:7fs\\m+/}hLe D F^]f6zd!dARx (jdWUymZxHD$P"߅t'T+܍R;]W >$;dޒ:7D4SӖtf@~&,@`/)bήyޢAc f1F#_e^ F.N>6d%,(|]yzu"U߶m{F <W5wzw;7h Uxsؑgd- ]5&ovUi7\266M_%U i]2,ɰ7Jta4>];5~U@ŋ<_B<RZgB ^;E sm6H "6e hۇY*8|4bQӐ!G4haR2͙7&$sr~e)]uiS)Ts'?P <=I\ 7$64AZsu_,``*3Q"5ҺqVZ 9[leZ s)&DcqN)Ƭp"'у|Bn&x6ARŵ!pȓ稱zC#VzU!w,S:W5qۊfVWc\kvSt|R]1y5/wrnU1kX.FnF'rV"JۀK13@-ޞ>ׯëVjޢ %E1/x3t|r*h<] \'IIJEy"& j* -nY`MmpcO*6jZ mcΉw5ZgUTxJ/ '}^Ɓe 7.lt bQ9HDZڳ؇"69e}/Qe$]X债TXs&]X#~ &'] &V;5+ZI&[#WrA]vxWI}Xqsv;,}pt\ /&M"4`$jQc7) R}dK'T6x6`y,c'Z\o×?ٜ`oyQ4@D*G5Ƨ`],|@ͧk7j{ZUds6%ىZҠN^#ƇC#zB(o<:UcN94 {*¡Noc0g(RiIT5\_8p<`cXYwԟkNh2I?OxC%jOە5nj#RSO N"D,^sL_nI 4UCk=+?tKQˀc F.؛Q}ܑ1G7O3۔t2Bﰁ{#QCR9If1L鶣dtA [@G#FZ86L60#' Z/Wklʅ&C} ´I"wHYuT5YnoEӡz.6.҅bGHUz|$s,G֩\VhzTH\ 'o5W -@-2aZ" dQnavxO &|QK3 U!fbQ<1`|XIqs*#[+ct+]F NؐP)Lj8iS}cl&3ɚĐWol?<\SwKX{j;+}S+΢@@[q=)՗=#Y~s~H'o ^O2۫ٹK"1YUt9YryhH綷NS'&W44>`8[a',髭E% r*~An0qvⰇHBo*5fUox2IpT\;B[/YpӣcrhTʪonY_a9ւwHBB%wjH4$BڦW^Z[;o caz8skk̝ι+ za!O^{&o\i)b [ܝ`(xseo \-y`oQ.RKj"Iw.Q3z!rs-x ׁ>D 'g f>D.gz[ZHvTi~NUbiڒ]-sYDrڭա2r6`'H53fixz9>da-@_S]U*#|}+G1w^mHvр>լV[@lX=D?̬M ё]V :T|J$uU SѤӉ'6D~u)j8{ZUJ`gU%ڰkT=oL+AkmM0?Mm2?Zu<9|XEۻՋYጨ$a z1!)&bO6{$YX߲%8kk nWOdUM}Xpa:͸lr j o peр/R`)ycCF,A,"Qiv3O |;dtIjϛ>:o~J3I`Å qT!NLЀ@/`һRƞh߻eO@ H s[o{y֔T io$']#{L) s9сd ]36W+<[-ȷA'rRYi) \r8BCDȔ 7%f+!. (2V|v<bY HrP_ylh*6sTj@ey` 2G\2ZޱsP(GDB=6 *sqW{ws["Ws2U, ܩ2#@*gUhZ.INd,3L} IOC<4KVlֺ őP) Z~(yY&ŦGg}\I,5`7nTqn,kAE+}F ^JZ)>sS)97FPbSQQWa* D#=qY Wϡ#)BE*֔R I:X|>\۟`ѴW}'hqO X^SY8)dk(=LA)(x*p"zzT6pQ+@p !p%KZ'!yKϤs_hoW?\Mo Rrƹ\C Yw1R=1.$IހzZugXF8pȩ1_gɩ!>hE{DŽJU%nh%uom?#Ɛel:./>-\X֏m5ВA܎kZ*(9sPvmx 20v_K]`oE6^S Y-i3:8VE ɓ6J7C$ : xjJL: ~IErh{7&? ¯ٰGR4#H/8 {+z!uY)Y! gsIJ_ok'F$N.5QKZHlrR. 5%/5< bt%VbیpWlOOEgIKcs \iKDVAL ,j<ڥqZlYљ9,v "U3*Ona}ξ r\ݭ&h.k6..Aj-SVjqҀBQP^66"46N`7}JYFˬFiKMK\tD{ٸ,gΠ"E5ْ`VD۱2ÔvvSyW8 Bjwux(b2) f'D E _1 |P&&vΆ{~"ϴRC2ddz ]du|2F@~݇dL RY'6$RTH1%BǎJh3SЬ<r]/yQˎiǽ46.z4M"u=83x F^${ۨJ D?ּ0Ju әUA\r7ȭ}Dܤ^eI|ϣeBb?QjjQl;Ԏ"#iK\Ţb$eQ.B<ʜMQ M;ţbcufG rkg۩R!"ܡs$SL1h=wD&z$ąXWяpt,W4 udO%l-D*p0"\BêRxKLDJw 01R ӏx Fy9Կ5J&cJ~W7`:/)%|At3]#!f˙p'?HvA+Vo ^|IuOIS1bhbYmß A) C׋h<С}Q#~>p0gM,4'#>VjdȹehsF N/u-X ta jpᐭ#"YUd!Pԝۨ9eEtl[`yViuGM][کR/v~=ƾ)gwA6C Ryf6n0}Jf#7* R4p#7(§r*OUd"?GS!T$WÌ&rtMnΖ(Oَ%ءt|cV@â#Zuao>D;]@`v)jXM`cwëkor%/0"_JHNճG%yY3_Df#vFXYH['n b_Wef 4b7)Y#U3$┎cJ_)5\eK.p*jn6kpC ʪ ; !~jŦѧryZHŖa& Mç@BwnIsȅX eѶv%U(Z=eTC̵0l]5Oٟ6ܪՁNDLMu|[(&1ҵt%z h(d| AcOhׁz7$}׻|}+ ˚vwoljRH NCU>(]b! F/Rg;AehyaK_:hn҅|'u^zh<2dL!V5!ء {مe6oن,Ņ$ďʶ' FH չ^n30,̮Au0bGo^ XKp6ְ;bMz pxT,4lthbRڈ-?i^潖0Х?l{7F:bd&CcY|c}, En*on2r'm>RZ/ nrL*IxV,k% VEmzd sgQoUCE.9[T@^ ʼnBpSFLוN I6K̪Zr7`rޏBDs41Xs[R_ dlMv* #\{ދI 1vu9q{uygu ,MHd1ʷoZ1'["M(ل ,On<޺ȺZ[ghD+{TExGͱk6j&5@p)i[R' bUWclHA>̞!P&#hUyε0-vpLKn ѐi Vr1)IG⸹SvYEǕۃEjpAe)ϊ82ne~=!Ֆ[vӌ&QIy[JiĒY3P1Qx7nVfO"S&BocnQn@~MjdW?y~ȱ#Pm&P)s_!Wj[gVTû;>߅qLA5?g[7e *A,_է@k]8+zOЯm:-rO?>yS}0#毬0{U(\4k@_PAa]ϯ2JDAZ${wp.LNmyub7eRk*ۨvj'O{rD1T{3dN(ZeOnċtd6*R躰PKDu6kzI3 y@8b5}1sy7^/[*瓥oc?@v@PypjGb9eO\n:be=]Q$=+j'oTqpZ;su )2(٭ge\0 џc6w\~ȺbzA~+?їD|M{=^Z?0ђ=?e.LWboߩEB,. 댟V|BTrXa_=vlփ#횅lɏ|N>Tvb]D2z^0T}Y :̐:, w߾R: ".#);Z#\@m; -~1;ئӒpbcLnW؆-Ns\[=Õ@Ӡ*ŀH~j/.OV>a]3sqj6|Z/6钝m SL5蘋6.Tݭ@~p!VQ̳oD/I"ؖ7y&~ڲS{z1[mhF ad ?cj)+<"-90,lؘ3Jѭ*"URg1olb}⦍p8#(t1)ѲsM kbAfl_T~mz;XD'8^܋Cuq4Zeu' Ӹ?_Wqm or*2XNyN&`W(|[G]O)uJU1@,fcY(U[_#t|^^ҟ@ _ YIp=J: k߉98. =imί*}+/K #%qHXKιw AƖȅmv - d #đ]7 e!ԁNk6)40ܡg /'gLeAG*!enZK"ҼUD7:(o`){1DT4~ ,QCeI4>K4*N~M,0B7lpkvzXxS ;><"X9 `qip* v8t%d;B1 D!=VR^A=UOK,J vf$r?ũi vR!-w gb^ XPQ*LKOzvY1y>9buaFyѐ D Lsa׿1jmvꩈ%k=?;flW] ]oo?EGu23dK,{J[pҖ=fިOZ2L23;o^ug\+ ax^YikVJ?u/FH#J0&.}<Co\1"v97TBlg\ǘJAd=,ٖIDia"Gfsro]SO.7@'fn ߱g,{w(ݙ$5CgCp<-߮VQX#FSKoNBKծ íhGGbT"^+ˡ䎼m7Atϐ]ExR(ְONdi18ߏi|H)ş~k&\*0AMFJ{EYS?Zo bb;qUs&!px-9!bNHEP>c)nQSj'YݪIc\[1>Q˒Dxk 9uuUTPț9c3W/Mo"fOv$jbZuּ&WBAIc'WG&.k b@.e1덖_Bb OFK:*Pp+,bN7&i-nL^jښ$pr Ӄn@A`8_4R?]$׸_d_X;KDSabiq>I(u/CTrȔո_,yZ2l]+w y8܀މUY*%@ak":݇daP+xW,G="c { Ӥ&kFlP} .AD8Bp9Sy'[Ww+zˉ}1Q9Ipkurs᷉4ܧɕу}']lo3J}ME19CQ5/q-hM?VzJݑ-#=dYOZdO^VqCevX]¸cdte"g|f&;zg-W2HztGbR'>7!Cʼn{!iN}Bc |9AI)n|xed˹-(Wg] JʰP-|w#s3Ce=,) ( t.lU{nnK' \a ϑ?3osZ7X&o(:ÈNmx _P1?m!wKCM~MMN^ x7|r[{^̓ϖՋ[W }!d:H!(]t|cՊ Iϧ;k͔ױ䔛P h%e5%xQ6rRT}5~<:\ ]|`ˀHu߿j۳CY T9HI! ց8J "th3F=ڟO9GݰOh@bRvèT~£ucՖ6AmIXýb4O[!pҜ}h|D3Z"nj(q%a`[hnEq%!FML{9A6o'y_AQQvwr'_U" {6PWP,QhK.<^.ܫ- V⃡1-} S|Nx'cɣyxu_pz7pzNSӡ=DUdΥR 7r4/Kz7ݼ983*+n!UW=2ߐlHuh|fQ M=Y删}R(2=3N:ܮ,p,-7s/j DemKL7U?Q!fnoI7sE-X0׼Ė좆u4ҷX--coζKO3Ao˃P#U˧&|[Ppq8 !n9P%[JЧ]ko{|1IhƷ_F&rgQq4~N^WIMͳ:XHc a{| F\:"^['#{le]1xك6K#t=v#:pG's.|5j5wBƸ#%QABdSb!aպ#o@9" *0UIJ.\g&=CGz)G'4if9[ 6猍g&?Q\w%+Q~}8;>tK 邂u==AO?11ACLh78]\\ũ=lLCVO>uD!rXl2yakhUB|bܳ Ю}< Xv!@Pd~$W3u >cUDwUz}3JeF{{؁tJwژWpB`@MQ_^V%vd&)3x;3;}@Kb_ MO#o1#w5P0:'=eEC'SR],qQ} l bQUԑY8 }=iJݱ }XZ;]i{A~{JALיx<)/O@<'T> )(gǻEXzw_I,'W \>'6RN`di.g#\hvߚίZf dv]Vx YQN^޲f<+ JC`Cql$(c}_͇*˿\ E252hy06̀|_oUdA>k%Pǔ9 Ż$t~kg@`@Z0>PWTv! W;Z?CM$ ͽAAm8Rۖk^9o6Wn1Aﺭlp} ܒkᵑ/1EjJY.s[yֵѡ\6apcWbi=zm EZme&tƝI! Z$.~+XMլDح#BJ_N%1Ʒ Y^1Eߞ#[aV)p ` xJtD–T*3s(EK1&%|1sҷ}|fr/4UIHv=ZlЦ3Ou aMiwHc2d %Eq'p aK([J͘'IP65q"*"tƮ&geg"DY ǩ^.YX4]fLJ.T/Fys`+g=El°y@]_rlU07_N͸Bt J?A@nXtw`]w "sy_T1%&\4Y jM9(R8k)DJ/!<֦WhYGoNI*\ko&{PhўIɕdMa:;@<7Œ2D=rx'9J7VJKM+BpO9Hq@FA];SfZxd!qgۍ _KjB7 ͳQCJ~wTjq! i@\\s/Kh3 9$.3탘6" 8x pkv Q,r5*\%aZ১&$ުY'$hWHUvRζ%#ܻ/CEQI6TYfueN>T᧛]hVed!ގHFIN; ^w%H]Uw |ng*on52s`=W!̵+k"U#lhvDƁ,;u6zz]Sг6.U'_q>x9L r?WBV="4M6l5wmS|33 N`Qx Z2y{.]Lݭœ '0Gjox^ ?ܘgw4~<lƜQP޹ݠ #@ L}+_>z[಺0DlDU- q|{Oʐcʗ]iJ(hdv`RGo*cU״ȄJ.DZ̿qhk}& *DJv޼"f* 3@\ DEx>d:n5r=I+;VmDb J̨ǸcciDQ*R=zPK>oxN08+,-eVwmR&5ɜ9,b{zOG,דx^)҃ 㛕^fhi;/XƟoYǯxeTks]'ڒqeǤ ξ#*0aaCt8砹1#md=!D\ߡ0l.- \mG``R{ =QO2G S\؟Ǧ>mcz'I`ؽ4NEyZ4OPU6is"v2p|o4bcVjTrހ7619#VP6#f\D&SF׷^6c]x5g qB1AYZi,qx),Gq~_5"Gk9YPv66:vt@Vt}̊]Q@btq$_hs @]( k\I\H݉ipgkzJ;f} g\Ѱ6th~pu8rwfbz<%$ rIHГ Hg-_9tK #ܢ m-A4l9ZW3q~Y% ߝRR>~2Uj$Ge/Lkՙ $4\WMUFDLs\ 8, *Md,Tnț<(a(?TܝVɘ;n|Ж0efuh76iGdnw9A62C2s)V B۠ -ldG8x]&`}$ڗG ?~"č,߭h$l;zF}. vqa*ht%V0"oB.OA%A֨l$U5^d⡭/wE,* "f%3(PAtIGȘA9o4~5z1Q+yIJ5d0tݪ|\ lze1B!}D ۭ;RFv!`~l"$x6QBS,U?f)թo*j(Et?/bbtۼ6w^?-'DW0.Xs />DiՇԙwdrÀ4*)]huIEY\d;跗Tut5]­hVSiߩo'N,_M*x*Qsӌ\$We3yHl@ /Fg>4%%j1 O{n@$qkǯY?i&3[2 A(S sO .{~販ڕ?qh%@ =2s/l-SRP}> x`{n+&TtX_S)BxDi63q[m;'"@Č0moM\Mgyy;C3mՁ3c_x6fCL/W`gOH:) 6#'sV[qYvgHCbۿ ]5NHRQ tm:X6>bn zj3~?cnLGG>SaJ`3>C[M&ϓ䤧b94D|esOwaq$aFtUKoz*-,W}9hnB5A ! C&iOhu E[Ѕ (댸nI鷏ش"m_$B{5 ŁfAR{vvAJrj+90}dIX]fc$ɜ=Z^f `32f##WԱ1;\$Է Qцf`CXZ -x W \YU`Ueo}BU!4]!@AuOz0 #8Ùdov!yDsEA[![v.84{OoZ^)S!G(TC{ fP1ĸVSC7sn<WT%E kTՍI2C`rN),6') $:«rOX_*Mn 0\EP3eVHn^O x5Zd~lrK c)K*nt̮R%jGjf&10"IHr)fdd*UJH!zѻ\ʕ֊vn2A7>z7~ܦ }z8G>͒l`PL֫F.?7}.k@ΉȐGoD)C45FF#9m[8VIA6)xזDOEn~??0?ܽsNŎVxˁe4:jQv hu> E0 %@G|L:ڐH3"uI83|&s]soY ~z:q^Kqk~GAH:X7Yb{nc>3K#LthTR_Gˋ'pXK͡aV7E}H;.ӳ[ 4SK s~eSVh 5aZ&LqA4Ey֙7s- T$6lMmwMln4I3([M*N| m (,FLJGKj;J\zEuLOrP xo2V-ܱ?Eqb"]թ M".ʚ:CmWYاOAT1ho)[/?bF ^+A]$ TKILzY䢊C urx Ū9(-=ͷZW= $HE~` apV3ff+O X x0+ū6w Ķ> 2C*0,I+*)GV6!߆wT\74=p[;fhД*LI(RDYHŝB68؄eJx" `#O Yq%|Sst ]lpŹ6Pn;)Tu)oK f~Un͞0){#-lh~Q)cm2g^˼7Eu #,eYҋ40lR8, Os/8>!LѤ[ԇ)"wT)m*Uh^cߋ\D15-*6Y8G|7'(sV8Pٕw%0EM(AueskXl֓D=%zNnXC%_H@̠LŶI%>Z] Z<-j˪Oھ= *T{W0F(~#n4* RH̠)It<+.546_W 6j!$b!u>Á^q뉙U~\F{-0o{KKRvBc}&   $lĤER+Ʀtb5RQɠJVA)|FRz?Ƭ1ծMܾ̲37xFN 4rEX,&:u]Eь+msqol= ϼf$庎ZgLc1qu4t.@ekC=vP#bsy+Wjm31nzj#M_k:X]lZQHROA39Հ)PSj$ Ujǎ,A}ّ y,dR'DVɪD*H!-ؗ2)M4|m7ѳ]z;i6:" %kɉ1<,i/yl(H M`ͯ7M߻w,9,o}me_i?TYgB-Q%} 2@aD#;P{!(.+2",\藻>2`o6lsx-/nĪc&|*t(ݠ>tlx+\6D%lT\!d!KM7hq^>#_eJ|gL4eo(҂[8iBZH4Mu$ZJ4`914YgF\['KߖQ8%U?gdfs[F|c X 4.X@p99Ozbp9#L,6]?*W}r Y 4ɶxDNy5w)Bj4HPg 8qʬ,X5_|WkB-\>-R?3#D_woM#x$=#ӄvSi # L0y,璄Oa*rO'͉C fhm \gŗkjLm!$`֥cC%kш] MZ2Z0Kx Qhvoǿ7I#(; )'Gv}o_V&zYqE=^Q]B+e#2("mxuZ{K~$-ȂH3F [;ysh`k Y4:p1>Ez=KXw m.u4JYr1iff)u8ue9ATs%H'$q@ѣQxMC+˝ܽ EgOh8*,Au2ej헜VvOU?]~~A<|AQJ@ Z_چ@w6኎/F=Oi&n?ޝ׻WJ7:?Nk[Ϋ;kUuv lotdh(AT]N% MOGH.I*>" 3JUhBj2(-dB5d*]K(ՕǶCjaTb*?1V `5zDh`M|+Yd_II]wݓc5&w) Nu%XVmu3[~yE|,B1´Cc2)K< ~,/~(d[-n\9~HY^O׶T.dLnE$[Qtw/&jٟ][.!ޫ3yOy^hRVpegovF_fX]{,: ~ bݕ.WF-imۄ*4*7`߉CM<'TBX\cw#' (jڹ < ygYB_v) Om/s [#\S65e'Yى' n%DQ] V+|yj&4suzqfKa+ Z (Cxk'bL&hP$Ee1rCPrcfyႍh^yQ/ҳ_>6Z ϻ.tnT %yW&pw )[@bEl5t Y\LY؂I YZ