libjpeg62-turbo-1.5.3-5.15.7 >  A _ILp9|фM:kXU!)FhԊv[GoHCyYjF;ov~} f-2[h$4y}WP!dO^βd˱NCKmyNgtexP=->ӈ)/= @p U\OVoM+M :)pAzի/p>8?8d  ` )Jx~     4RpOlpw(x89:F5 G5 H58I5PX5XY5`\5|]5^5b6c6d7He7Mf7Pl7Ru7hv7z77778Clibjpeg62-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._Iibs-arm-1SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Graphics/Convertorshttp://sourceforge.net/projects/libjpeg-turbolinuxaarch64܇?0q(_A큤큤_IZ2eZ2eZ2eZ2eZ2e6d23e995b0bc62cd6e9ee6e44c2c3627ff510b84621ad73ec8f3a822881b54a721912b8a987c9205aa0addbdd458f957c4bff6435fac00529da72798b6b1ec1351a11693fbef494fb150ef8a6c3852e0dd0fd55a380177cc5337201b9cafd4f7250a1cc26707b6d1fa7cd2d8fb3f796548d23afe30596fdfaaf68d3b259174d9ace2b5d7060f901efe8ba0fb74c72ed5de75d704d687cef2430ccba7ec021a81rootrootrootrootrootrootrootrootrootrootrootrootlibjpeg62-turbo-1.5.3-5.15.7.src.rpmlibjpeg62-turbolibjpeg62-turbo(aarch-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.patchibs-arm-1 15986571761.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_Updatecpioxz5aarch64-suse-linuxdirectoryASCII textUTF-8 Unicode text *bژi3# mutf-8739412445acef840be286bb79ed630f5cbc2747d36a6126aba3b075c72b0f78d? 7zXZ !t/Wd] crt:bLL fgT hvh,~SBe̺Uaet!-?E`$eSQ7#z7\)Ej̛ן$P]C 'BW:lMe@ޛ /ڌݥK-jRUSBz"ps2#/(5(x֯TXyXZpGJ7C>+ӧ]l.VцӶ<" xT-Y}qwMuе?{gBpa\ίیYBti 0rN>4djquQ.yÞÔi:vznKKK >(v9rED64)L@0ee2Z$pXOJ"~pK|ke3y6P/LT..C/Agd g"GRw=^S5qם!ߔW )Y{˹\ϯ֐(;2)UiD+?% H&^nh[e~DI"[ 9rҒXwIi|5k뱀6YkA^g@E˥2PR&ӿJ5zy?WCB [B#+$%[W~zaGISE LZKvI2\*D[ YxoF>}:˺xΗK\sw|c-8̩b1HeafGؗ |8*`2.wlG0Sc>*LK;?8QKzG-Ȗ] %V: ԰@zP8Ddv Z?x"OmznAM=Ͷ%(O:/#]6gQ Rz-3f_ʰ,Wۊl dl]:|7IɞnUwg#al j}!l2Ȣ-*L䠓ze. C ?d'IBNtFЍ5WFǝ3#Ok,e#x efBRMx Fa"iU^<&OvkpٓfvN|=55/8x+fZί0%X>yömф}Hil)r҃hm^#>1?r-VȘFV ~ A0sev%'to<8)XV/ ).t3Xt?7WU@^5}^V}Y~*q@,qs"Nv}[ls(@'h }%[w`KCPP*R74NpFYoп$.r S??hn;{)^1Tb}Z%fIzHhT`$ ʠ:+{MmЀe!:KF ,6)YVfY!;lJ'lE,:C0tԅzo!y"n=wib>akDiFy$Fă,oӾդ fNߝ<;̈_?'VGvGqmȅѼ+9ζaыӟ^<-D y :h2:f܊۱(tۄ=?ڌg"A ҉cl!DAG*|Y@zQyФCZ%f>`GycEk6[C΋ÍwR(]!t1 /.qv|cgN #$ݗG%XMOı&90n.'W>b qQ]] 8!s/>F@l P-6%I%/!3P/^Çܾf'%X~`;:YFIsB(ж N;q m*U&cQl[\P#^'F '#a?B qUz̚+_n'ZgEF%ΗavjL+Mxcak+0fwׄK I}J`ʪ',$`\*?JWJ+C_z·DLa1n? 䡚\7 bOaF\: X85_#k؅ni5"ڍY^-TliMǝ0w\L(ӹt,4бNUt=Ï&?)O26BLYSy\iaamL_*} K$u^7j"lP vpW!۝1S"Ô p3 R O~|lmõs7-pˁg<~w2P@jurRf@{j|>A@'?ܱCszso K7K2|bLy}h +1(GٻltN Xkf!FPE6ϫ%Q$c8hrS|X?hP+o Zyr􎑕Yہ!689Cܗ_Mer௑sW{7;%K9+;&1"?Q4GjZigX$fvp٢-oI b!TUIg19>A-?X5kyd(z*듀f#T*l*<œO L)<'幊"X7[ gqMAqAU?A*.=L& `lQHU(P+.(EpG+A\8op31L&,GOH# Dv{QDR(\F#5uVZWaV|tBgȐ ;Ln| /[?Wlz=U0Z~&\&yLTMóu??`r '@LϦȴ'"'o/&ᇓ :Ѥ $gBM6knĠ8ezd(KZ3p%kÆr_r_- F w9>4Wyw҂.zQfY6`DszX#7f\ <)ϳKK+<5P{ 2ʞ9ޡ{pfituQ@ ]DH{:?'e `.o'0Ӛ5۳ JhBܡ;KO\G nj*Fb؉[ c{"0 sT0!2TƴQR{Tm#G ?LNyS,K Z=m7^; l,G])$˷l[4`E+zG/O:#efE_F,oė-D'Eˣ{L(_=&;㥽ѰM)^=yܲx:\t(A{GJy֟Ѷgy$<^R*ڂ1n-Ch5L>N6ja |*Ɣ\vfJnV JpK#زhJc\28] xZ7Vh4lTzY&DsQ9jɁ;1viGeYZN M+\}2뚲d.0J+sƩn? h.Y>*?DzJ7ڡy1Xy "1装6+mZD~y3ݖs`pc?} gisݰ8sXpU!wD T'IA +Yp]:=g%[zx=ԝQvV|:K٥ OZ 0MMj̼+'|A j"}/wQ4Y"g%FE$V)aڧNֻ6|>*M39 iu~Z Np*Qݹ<jW2Ӂ@7ئ:HIG0ÒзT-P,~ŧ\Ts]:W)sygBBLP/Oxx'@0 .~3ZYE\̑O`rY&C 9ncJ$:|fraQ0"V.nORwch=\pJ14Z!gVU&*= 8#4}7 cJYzA4tGxB|\&s+7PY#pBaen5𽼽YBFJUU /,#::ĒGL3mw̎hM61=C,_)dvÍ d%BR w4F'"^Y'ItZE=Gt6TMnٓU4eLK^W5)\f_XZM1UO81^ rwXbT̖`!c@1~CEy&R&b]9ٶӰwӈw=NP4ᙍDprI eRېOQP.7F/<wmȈ4N;M|0-5R6zErOD [wYCSkҗw_b3.+kc#4קo%I)N =]fF1>}zm͜:B.6k&+F*6(JBC<"A+j8^RKzs8Gj:@X`G 7?D#d5 &P^+%}C~؛:ܖ( /ddg@gkr|Ɋ G Gg@gN0U io{ ǿ, ij 5лuԾSˁ*[H/tKB<5CLqkSx[`tדK\9k%R*ygόáX,#J&`·n F F@Ked )Xcz}"4* ސ!6Q LH?ȞxͲW^#a4԰G̮<܊S3r.5~WHiRЬK%.FOC+}h[aL%ɷt, *Ú^"h/R^wh6#8DzpSі~< @*MN3vhBu OjgdlM@9D*_8cgv:A@dZzպ}ko#(0)SyH/m|/eoŊ5(Yxbj]7'V(V؞> m\?2}ᛜMsɍ\7 f{HzGF>BXU+.\[vANk^ԚѸR"'-[j<6wJhZFN*{vt2"Qd-FRB7R]Tnt oaA3Q 눳}?Q![S[GCٷ0]68H&>b1[qbڽ) }' &q#_ʍr}9%X3 42bUV8byP8'[o; $ E Y, #\a0|b{ԞKʓG 4/ dz }nMLL-0dd׷ hV o*X2R [x20Sa'E jØJp*a49DAF}+SCt.ES< FͶdޗb9ؤ-ߩTrγůGhd)vV폚@5uFʶd6]!yHFbIz OVrJF:Ԩ϶o܃OrB):x\^ c0sa<$3ڝh9b@H 5WF.Hb_ ?<]KgNd~iIB.%ҬcDl>[<%sLSsFM&J#̡JyVMd-@ űWCSV -.qd{GMw pA3/+sCaoExXw.HiȣiF\6?n1Ѷ>o٘=XVGģ#ZƲ40z6#: o4&%9T[unKL)jH쵗?x;Y=ef%A~2:G._0W]2-Įdo/7eoyi%|fFyKS8)5P&~a9z\^oQDe$Dh}'t{*} /\+j1`I' Uh Z 07?})\,m_a;lk6h!w<3,rCmQVw|# %'/r`✇M:"NcUPlѭ?ʈ˧?\ޱRlOLNyn$2<&l?"<5#y+gȵ|͹oGtuܓfqK06;+wx(-vI"HBaP:;)$];^"Xτ˗qQ,@GΪPH\C;VbBd4&D>(fs=JAvXzvt/@Ao `|rO1pJYzwznȨbE }2@+w0ʮ]Ta."wX7Ύ ioʛC*g7_Zdث=|b68'D $@#T)s~ Y ,7x$ v1Qlw A sbYmJ bCXll7gw$2 8}t)/_Dfm 8dQB?H5P yBK<_>ȜFړ;e500V g1y鐂ZA]ʁb%e [P)o}r_XPr#=9%7ZބI M ap>1ɿѺ=W[0"SŷL %81,DY2浃]ie:Qɏ$oqa:!?N"GMMlÃH1>FJ'9: w%;`Ƌ5Չю}JɊ<+xsz? ^Ao&B$' LQ/6T$$Nt)sin"iRԄbn(#{7I{Fo6"Xr*=LEHhF<7RCvUO U>$_jN{4J'cAק+"fqʳ#N!p._ev"L0ZR_i/mrhi995,죽+Q1:l B,; Tp34}V[w/t%LQWL֨_(8`QJS }Zްd 𝿎IDhYZns2JbŲU0c~X\<}-fd2QO:ۨO;h>&EV?8KH=S>*YZvV\;Xc7\b#-.T( s4X4?[t΋O7b h]"+7}T?ܮ},|fXl?Od`Of~o*Ee )=jޝ2<О׋MIJCTkM…RÔƉaCX7;[b__tLכ=8LnHP4h[1P<^C}ɶN5,QU(@vt79o2L{&$NCC}QpHn%RE4YD`/`{T.B⍊A!D>conzYb].DحBb]Ι.rڤ8Į%{'( u@!va1|ǔ @DRwO`ۗfܞywUۡRt.usLZVǒUfgX?SWGJ߫H:]*Gz*Y\:i;}W[^fePjN"4:r^"D\Ga^ouI+hœr:e'}^H4q@p<YS# %@?.ftɧh(mЪ+PE@.A068qtFurN.ds^$"OB(=]7G7 FJR"#ȡçp $KP5j5nTKհFpig۾h:q J@|[&@Ae)}v~VԭBFs"'`TuAVƦ $#.,)OLٗK 0>d;j@peM;:P`l;17 ZΗ.*eTw\BI3fz\Ow15h?\uɢa~i5m/e4|`=g,=LJ y\ XMȇ# O;lz l>kxMi[&I#F aO*aSP_F_Ga@xao6}}z@.[e38!;YI+wA#=uy⨛8?&#pj^ӤF(1=}P@l~ߍ@? RoiBiRl]Mb C|fxaB1?ל_XvFsS??Tw4f;OX'9y6GS5ƣGZE2ۤ;^7s9'ލ&]HǖxdÒ}Vcf8 dHc^-Ho,{]e4<iIy`~¬urۭ!AqEEȸV8ו t?+hճ@_~]!.^ J.=TT4fB؟ ʐ,`2IƟf[Vv ЁLb4 #Xijl'chm▃v0.[Y31#As`Xb9s5jI*<1d.<0NNk"@wORa}% U΅)2_g[a;!  ÈR j%!L{U~~_υ Α|4sZ@ɨsgL) FV -MlQ^6Tt#z޹]vk,҉d.OakFy̏ · AE/)luڗjBj:QEtH]=岜eMp-)'C&`ƅ@ښGո>׿۽ihs8,QG6I*"'#ңU $R&2 ړD{`gAbXrDmD|CLP.NwɅS  I5i- /|TD.I6hAGͺ ".+l(J81*u. T^3Y]ɸ^b-3Ů nFz5VGtgZOD;ºlܓkY0ĸ"2b].k隍hBBU7 `r5+<,A_Z|, k6 k:3d#1 oM9I#Al-B_]?/8l+wYeWYp`'/W/x4(FtӜKu}r,цuciݔf ۽frA7C. 'FAhI((HwN/Щ kP cNH~㿒VƴۍɺTFRܐQ,mmA҃PWi4o6_vcHݠ>M0R3Ҋ%`oK0|畉{b(oTW5{hQLA$A k?+;l;L%k-҅dS:~~Y4,ۄ SJCr,P.tZ_՗x{Gc"X{_;'7/E!Nn,K.ɠnRZpA3q.g |/D-<:(vW楋Fb?| LfS@#2'6 /%G=>!rdEy%;]AdG%][TW}w!s .֬cxrz j_i\!1t[7 928"Pm waV̇oCW0׎$MT+ZŖJpOqcݠ6=#H[pM[r+bȠd%"񓮝cR<h{S.F& {1;dt40Z)D\; $9qk{$ZL;̐kal~] /H4IEks|ЯmP)Qr0Bt6rs5oCħdquHx ӿ0mTʼn⿙G̸/4ٵU 7:v*a9¯ ҉=\qr=iC,,zu0ЇD%A"m_xudtV*IML5(7-rğ!|Ցpݱ U Ȑ} ~K_Zׂ{IlB5Ze.3lCw;6R,F8撊;VFn@$>k67WxQȿc 'S)J҆I$CKAg8 Ӏ~}f"+q1jz}.a#*/L*:+36{nbˌ홰 ucݓ,^s1WHd_H=APu4@TwAkWBY,}T $}~5f`.+1?;K;¢XwvdBz3w0fŞK:gS<{kub{zQ _R_ԃ~~,f$. vوb= ְ,nd.BqYJDsp ÊAKx#e]UvI\ޜXf< ~y'#b& \mRיvȷY{Io2 ;*W.] x0; ױzp+=R}}r3ÿdTs?Ub볲&wb)0<(6_/0خŐl)]]n#k5 gs&:˖bR|C ЧHe^1w'iLeh:jFHl30g%٩b?3e=;lK+Z"|9/-;I漫Lm&T[s\hF٪+0g-qc55L-$1w!8} ,⻠>94ԦcZ̯@ x+)Z\)(c%˳ Y!5!m2=-g `-1f/I#(t KpLslX ɤa&}{^f-ςG^]{+A% [W[[-6W ^i#d|fN$9$kޣ+ d˦]-%*]8aN4<d' G?ɭDlBzdAe'4f=63 ]2`p5y$=!e03b rhas4p>{Թ&_0e(z-iҒe;bPy#ksݹQFS%La18STf1Q>he-S:e9{>_"g1PQ {0󉋀/6'2nSEYf^)U:Kܣi<"bt[XXJKw1 !N)5*| "iZK4ꉝ2]/8l>+W "XX)g.ЮIȌF\ 7M$8×جyDr.RT2$l`BܓVsr4-m6`(cc탥6 ;Y3{%ҮAE,M^(4OZv\b[/6Eуk^{ TZ 7\08D -L×cZ9Y70b&_=elRsB'ɏ%-B+杬l}ٟV u} s^-2?U_1tن+j|.:gI@= ˅_P9 w@TR끦smB;QL(H/TĠ&. ug3;ٶMYZ]FJk# gd,NA__ˍ f.iPw=-3q"]q-_^+8XH(uA32i_թdmvQReN<^(rWrY* )S!1!t]'H~L@g̛$, ?Igqu%Z8Z/0k]^h|?ЍL[{Jag6"8nR50i)N< v/F![[ :- aKW9s<ۿ0W{#&yir]‘ه`kRJAhaolXpR #Rw1µx%>n;Kg&z>%KL m)tt19p[.߽})& "a6.N '3ʇ+YWaVt gQA9D\44WQK*S*Ndw`V$8lФQZ$M;D?$/5"0t}.+0 k 8g?(PAko$q>y A 9ek?Ӡ[\^rX1;]XYVS2PGL̅ݞ㺺Os"]#$D5$:v{hDsek9jQG*kJ` dp YI@4gsz@*U0 ' Uьj;As]Mĥ)}%BK C &Q q)ޢat~ǸB;Bl G&JH`-Ƭ)q5u8k㽻OsOGˌk%)]' RiV> ֵl<TOYʄW50#;+L@>E8\3_Ica L4l^hu5Fbo0NӬ!' T{cpb6OQ<ӄJL>j#u"_6RGz^ ?wƘBkwoDx޴bx8H6QdH?Lmϼ4|0،NoEc0tUΌ:za*YL`=fd8hʙ jpY`oSc \c91=dDkԧJyXWSp2|K XW6E2B|Ф$}$jV ҶtjzK:~Ig>\A*Ly0Ee/2ySbU+t39Q(L$f,zG11\Z$1Ӟ`9 z'(Gl+ŒlO ̀.6TY򶫿s++YEP?VoH?*dRԮ(R R>nǔ8l_X֤sHhBq[˔֩ܲ!sS*>:-.F IXpE-촀oeH ͻ@P O~VZ[-qڍ!50Bx|i$ja#5MIRI(Փ`h-֦@8dݒzuoo5ݔ¿`muQwC!C VA0kl J$d )=inl>O!Нk9^IáOښr3B1 CLWqbpj併p# D(l: /!SJH}3 X-|o,!B^Ѳ=O2}ƟUn;\^.n,:SPaZcȎ('@p-/9瞄Zm:֌&( minV |T}v[uE0*.Y% c|CwJ֒06jbׁQ5!WXU?8Oȹ|'S4:פ\W׺םQx be3+"v?Vw ay%-XK{:2SQbFXU|Rb)IlŢ M0,zPC=ߗo Ar5JDzyjҒKoz 3JՊ؆u_jxض dW˧|DkIs~4Mv$,, 8Rp1GQ^?Dr΅  A3tRwyԒNfXʦz:[^xd>j 6&m[sÿ˭Q=e8syvCQ+x4dld?FMk Ĉƙ+tThui{_=Q/w*'n,Rd _{G8Y:]\Cؽ o3aޱ|Va8*L.Ȫ'f@"U?洛 wCqV8${U1JD_4J"e7J)"kȽcpJBhCvT-`LU{KRcw?ǘZ1Xz]yu<^B3qO=?}z#L99yW˩mrOΘ>iGG<9+f:\}S1N;Dg6@G/X16E(m]o'n! 1HZ>lɵqLaߎBOAwB4i3|&> C-؀]}YrGD@cݤe/L5Saľa6mnuwHK2V0CCɶ[}~o=+F1B=qBU I1k'>}U+4ߦf~cB|\!VD5Cr+h_\MDȒm!8x3LmKFs ^#.?pq,6ҷbݭMga.D K5?ƑJ1q>f+8`>BS_{mtlqr{0+G2mk@˴ IҲ xdkf~7 {h&@:hvQri+UJVU g!׸7m.$vW[8E&LT\͗l8CyC,}dݴI`ԍ5W4!'D qȥvTB5ᗩa#e %~/ Fc\f5ddU>nr,Cr.ʏ_)ޫu=XgH]`b&eWEìk@ P"q_f-!qi26"[jH"D3o\vzѥu3CƲUZ+7(4DIBWc,D{NIJ; nRBDWJJ,D0Qpzvx\#A:SV5[Cp4/j"n~؜rڋo9Zۉr /F,z.`в{8.+~W}]wl'OO)5g* չ8tq[P8B).ϸj (XLm /JC$囮^S&yª,>&;D)U&=R.'Zn@4^&xP H\!T7փIl=[C0FJNXb.4~"= qmZ`$j@X\fM|Q&>U [{S^;ES W3v۸M~@+t!W.Ⱦ0FjiD/+K_D@r4 SŒu]bEfbQ̓7?NFsr $[1_\y!U rm&$5ZGV,?LKeev+jm0 f\Mrsk#dZ#`j? erIG FuN!dH>‰I+\f\y֨)Gj}5XPC[YmŜg\ClMnXPй9%W0Ve=:P.N%bΎǯ:qՑ+lj(vfu22G5e$7_i\ûs镦 nY|$}B ˛9k{,9ZJg  oDxn p&5|Ǻ\~I3U s C./ޑ=RPE?9H%:jaKS0± 8%i)[8Yr듡hqzΛ^󏔸ٳb5ayήCƂ^564jju3Ns=9ˀaۨFOYx.? 4,!rxrA띘C}++쭦m?!)jAľ#ttT Á];ggI7REC&E6S51bZ.uE]~c !UWчc2kդɥޑޏg &G# &)cXpػ<~Ƥ n}z|܅덭1z ثqV֫:fE) {!>R SqKg ",&p>"gQC'2jd]6 A$`Fm&?ޱj.VH!oo1OFtŹk*~1cIz=#c ]YuKdcU~<\W8`;;r(AMɊGXi{Q7;R|/[ EWg U+MJ* 6F\){ClKB!* ̶Mz'6hl髽&~auLd qlƜ/UN(ܿI@ bgg75w5'UGWpg*ŲMtO(ᣙErk nR_#=:ksWޡØF`. zXɇ?vǚ<Җq:pVʻGB#ktǨo0ŗ{-rIj2J%rex3i Rn2&[ڜ:QHhrWm8HiH0d}6?[=Yʇs";r-_ԻdKw!#byM9Lj9Lj&I_?e٬+J\ؐrB^[eM=_ё4s0i󱔇>w_LMW[zrH)՟1mlj&<@kR5m: =ž}t7I| $NKk/5Z2W#dЕ˳O +vye~~mLX EzA4C3fjk^I*Zpɇ\f.!|ݘnT.LzQb'f)4 K ׀Fw&a0jʌ7:h~_KV :Jif=Q5o @7N[ַ3nk.gt z,P3KHbPKXV1-qcv{Qn>4:v$5"DEjNE?Gjm۩o0[B]wB:`ڗ0q 52RtE'P@&|/,e5\Қd ƫTQ`ִu{6|HvhT#KIhuT 2ɵ >< l,P'z߄{QtY[hh &( p\Ԭ7 !S=6`mb0ePض# GrXgmudmtOW ) xz YjpY2}&Fn߭7\5O 7Bw %P^W%#v&Z%{}x3(A:Џ %=wk)T(GP`mP?_@ӑw::n!kSA*DwB ~\}y&lN)ӟZAN" ߾sT$>\ *s [+jV |I5Ĭ-D+8XC{"Cw7tgŁĪ%}M+\ V_ε1H# u]w' sNF8s.-uLul{lW: 0;t[pHuFUU5:p75QZHoFWvn 8"EioHňTo>mIAV$g[b*'x;ܒ]h9:ļR6 䏃C9R]SS2Ξ̨Zߒ#"^XcJ3t\PH^`Jo~d`uM\X&[j_Q\ł%7 gN}ܱQ9_ް[(&b?OYC9:T :q\_ҁz o^esAj@XvNW> ]9dVsAz & "ʝ#r1G$U2쟰?8$ggOS0}@ւ{d![Jeu?~yqQY 4g՞BA\gˢȟp`IN"w5;_Is˔=10ߐ&A[1 ! %v)KD9)]94(6DfKkM8'Y2EĀ VN {>`rgsGDŽ֚⛁6-f cSlg1,i.9ݾqzE#~_E8fƔrnX:t`z3W.Wp) I6 p;ʸ"Qfh)ϡ cց@Z4ehu7r++%4#ч S@.e*ȭ=$H[$#Lщ:L !fyx#9ɐYh/g{2Ԫ v'pP%ƨ#pKtk9ZCJ# `|މ?dȪPf7 'GIͶ%`SĐaȥ3֩Cieʚɸ0DNaTA.;~ēAA W# ~3CofE[3;;Ήv嬏fV_MЂC i/'(vXVi8׮hO!EyP v84 {d bͭ3A| }Rd?!:n 3DѰcs-Ǜ|3L0a){O5^Rh#LR-~˅mt n-WO` [ *{5g )ʿ07V T BUAs7UFxs;PFXcT;0!^_Ru1-A.x^4N.S"JhfMI2|Q]pLG@c:ba +)Z/—?A(RXo.EQH~]0c~*|X5ֳLmm1=*F* T;?MrylbEϒ@> )*9+Ŭ~9Tap7Le;핑'%7]DE WR*;֢U HTm/'UfvXwɔ> 0>YG;⾍b 3;G.}1_5eK2t݈ԠEf_b]݇-cDVX3 ֤`{D+U^$"$' A㥊dѽ(٨&vGnTqʢ޶${ 3bW mt pB+ٷ.P9&T(",ۯdr bkMhu>WIc(x-zQxƐI8aU y3h:~:G[7q<~8[-xOxgc F|bE@@6w8,P)7 i!XR o9ׄat ĥHTyu#Қ•$(&$a3QDU{!SZfH2msM 57A^;yraB!qe'M3f,MLU%7#Tٌwܷ 1SAg&M"kgsߧ2] ٫uM[u$.)uk͓i2-HuIhiau~w~[4㥈h~=+bd$ )K=@;Qlc7_aۇawkt}fM^~UsU 3mWXapIv٧>ȉ^bVe,u1Txa-ۘAn_[8H݆Klc@lnqh3wd`H.WA. H;h?u$;EG&obmҽ7o=3uZZ[W,xOdX˔Me6G9 I~үRv>`pr/&kɢj?&&qpaޑE֒3c?Ϊ0T;.N0\㿋FV(I~f;-=]GMn٨ oi{)Iq|Gn֞U=HQj^y"c1;˄}pIA\ gv4A[3s1Y}XyҒU$V ) -],k8`v('<"mJ< i=>_lY/Ge%8؝"wa/s:K? q+8w]LP.U`Ҳ:$ mR+oG6gy{`BOMG 鯂"T6W *ɂ|O:[x$J;;k$?|2cÃ<`PQ($J<#&+,l>#@ft!pWPF%2tӜQ@iE56䦿]H;!cjdSiy]$#f WSWԇz)i}qc\Zo^g C6B-{,b35O;|My,I gy- @0'j ea8G**vH`Eo3D:'x]`,̡x`&RP\G5*!Ph_ ƽ9Shq9 Q<;l+Nj#ùI\s޼X|f#8յ_7k]UW_W:c׼˛LhӴ>4҄o%]Go0.(ݘ4'?ɖ+gGB:8^l|6>*iaO:n 2[}Vy6-rvBPWCc6wY܇kmU`8$3>6X~U" 38mXFma<ҩi@zd2ℳ+rH~GKʹI^ݦ]&T]/.Uvn#V4 xf<]_jmC~n |.|CLv{$2 D܁7w;dݶ#0ۚzرdӀm ąyIC25;Z> egrt|ߪb$(b4#}d_g-32_ӷ@؈.Fmhr gz㻯B+re#¦!jo{TB`k\PfLU~L^Զ$<u ()Z^y`Ojo9S#t>3KjEe7h5Nh욘GbǺv% NWïzlƃ(TXPL䕉9+sӨ`E+feOF47F2̥9uY҂dsBg >jzXlzT~ h^7Y`y{Z1H4z]B )п}0ʤפ;7=rTbb̔f(Լ Vpuh 7/(`@UQ/&O22pSKHբ:M8~|B+4XEx<1JņFL %%=dz]Ϲ8AX;ikGK e3wi /Գ {m,p<7$u:V4dx(ѐ2Fz_rw,H:?4ʏIs<('ҲЂE f^]Q]X(\/+2 43,"g+Gr񻙬[ǎn 9 t 6Ya*MQ!@9oGί7sX<,kvuK[Q3[ՆH*4v8אX} 9S=_`k;=‚osAդ!{DP ѺfP LO=j9F+nxOw%2ǗI+pXc^OOi,a|PHcCb:,mqBorE@  ፛Rl~EW^|eSk1]3fk5U!ɚTppNr0w*F/||wn/uĻ i"[rV(#R<'fu/I <R mi"+qOQ2fɽ|PS+ }yGmg4*UwCn8B8tQ q!r7$T^b$gdv cKAJ 'O9U6KԺ& ]7&-',J6 ^DZ={a*nxI˗k;KE=sKʃ n_x @V {dO:Я& мgTO恘f)8}Ɉ& G{%1eky$gf G 7@o-/~X**Vlc(j(cq[mq)hU.eddJ"WJ\cXۗĥ;$Q&x!*}V%NES+ĥf0JY"3w@=X#j@9?m,d $'3x^it͸g1Q)hKU!rɱ*[64BoTX !y1o(e/t< @XwniiiY$jF^K{ΰ, Hi쇠mR_I(3nM!΢WGLZ~%"x |o%=aCFnʂS&׶*jQpZ>N9(R|(ۃۢ8/)Ad_ޓT g/'L7{׽㰖2;H)waӗQ50|QL&N3ďZ1@4~"Uo%)xM . nVbWУ]9Ћa:8Mt&?N6YPK3?Iguz|-g6^g[6bUzldn);l'-☦FIZj{Hzpr]xj2n]W-yEhZn`PF-Lc&4Ѡ4m4$^dGxtN;O^2O'DWs炋{Wu$kN9 ^*auODr=u-a<`JT8o"K-:@j6|Zc_´#\֕lb;ev*h)} Ð4r{ Vl|qT%~,j&C?Ɇh4nu\YT&x,^vsB_QoൿBN6q,˹CJV&bf[_~&iK/}|eE'woMA| 5VzD`̉;[.PPSd/_JXߔЏv$8a!gGrDږX8VVߝ $d%H=W@KvjcBޡ5ձ'}W/D|l rεx0ȘqxW]MmPb낞"};:&KȮfOJV^lXG0TL^&|ß>w/+JO5oe1vh6qJ3zfWTƒ({Rq8|;\5P$e0-w/KqZwyY_ 1F=%ǫVw\癸Yd%칐ERLHSa7::Ͽ=L;Aו?xVESI!jˣړE|Fӷ:[}Q/tÿІQ'ВV.==-AƬ6EPmh-8ډ^7mO" Gx8ĉ%a$hx& ] k!$-=o)SrpGD!Q0;)a"C/pfD /BJXI{=]Ңm>߸'.gz &Jq܄h#[Wa./@m1Q5_ha@j2 ] S:JԨJVebE"z!`*=:;@_K48n K t8DQ}\P|jM<#XYW:(}ݾƷ(PUlsB3nH7[^RUdr{ENjwsc1Jd Dbg4jvQXA-)c"H)5r=3Ii]2-u!n\ ޼ }J0gqF95SUI>&oD=Q>Қ]yJE2E≓Ik.lǁ^gF~v2iOT[QuRI4{MV %jl-:lwBC:ګnowO7!ȏq!k2#|^Gt N1<(+=`'*MDֶ `+BaJ#|LdS1jF6[759Ө5VUhy˾-hRQFT ѐDl2M f[0{ 6 VP Vc&`btV'q8蟤dd Փ ,7%lp{Nl}=y j6ڞ2G<D*hݕ=FpRҦ*1 P?_B_Kgg IHsawƫ3Z}ͥĠ_M-hm|گtJaf Zl2}Zbx ;bkvTB@Ƴ Wdɸ@%nf݊~o؆.Z`]?;#.8TUɌ/7ԓcg7of#!hG¯"2rA>oWT`2g^Tа8א@⻞ rPpPb$Kot >;dM',bvlWQ *p s,ZE'*!m`R{y"pל8ac RX'H2V$$=__8&N.ٕ!3暁R ۂ!Gnzوl9+#ot;MnGj=Oi L(S3Ptv '*O'&MjcO-%_Uj]]@%ɺrptK]'؊C=`k-_l]7?Sg"DKx gƪ[2B:5 =oZ~kw 1e}u9}o@D3[×шЬ:C2%!z^ +||ɡT3d84_g ټ?e{N`0` jx͓}YZbvAKaڍlcK_w 3OYHÌx 0T,M +?M4n9E:0bd7'2y m mN=)C|@$z o$*R @IG'?<&.QD'orZns*\h~3&x&T4oZL#Q@ zhSM&Q"%2@ IR--jjsciAb#؂ݚ޶ YZ