libjpeg62-turbo-1.5.3-lp152.8.6.1 4>$  Ap`Si/=„SVJ>S&'XfNYh-_i wg 7`*8c:װgy.c qũ uÄ>,|rt F0o!FuDI2dJy*#ɕgjlj wFIzd$#6[E6tDHgXt;P:a3sWg-# ' LZWgs ~W[ i\끷0BT t-fl@pT-߇SMV^1 ep2=|\5!EBWzZ ~+AQwP;L>8us}^ GPtxq;hm!5oÍ 8eoc4@o|U; TZ9B0?OOT j)ꏨbb;hBr{X>p>8?8d $ e 7ekt      >\;X\c(d8l9:F5G5H5I5X6Y6\6,]6D^6b6c7vd8e8f8l8u8,v8Dz8l8|888Clibjpeg62-turbo1.5.3lp152.8.6.1A MMX/SSE2 accelerated library for manipulating JPEG image filesThe libjpeg-turbo package contains a library of functions for manipulating JPEG images.`S_cloud118openSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Graphics/Convertorshttp://sourceforge.net/projects/libjpeg-turbolinuxx86_64܇?0q(_A큤큤`S^Z2eZ2eZ2eZ2eZ2e6d23e995b0bc62cd6e9ee6e44c2c3627ff510b84621ad73ec8f3a822881b54a721912b8a987c9205aa0addbdd458f957c4bff6435fac00529da72798b6b1ec1351a11693fbef494fb150ef8a6c3852e0dd0fd55a380177cc5337201b9cafd4f7250a1cc26707b6d1fa7cd2d8fb3f796548d23afe30596fdfaaf68d3b259174d9ace2b5d7060f901efe8ba0fb74c72ed5de75d704d687cef2430ccba7ec021a81rootrootrootrootrootrootrootrootrootrootrootrootlibjpeg62-turbo-1.5.3-lp152.8.6.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.patchcloud118 16234135991.5.3-lp152.8.6.11.5.3-lp152.8.6.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.opensuse.org/openSUSE:Maintenance:16500/openSUSE_Leap_15.2_Update/b64c7a11edcd0afa7a939dc13efabb14-libjpeg62-turbo.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryASCII textUTF-8 Unicode textO_Ƒڕ)5utf-816f1284a236bef7d37054a7b17081e0df2bb0a31ada95e55b999073e38cc9f83? 7zXZ !t/Wp] crt:bLL  Md. [N RY *M?e#,@ u?cN<& eϋ#03u,B87%+U+,ν'/=Nv{Ui-y ;T82=0>E,<bcC6[N?gKjīàGT)j/&"Z*p8F\͸P>g f%'uRˋS?UJ"?{ +2bQ{e"(EQ8?cxsrURlGV ܜLRk̝[;[A<u`wh̞VHqq<1H+IzSTRz{j3HLUKM@'ueߊ}.U(FX Y@S1@)OeT"y|τ.%g&]{nuvP-E318#QeXm<)X Nԓ24Lr KG%" n&0p5d9 c{ ܲbtQuYmJ =i؂Q2o5e &D!$a|9\%K}5)K/Ч15 Ę^;)vڳd[#-!;x5i>ŒAN$C˩=rGNP:6%rsg# '%qE)8#M+ˠ\@Rm iX&K,s;`4_2.W'`p~LG3lSiEq/MKP{׬?p3DĭTډۮv 7`p2K7Do`O;JQ 6+-,0$vㄠܱy2eO0}7$GѪmfzn\=vh` ʦ*衳8דNiv$~2ކxf,2)lu$c(Y@quE禎0SINf9{U:$ x" Ѹ$8a, =$aL8q{AVn}1bk{5cNFR<æZ0OgTѺ@+9LXͷn!R#<)?;& lHѦWO&y23JQk`PH~Ҷlc$ ],hK#ްx.FNSXEe''=CJk5]]T4'>B,GDR$aƴw;A]6RdHivktki򱋘Ү|0_/xOEtp|s~RGnY7ǫ?=Lڱ㲀:(ۣCv)g{=Rub# ^D a:{ӹ*k/zo5G~g6ibZ!Kw–y"E8^0q@qeu4Fu<d9=+ooZūѭК4X-x9> m}"ɽ$w-_灮5ԕ'AL?QyƋ-( %4rߙ("HʻFQq7xIګ@YK $h``[_Jr=T3ux*G1. ЬG6s!ru,6Pg*,d~ 3cY2 a0FBiM6͏uJg_Xv\!|以5y1^?X5jI<2'=-5&)v̕:&(|T;@#ϫ{DF:~ZfV zt 5*+|v͇²R*xXG℅d8õ@QA)FM$Y^"Eկ;"6s`FDÔf)@J|%b OzaI[)(I{hZs8Hߠ`:3c gu^dP_c3ŧX]_ s(L9.J&Mt9(ԠiG">0qV旈KKa0hn֙^'Kg-y}YYtFhԚO)c:\Yv-n^ t͖fZF$ItXS֧:h3w?i׶jQ/hCq1Ny)Y4''2u^]FTU oרr0x }(YZiukuD?e%iN `:Ċz*3P^Pct4U; QKN+&Lp67Kȭ%:s@o>u€@p'*"5߳&ӑ/sjw|~ԸtmUsn,ZDBPcKڲc芓Q=z8E Cg>+9: |+`]ņ]>VēٛOMMM$!f2ޫG'׺&sTA Xm), {L]#K8i<Τ^+F>8yNR/sJ \;`wF73Y`qegOҕ4N$/]P# x+1^r2$5 ˤ.;doUlx^в& NߡDN$TCC$cW8ҢoBij5MB(PŮZd#*`6n㗁"!LvBh~A3tY㽇bq"c:ϋ(r'| uzaEBVX %[z"NA؎ߌj L9݊nlW yҪXWr]ȋ:G3Ӆq$EJ8]Cd8*w]{d a2#|D%BV̌OKNðoLߘ 4P8E,č%~AwT,Dg |;\h>IiWh 5f2Lcepaxjv>{qŰjg)1^ eo[ey*:n& wg,?Ϭs _1j`2E|ϞY^0~P h}_ӪU3gH'R{O " d@Or9 -6ӓ n6GK]JO߾?r%2'| +`$hNXtqtX0iF6>M>`a6 .ABzV &\㝺07ܫW^T߸ (deG+c@TCTԔo+A S`.:26{[BayrD _p@s A"`;R}G<Oo1<3jxWgX/+GܵΔ1`,hYaUe5T9Ћ-j^s2#=vPdz%6H Nl w(46N:'d]PDR?`׿91WڻNꀨ% I\| \»ޮsxD6xPSC7Q+ޝ!?kKM/(t/*$ƃ;G_j.hw WREE3]FqBY|e؟jO?,cW%NdU~nha.{HLjO֪*taMI ACɳsk)>M꧹"}ߞRc-wiNIۤ;mLZNp`9 Bg&wؼڗ(`\O4ϿV!A|a(rkYŸC1M@u5ØRTqZoS{husIY дEwG`HäP`ȥZzx_)bHD?3;(jvͻJ c"ƴђ&@}&EҲ2`zpd:}9Cc3FKyDu΃֨N,yQհ̩zlb+Y,ݗTnZb]ij[`]Kx1cYg5w6%p%Ķ<&{?A?fDybCt?lF=b}]4r.zN5ՋK[h8e\Z6YVMLXTk1KUof! 6D,ާr[fk[}5gQoHKAHn4 G Ll_?$Er.R.g/uώY0)zyn!"Z՟4lvZTWqԷ03 4уS=QW5]Rd~  /a-$ [1qvo@@QdfM, XyeՏ$w4d>^}/5g8+1o2e(c:Tw!O@1ۍ bМF+3' ?<4\@tj̉-nޥcZk'=PJ+~ PK u b*64z#C`V{ ZDKFqV7f|vʝH7k%#tll4Euonyv\Ej.Ou#Wh֌u$muolv4/4x獢lڎ[P鉜 GEJdSQĂXO M[ސmU&{RD<&g͝Ѡnl-nU<}d1!v)+ߕ\G)^W6CNқHӞ^:4A09`.l#ȗ:x fݖ@`& jeUu$V&窡<<U`)?%5V,1_"ե:,uj)OI ë#0A.ً83*:\M~@k2&z[ٴΑZ5SCL6$HzA{7꥚ߏXHR=:Eo5 E%*s Ʋzr'@qW9gхk-]"!űL܎_ _5S`r+w[O AvmT~ b9NxyOZ2債l N3 eIiVe9{|:|v8(LrPuP$9d5<{q~3s+ )fg᥹nRǦ^%y<(B 6Iu'Zqw~ 3.q`)15|bTєdj'T/#V#(kA#;ާQCGj3dhRC[YIN$X~,G"mAomIl'j3 A}9u̔yaiS^Gb,g< 7MyzQ;n1Jj6,|9F+s*)*(&؏\+,`;ӷs ^#hqtSH\I&5|Xn_=@z@D>=ߩNIRwȻJއ۽9UIl2*9wpLc/ l^Ay3g!Rbڡ-Kmq6DD-rhQ0ʩg0;u@kU%o~=!X1{'^vzP`!Fv#ir1 5Z๩}OL/3`i ޱ?e@M\RJf@G onVDKtg:V\%. : j,8W AEBHOYw k+tVc1,{l|eUri|]ȥKZQ'寔)\Z-wFٯ;D-K&S>M7k@x_J ԡ=]~2) $$;fcG x;_Yraߨ.~ńxzt3m@KxUg ';;T$}*>|O6%llCO!$a돟 `Y9]`mGoP<&g=h -4ŗZkނ܂J^5W -udZ)ñ C@e$a+l@IEDb9MZ֭'yi0<snHu L^9({K#RvTrw-n/ebEfl9Ac|bŏ6b<:?_$8ƒ|;@R91s+i?<9僵6uTޥ\4~|Dc,Fkp`!I?}[IE?&B@F/kbkPC=uG.θhW .;,{:>D ~_R<`'u~sΖςf`xЍs :Odu8r LY/Hh*,}Δo3;4AϤ4 8eKVcR}´[!&ѸҰh.z)_x~2` _ntu)i-p 9zB0~38I=yi @kWwFF22[7(3ITruv]NzXy, '?b/LW}1}úb'}@ގ[H 0 ʷeI CjJv0$Kagt- dK E(4  거x\/*Q.2tOw+/4?OqNi >PB&̑>m{O?.>y8;4H5_H9qw\ہڲR1XdhJ ߙ+'83!I]0R[˭ZB|̊zlNv4[&rN@g^&9k(Q-30lU8!9no!@l2 Rzo%|^bxHfTp6+ACF*5M)fR;.p_,i7`?%mYRD&1Q^iyXIUvMvnw'lFL}Rune ~o/CtozW .qVagSk,IYPgKQqtan/WZV9sٟ`&&v@'!?0?0klPeS^/ NsOw9I*Ĩ4({yB ^Ӹ# R֏9xG2S)td?h $Y6=|=MePKC|s -U^x? _|gn9'u-Cv% L nܑI0d'B\h͟p מjv:@c&6Crg\ <yu!%63pdauv-VMƹ7f}!st.)N j$O`khsr'dlfmQwS~u gWJTc/W^̗ttVQà˅eP$}3A;ooBX8-!~}KeeR+K)f<E}=4fpPZ$WֹV3+}vs'5  ? @h'?g wq_Hx_z>VM*\~zyT[jo(yS(I lvn&bt2fG (A.<.wZΞF1.zI<up) 1:3޼C"VZv7PukU]9qPA&Y:^_)?- #Z1DMݝޢG}8`_,֟89| 5?^ ڀLJQ/)&8xbM+}ά% z,5y!BJ<M7i}(yckNVEmһĂ^*ӎՏ!;Vy֭|b64! TqaB$✄fHehq$a6`&oJ_,ɵpMAgjAxb܏D DɥjSy$1Z?zg/i9̀Lï~mp v%^R5hV:02 +o.m9$[U ,xn#tA߫s@UV T\tKaR Ve %z0g@,el))lg0 s-U=!SSۗQT[aC$wd>Vy{@Uä?yi~J|d[d~ ؤ %C긢! >}Pnpnyy_%RyU\"PJi_?r˅9#g[IuRlbdu=aa@vq(x89֢0FE/8'ϟOFwL־|16bҁP*DЯE- jPG[R s1C$:e_X;}k< &3(onޑxc¶l$pқNѮUƪ^,}jMwK͝<E#BQ%* nevi\Irj<Ƀ>Նq u6_̓{W̥?j#7$GOpBi}|c\ؘr{i<`$nzA_?kDNިJA˩H' ;1E:Џ5? mwn|aONt=nt"@WrO'L}z Dbm)Պ'E$}\F$&o&?-?uxRZeHZ kƈLY{S-vĭt' ~#ƖzO%ڂ;hG.$*8oQgeDXÛG}~M?]`w,f˯vB-eBih=:`h3IlC5"l͝TTo#i=mE~G4w躀Łhz]ލca07.ԙڪS/a!z\2-+B/ =;)wNS,yA-7Ӭ"8Jjqu/Nu hah'D0o&(ujFU v9#۬UarȀ ݌ߠ(sWDZ`+ qqsTa6rVO˻| (EMnNS\ޒ/ibl8uA\yfi)5F:%8x3p[3vbUqMwGiq\q^bOXńI7C֯*r^)BԾ4!{TilՒLlO4aWduer? SeEϥLS e2Љ57[=E7Z,qZo3r5B pv ƳeYX~ih8tan L&9.-ܡ!\x47DL`7ThY&aHߔPHNeOQs>2 hNH?VqAWց9E7u$`Q+ ǤpAH[2Oh43{L h\< DCGX3X}j~9R s6iC*mMaE5'܈( f 灜V;ɳ i?xY]Y%gr (G #A ]Z>^^qDɂ--I%#z]\.DaxQ<>#KSgT!b"ځHpoWra:.V̘w'5UΑѧSnDF<>X^]#VHoRٯj\1O\Ř~{p(М8ʥkCEP%w}HWSY"6̭]ɛK?R,*)EZYz?c`阄S_}yd;f !kJf9_GNUoC832%qK,E4nl H5 hxf/;pH=J>p5 A%XoOps-^cKAkdSny`=Z o&E.BpR2 e_T $L[ˤEm[4tiie@rb=eEK}h([[Y"U"5 gq\E:l5<M1/Pj((1'74W'YW!YgA:-TQ7?91_y"n2l01_o|n7k>Qa&W,eDx+&їA|nekv^nmOSl9Z-1v{A^f\>/yv:*E&dȀӁ4 #;XEekNlK5UÏ(Y-d[ѾO$QFZR\CD0DR9B 6- 6q4HMT4n+蘬8Pkn wfp`7~yWPJ]tYmtla}_OsQi ?ڤZO/deY7I. [wJHs u( ILn >/ls)Q8͐U%ުȃRYw0p)SQž:?'fTm-h]yߐ\qfvS"i"6)tDhтBF2Bi$WmY׷5 '7HݛX3<-p_+WDڟˉja82z.6Yad\9^-9"+_l{3w& me +wm9~F2ë(|U$6pp^d..\skTn<%]CgPk#pX9' o;wj>ph˧@~qS ;"Jh\> sȈ%GzSs~!W6pYWt$بҔ jK:.oȈv4 KFsg:oDdV  pQ|Ojvzf'¿"=Gw@{\I+@ %,rTus.rMR:@2^+ 7~=Bnxu[vC˲AeꎺUʈx;\_xdAT2g9 fhvn](B[~Kn)NfڑQCMWF"`R8*r$WPR5+T^t]! ]\6.:L*K*?^iLFOJ)b/ރm}ڐ㪂I k!yfRs]wMr\0 ldMY=J듯pم [g.'.nz  d.!L ?ғ Tba(G-`Q2b^ȁpZ&w/!junUH,"M$$q!8H.sDm hj@*57I e3+Bmgn'ɶNL6Mtsu;Ŀiv888 T0 $R]G崀\(5HM~%1<jZZ."a([_+Dq\{;rCo{,Яn ؂ΔQF^2Fc=˱s]4'>-(.]a^-1-MwHNe@,ns**ghN5iN3- IʂXpX6 7(qJZOvFgx"`CYp0iY8:?MNAX2`A4`Z9e,L.rc{?u/-HMG)S@aN>_ixrk.^mX@{caUk~5{h z`Y3aDE w.`+azwdNNB oTE~M\%C}8s[|%fG]{|e22:CiTso|Υ!-alaAdfASF9O\si:g^ɉilYC84~#됤pk=y1S\BљR{(^&%zwş]7HuDr3vt֞jL?AI+?uޝDxsybH ӗG핅۞΀eglQ\`9#Vn"V03҄oa'{~uqi,>6; 䅩ԡ R Kf >[N>'!IfNC'^㿼QC-^0W{/g8C6W=~%ȉNXV=4MEA|A4K?vM|: A*!/0+\s/'0᥃=%n0,FG۹r,g6jS4\h7b/qYK͇7bx?؎^'D(.ٙdٝ4@U]_Ze2׍ ,\'(ls;r `0#O~cBLed. # ;5/H,1wyy+S/w\K)X!u<1?WA6+ZqFջ ^,EѕxyߤS*P/2@| D+ܸ.UX@zgHwL6u;;1,fxS}KP1仢~/JMm7u74iT:8;x׽pI&~W(a(d㶹%DQrIRrTޞ,xc^;S+3z|K:hA,qpK㄀<DžDqGyTJHbPWw_$":2?uC=!tH{Oj8Ж{?gTNXIsr߽رdWfdxZK3(A{Ng`w z+zY:,Yp 1"}{҄X.?ܴnK:(YtDXoeSlATe"Lқu5 D7tdV9ǵ =Ƿv$wY2AUXhM)~@`dfҩ`R#l(ǃX_Y\ņ;26ɆrNx<(_~c'>όM, y,8Va2<H?}B_0[&.tӟ:gGYT9 냁9hɮ& º&}R56Y1W-z7ug9zMM #;t3?@G?19|*0&YzߋnRIPH?,Ya"b` wm0 . W%'LPAȷc`04T]Lj?XC5j5-P틼 9^ xN xSBѼGXy$J> l6n8lEJ.IG1\yUJi4C.t\umX_q*#҆u ~FiI1 % ѼQx _7æԫvx:3Q=>3|\I(] eI/g=LX$ܖ }.}E5A} &kPThVRj(|%(+&4`묅wZ"73NF1)f14Ct(He0>@-LW7B;Е}PtWzWfvƔᒷ5_8u,U)}zqw#z炠b7MI'Ze@Dҵ7P5R|xp|CwF qJVL.٨$WJ8$+]g H`9_ԠuyLg=L Z6羸`6{^Vrlea'tQӄUb؎)}yi)؋o[ۿ f?BXYg*&]_Bb.P0@?N^CM"xZk6 #[ gAɋ;" khCe3ЎP5`:R^bnK[Ide| 0} =!zK@GM񑳍[Zu),FOd􈚨Vk|X16mUڣJGA6W/藢V@.х"A_[_ԒYV^mW'Я**B BjdPxbPc9aU7Jĥ{_cA ޔneKhh,uA18~{m:h bVr/ndR=IwcfA? B,RS` 0')%)@o JTx* 6EXJCƧMWjk7/Z|r;J⤱r>㝽`{ӂعrFRA M^6&.;5+WWTQ};طNwac+K O$LvLj tlxHeczU7.G,c_ US@\n{_9-SjY_zUaVa $9m\ьFnz8~q)*Sj$~1L͉j]>uTz>!;őf nrOS$6f.@ s4Arĕ "g˵$,GY?}kGɕ⛮AvW :R5dɉ>ZTdZy-xtSL+JAdFb߄37Lr JH]֛) Q!˼{ykگ√u6)ko;4Wd!B>0ƬyfOA,=οx=u[aĘْ a~C I(DASx='Øh. -,-Xbij:$hVJ~8MFEKA}M!Eq1+8u^;]cEY]r_dFb:@~H< iM'ȩ-cH(%@uMHT;e]_. |=?8讧߭c7SmK]P٢rb:Ȑw=giOv+XOx0ꩲSkf=ZA!U\Ÿ8m)J6@XP{Cg@3X]v]_N}ZguU풼w w-"ynjt]kH`vLovYah?ⰞL!btpcCh.+$B C"Z2uIO6'q ' B{~坺B&3KSV P`cHcR=h:iyWmPG Bs~ y(g'SMV<\Rd-;]3hPe]e*H l5(cD&@sݓ JV9VEΰm37_ĤBTGnFsZ'&u\]b$݉O]xn0qAl` /eAd~o"o0!uo~QvG3#4?G? 2 CTr6*F,"% VHUY=,U󨊈z["}CZi`fCҽHEw\#M3E@0 FR1OTllv+T @lPڤp\ =tu%H"/42YΏcZ')sTj]ww-ksza_@H3W0,|"Ucf Ɇŵ i![yf: I7'?tbp >>\U og%Ivm ‘wCt؁3m  ,,DC}-26 01CLjm55H0[&۪Dǂ{W,D C ifH|OHx]IT⼓LޜМB٦oOiQq::+zHsN]l[oC DF1Y<Ǵ3T@7Вyhϋ( oN1¾۔_&2+oLԫا}'vPG&I=Te@*”~''X H'"#V_Åx@`mHƗ}-v \#Ynu<ܞ_ij:ew^ h<7qv7׽Ri "`aE#j>ݎ>dǍ/kY4}J;Ⱥ ٷ">뜡)ǣj="!tiew##Q]ǣ>D粽=ߖTK묎u_.; 1;oD叓ĤK.08 \^Q:SE}_B/&HV:8Ǧu\3 avuwuouӒί嫎xh_ǸmEC:T nBT,us^5]8D$7]f9(n $` x/wr#Q0а?dؕ#oPVV[Ξ$D!*a7{Ku}2NAE.m RZ65gd*c= [shvId1xsGVҞ1VDzPgE f)| +s|Q00cp_ VꝔ9`Lueq;~䪌&Ǔ]V+l>Lpb 68*ƪGݼվ6/LUlĔt^^,ゾ4|^s1oh!8kwA,މmWyF^R4_cSP[Lh .T/*VKziġX dl/(YOSzNc-n'/$2RxstIVW7rA5v$. ;Yasla:qYbR,̦36­?Oqk HҺRg}}P᪅v#6S1xyT(/q>P}Dx">S|CXM5)NTwa$: ;羛/BCDD<鐻K/NhI$3U8A 8 T\ KߥI1wdYT12ֆ!mH"=z:\X4Fv+Ash(΢:&~rn ܬ.Ѐ "|Ž5e:լ> 7UI[! ~6R>(#EI۷-wV{FEވQRU?|_XwW؍$h/@?vvo@iزR+3ԟuqZxH fS t v|_:ʸW BѴ&o J97ɭ5X 3`eK{e-iYoЛh12mbLn\C%:[\T7Pͳ0f<߄8Gq N=KŮ_}dPUYIQ,g_[!sȰx0'e-02}<9)MnL6eM p˒^t v2h ihvg(ꋇzR6pBXND~(_,B ʭ2Zkg Oޫdh۪n? ('%ӹWHӁ/SsػydBk="Omk75DX@DU^!{&Y se^mL#aq(M%3֊'X2ޮ9`"##"{#_yMT2 NE+RmėwWksC|8M?I6MJb=XЩBlH,0$E #r#v{pFn0i+EImMЀWGQ@p Zx7h ̾}qwMǶgޡ .i@xX)ƎFN){eLq9 1$ؙA}j΂T%9!%@mj0` kƅ |HujRw¨ B#jwy龎2G2ҎKGésuw%- WFC@/ 1ﳙp$BMxsBʿwSs 9 @1m}IrlVtIԿ !5K9d/I1%r:mƳZ?[L#O oJ d2J2Ӆ4S0:kC| "}0hNfރn;Qi#1M.s@^(0r$E6xXaolV1C]:py:t,vؿoqv'Y!ƿ{)rxy >A7wBc1Rqz:]&}@xVSU ELiXO'I?N$ j3zrp\%c$s[~j\.  ڷR`(L`\Ԟl m]`y9g"I/ ة < l$Ex1GJo)T@/u#"M})24,%UC{ֹ_'.Oes9|d 5.y$䗨*#ىDl2 .K0xޅ^ ]Ѡ֣0m~꽑Lǒ3 %jlr;fJp;*%i\2L$GQi"ʢ>+÷5[P;Y5a9?1'|f񳝗*ÁW|K#=匱% ~zV%M[eR6EJBd'o#G'6]2hj#9IQ>zXK54sM-qg %Ml… 簼 C D4A=kxd|e`9^'Tm 5:>W=D@ O0ٓmk3S yaGdLFf=(+֛XJ]RЦli|BD/yF Ўŋ@+\Z*Nf Tɂr@s{hF=DMֲ G֒r{{٠bR&f+2'c&Z»3"-qbiwң*3! q،N?G`0'x7p^dEMn;4b$᧨Vz:[  XoHVdf ˥hᰟdoiƝ֓D]'uč*4 ޴oh+D ~@3}-I3r법 53C%RF#M( >XhN{u1jϣh2jqͷ*jQ*=hZ`miOGTGg֒4`H aO%od'JkWWsUhZ*'n5@m#]^8F i%Ӫ%u/f:~#k| ^,/#r)fó_U΃16 zђn C-jSy9M[Ƴwqպeq2uhmX슉 a($7 ܲ$%yf &GxL_*ê!fayg;(ڰ2gy!0LujowU(p{RB>ll- zlT*jj2MWb3H~\ ih24;Hs#kҲZн7*:'dM՜SdEi<na2S6hwAA{N0.KfeR{r ϔ;/e?>mÄʨąigj|Z.Q?k`TԜ)M<:>7)>m<.CjQ6, IO@Yx}.ïN @w󅽕hƵ m P:IUsVC/:vn=9dm 1C"${>Ojd9Pdli#6MFL7Ҿk 4 `DJ -G=!da1&xUW8?#a|b{;t"q8qyS{ɧz H CN :BўpP3zY3h@|M>!@(H*]kK"qU&}_퉵40BqFieky)4IPx|ԁ<^ӽv>'e┼"-՗9F^;b695ꁝ6V^43Raf՞̫ VyhQMBk~Jڢf+!ض+t4}+E'kB\&J+>x9+#juiw az"lF7|JZ'r *duX3dM#4d7cAR 8LXE 9: b\gZ?T.eJU]dMg{c(`$eeYZi3Xk62NX[Ә$ì1(̬8¡ bmQ1= TQ4|=9"5I-rz}QJT c"(H./1*3:,jFs`ȧ}S3K5d6] I2kIf* W&"y9t uQ%F/#ta&FYXU E{X6.ˉTO02~ ?kv3w # 锦@_GgJT|uOF+%]~jmQ:T{țY(,c_EBGBD ]ծe*; _#^5Q&8Tixח/g:|[qf '[:wۅIUR#tVxJ,#3!)d)QRnNEiɱ)!~r<ٲ:)uz.oUBZ[^SP큘Me[#B\%֌5`%}95`9(*I#8XlC푏8"B%CdEx:}"E2@5?+>g4Κv; [& #VZĽC*jQԋ/A|~Um_ Ѭ"ssIOJos~ypH8@tu[;ᦳ_-5eX#-ot9iꮓ\.sH@ aW.%J S2Mh~l|aJ[]2َoA.>W4|%vghl-A W~U]XKl2󾠝!nc}q؏w嗽ݎ'No&e(GT\pc0Tչ]Kï%Jy_;22x`i+Y­.p}PƙL?w~Ggмi;;Qd%r߻X%}&},`ʭ(T) 7T9 Cf!a<1sqxz7?3JzCsῴsI 38 J4d~Tl~Tzm.^pUg?+_wwIyp@M?;Rӏ }yQ3. < [i8) 9&~w[ .; ²\Sg0ݮzEdjYA#3*O!߹EBnȊ ?@-hy*ʄOal cGsVMe> h.m7-ӷ|T^";d y_)]N`(Y-i_Z 7Kw*UN*$\lV+$ֆB $66GՐ;`ܖ/y.'gGâpn6S1Ob3F;iڸ{k sˑR+XbXϥ*8:+)EYL!/ @ G@0vSvh-`.F?-M1-|wtGX""ۥL3}Di]G=,Ch%0SVóݟ a-gxUJ J4o@le eU3%7g9qU,>R ;R7" .C^xc79͌n|YH}GW =2nAxu;K0q_$R@3qj o4\I~~$2 mh;AwW'C6{jW:V^k8aqSrGs2"kgq"ICƙ!e Ȗ&T V8E@؍_9]Di\`\׀i L?عyoڦfaȰ*fcXVe0SGvc+Ǫ$8s29N,vlMʕQkF\az|'YAWj!e+_yчM>w;@xO̻σ ȸ F='=' $8Ü>*6f;n3d{_|u~bS«m% kg;;/`VZ`x$]1;Qq*Qb&,呕[ҴT C yj/PQfV_ߊ( ,Um5sdA[PLX'b 0(߲f%X8āA^=_[4͑89̆GVstk&/lf%z;K>%0Kk&B^8@6{ &8{eKW8Xh2ɦӞ`0">j ,:#14uu|Q η&=vua={X2Un"k h @$mA!Au'Z/F_»Q&_ޤ1eH" z42gZYʪ`Y)>H aQQeǎ6L4CP{MgcR$2uBzPz곇otءؔ\E?ݵ!q{+,BJ߹i IRQ\l3 `_K5V7Ee"3u&̥ zK]S?)rbj%⭎ Ђ=6ޭ:+eg۪KE>»s+S' ý0c\b >Ol,A~6&+Mp\{w n`N{vd&pABC{)_cn}]#x?ɸ"l;u'@uy;ͬAzc>+}Hly45m)k79:[A %9\r7{ 9,miK3|!»%g)}v0WO4WL2K89 oI~Ҹ~;D&",ԱZWeǕm" co3UmT%<Є#Ow|I'!|XhptG +Is&^o9b-?Հq2'*uW8HOc_>|%˅GGw=ynA2B phv*$ iO3[yQf[4 9{5o!_E'%c{&K^S@dNq^F C~v+ExI+f.q-݂Rۗi&Jb\0r*#ؾ4 PV'z  i2hS^a}U]-c Ec>3̚":2?+XFo ?>nO.їyg\gkq~`O&fi:VBuҊ-se,&MHd` Y|47؂[" YZ