libjpeg62-turbo-1.5.3-32.0.1 >  A ap9|"_~5`zwp>8?8d  ` %Ftz     0NlGdho(p8x9:F5G5H5I6X6 Y6\60]6H^6b6c7zd7e8f8l8u8v80z8X8h8l8r8Clibjpeg62-turbo1.5.332.0.1A MMX/SSE2 accelerated library for manipulating JPEG image filesThe libjpeg-turbo package contains a library of functions for manipulating JPEG images.asheep94SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Graphics/Convertorshttp://sourceforge.net/projects/libjpeg-turbolinuxx86_64܇?0q(_A큤큤aZ2eZ2eZ2eZ2eZ2e6d23e995b0bc62cd6e9ee6e44c2c3627ff510b84621ad73ec8f3a822881b54a721912b8a987c9205aa0addbdd458f957c4bff6435fac00529da72798b6b1ec1351a11693fbef494fb150ef8a6c3852e0dd0fd55a380177cc5337201b9cafd4f7250a1cc26707b6d1fa7cd2d8fb3f796548d23afe30596fdfaaf68d3b259174d9ace2b5d7060f901efe8ba0fb74c72ed5de75d704d687cef2430ccba7ec021a81rootrootrootrootrootrootrootrootrootrootrootrootlibjpeg62-turbo-1.5.3-32.0.1.src.rpmlibjpeg62-turbolibjpeg62-turbo(x86-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.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-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.patchsheep94 16395083971.5.3-32.0.11.5.3-32.0.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:22196/SUSE_SLE-15_Update/1884e58a3763a78cf296670e03cf136c-libjpeg62-turbo.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxdirectoryASCII textUTF-8 Unicode textH^̈a9utf-845080dfbb5ec219a4e2cf42590f5352ebe6e1e8575304261c42aff6094f93583? 7zXZ !t/W]] crt:bLL 2.qnrN '~>KͳH7Lp'C[=O/';0=&maTf*ڒ3rZC|]^* 4qpθ1P{.4QZ^[wCe;z&{ăxMީTHx$]ܽ\Ʋ5ď 6ոXn+U5 LXhjZ"jmӺևGĬ %Rrښ!'戆lC.o+=rE+4ʠg>w]8 iy|DV#rD.s[򌦉gJFcw&4R un.~R3MHdk.u:<{$&Q+PpMBsV![>vjI>;Z/ >jU3IO1ppY$ylv}NcKh+9AkLz-qIB8|d11uN"%" LXy5-\ӟ~ y/e] WhHp0${H]c19F% ۡ;wT:k$󷓀}3~IhCΓk\68q568t/bgOx>{=!+{ݪ8;1.%&U3g[i$RExL# H#+݄ gb$b%G̴%.3`{ϳ/~ʗt-zŊlZ!_`nmh藄*ߡNCdBM ٬]?xL az -+||nK|Y QMA/K:4O>`k qd)D\YS[qJkܱHXv"%|] qey#Ygie5 k"Z1# NfT@tPT)Uɀ& ?f̑>V%潞DY99Ie<ɶYscSRATu=ͣG?.Z`\p?BpP"eٴ{#RܜL2 g(jj3QRr\*u%`%吮 ů Z殱3s>Hĉp-;KX˛jxg_~`к6X/tG2J$%vl^\Dn2IYI-G*}4lWI% }>xKuJ3? fPGN/THXia O]"!i_6X,f']VsG}C ;v'jv)&Ļ0SLˠEIi^gX'cxZC 5 y7lQ؟wϔ1, .Rnj k~{ )~6`&icLUj'=(TN]\ 5?/~d龱bVxF)z|4A01*U3XZCs/:K^LkU9)3`QIy(KkZo`D~_Ϫy (8q ?ܻ8ўqHdE_TsYctZ |.֔D2<یKxxk >@O-^\{ߨ&gdx֛c?y1A=/5ۧM XҐmN627k/DwxF& ʎT}cFPJ QY,UyaOGml*rn^P6IRhQ,u2Hah8a!WK)oen<(o0̍\&(H7J,>%ueo )ϕ||8_>&bC W^.dve}5= vvzV\l1,>I"XI1i2Uc( h;YZqOɢ6/ʎW[W!5 Cl؞{e"Bеga%BhXYe_*AD2v<\YseÓ0\!j{6֨JbSҮsח4`t1?'f[Y*-_>hxb]3_A? |iiͣ̊Xl/U@b\XqL9hq ޻Xa&m[\5BVȷ,NQ9jvδqaKhn<<u$VU1U:CfC51T "bӚP+𙊳Svc7R A/[JI"4FkI3]rseB*K>] ٍ Z|ģ1a">}s\Yz`ԔE_&zB5TIu+E$DU %QtD1 Rp ì#ceֲJw[_ HrY#,!\r98gk*NJ5GS?"A.Bj̧cEylM$HmBc3s ]5iD0ܵˍ@_ bG^Y}Yqn Bgڲ`A`LK]w<N_[ּlm33Ylcz١S ^g,:qp(%T2֏Ԥ'Th ht'D!0 tz{[̿4ޚ"F" XfCTv*omw$N635[i88K=gqI2ɾZ$2o(~`%@U&0{],˜;XP1* 98iB&E=el-ޥ6v 2Qay VLKssJXtrZ8hxUsokaYanOe"Q:WP)u('i凧\-k%&( hgA6Lԧ@ϓ'ڟTbɕsK!fy?ɡ{EF48EH 3yRgRon&˖&)5'k*ނrw2,4 ~& #֝A40 v z}[݆햭p[dyhtBv/e%9*̫\]apZ(Glw)f#O{ȲKs\yk1_+2sL}~5MN3&024[nboM7IBjkr3deljKoݛQ A] +* liLPf j+HqpX" ,xJ^&mcQ2s;i vCMģ>M>>OCB>LM^ luMՀ`v-&OZxœ cc:h 2cz]t*76aMthc23LA_\F.zk3!SFi\]N'h2f+Fz_i>ߊxJ'UO?)#)ۄUn;o@)z>K+MNl:MƉ!ut|o+S*D#қRuZVoiޕOx< i- AO+CSo}^֝a]tf ߦ;۠a4}?adcgsOZC j4=ouY/דm3WS ='d*/DjHN#WX~&p}m䤒F$%uȹ%=^) ìM&hf80-WY;[H, P)`.0 Է++$Z403%ӍYkO[qz{{%/_fEdBh:ɡsR\W>W{!6 1vNl)\k#}~cz—yHކُ󛽜)ϻ\e2Kx!s/!dCeNћ1=+7žG[D=ywd#\_bvB/S7X^av/1ƳVP,h=ih/<s9gWnh]>Çl՘HFd#r}M'^:[_i@n_ʆ o;cKUż& Ceh/QI<` C?rly.v 4@ |`MmwE\XjT`[%5=FuQ{TIc Wbal{,+@݇>TI@^uwGFdIDLTS'iMR|;F 7R4!-@͗a(^YIIBm% /4nϑf%'C^"$+ ȚOⴛ!u0X)}כS9&wC5 jeL#J{y]R6hg}zT (_jaW/s=dWnG01-*JazGY,`cnjS,12e)O^q(=gŋ[ FNrʧ?Kp#H=E L."Cw6b1K&vJ\Vg.H%j?(*,7&'aб›B.Ep/)^צc9]b:m];cnff-T22"N-*L=!e/ D@A+`%tIƼ\ U !!q;/i[gd~(9K|=_ezᓓo)Y`XauZ; ?;>#7l8Cm.9FD5UY|ef#U@t7>ݔ_82YQq4YbE5;6G- -iIޙi_*@kK[l~URIK {_9qPE|F!4Y)>+iqFo"Jw\Hi-'op\k4.=.A۔(ZЃ`O.(CX 9|KB5?^1I~*=^We};vk_{0 4$`^w.<)hFȩʎ9Qes. 7jŭ2ַ6$ +c9JXm"4p_xUOw%mҤHi,I3%(Zjҿ fT6V|V4m $q@tBOW0fm6 IWv'L:7QD5>,%>0(HyXbjԸZ`l]5ã[%ԛY.W/d < 2^-S}_^!-Ox* QQ[?[y ߎG@Nv KlHi23eo_ BukRDhwmةQKܥjvX"n2wQ O7v%t\?f hj2t0Ƈini@A "llM*Xswo@'(&mlbK+[gp?jnQ['Y3LN.~M9A^llE'eNSu٪GM&dړ}m&C4@3-f6V:h1DfwP-ΠӒm:SiW ބ[KC-GB HҘ 0)sR,2A^E{D/Qg>brL:GWܮv3Tƿ!޾">l hɅ[C&C2}[N_Q`xT5hO蒪qhE6c#ۚH孼C%Y]XMeZh;ЕVu'p㶐`%OZEsɠyZ#ŒCċi`Kz6>3Q}ٟ#SdǶs#,j[=<.W%i:3{}'?*&aPsR^2Ƙ}WNi)I?>k|*ҋp.l_ΚR%FHYAZ31`3V<`*%[|Q~UÞ';b&H͎Xtj_3[f?t<ړ1!=MyƳ=\BtYʂ;Cz(6ItU3x3߄(eDNy7b-sYVȣf PAq;jK#+86XH J1 6ī_lSSkm(+uiDӄW.}Q?KȸXwDKg%,^.s)Dic]s~},,6tLw9xmQ5"LxN&I'Mc)$[F{ez #VvE0TeW*b n%ee/=6A\D׽ܜށ }g Y ꒡|)VA-B0U22%/8svY) a. i8Mn6 f`,a#8ʑJ)H`F6{_(1*79cpEMhy 5 N$78D/g%7\8 +!rsx^#$2~eI:5'vs-ꟄԌb5~p˜`V #":3St, =l h&Wvu9*hvq[6 +OAUh(~W,d+F8ozV*Ԑh8E_Tv /rw&fK^}$*Udxv}u85ʹPJ a(ḷ.=$y'!Ÿă箌=#ϣ Z6rM0j)G̏ e-ɨkdÑ þ8]$ܕܖjYNh[֮ȥ|aς.9.tmQp3,cbÃ*vbIgzfiv;dj#i(=-_B5}te?2Z_*]{10>Sѿrε@46' ԠL`?}b9AʔtJ+gB|3oCI^OYu}E^ⰺW:DPuR&MG{`D, c,4/{Owgol^ a;'†?3,cmZLE]WIv-yɅ<^lE'tROXAd1Eag–w O]E{ 1gv뻘ut}Y\c&U7a@-Y3ѡ):ĵwQDP8 mB":3[ƻo)@c4,Yc3K%פ3|h!cמI&PkbugrzN]uX = qʹ2w_ю[K O9h4%)X%p^(N]5Kcp?"[\%L+aN$c_u/+)iu'4Dͺį++gvs1T#UD67"#4ۍ Y@Rk\S嵲)D'vYy^-Ď>*_S7"n8>7 ~‰^tf6pLVK1iM fR -ͬ/?Z[ՆOzKu$-U77'E KBуwd#9=R:F+u yP``%]a! WnRGVijmNL)-ƱR 3:Ro%Wf`7)w9]WT3ǹ 9n㥿g02g׫s<+TpX2]'+ze u|yP˶5e{7^&9p+9$hAf䵊}&A|[He͢='p}@|xQiaSL/Ac$;Q9vdl03^/5dѤTg/mNf(/mS| Da@Ȍe'߹@ ÞX b6J?&~Č`03v٫hPN WڪGW>}r6i,=Cj[ S!WC29AL:9nͷ]e O/(M^M T0\_-%4=Rl^s8QVYNO}]@_Llw$Cj~*{\%L[# L{KZ%m'[bx_##tLU /D´UP nLR/Xg }G%a Wh&T'Wzc.N崜>A/;D-Ԗ} 9Ɗ@uf9@`+N7.o16?"I7*Mٌ%=oUgMȐ6۵Cx?pbiz7=Xe6ƛDlGz"j>m1)ɼ:Kd<^*^n,t,X]##\2}Jy!; ҋX 3OGfNڜ^r6%$söSm*g&la,G,o" =v[7zޓk$<˱@^>&}]뼃ey4{&2]UOP QC/]V~ߴ#TCG93lo!]l_wl:5)\q[cYL"@hE%8rV[%yƭ廭/:~CmxwN(Y^`_ Q> Kg|2twg0!(*8MMߌc63' ѶN(9aԣ܁+WQVEHg'R\Maw6 =ˋHY0}Ci\DC]Rш{c븍Q_2*YKQwjU!}ظazР< F0s-);aM^썎F3ߩņ0cgVng Ț]oޔ6_̉Ù|0Կny㦍()!*vnp;i3ebFőI jFeO!K37M^iCTzd7+莏Z0kfi>0&2B1 ]JcQ5,gzQ*qgs2t` -g1\X lN Z)xU  %AG&PŠ(W8U(Gwd9?;6}Zq31 E(j/#:٤ڑH})>~q-\J3:vK{GsULH㝜旾?{Bk߭ #Ccߊ'GxӅ_va]+'EUŔc\=q#TTֿ5=m #4cT? z jD&{`A1Z'm\w2pP둹 Mbo:굣V92>+ka VQ#IpWQlRd+Ruf j-s; ݘ,hk;cXU_dr͢%×K>H{-J2\Hd$Ȇ+( "g@͔_{,^$ai0.hG]ը" 3-N:VŜ{!Qtkvy>@ʦ ֨Zp>ȑQdvSnuXuĤ۟_T&dz٫\Və)nz4Cb W1"Dz=;ަnB`$ER7|j&",""]>,#rz,QUVb6JeZ%P\6*?sgWv;MMm)ЪۅsaL/N-U.clF`{fMޥs=("c7i8gK|XĪha{0EN[ e'~k6uzK_tAjb] TGS X\ZTsAG?sRYnێҰD?@BKL\T4k5&w/)Œ%ĝ830]ۛwC ]Yb7[7q%J?}M{ $լ-/'##cR\q"~nXO,3"FsBc7_ )g̛'Aus# 7:&P;P,a$='ZW`z2X2Y%`BJ'/RN T-t*}θ-uw+(q3~ 1+ؽCbOу7')&B0&՞ saRERr&+*=|i'j@e/#jCxެf$.iǦV_AaRZ2[ ,IFq/d󊂿\nYGxߕ(a}{spt}ѵ5qGF^\LsysB RZ6ҐQUeϦD1ź<_HN/K3Uju4͜פOr=ćue0rtڑ؂ϫ`Td)8X,sN&\-Q|^kWm W߆YG|p] c<3SSvD JwR9?<j-?!*/䬥xozST7(AbJp$MhPf-}H<33xԁۈzN vuUx_z㻪žԚ <E?as5Fv!7[afb 4+}aד~e8%ܰ5I+t榅ɲ8Z 42~yFh&\ϐ_JY^<5~;e.y0kl πL6K2DmqUdP>ߊ{Kr u.;K(^a +]@Ao9.&͸e oZʞVUCUSof^=T\N^#G uK~RLoXaO29HUo40$u-)CrxkBVNW\S9wUaƻsA(gFV󰨥+2T C`WdB=/2:zTY| |҈wb]t^~\eATBz^{og/c4OرjLSl$N񴚡>FԺC1~niC>Y6/[ 4f)(f4ڝ=85_ =eAx&O#F1;vNqbDt E|%3501R-/@;ܻv~d̓6Zz}^yD㚥„:SxVUhsҖP?]·X`$ۑa ]Ss0)Y+7ٞ w _K]L@xPy8ɲp3´40h'AJ 1?vmb\yFqQS i2^##DZoJҷRNYq 5z+ ͭ>lՎl=![i}@tCUY҅ٿ [4K+O˕P8G'{_W]o|R _^]Aލn[rg}Ӳ[J L0_8,׹Z_9g{w %xpgJ}9~ \獫dGPKȚ˴iqx3ĩ\߽{?bF$H"7KVcā(y2pD&ƱoD!_fw|lټ b4,Ͻeĵ&|p2?LjU`sQSǀ"ٕ80gugMr,v|θx+j *iAbBѩ*(tSPr3c=@dD=锒0*iZK<&9)mQDY}֓2U(`"-v.\%搵e{kDAl!Wuw2xKB3Lu;!0;b@`orIC#evOQraνDg2S³ôO7K)"PN˶ѫSz vFqÿ|-H/;h(+BV'&L'NfO-rs{ Z4'ϐ܄"⒤ 3Ta-r8."=Q,8[*R WsZ@p|b>8G7$-S[wW+?Ut|בWVO oO4ٟIunȶt|\׶*_uM3ڐ6WmqqZMT1.Xu{|x^]^|ղga_R;2 qPc/,96/ʹgMv=( q< FhTi䆜hHm:j9z؆AC 5I,||[}8k qǘE @oӵS^B4!{& {0pJ Q"0Re;)?8p1-9G Eg6p㡴ӔydgEȑ21,K5l0)'/iA&#SuraP: 5jzO#о'*^m+Rt87 ɔ. $3{@!^׫e+T , .U'P^ń1|96vC6L;;ʧTYg5cw5g\X-J ]ˆ!/Ms:1Tj-|PfN/;笆=wk;4p\F_K5> -yub nبdM[--W1$~%_%'0t\-{Ћ?C4ӵ9Q Tn|, G\| ! n<l3N!0M*Z4PlyD1?/ )Yoi[F\D4] *kx9wk[}ߋNfjxPШ3~_~=_3w)R`t( E܆C֋1Soވ9<ߡƽpcdsyЬtj42U]gҙ VF&yweE~IY)!"IC:u6J}=fM8JGjS`rW #v%Mԇ7 BGeQ; B{a݋&5):6\#@F 87B~kQVOo1z/cxj$|.<8I&) Rf?s]0/|j ͔!pIm ǛT_gVBGsVrc J =}@Tp섆qå?=owjЗ$$:!f;a92eμes{΅n? S=YS{;3#2oq*_\G?N:1!QA:He~ћ%<ёAil`?Ԃpf}ޑNԛ~4k{ǡոN%7Ug+w@荈Q?QyPu*Y&T!0=5t= {ծu/6_C}'|(Jcҧ﹃Ir0@:9b,51ơhgN*D *psT948-rdǥɃVmܴԻ Q2F81Mu gcY?5o\nb5L_L2Z=<NdC Pֽ!ds7[Y`~\3zN΃6 %&Z*{=f8fF!p&\t"nhVƦk-TCdrZrQ鉯)r(EQl\- '-otXGgj ~;6+^bx_Yd.J_^Iz9"mi-+)əOv,1f$)9jAWpd4q@.\wzTZ#+|u+{Hb'd\ Z(vzT=G$Ÿꉌ hv~`uqQ=WOGiEOɢr(8JVȰ#z 8ͬ2Թ#%xWe`sx60S'#sB[p)Jq9 2rr:`3 ӧ?v 3fG=χ~ Lʴ&>^vN1¸雿$ڂU*mxD@ɠy`uAf%d|i6kf]!i; r(,WI{DFMwdTEyn5-PuTSwd:gwE%ओl(wY#N_ALHV7_-_YHFfG;UKqF@Ӆ'{x82JgQ,ٵ6Ĵ6߮VX"T߷I@@xzFͷzF]FΖNB(p aaPOn'6[ %p E(6`PKuROb/WOدSʄ,Έk>5+': o+Odĩb (qu8ǭN$/暇S@Gێk}yǐ|1E 5[KS2R9:Į.kV/Vⓝ?"rTR01L==5לZF׌4߷җWHa7sɂ^>R}(3 t1]\6M 5G a6 Jۊ?Η߬З9`FI8Ar.Xtǀq<,}"^"tݫ7"Mwy!`K XAn^-a'r#1 %d'9]bK wɆ.(TWQP RW*;fH t+Wg}lZ].شGnb|xJLeKCZc-q2)&VɔuY{}YX[i)[;?ڌZnR묐Jv#*PheʩHQ 7{1+`Ϻ_a2uq6vҳQ8jDnpŲ0OU1> 秘~ ůQuuo.! H' OBo˪[z2L09OGcX+VzCU}9 |PA()M;ϱ^d{Гѧ/? ʠK`Ep_ uӐhGᴞ +;_[GLj2'淿f8Jxs*q1E'P=_?%g!uU0Tұ [^ '`gk.ڦO(WiHGp;=De-BhO~Eu Z:n8CN$(SVGw%9M܌Nf,n %7Kѽ 8_sҧVjD{!O}pj T]^}],PWMaӁTB3g5.\YjaQlFO3#ޘ}!}VL_b=VaX,螏!<Y'G\`bpo) kv+3(u. t`Ƹc`ޚK7JLo7ilrdX x7]!%7Ik \'D2tjg؊`WޖDȈPtǫi:;]0(pUlZs(3ap&K|i1cY૚.3Po\fvt6 3jȶO +",h`-.BImܬK>aB^6B+%ѪLꧡU .sq*U 른.nUO\~)Az1 Tiq#䶕E';ŌiSo|=iNWɏKME_ݼQ&p ]RM-Q$r'v5 iCUn1Wb̡]N!4bB2LZˁ@7<M6m. Xʀ(ЂuLz^# kPΞQ^WEV_FŁaqT*1^셗gU*o[6CZJsc*ίkKYۅh'@YK~khOS,3ѥHAw҆ןO2aFTa*Ъ>O܊>(CUm%Z-"1pz'wq|P0m _?!bE]^g\$'8Bs֊7Lpm6e (p0V X+2zBaFZAFO'ʴ[*JËnVG\Ӛ"U=\49Ϸr2H>,6y>:͏a?G{{$N٠ gA٨,j^ GpD==8K0VYQLo]dǔ@AHq&!GқrW TS|Yg`(!Z:9kf_=~=NHtbgacut/^$|*"S09`]=e2? 6|>xĤioŐ$KQ7$p s BkmWUhr 8M'<4TZ%p402RWZ5oc@[I"267DP&zcJ$ԥ89|NJ.~5cP$R?sƘ؀d뷼[st'D u{rI [֨#[EUgGtw]*fruǟd"Fc 0\nnUwyW]0HW`>!ˈT 6ه[ #_tg2U&VP;i׳AϡnK::oA6[]:zmKNg n3-a eДsѬ,Aq3e,SJQ"3)ټVT@eLҪF7eTWb|6Ox:@MGF_S<,үAV oCw=$WS24gMbr AOEImNM4sCMHtMM^Y^'>eY7VZRm'$IfW5t鈩pnGFoq"9+^;uwiX;/J5t'ůA^B AV8r9| _ԋwy0OTs.c}XZis֙QpD:.eQnÑQ<(U!߇;t=3 ^'5l>}O'vx@5 l[j6O }Dy]jV>"7@oFDusG[E ]Rl\;˗kߊOFP^?ZXbpfAWe\/^vڬ`Z7UIn = ͮq~ 1EQy8Gߦz06ES#?^ꀳy#aRhS[ CR}А >HT-Sg"a$u2 ;6ӹ~Nx0&")TҪfōI#0$@Urs̻\m0M]ѢE{(& a |g+_~F :C8VH0 |fsré D=ߺtɌNy0d}LS)d(E0Y 5tGM.FBr838|ToV~ TN>6a Id\rO_W|;Xc$pNܲ-ԥ>@'Um"щi90%#K(m:.orXmvKR`*d +F;ٷWA01WOgT?cF>911%`5dB5 i!艴% n=ɺErE?'A r 7wzxus~'9_ڱZ!  Ƥʀyow])bna/um}]YH]́0-뼑q`oO-s!g6wEzߙe:Pw {P %H 911xPR1tfއvf[Ԝ\Lyr%F2Ve%DS.Zׯo%6/r=xͻl^2MP%]í1P9(",6??Wjj}HK){?+ͫCyzpE/#Yhtf IZg䑃0Ш?P8*N׀媿e{l )?QWM% C ea8HTԗvqQM>o<Ԣ:Vd;E߻cE"XzLc?ŃF;Ԉ][#l"FxB=dL⃓V]*2LD?L?|JT+]^0nJkkpgEO..y'5)N0B'Oh^v=3iu'KYМLnzd^x-(Ln ]\_ǜ JhohX9[_t7Hc6  24hZzEFFN460v2r 4mGa#Z>!Ը|} S5|kp"?U݉\vg38FCU'`$=h47#la\n͹_4i;=~{[p<5^>Y;W^Y+.~Yz򡐀q;>Hk<{zӴ ?ՆdprI?J-)DN] 3ڴfh8as&cSZbSNn{ՖqJFDž\Ȭ%ߟ>tM}. .G0Mԯ=0Jg1ʣ0J5dc;K&Rf->vE1lg?y~ݴ\73gG& I1̧^ں_G0 a=3ep*z("‰Zk٨}Ԋ++J;ncZeJN%^4]3;G[[udE@iRWw)!ZعL cVF<&)bWO{usECL\psz =Ma)LQ964@5s*tt&he=mI"h"]"UPRfy._x J*QE/,eqb'izt3;؝n?3PQ,Y@)+-MؕG*_tmxɳ.W&躛 +֑lVA/ԉX{v\ƴ 0`W pZ:dVc2Җ@ q OůjMcȔm{e 113(YM充RD!XX`Uz)G=0 o_7=j&峜#3StGM@"PUhpbN+ctPa"lJ˝|aYS惏 )׳e% ݩ SlQD>pC zkD-g%|,>Y8QH<-5R3^.k *`N5G!Y&#i0ӋPk(x3$ьdpVUs3:)x속Mw?yqBœo*_G CWXjj; [VVnL)n}?_QI,N>X_)I]UARw,a ||CczxۉjQVAv0c1C90D~j!$T/M5C-38 )4pBT{0 9 @h/0Q5TP0BY5;p(&lgOop<:s!󔉽ǐG8RlBFlF?U'/+Q稳ЈPH_1' # k0k*_VK) Bm"6{K4񂦰aλg"fI`24L>YԲQNt8[s;1jsw7d̽}Ǣ>S\̵`Դ=ΪZU1=A\{L`~Dyo޳'_YJL0R­v}C! .tdQt>G7t=Y}ǖg#T_ѣ<O)޽w#6EW==YhRJ@>*`k[V(99f]VEnz^j7詵uyJBUwu'RyT"qDi(BtD(lg(8j_]Z,UuՌPyW1FA+.;d&mS ȼg3cN ~Fw"/=bMߝJQvc`|wH Ùf4Ls`d[W~ qH=,Q /`@pӹcQ746eWav9roeAalfވ@&G{8=/L.$6wsU/q=Cq8[ 4`gkH{0 ׊-Otiˣf ,Sz.F*WIJ@cA.,F|Q /EX#+]W^ ckO|i317~Oʡ cY':\zxž slx]&l97OrV'&<.[gƈ\)951UާNv?o4`? LY<\gPl,?f5.!^KϨVHz6;Ș eqKvD7C9cVuEղx*6ϖsCQE3jlqY[Yآrr&Kjfg8G|"V!=T&,I@8kSӎJ0kJFlT%%r e,3Nkp >fɧ:بY"9F5sWݢDuK jIV*J(l˕Hf}Ja41 麟R7p_T r/dZ`ޟ4PU~z)6Fo>ф*u |7~R 7l?B-ӿxb?^y<|oU|ݺJ'4\[)춆߲<-{]gv4܆\̂y @` gЪ+UG%߭ !%M}#ubJ6n|ֿVR$8: UjWjA'Lwh4H4G>wAsĕ7!)8 h].]LCuX'Pl BBBF */US<]n BihB(MPS)&ߜ I_4SqU}x홗92@Qf8_8+2 FCLA@ېV|PӖlГQ!sѱ(ȩq`^ DE /_>J%[>%V]XFY,5tH%FX^9.vN&XxδS# p5P\R5H {1qՀ݄S,ҭVgv{0'e;bZ) ]=Bd U*-`hg:1 I13)~I0Bk0l'/b|A5%!O[/vђ =q' ڰض'o۰M}' s`tC Cu7 {'2Cd\)S _$61EI]@݆㭸zI-v&w.CZx`Wᰐ/ѫ<*kp`m4mAÖ<B_,(~NcǢLjMY ;ぎcm)vQA25l<ةOc(h8ՏҁiMr0!vF< 2 Zģe (0ijήˉRZS]>YSpk'!i3ȟ>SF'$˯1ƒ 1Ȁ,D3ˠ{gzj Lq눅G`Iӂt1#%Fd?X)>\>~ABK9cnN,&#6pPd,sLؤfdJO0t<*"D\`懌YN{%+md6| ҵZq?oWΥ&Z՝ʥՕ[tUa;p d(ji/aqn O2|D,TVt==m:0;؋u"&8ڞ o'D,idbT*O*UW؎VϺtG0{ GY󰾶&&xܤ,} I 'pzQ>= MvY7ś/᛾+WmhRc- M6 >s6 %q۳S+8,c+۠ݓzC=c"oYM6/1"Oڡ;Yf*IƋ&a=("%ckD {]FV85/ a q$L n &j.]L$oh'A"O~vsoDxEZ撢Yʅw87upnHE 0qޥkLeڠG}B!sm7v\eԄ]l\Vo֮O^h1*._G,_wہDBo9ù¬V=x 7H%0B]$ ͎6MR$Dcn[HqOtQ%Gf{^`b*5`b{-a\W)y<UZ\s+}fD_ރO+qsRvu|藎S(J&52rēۗê4>NuWr n5 X:3Ȯg _lHG],^:U6+V:aAqZn7L l7;,+02MX~x/Kf8pEVP=ڼiK ѡ:b 0(?mI X %W&8?\Ėyۨ 5 +.6*jas+V. O^odwr@FViZ-qG.j)tC')I]_^FiՇFK-RBUh'7*%/v 5ə)sc& -493ԡX LhA_YwON#&KgN 3x:(:h̠5'!oGo̲9)K3pgII x%[\Cj*-esv>6]*^D~e0C ?Ҙl/ /4ݒmd8P\fRJFsҞ5 PC\ m?}16jMkA;S 鵌7,֜Rw $!tތh뙣ӔIIy'+vZ\ =$R9P{\F}cdvy8=벡푉|ڙT-D^eb8|2o/C3m߲&E$jh0ND yJn#_7@3h5' "ö$Q6sō܆q{ǚO~0PG/!w N"\\}r0!?^pV?eoJx3<*|ۿHMLW?I95l$j