libjpeg62-turbo-1.5.3-5.18.1 >  A `p9|OģA@ګw6Zx7YƼNjݿCuw.tVbv~<'ccj,| ^#M!.u|/}6KmP|ɏ`\Dg*\!WF4ڃYB {H2%ԟu~$:\c1 yneys]dS>50Z㟙GoF1˂__Y$%z HowV7na!F0(x/vdcdce31ce10a66e9c86ebf18258e277566cc4854cc38df25571a0977fd1b57a6017fed0896647aeecc39207524ca3b3802702514Є`p9|I>;U2zd tn̝l-;΍ z*7SAיz!tO"5\ϕC$Yq)RZQ4ᩴj,±mxd, a^ RÎUEұO[A.h/m-ث/nYWO?drV%y`JTX>p>8?8d  ` )Jx~     4RpOlpw(x89:F5G5H5I6 X6Y6\68]6P^6b6c7d8e8 f8 l8u8$v8<z8d8t8x8~8Clibjpeg62-turbo1.5.35.18.1A 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큤큤`eZ2eZ2eZ2eZ2eZ2e6d23e995b0bc62cd6e9ee6e44c2c3627ff510b84621ad73ec8f3a822881b54a721912b8a987c9205aa0addbdd458f957c4bff6435fac00529da72798b6b1ec1351a11693fbef494fb150ef8a6c3852e0dd0fd55a380177cc5337201b9cafd4f7250a1cc26707b6d1fa7cd2d8fb3f796548d23afe30596fdfaaf68d3b259174d9ace2b5d7060f901efe8ba0fb74c72ed5de75d704d687cef2430ccba7ec021a81rootrootrootrootrootrootrootrootrootrootrootrootlibjpeg62-turbo-1.5.3-5.18.1.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.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.patchibs-arm-1 16228033051.5.3-5.18.11.5.3-5.18.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:19879/SUSE_SLE-15_Update/c53eefa7fcf45ca3af36e5b9a0f2a818-libjpeg62-turbo.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxdirectoryASCII textUTF-8 Unicode texth /&Cٸutf-83355f4f53cb655ae17b71e3b7bc56d4811f367a6bf94d57fdf8231698d798c7f? 7zXZ !t/We] crt:bLL |=^߱bç+j7?~~|ڝ-1y|j!3qcc;mƗ:Znqk| sE_ k<#dbӬ2Թ3w*c/?Dkn앟k)Z~^ 9LFH`BGKmG bˎ m_ni2嚍!viYJYb+70f4$XXEHN>uS7FtAM2!a&,Bfe!pC`@?(>z#44E!BocyP|]9C8 n م| zdFW:e8gi8̥]LhtFN;-`[PqI|/슢ܦe[Ń!en|q=޽5VN:2Z2)Ѐ9+t[|.`$'2#&A mGQ 9Al;>)S:HȧE1+vR}Me;l6:fM)<$)o&Fl5j%@f$H(kPϥђqU- fQTA>$ |(Zfu0\?](ńfp3҄E(0wqph?#%Aa,httQ;~J AxҨOsK& {H>2Fl/W=Y;pY읓׷6Db@ǡ9k`IwYFL s918;" ,ǴۂA8A"`Iڵ{@ 9waMU,j쌥 ^yG2Q2wp)=L#;BEݪbeiBzc0ש>t R(%& ,!¾#R.SB2V@KXcV6L n6A,'`#н?VC=O1REtwr/_ְE2=xq7?*)"C^/f!pW~}7t}3} T0cdH!:ݷ4^F+Tl~+E6e}y{j-/".?mNuM@9hd$!Y!(Xm('I:0Œ528D2tSgWx8I6.:.|K)*t2Crh'd+I\/ؒ%-G)p8!&G PZ L 'B9e/](I BᒈA\|QԄ{_h" h~YSN"JM]WѴ.5^tۋ~VWR.)t!M5qF!<euZPc.YƥH~'Fr[9OH]{:ĒVX)Sj9Yg?K=[[60`˔gWzeB:p&v^1-|J0-SwamO jHleꊧ vA)O'1ҽL>QQa$B";u3XF* ]yLLa>^pa`՘Loa괵k_˅{p?1ޤ76Q_s`m3f]ҽʄ٣x@6X[n m*.$X9|8lVzGI bR>p?g%~k?<>a&-g.=tKq:K;q>zu+jeX#uY,ZJ){a< 7rk[V~d`80ô%/#+gTh `%ɽ9>׽iG-ZѮމxq'1`aUw ٻA5Ϋ _F J!3з$? , 1dt~SEXO1?*JxޡZo}ށ8zp_J_x=ؑK>Aqbhw(5Xl5] <1F W|kS/H!*#m3ц_4$~ZBFdyE`~l*/^42A5LNNԳ5"CO|dV'ek~d <Co6[-3ny'dUgf %(ƗȄ~ϟ0 \9F I8Ch1_͟=~/p:/778WVj[;FgC<-sZ2ʑj"iCMJ?]E[#ȕn/v!{cM4xMk|> KDLQ2F+c;{ !`׈x8FkY#Bc.n]Ɓn[m [=\Z^&Ѧ2!Q{5@ʃWFenhP)|J/j5ɇtos;)%=jMu4bT㷸Q3ԍe9<֝;n>BxhS ^*gk5 {lTdL;|LT}i;r^r@L +7h h+U6B;JuF_ZC!A z= ~%\MQ?Rn%Y ?#.:ݎ1⽣q%6Diԥ؞Ald!lՃ#rߊw7o!nL ׭ˬBYclGl%.ה,v雁pq%׎ ӈ>@.(pk x1Wbnu=Pd<\qM4s9%ޱ֝zx|uAPpQbWkժA^0:D!&X>(kzeҡ(&sfën)'EBv|I/_ S1 %`1=_xoA|>c.ky"ŐN)=h ^[0v[>ׇVOXVZxN48Q љDXӝB>+sݝPmҤ㴂붰qxDrvlԽ@uvS{E8[ȇWjHsn>ZCk`h :7TJ$6F zɋޛS5VyWJ"VjJ5j~ײH/OҔUzlj7zP2%],:=  *:nL4V8KCJ"N!kǓ3kghoV-ϯ A]LI-8aGmzjucw P1q T7;$婵I&-zRC{C$ y_++H`ZPۦ"U'+d!^aԤ&&7N)6$&5C#pd'0}X4 x`6lhC&DN9oԆH,pdkVnA?SB)xkc%^*AL&yohBG ˬަ<wf'H@/vl~/bCaRTߑQQeë"?|e2y+3:%F㉺z7}'6" V.5ZDr߽鰪S+dUt74Ǹw?4uE,1mM4ajدaFo.,\̭Ҟ[dppWciuD,;!Q [S߀c~\5m{Aw^gWd~GIo `[DB&!"ka,P$5K[#sI\ܙL8p\_Оѷa{Hg:!\$O!a[6`1W&q;ܳ 1?J^*(+_"q0.Z:23~ah?CJ==y6$c^5bʬzR@+>gv?n*32)eRoFd̫e,i#YR4-aÈDd&b0]W"2[0-#\W-'кG'ͅ RMOdh<6/ *$Rk~M<HS\Z 쟔Ӥ@YbMN Vmwh}]_z ˠ=&U/rseU|FY`;A\uK9b·?𖉂\h+ c.CNU?6$+na_VgĮj0R`( .$+µ;M'o"[n']w k6[:b} #nOW0KE"3 ͵?|OP` jO[끱$~OnD]+RuhwOek;0ޯo*$*o1C1пUO  B I߽1 :1Gzb‰E> <(C\C 1YؾK,Lrd}2ZMe^4WYr9ҩ)G?gKJ[³jV}VUy2ZW7cjҩyuOfعټx\|t8aR^Neo_ێ\,ڽVee; ;~ Mv"z1@:)y[Bl7qf*~P[bBoߢ }F&Qw%TxGPDB!;~), l5c<:+3[sv 0{?6OD)50DJ4o$z#=+Cp) ldlD0!*Jޝ^`3W==; `-(P}A&,.l[1meɔ0,{AIHCxSZؗuEhl1JPhl8|FŰ1 -\ :HrIEft:MZR#jb!F] Asҥ_-WF># t XFׇe yG``O,fV_ܽ!ymYJ- FW*A= ?QMBK$ekrA4Q,\IlPIM >L9*\E9lx/&ȏ(++Ir@'$3W?>*4T;Fe'Bo1 jXX+ X޶т:r)aT@[`.@FCHuliBa2GP?ї)itb/G*X, }vY0yC+A3cfSwiqx%\$ՙϺ! (X̳'o1P&(ӆoS: \XqFK۬k\_+"3uemOrp<0 gS>^`N_| d>,3Lxd^T+6]<Qj鉈hy,C" ᆳ*/ tMꜞw)J { d@3˷hٶ).2t lA:b  B, 6˜*D:DX&,Bs.o+ΈufV~E:#e ZtC5 8|roaAǝQ/bDe79P?hJOo;`>֎e `|N#|HP06Ci݁Wv`:ۃ]186zϛQ ‹+J%ivk7 @ςx8bZvF{OBi-!HNRnӺd e5g6ƾ+/=K.EMV' `#< Fxn/­rT@-+8;/~u%~=PddYI򿈔9c\s,c6}{w+1s`M\Vad+dH 30!W:?ծ}Oc.b@kVFw`'M^҈?, B t+ctw&o-x\VP+ =|$WMk/⶘`5ʝcrq䎔!V:"!|FOu?\:ÛJ%Q$dbK4n4`n5E& fa-8ѮCmY\. J3^FSm4߂($gF ؽ JlS:ݲ!(>Η|Zh<Ύ 6?#&Hˢ.Č.}2t3~p ;^ݔ۹T(¿D)p]wh‚㳕>I\CwD " 嚏F' T[e;(<"ό70{Gw.K* _uWŵ\<7Mhޥ}S΍%{HH:ibeHJ/+6h! _4HX4Mb^}ފv7i@=/Ge1S4l>ג/)Ps<ϻ0w:%@OM'GifAf-.l^+WsgF1D*4f6%Ύŗyq+ 8jSZ-mɵp;4-|N`ISbRȎ<,5)I҅Lq*~BDŽlm  Pw_)<@Ω5  tY4 $XV2R!x-/+B1P\7lo$:}t^3J #`KE~Yj)4^+YݩWG>N)Se#}YnGm4xoTju+(u&' Rx&qO:Ym?=Z@CGs'3 ɛ<9;y"}NLHt&VE\Z ngY< ęhnl%36+9=f놁Ha@FƺU&Ai4ml[\2s/vzG< ˀʙ~BuyG= ׻Hce:}^[1mݎ2Ӏiךd͹@5[(TJհq"Ri(Q+Ht<*Ɓa/lο!D7NN #zJ ϘW TҐ|Fmi~R'3JS*HI3Oi @U|6m 1YH97N;\GEfa,,PN d0}.*2:FCt|cn+Xi ɨ$OelM85d.<T)#pz,1񻪼Yj@#z '  * oE նlr]Ve:-M:dJ9Y3gBV'C_{tٟo2E#g7(*tְfq sVA2TH*ԭ: fMO"31icQcǜ!4Ň2~8TD&ɔgѸerR/7%'RGeƇ;`&.ebbUo-th|RrAVwIJ;vp'eJ c-; uAq^|'Odu6fCO+m(T8.7 P$P61׹ݯHM=@VAF FT}iM;J1u>彧pLOFNEeb d 0E*kB'՚M}vpZ,ik >Aytd+$M/Rt3<ƛéV>TVlt _nxO0Ęvy1KQ( T2ݿ n:b.zt,D\OFSLlBϪ8c&;6/Kt#+B L.hIi) Ev f'W*PzPh +B%]搫\cRZk?)ǯ}/==\-ˑ1,EHݚhIW0;G`,dW&d||=Uі:]Fy@%@hS!ue^s|A뤎W6āmϸ퟽@_.[$S ,Yy>ّQ^b bǔMO6O"~РDip*|]S-}cUۣR-aEX +.fH^f0vBrtjuz+D:S p.uq}%Y4!k IvSGS=!`ud;hѧ#UrzWX/!#,mwtyYlIQ˪WN:a}z}$o86,X$D(<$)3o1όi@Y"PkCZ j-"J?l)G@PF2FjLF8*Y|b9f A,z+\+zX'eHnBlm"( za E$!B*~a-J~iQLO(Éq}' cЯI? nepu%[9$CCexi&z/ ҶX@a.CUF*􀥦xHB.V/2bIk̵4`qsc=V]ٳ)rO4]*Rd1\ν|S0N}7#z6<ڻ2,L1uʌmVc)pBL jx5H"i {tEU3ʶ" |?seUA!@(1vHRx47Ƒ%ͅn5Q_wno3a} Ɍa<@L{i裚`*#7TGKQecx Cn|Xc, FGCdI&6&GFÅP{5زH iL|cոA;dĘ`+`Goc%ܛS(%q-,L t(Ɋ9`axR]ܟBn 3*좏Lr8:0f+jF7Oڃ6 .We&19j1ߢ.*$YMY¼8I/`ӘXD2roכ25]>qEI@* (mc(CpEFeJJ86&E)3NKziˣ<{ōۅUNToYZ*$5O#;KAaR( +1Δ&nKO8C֏a`qi @4 ť2]O{BX€DHH> +/Oeh(Z%T"$Da4@$̦Nw"AS?r=o:$$y%RvI><֒|I tQ,õwx[N u&(61m%e;A).7SOL;&(J2 $D!oYgs䧉1 j"=kg::'#vqV{ܐaG`p8L1 ?[Do#Lء4hQY8)ON*(.oL#9DBd w\3:5[DopUL0e%Jj@ =a<{S m%с9C"f9Qt5Pc!"v!BYpKh2XU\g{Gx?گᣠA}X"g@Msy ,a0f?z"?(zbԋWoC2ސ/z"vÐ̓DKLEJP@~dJE^d9041 4Bahpp<#buBi5S;ХWy35Tcς]1KNjlȗ/+2{f[)+dV"7lMf d޸Wg8:Xp 5Ez?yWr9{C%hh4qc;H qݒKg@-dFǤ6.6$@&Vr`OeiVǢ(N~˒[{͆gį5=ݐ3u^)=p @OG)*<56& ;](ٻ+\E J{]#PGuhP%'2I)N_Odj*6}Il4ΤP>M^YwFl}&6zG>c.jO:ObdcQ+?B/4&af_΁j9& qo$B[]heyc7;.$6u7ԟA,J{~5ޞ=_K\qDCƣqV7 7Ř: n{hlϳpj7-zA6f;ՈǑzDk!*yMb>ܧ- ,U}F6MËcVSTI|$5vjAF#vfd,kޮPTۗzz{mjW%1QKBL(|[8<=)Au&[{190fk3A`6"Hgb?,) ҅i`X=bǏSpBCef/Vwn/];9!|CH /)ȗψuu8Ρ+m0KxMD8m2l9sLd$wn2Bf"~F#-$s891i mTK-nZ S9 PAPAۊ=U'xL@U^߸hBjXhAЏ1[;&0 xqAqZ^ Ht'G}[J] *[c7BwQwM.ؐ1!=3sr({GRA7wJ2=D>N#sN[b47P O.R)Cռ`8?rI;/vC\ʝvSj8(Fn@z(U|@t0Q?F@ xݼB8e-wYvv?YB v-np6zy3OԳZm|q[9 4o?@#E7oo\L*zqX3}b@P uCv/,,c|Xj^Ч ߂OlxzH/ZeX`>d*W2PRd0i~Tu>BB.E\! 9}xe1<ir{vcRFh]rՌ+)K%vao 9K=O-,KB3K҃mMLDc<U&A70t|S T'8<7I:F `Յ!IUDܫ=ml18roA`xVI7(/-bpm9y/iWMU&AH?qOL- i,5pU'؋9Tg֗gx`865ATU/ zb΃p`ۓ&{p"#9O4LMgZ-\[PBC8PS;s9lm|V)kW[nf#-FuxG/)y!;7C\+aPpx/˧)>)Nz6-tJliӖ-E#N%FZ&6+NDr>5eTqu0{Y L lUDdz dUW9ҔK{zcR_^DvE*6P$67w[@_6WnC,FKEѫ7 "I-W֖LEy `bh/nSZZ~lB@˜k3—[)("Gš*$ѠD Fe(lU(~& }dqrw8ZE+>?{8S~4fDz+LR~z\Ž?4NZ9z^PqA5x굿a:Py2o'0~@g`].2YOY!*SRBqÍװm\tɸ4aYxB3=ܓ4N&g|Aw%NImMGX4؎Zdv&&8xL>g>DdViSWpG/))<<;o5˧ӵX^T-krOxm )@8C$=@pj on/FS^%)s5@Bc/ԎaPiO݇K=(h< D xP)6ao؞ |U%Jk}%Y=HR0-bc/_C.¹b+oGRS{q<];}PlkWOh%aXѻw4D~NJ$]o"֏q"iF𲫲6.ijp]/|h@}51xQ^-nGt iHR0>S ࣶE/ Nڊ6A'.{$nK?bGf.|p\d70 M&)tU$Š`jE:ÏH6A7 W҈Tb |v$Dλ_3\$@GixzuVZ9X%kwC~s쌭CbLٽK~{d|olisLZ$'vtDT}gs<&55H)-M8I$o!oF#l<_М|_ɣfF=Җф>wH:)~hd 2Vs(2 Rh`j~5o5OLe Gs!aMn*(V7bhȬao6ћ9xR~#Ivs#H˄YѺY°Ky Qa`:떞|WRx1n̴ka77N7p>8ĀjKp^-7\:#Ħܘ?F{d|#I#d,T,;H|ܨ֩Nm'0/LYUD@=fGdt *'9#Cr[]l3p?ezdַs(( ! :|sЗ2,36'TtV Kpŷ [\jm g;Lם(*MSѓ)q:rJ"]t c^uiXHhUiN19vzd.i)~vl$Ҁ1_GhYu-oE X(nU;@P57BЮx&aqqzքyDtc#Њ>s 8Z%g2?Zv+xsmQGr]GNx,*S[kyޯ B7LҷUt) 1߭LC12܄u&gHsEj4S%{C1KܔY,HkBOM ,3J!9zE?/;MmR23.Du;[BѬڅ5xL&.o']yuck8vp\Ք48`VSP֜gz&Ryz K+ .pOy'vu;l/b1&0qM% qs$ۙيo:) s^=iOR#XGݟfƽ)=piDž΋5C@?/+}D"{a5@4d_UpdO2PfG=Z؎݄ڃކO[b{4I/߫}w{,(eJnHN3~h X]ܺcf|^u+PE:BĘ/mqKB9CcFemY9&!S>֩KE~>"d]rɳ^ȕ:aIDU$5Mك)T\;d(3p.^!|BCtcԡa$>9f71u0f ߽2M5VvT-U#Ԟhqt,cJLvܓ;qv?e-N8{dμ+J~+@Y8_eST=ds0dhɌL\Ti |mlwV2.Q(hVHdMy+qV~oYp*7] (@3ўm(ֈi`mZ GbS\!@x[ M,/fȂtsqdRar(`\*+bլaـcEVG۾ָ@=. Ya-[3̥4q Y1L{O[u8EwfYFPXtyUND9Ҿ2f-p7t.F'E Ͽ5>=Ro2.h*:[؄RaX҅;^@Y d [Իva" 6K䶁0QbU}?31a=H@5 N^!NƩs*LIN//7)ys hߌpYG9Pu $ө(֟v Dj (W\']zAQ9)v]YLaWUSe8 M"𿯜 kv!1-wI5fBL8oP^9 p>{Q5ji{p0aްTMSTǮFLZ$*$q.&41c2~$zkDg%Y~VsT*ݫyIk V<.,@wnBn A:'?n<|{-z;]&Ɩ^w(gI #[-5AQ$E&{{(_lGOa`4^E{ډ+@nEu,&\l<&~%F%+eCW5$׀?7뗉 ϟkNc@X{k01xr*;9bبM&a]S/AX]| ǣYvSc¿PPdG+bs:='yR?g-z< %c%J@KF-AEzF7]`4}͢`4\M.SQ(H5I`VCdѢUsv 14%dѨJFE U1ଚ%)^["kuusG5X1`a7-s q%^\^ E#$/w}[Igz+A0-YR&cмK1K8*+1صؐh[(K*C4.,]q;K|߿æ-y"<)uj(9irT܊=VZГɸS;f"(&ʍ#&VΟ.D6dnl?I,PVY͙xgT[| *bizꮡx&hBorF6}zj6#^# Q0LDmVxaA}UOAk+8\I6{R"a8k;:-p߀Mgh׀cKf*ЋV]`p4VhugAӢF%MutOB3$x[UNKn>nȺI;V.ϕL[Pm*~lj&תfrNi p]S_) 4璈:'` hd/=b`C1k >x%"1 ba{!e.DLI[Q@6_l߯7 V֜ PsсzBGzB&T'txM@"U;5]DKҶfަy k¥~2u'Iw N7{CNE9XސVRKMtR\qW5cYaBGgglSC} ` +D%~'p_yсtVǡH)!$iOQSdIf;yXťvh8t al./$/ERH \rF,DZY!Hb;Yyie-Wgvz /|rbj=.}mY ,IG_mBΪ ;a4ߏn!׉2,P}4UòN9\1ƺ&$>= N;*Yм<qwso=rMьV@[Sgc#)u y ?7uWa**zC~vi:7-=_H*e $#9p9H+&)nZ(%zșx(߮ۼT dC^5IjTZZ_Þ8aO5ђ*=WusݨT<+ܖXD"ե k5R9p',0_xϫ3Hw"1V(Ƭ;7h Yȓ?i`~Bn3|IC73m0x"9?o#JׄSCb0np&"I(tS#)DD[^ux{;҂Aߔ6''3 Pcszbx(GV؃H6u|ݑڗ{owϰA}&gj);onk&g}8g { r խQiV=Kp<:Pbk ?Nf@6Q+EAM?(%8@5)V9s~AsXuw5|9DnFԡm״IrՒrH {~Q0ǃe~E)ߦܵ_i޷.N. TśJa[oU`CM܃4|wh n{5C9/b`HL'ssk4*Y@fTGuuyU0ityHˮ |T-,.SĂwjw׭㹷&xû5)O Y"Z?tp{O"ϝn $E Mנ|RJ,j\w˦>Zx mVN9i9'. ,AU_@foV6jLw;͙gsg<]5!n;k 3@2SK DAs! ֖q*o"fq1!R񹼊y]o4{YH0# yOZ#v3GBk ʌX \c#/38Fս XskE5a4?QmRQOOjQ7砣9K_ iM =x2W5Cmkȅlbf%VoxWC ؋V@ۓ_6=<>ڍD,K Yr`l=oX䆁Kh]^D=D^}lAu.?!~D.؞\}=p^U.a#z-)aنHa SȦ"Lͭkl%4fVzM%o6dD$wgӡ={섩KB Lr~a mNl.ox2:plau{4@~]cb'n  y\#FmۡHw؏;y2!"+ ImT;h%_{:Af"_Z)B, G.Oh] 玕'U蠯 4B+)(4'B^1qJ4KUjIӔFq]XIH/\ԥIxe򰁴j.e-ғ&VE2 bKc 2 Qŕ et?rxZ>('I.DW˨hm:똁{@:{/ҝ;p+7]P/  mR^%2B9 $Fh$␳Dzt=ki~Xl;ջfq)񩥼\U2B÷'X{Ut] ZC|F~`~wU.1,AYN19;քq5Q$C\d`WyмXD;_bI*ySѬ}38I'K b SZˏh4oB3K(:IXvt3[LZ=G)YN%]+A+Qfv;i5YSs9Q&&ksu+I-r,eI)(>r&@Yߞ u?= 05~+ERe +ɂco3nCTTqbdxi(wsfv)~b*OB@YڂMטQ0CHkS^%VmNڤ(y Rk+2O{ikJ])* [\ ҂p:Ⱥ<Ǻ[Wq20S|@yQoA+=1~|kf{p yqaWgD/VcZE#Q#\y޻ړdgxfZNGmԽcl_&g@Vջ*rdR{{o6 3FFֳR.7UIU>㥧Q#Db>xGmzr˓3(sA?syퟋ\hʑkB`o>7A!ۀ=]:2V $V;PQ!i]V0v]Fn>):>{~Gw U'>ciX aIhB>52wbEuU,G}=_T2`9,YkpŶqOM3.}5Cc}X>tV{G7]}:4oP4u!d,)Vh] Fv%&P4W|OqA'Y95ihȗՖh[s %5"VsG0G% x,pņW-@]|LjC( b۠3y"9]g+fxUzw>\bU()睙WImW+v(n>*N-ZveIU)R!,yaӥ2V y%w5:+ֽms9؍f(ċP?-cA ~"b2p bG|^JzQ2MWZP6IA;?ګx5L>E/X3]AO7Op g>l4{Q *]nLŚ!f~<|\:h]ک6s,ޞޢ/ӵBm`l+KSuPrZ׌wy v!ϡm$U0lqeGP8|'虛S`Ȟ* pDa@XEM/h&R(@*yp*zm3z"``2C|9U,ސ?$P040pQ3;woS&٣hP?j`n|mo< gڊ-!1D*&i#%doc0ÆKRlmɯZ>⡱<~;(TdhdR<֙M:AI\ee2?*K-KK$?TuE|uS,8z3La $"td S$\H>v1'\RɹaryOy)/e;le;bG״9pExPY} 8zDŹ%Qk 4, 058sg\'¸t^ώ%RO]o%ݺ= |Mxp%Ж2.3'sFGCBnfNR˭~ZEC^G/(Vֹ>_T) ӆzpT\ǔtZ@zUqHA]br}4 cgҡh ^~Dab+4kM{?k*xN)5d.GCnv֊dtj0NuiP5^a8Ԣ&WZs$J͙]mNu%̄jy*&  yYJ:Sp!dwhB>]>MdXs;$UD~YN`m%2‡6z~-*MhB:P]/껈'D6 :YP((:5f`'ҪðerJ}]Tx%{h.ӛQaT7G,OAPUiJa8X8qM>JQ~gԠ흻.N]w99^x.[M|~Åہ@пHMFQL/y!Ƴ-nxX%*Ź-h f :?]mˀ{B%y$.isJRР-;#f:rqV$1W*)-Do%8vQQc]W":0+/_fQh&a^,ED//m3&7uWqǙFcJ9%sCř ,'~,˴2ӦajS@"gVUju&2OO.b!ov8Nt$SGbHFii4AzQݝO+4^?DU?viڏzyj4c<&'  )@<+H։oR W/f3##[FT & !89Aٷa72ܛrQDndAU5LA S14$sf+%E@-"1:t"`i ;i6M̐hxP]˕]6a~w.ҥ'u}+ ÷Jsi 9͡&5kZ/x!ʵzX́+濪mϱqM{ɢGS$.gX}ڭ>cP;߽L= R{&a\ze Ÿ=H(* f^͆\|CJ ^c1 <=w&zV߈n:D8/ȽkَR)p0LFq _QzWFxN| ʟk_8~ruǖFxY8*mNbԗUqLLj)_%z?#k$\>ΙPvXsw[U{J\ۛk \2"@-73aW^kp8Cu"RNby* nņ~jw[簳`LQdAұ:zN f^ )VFȌz{ANuXG2@+7,|B|w]/$$lQ˱ԅe-rXF: ?I0q ėLV5fByGW /(Xd?)/ rLM,evJAM鎃*\ni*=LPJ5K|ܛguj6U=!`T5{x1=1 v6f~(4+wޘu} SRiK̮6*}G纂d=P'D>,[&ӯGs]z^I1Z=XDV8 86o8f/npO,*,{ʎٷKޱKJ}?BH^؊PքH8 l}kgVL*LnIOt~K>xyޅA(c+jW`8#2as t#5,j~*[IwN'&=r?0=i#唃`O[7 nH{$ \?5t=es= ]^dH H/NW "3UKVY9L|je[1?r7G ]t *f8^VDrbf薜QwQcpGtiSa|Пj(~1xa8O⢊+[NIN03w5ז5شC)lbcɽsq.*<^5ZT>1$;.R0q6zqӫ+c"?'w}jyv}7i*kǸփc速dr_&CMݺxݐg3@=g@U}CɛՃ9c`ZD8/d9 P@w,6fdFҩ"`R2ՃڊZޝXܮor8UZ^ _: ߔASH y:D6N# qڧˬ/b5(=|EJ7Zs* F4_ۜyFd=q2Pam.6srpr-x ՄuU/Fz٧VH'kAo,=g}Inge4s U%J$KОIA.̚=wGͲd4uYX4Jjj\=["^mUaa3q IBqOZ EGJ8S  e]9xHm+ⷊUH 0_ôn&6) VG1QS- Q'f@;[zL^X:ԧ/h۲͚A3ŨjDVd$7ΰ ֿ4b@=)]޽/x{U۟gUiUhN댮`#]O`; lBJ}?6j%> N8ZQ?Sn,mWb ^FU e\:58jVbf",a7~(ڞxɜ$3I萁ວ|6 B=jOJcѐ9M^UF˃C6 VYmbԒNkXK[*M0D$d6,={% H_ #U +px$hy N}~pEeێnA(bC윜1j? c(~[ },]wFxhO~%;_)LF.E $eC,А"!gk[ ă3 pBQdRSޭ;6uxy3;}Ц&ICk&>>B5Ɋq"&w稨~̱́r׽<ap3AY!2W!Uz,aE_-0Y|vؙM_a9Hn".{xjeu%dXdS6WHu4/thu-yڴ:`aqeBRgoЧ(Ĵ9NF ^I*Yyxpv (CrxA5 'J%=}R )kjhto= ځOK׳kpjhJOI+D:'dUE4ߗ?ZG/}blx}*nr䜪MF{߃;kA_Y{+DvC/ Nl\w).<ZؓČG@ySO@ e`"xJyZJbv/7NX3cN'9g:ah(X+AshT'!d l~$E1%kLTs }N00}CP~):ĕIc fGnai)] 1Lk4:Ą t$0d' Ps|ћ*.::xZ4\Y>FH=O_9$!R/i)K\僼jKbAr+ɖaf(^7[--ͪi^_م=ܺb.C?lc?uQb?\}/8 N8P= ޥ|XW c34  YķE$eZ.#!fǸP:ҪxjMvfv ;z o*ւaZ)++NK#ZS=BrC Fҝnx^|K\vaaJ?. ,b6 \ vŘi0FOUuբ.71W$h*@jtkRwrwiN 1~Ƥz=YR TKT}y%?Ep a#؂( YZ