libjpeg62-turbo-1.5.3-150000.32.5.1 >  A cp9| ·>cF PZz']& 7ou29r-Qyt]ahg63^b H2xe\YojWQ!h+HlSr?1¢ B ؒWc)AXX= (:zo}u>a>](7'4s";(E=Aó*MtTqIN3^v3NTw!V:FL/{3p4 ^#Q`d> Y>Ne}({_(P vhi@p>9?9d & g 1R      8VtWtx(89:F6G6H6I6X6Y6\7]7 ^7gb7c8Rd8e8f8l8u8v9z909@9D9J9Clibjpeg62-turbo1.5.3150000.32.5.1A MMX/SSE2 accelerated library for manipulating JPEG image filesThe libjpeg-turbo package contains a library of functions for manipulating JPEG images.c6s390zp36SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Graphics/Convertorshttp://sourceforge.net/projects/libjpeg-turbolinuxs390x܇?0q(_A큤큤c6Z2eZ2eZ2eZ2eZ2e6d23e995b0bc62cd6e9ee6e44c2c3627ff510b84621ad73ec8f3a822881b54a721912b8a987c9205aa0addbdd458f957c4bff6435fac00529da72798b6b1ec1351a11693fbef494fb150ef8a6c3852e0dd0fd55a380177cc5337201b9cafd4f7250a1cc26707b6d1fa7cd2d8fb3f796548d23afe30596fdfaaf68d3b259174d9ace2b5d7060f901efe8ba0fb74c72ed5de75d704d687cef2430ccba7ec021a81rootrootrootrootrootrootrootrootrootrootrootrootlibjpeg62-turbo-1.5.3-150000.32.5.1.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.1c@`@^(@]ʞ[(@[Z7YY@YY@YBvXXWv@WXVZTE@TPT@Tw@pgajdos@suse.compgajdos@suse.compgajdos@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-35538 [bsc#1202915], Null pointer dereference in jcopy_sample_rows() function + libjpeg-turbo-CVE-2020-35538.patch- security update - added patches fix CVE-2020-17541 [bsc#1186764], stack-based buffer overflow in the "transform" component + libjpeg-turbo-CVE-2020-17541.patch- 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.patchs390zp36 16627085341.5.3-150000.32.5.11.5.3-150000.32.5.1libjpeg62-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:25864/SUSE_SLE-15_Update/931e8999d18334eda6e25dc003396204-libjpeg62-turbo.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxdirectoryASCII textUTF-8 Unicode text Y@KlEToo8utf-8f506972ca2528ebc34c834e84489f84f9b83cd46dfc69e481bc7bbe770faabe2? 7zXZ !t/Wi] crt:bLL lG>i>a"nR}z4VƔۿ4tGQs$ܭuc:Š57Bm8[W}ix3 )bFޤ^lwejۗ🹩WvDLh<J[vNC 0(=1}9(wQ='>u+&7g]*?n\A5~D" RqM+rb%S%og~^װ|A-|^p :ُ]yn̠ XYfl?O|:x _.bf$[3O^ߟg%VPNU8K|MIwww9HS v8sD#%#" ( up_1+ՆE"Ds9 !9 &$INotvr0T<i g}. WL&=%jX]}R^ٍBS[ƢۮOb0!R"Ǽ%_{Y!3Oޢ^SI,ޒ.@42Q00.٦;d>c$.~>SslωegSqoד+k4E-3t k8Z\eoJ0 drVTRn-_M$fP̿6"wd%P??0zM: ]@K3]Omh'`&[/\t5'#xtDc!c.Y?Λxs.kEYdr=U⢟Fc dƢa=6WI+X+j!O붐@`ggGij8qՠ#c,c]217$*kk&*לЙQO凪9aijpyΐ:Z{ sH\.d0piK6mA۷G6vQ׎;z3w@zZF{Bh~hxMy)*<4\%Uv*_RsNt8C/Tʿ H|x,αע9(K:'aqx+q )8g腳ɲ)UD!F7DN6tȢ>e|F lh]bpm*)fBzt$0$*ÐL>YK2>/Udhp oAlV2QEy'<wuUW~ы'b1aoQGdz 2Ƚ@k*[. y9 ojxjugDu*H luMcZ#WeW\PB2HupkDkb8#܌LirMHo N?:=VzUijp.4 C<hզIpoPetSȸ?X{EZT<|^Ct<=P8ޜӫ%Z :C14qɥ%/)-p#`d B &6~_C計*& ݊ؠ~Ppm/Ŵ?Sv.CLM#F<ª 9vjd3RKAg+{Ivq\ˠol/j;Ҩ%uF¾j ڦfnno 6'fn6)/C%ҭF(JR[: [ ^:F9/ y?%Ddhx7].ROH?eG x;6%~iʿ@q}BIT Ԏc˶!а5ƎNWޤ<D.C48v8W 9!iv{KLSZ ك*jj; pdfhQ!=lGip^V(rto8O'fUۉsf/0=kټ(#nEK*CGBf{m-@ss6Bٟh=rK'r b#ˊU785_wfwgy]Vn™?Iaȣ u7oZ=`ٓz9H;Z}:=OJ.xgΥ,LEzJ߹Vz bz(Ad`  tKCEђ{;_UJh+Mtٸ%;`])l_3.{b#@(;0->Ciф*Ȃoqߵlh:Kxrwƣ\TFR0U"E}kZFf~)nz= b{Ns'Q'}uIG9[C,3䊆s|;V ?E'EMH,YA9T9kCu}#3"K >&F$y$ w6qSksI \6\ɢDԚKRt,Ě;G{glK<} oA @8Tj1ɰĘ@h&eJ:ۨ̐wG l.J} Bc@ )IY5+O-@71IaV,tg k07G*߳1蛁6G%L#@q&8Go{ M}ۦn;4ᦘorpFϐgNpIج^^9ۢ!DRR3Lq['w\ wQ' _$*$4o35(%NrO`' yTyV>՜$iX$5LWUKDGgfB^ t9b2kY]H,D[&!Rk~I1|0&֥:4lseǑ=J64Kr`r!CUOS^<7މ6]pleb '+A=2Obnڌ< $\: y zX7 Z_v}Nm+ dy!#94 9-(M:%ʶ!3lͳnBTץ5|EZQxyρ?QA;X40Vc R:Z ՗h䏷\%Bnxbg (?'ZXs82c@"e+L.L/oY|Y`brƸ&Z n4-+8 S렟=a0am IRUVUكӆ_!\qSOнXK){Ey <\{Cs;F~crNտa Ǐ/wǠ6!HհPLZe"c5^y.}`B~f;cZX]:z6M%n݂e`ϥLodw\YN}=+ 0Gkd<T~:t.LY^Z!Vj|a5/i̝hnmxSƬ5Nb4>@k_r2tl:(хGZ` ĹE0Fk `/Թ<sp F,d\DEn.籰Ve%˂UG&]M6 ~ʫ1hJ̽Ts~wO^=`UWE#]dC\)N1zC4@,;tgfhjr9-c |Z.x{, pI2|R`Jw _OЧP l hM+BY弒,L08`.X؆u*!|(a3pI.BwV8.+9oNgӭcxB)PZ{ls'yPP̆{VW$԰|. zZ=WW]Gd'O/f /j;A<ĸΙ剤/# bPKJx!sq%kb`nԱu?Ҵ:`O髍T!$j1YNj+sx= 9 vuoS cڅ8֖4Rtdwc 2 eA\NHvFʟExTtz{kPox?Ƕ7"\ ~AhyX5$l1 ]!;'hs܄<3!bn4Ff RlF֞e djǾ$daˣ[UtjMǫ$w'*q(v{UjWD2p%[7Udh% /+I=N֣Chkxs%V>,ġ ȲN#䖳Q9OX^aÄR6IdIqt>gGn6H`\[CM0V v S4ncTc 6_ @,Hc/{bIu|UgT'9 u )k+z8[$;'/"QW/ƙ]kQ ޷=1He%eMc>J=cN_V!~5ָ5`UQTCa|uOg0͟6NjWųZ`X1䖖nN="01yaDGF7}fA+>M;r670H7̎YhLgAJpKo(80,?3Vɣ-¹䄃jOW,]jpqEJ]xX/"1FIO^m:o+:& nhSxmuT}ò2`A)rT~H!7L \-"X3{'Q̓*v֨^y;Hիb;M;r嬰:nkj(g~ƊDmWx]tC Y 0q_'7A0ŜT׾q,JΚ`D h6S>9pKk-Ġs9P{?隄|k\ȼ/q+WJ#Td{p!u :QKQ!_tA#L{''N~xN]/wPfRq͹s[I`}&-yzIn ;=bAʈΖvĈ1÷yM@S.xk&-"nUy9+>XpX.QԲ9_gqSïp"+BZ'6h. g{Ce̶ 8:ap-8tnJo53C: UT1aP7A QO*f߻%1ȅͶ.@&&*C B~%Zw3r7uӲY/1ig"6mF\oIYn4bF,n(<2yL7YmuOЁD+cE*8ɑ"ՇjWw0J({CE *$M\cͅ`t}?2vD5{JBa.2(T.gzg-GZ1Muf咂.x[z"]~_1W0zsr=>Gp:aur8yT , 141 ]VNʈNh%[oV/Kt} m̻d/e[tju wvu,a?=riylzC"{NMC#P!(۽o+Sr%ry¡lSEZ؊Kc40hsK{8K;[7HXzoj&3Ab9#%!CHTKXZ2ʔS dNb_wq/ˣIUP4 gR}09]vՄx {6y*r봟%b|tHCnr)\]:N8s`"ԷQ u((׬}snPb͟hrD){ (gpuخPwLF4vM)}oD͘Zv?'穓qOloamD6MvCI=6;y ['3o& 0\ğLR'[coW!lYcFv.-s|e-lq9Q)(fi3S^:\J @r,<ػŀ 6CNۈ0,Jz0HF>!)Uф ?)KAOHtM(,Xsj? ҋ6Į%2/i. yr,刮ȑ0X[\uTPx7tCR) N{V'Qr X* ?%3A-\"cpvXGWӘ"G?e6IE}`3x,Q]h{DT&3J@[bX']23 fb𾄋TEd49Yut3f DP]A вEU$fRC=@^ JTRaqxEgĮ-s^S+<5[1[l&U/Wrs *fuyaӏ6 mLp0 T%_b%5*-#̈H<(]vH̼j%ͻ7Ėp!NA-ϟC0eFMv`mKG$}=#3HOh^2Q1h[ҫiB<2U05L}߰bcM65rc[08̌r㦵k|h@5]kxEዛ5GsQXl3*^X&͚\Qc?Ӛ2kw2)$&֍3*I3j*gS uog\Z E<'d%l ԊT\ho.5xuZĻ(6/:y>T|Q0WQaրADe.LZod}%8,mۊ1vIУ阿&b;Zn0O%95MmSeO@@e^rvtS*6'%trщrM"uS 74O_ u @2WXF`'QЋ?'pf8@4,=6 C-Y@FXAnfP`_y"0 <{rce ަZC>Lj=$98Z_.ӝ_hHCA h*䘫rѲDX+ 5t٪JI 7ꃥQYd3 78YBQ+S2bf[u:h` wEǵI 5|,!5MD-D*kWyHoE}\[;7?uDTߠN'WS˄&&3w7Rq{(>ukp K$"@^` 'rwCq^X\(LQoAĻ0!q-&s,KkG,M^giGq:qJ.u#H5ØkhQO1*BeW|ݯ%$9Uv_6H<^l-GbϚC> 12I*h\|Ŭ PȖn"Wʬ 9LG=Q9)`BNjeX6 g|WEhq[}4,ѝv,Sy:ZlAh` ;y 71=-01Y}`ltٱ@+񈫱\ʃJE }<6z>!PL7²hs:*[mZ2dugGb7;EQ &JX Ha\@C-|m;4竍 V0O+-dFbR )Ob S'aH+vR5bt+n65M j'^ИOBFkUBg2^#=ԂvVt< sߖ宽InTRɁ+a{%KaΩ1s̘2qCш^c7"⥴[տYlI`.#_O>Gל?3[c5UNM;1l !<S(Pᙶ-2p&iQbQ`{rgٕsRh ʙ'գDNT]8z3xm ^T >z:} AqNElٜfz 8iˌ$"OZ8L쉟d&_(\JoZ::%uo!YJ16G Cw83KKڀ7韙ҕb^1رجc1h:y}U ji 1MVY ##'j?[%02܍q;j&$7ưM5 4}>Ea`K$ tCʩ+3*y `xZ5_m%lxTAТLʁG:&0q\lD b/<uzlQ_BgL*(r__Y9v3 `%:v1j~'IMo=e@L55܆um~0_\@hA1G91I`4?3Pl JNgs @F:H3m'YCM #MqAyzAZ6H€B*TFR Qw03|uIEaCS֣biQF8-z1 nWoad!vRQMVMp; ?ۑKCo%6Ӄa˫F ̜-bLIK˶2IZ ʩ" ! .; !]F̝ىձ zQM"܄tpH{ђeqg*ɦD7 NS~/Q*wOS <U:Ɛrh|6oG{i5q^ , *C*yMhҶb]%Fvsv^ƣ*ob 5X#LJ40`$~רgjL^L&17uy%(Ɋ74;j|!`Ӊ0A>x\kgn>1)w /P\ uKk5Q3D{@j4yYżM471qGd ֛+$LJ#b;_oaЁȫYZ*bQ"'a!tG~eEKSŚtᑛqƁq@셕e,r&qNe}j7pLn X-z8k݄"2 SqDT0zLrCZSdR/2tr0FgR.?6غ]Z,pjD/>93;(pX?EST8o67'zߪQ 24 q۱ 'J6١E@=vȍ ۃV*fpoșb,9q AV_1{ō#^,Oq:Y {l(&yp7u[lKbB5:^ >DWTR$`s6U{=&}ڱN1&UIr@0˥#˲'a<]iu1 vhBO{qyȝGnsuzJ,4ǔ8@i-{ރx0CGGNn9:1}P!׾A4A 8oL,yj@W4|E.k,ODQz zgVMljmP3J($WBn%0z6`-d̡MPU{-RwwRT']sS@E"*#RUlj%1VX~UAWpt فdzd4I^ E rNzOa@nn=='[޵EBNCc Gt- gݫϓn.d%" n#O-B͞ǒlW_|a>[+z'~X;OKM&AȎICY0]qγodyğ6o]S? N&5a~?Hknƙa"bTK[N`?nUbwm !7 49B'O$ڽ&kR>Sɥ5U(};2IIY|4L Bӆ \ɸf}kgwxk÷c2@ E֣os62FLcJ԰{qgשWlL6^kVXN7/( n%Za.}goD^X/YYJ@j.oKj&[Yn8ZmW&dXTnS^7IlC_{(6+1/ @u)5W&?K) _Xi4X0ljb_N U4#̺^Xp@LYUXcnEd]qiؙЀLU/%BP||—M+9hpP5a>9]Y[bEQ&LIv6"`C$|Drd1X:ϛqIw?^_ʗ?z H?8SR$J %H:Zsc6#yeg:؞ 1jBIc@aR eM/SMY^\pӪeϧdZs7ۈX7غ#2" .t˗]Dq':Kr"Nn BYM k>2T 1pca|w0@)ʌo(/ FUM -ܳTꜸb3N_Lo)o,x: tZ3?QQ }*ZURJWJ||~Du=a5s*DlkP;hS/W"Wm@vPe|`L(>.9_oT)2dww'Z{W\wqF%_tp,ðm% k'z:Y7D49w>$:I \s8uB#pHfB P4I/ b6;3CӨwl $I[ MӉ)K$=l!wdB~I׺ V ?fH\>յQh Ϥ/P7V R7'u=%Gc:|1@e]hWq6׍-wczSF9 d[I,8:aJtM6 ;RL\挻nyOfbk qj퓢Mp8 nfW֟ _Jr:Y.1vzA.zOBAfRC~Cc''Iޜ];+zĞ(2 .>V(2]ozU*2&}=H3̮(dYZq&`za9>cu8c HIkf3 cxx`Do8 DtC|`#λ[wB}R V3' Ѥ"So\Oוͺ]e͙%`rx 6䬬65p˨ <\`؀k[1P \8eeƂv& L6QpՍƤKP=(Ęt"\!cVѵ5aj6Fnb*r*{*WH`b&wG8f3Mwy9 ei!;i:Ўawt5u)Eh$z(.e\A[GVcv,s R;5:0gjcKNy|XȠyBϘBW7nSvh~8;>KN=8oH2w[Ж7_y%aD`SF i _<Jn TՀ4 *,\\n$v6.^C.W,md@on'HJ?Ur/rÐ y|b p .}%%usP. X v ØQM8H^Xj 0tH|YƒSE(,vW)@œ< tq4 |3TWiP':x򌎙1=߭wio>kUU$?Is.#=d^\;ztP9|z C?ADjLjRJ>e%tMNh&nkh{?J w!77cGmjaDHDb@ܽZG7Ĝټ yqk 쪈aolcxEp~XX)#GTGj s[9%bLc qgwi0;l3^H=x1˷k]RM[m0&%dUpl~Y$.+p v/PZs"-n?-\;P&XϹl_: YF_ yU_,Ywe止ʊs,r>Mgun_Qwtsf`-(ŶW~_^Yl1[Sg?;GJي؎,J?dƛX1xECdF# SD3?R44+:0 AsSZsMl{6xO~<"ԨQ+*o,(7ǣu7у_ݳL DDQG0՝Z$"@Gz`o FmTͅiHdkT wL݌ a{mKQ7MdTޗ`oTͭWւbq ] g+zYQ>)9V{0YX鷖ylʙbaYfL|b!)pՠfﰺC"C1|FAm'҄8UgP`Hu$];g5ZUT="j;Ǔ]GQYKqUևR$"YUlؗ0S81Ť@l5al&7Tub9=,1-pKacRZJY|(;&Cہyb<\dӌFLk^h!flZ7!?tYV?&jXH.VC᥆nE0؂~)e wXpmHLx{h1zB:կ( g+HqSWa<ыwpqb݇!^Wȳ:r@FQ^"KK l/wQ4]}jywix1boM+ @PMEyNhS;{,G֑?9PɊ*Чi&MXFYy/ބTD4H|=d܃eFJ5XW7ytPE~m:̩TP*0תdze*w~hp_ݜŌa9UK#L mٰx  $=Ņݐi' i;gkM,杳Ȇ%[Sy[A?u>~j"\I ?4;s' SޔwbRbi' 㡡 .I AsQw$}Nǘb}+`g{k}"B)M}[*s57◽8 1hSӏ$\MX+/ N6Ľ៛@$sE)| &Mo<}ljYlaAiPks2ArPolʏo2}H?\=[~J{ޒdokr_PrALMu΃zHM$l \VlATӞsQd)([nRj)d:?x]pJ6^ u\B8:-E~IvjJB=R03Si6\i÷f2FȭSLm|Za<]b\fr"S͐O$PWFgV%mkt-?h=wP )|;uE{_}+$|QhMc%x#8=x(7*j1Ru3!vdqBAIg)RW!ʯRd\Lz%N2:y'GP;12we]z~M'nPS^(2)ܿv r!zyPEA$bM@?ApJ-:>uyO5W\?ΊcxZz[:9|| H;06,qmQvhAugM2[MCc\H^mi~ AQ{R~4_.%IuD)8PܫmB1y1Jl* SkI _+͹)ٰ˼4;p|a4)">TGƾ,>_aWh,rΤ'պ;$wE QtWWs X-&pl +Z J]VQ~OnGi-*Y]v4T݇T9>S6 x1Wݘ!,޸FR=b2h*A<>OA-!4yh'nr942 7ZW0R!gPhJ~'-s*KdvWfw9>ouP.kK!޺" !Дlm0>:W/ gYy1tJ殈VȰLfsuRtZjY\Wpq7<xX#훱e^DTr˕lrGA{\nPiPMnS~I='{7-83QX$?DzWbyK,ִ8P:k_Wc%Rcב%jZm쎚t>"6U#&6{afipP|b47kԈFu^>b$.LG%U>NsfT{[|UUя8@eXpR梗 [H<5ڔ?6Gi۫l$M R}&>ػІ61?0`֓ +FW;ّ3|W M|[-RQ?]WDtd"]+  !]}X8+ua2F7}ѻР0nk{{hOc֦YweDG8 p*y,ވi},gC!R<2 Nz9}Ȱ)>2f/-:6Θٴs} M4ֻw`r_iIv1x a,ɭ ϛL+NJ9 kHg,+D/~m1Gԏ_tm"UB| XIdL NH p;n Tw2K\Rӑm4sJjj_'0C 0~!ev1Vha&}vzelCE<@{#tĀ~bOFGqahe{deCw52 _44wٶ. &r]iOgYkC0k[j)WՖ!NFdѼ\PVܿP>׎uV:cl}نR:p>=0/&BTܙ /5z}HXHI*,I)`EϹ+:`^IݩWU.g 4E RۓftoL7ڒ oD ]J0CY0SxL盬\K}!2(DrƅDfK "yؒ,5z6-ًIb 2#kc[s+\Pt8zD6x#v}^ PN oAo 0l J'?NqRIY5GULn(#=e_rB!dG$sg:(wWFpiR?}D"ۏ C8f:{8a(yʪ8cMC?.ǼV82EK[6 =֪YI x#Ab]] ArPZqld7Mk7ˎ[\M1ǿRTv֘q~$w{s=Dۂ;x^yݓ Z§BS] Y VC]1\~[NԴalJOW+șUR2#{fpWE1ltE~G)-Yh<9R=dz+3U?t73Z~E`7›ؽhMvY6Q"R,sN7d=2)r:?oj{͂ђm'1Jf<=g=svT}5`kɛ~aGՍLiD3d!mMijI1 :e뼷qɥ=H-Itc : &[,Ww|]K[Cq?+x%5^[pr/vꚢ95˿րnX_$c^˞hV̯Vd§4uc f~J& `]7:>dЊP HxZPռR^023;@;Og.4= ,uAW)4h pߖY(: LXN7=si#:DJ| 'k?;BqM)9dM[|ChM:|w_܀4 ߚ/?6Q|#uٳfЎ{JD k0 .=ɪWT߳gM5^fa?y=1K>\%+Vøk7B.({qJ:~t@TrjlC,!-IS kWvifvc*z쒩A9]Ա4Qszj4ѩ1$ov,7ϟHQbs9=vM"+jܒ|1Y>vOCd[5([_HG}a+:<_7"3z~'xGa>Pp;#6R^N@A H"+K ؚ8Cn{#"66$_4xB)-y_V.A NvcbJ䷢Y ^C~@3~iy Z).Fd{*0TIhWV \#G2Z`pbWң'ь&ѕ3`#'^54@C9{E=m2jie$zہ!s ^ BV$B(Ul@jM`RYO]zR;qTrNq}Ulv⚐ +-X~JM8L2I~&0 Pb-m NԊzd 3nf9QA* ۺb_{yhb-ˉHHQ7'Rɰv?͋/#&Annhcv p2dtqgIUJRlbR4;4.iӬv%73;*R33dzosl%+96dF,鲥'ԋ縄 ;^,lrvUEw*Lr`Z\oq^>T%-n5ՙ(V^{ V.(%pb)Oк]Lvf+ (!Ԗa4#,GtXUb03Faq}ii%Tz.z&/K __gO}jQd *ϥi)Lki،}4]LZ2,֟RV9sQz_כ)m/WEur:K~jWy/2Ay5mpvx1xT<93}.VSs@vj) G:ưn~‡5tXC+m~Pɓs(!߃aom[ ˦Ud2U"ADe@zJC@}V,7КN!q9Ɨyx COddZ% \jW?PٙE;\GN&,hOye5b YÄ|MhK% ӆS %gɐ|/ m=kIw{U@,|T`1xMg=8@(w:gc;:ћ}S/ޗwBۖ06t3ڒc/I{F:#ޯ&lYSuM;9m1V_әCϪԧ|&3l3ڲZ]2Y>r"hfȵ0Aw{6y#$v5D[lNYR_U;W W0,Ō2Jj_3Ӛ'zh^t``Xxf)6s٣2rvJ_g_ViSoDQ/yõ%+蘘r5|*Ƶnw:Zڸ^|b5PZ$Ui6A~/g2d+[1fhGCMYD۹{^d"4GLn3ؼv0Nd[ Y,tev= y-~i8qxgL-d̢v@qLLe,wtE>.E&\VcLq7 ѭjg6aZPmS~pѩL|~ͅGqXޠ2Msz(oYq%b(*u^ƐˈZ>Aa00+zIҍz J#\^jPت; {huș\덣׶K$>r[UM > cs9wD|Ynż}Wm60$R!r[H}7I|E}l n,،x"`hZV[%] ljrԀ>K@xJ^RlMD Pi{q#Em}ps_📻Y`YP TvhQ];ݚkˁP=Ҭ:j|^Qp-hB!*}Gj"@$](q}gYJj0c"WvuO^^|`ʪ;"g6w)sV΁ڈBC_  zE{αPCV),q-Z kl7 /!/ɐu?]h,Rr:IX]! (-˽70Ԕ(VOLu EY'MѫΖ]9ŲX%d&Gmeej/)7Jg}V[D#Aå?g]hW14Yg%=h1fe[0 F=@zvC2=<䢕6E\Ys=Fϱ3-+䬙6Um8?d1 K/'K%Dpʊ~5ordI>'{\J_v(Uwu"&K  +LJrSāU*a:[>^uo}Ac4r8,"x퇝Rbb$sS+@_Aa' 0Xpa<}k BFWUJ/ a| * #l xIV)W-<6y`?uv"-E8EwjaWoKǙ.rv+XX#.OxP&FIO.kft6/LjQ~Γ*AU"-T҉ bq|T66uq4=# c_WCC#)хlqLf/WԪw:F8)]na(k3rũ_ԧ0dze5Gnp Lݎe)p$Ej![#v `2s!(/xE`gѿ&Ĕ{b"|Qqwd!@k\h+?nR}uA8n9*oAk`xie@6Z#sQ% fk ,q&Tz"YWȧWGuALH3_`žWG\2~B<&=U.oxW٬akxHKA=ONlיJgΟYlNVTPٞuk$F[?\Vdӽ%9& ꃭEɸV8 GdiydEKi1(G١(Z*8].́7o??um 9&XϟӓzɹoKHƂ`+hyb>|K(P?}$c7XӅ_蕻KXdh=hٸe; 8<C弇C*z #nTӽr=`Ty5Y G?\$NnQ!V;w&F@Z{$hK = PTXb^1`weϓ 9ݝKYku@FO=łlQs/H{+tuU 4AZwKCWjuC!#/E y2c_9˭uzn.HEf>) CɧVc1#>70`;m[m`$s.k2"$vq'ma.P;覆kCb3?lnɈ>bAS*5k:Q>ƺJut?|=y ZeSez8Po岙JG}s:UYAiB8X$ܣ@ lQ,Z ! #\:FJ2zg$~5K(Ƨ4 7}~dxa-co0 BɀBH4Q :W"CWaH"{!.XKwў̹wV Er=~BZtZ>|U1B!`MZdwFfu#p≯_>e(@eGVhTSUh!qtK]6$TW e80Ù1@4e*g7C7.dJI'9߲r }wLord3F$:d3Ρ܌$*e[ڟi43ˢvx(=Z9fqr񝌁A&G;b;sH,X \ ЃBi 3i.x j"`Wvz( =+;q 44?? _:ڍX{#2dj\*hG+pTa!Sϝ FFcJ*[vU|%&( |I>$?&qn/[ƙ>ª{AЪ\(#}B-;sr 8K5|m2n" V;݀`5{so˼Px/d@C6I~0|2).ꦴsźL([ O&,v˹TuaxEh(f;w)܍r zչhBK%m8/O?STvy 6Dzmv5)eI'3?',PTY 'b=WbD{2QcwM\/DuAĴ<>,6A0Y0*D4ߦEkzT/%tWYJ|S x7Kz HFkjv{GΘbag:q!+N8w"b] 14[&%9vY; s]_j\Y|]Q!)X`zn! uRs?] 'Y2cVY3t] G_+M? -wCo_1>³,U/cʉZfn%?,ں1wa[p? .#jTwZ@ [sݪ~[[W}WBb|ثoNv oqQ90w;|9|#vyѰL|`зqSiᆒQh1:;[nC3{muq7(!U ݋w1; :$¾BU)z(8۞'VXc=%O65s{d;轩S*,^3jV8@To{ekON^(QUYǗBu`8墏Y/!]]NC閎DɕNj@ý]FKiQ~`Ge0ҝ џ|e֌C+IKXg& jQjJA?"gXVo|PKE bD B̥A$顧Ò8;ǝE] |JeE1svisM刲8&U!vUMrjJ,iLf uQBiۢpluLz"]D*f3Kuc{"%i9M]<,GT§ͧh7 @9.e%^eHbm^R S=cC9{c5IeD*+P&qc_=~|ðZ/H+>y|dBCL)k5ˡh(:"%m{t9ۉ=xH1w CFaHs;z!2 ׋T+ IoG,Z=8`Xa;& Ici 3(V )&Ji}ɯۡ鵮KR*Kp W𕆛Rt kf].AGg/=e@Ѕ8Zբ+? q"-F1H $+a4N^Z)udrC :O1iӷ+l ]v{!~ =7G1QkD3.G3r9`VyOQLO)#@o/&8-54Fs 7]iSI둰lb{,/;OWtaUilFn{^ɩ4,B($||Y<'}BܺY+"nyR#BJa(`4d3 nwAAj~dN}H-7aʚunE/}'_k2)x#>Szͣn7橾h \i 0oFrțpL;'pUpt9aqBQ>+~/O8RlvpSaHyjecbsfQJ#RJH'9 hr*M"L#=aN^;W L_iڤPl 2NS#پ?\kE_`0RXOU7vZc`vI@ߖ]`V;obU͹8" (vy{?5g΢f=sg mﬣ,3..{*שʋM P4ہjƐӱ`oaLW YZ