libjpeg62-turbo-1.5.3-lp152.8.3.1 4>$  Ap_YBӸ/=„dHnNur%[հn v7HgNmCes(2*2ȷ4)s?.*FWnWڄ/y-1|Ov T rK)rYrD[^1pZ-&4${{IkG"g]1IᔽҡZz-l<^Y"4(t; n/A%eux]q ~f}`=]u$*'}W{<4b3b224f1dae1ab9cffe9b638cacddb40f7682e79922b0e6f5c399c9360b6cc012d8602f61019846fa344cc502d1899e72d99328_YBӸ/=„Bu!zIM{oMNi~sԏH;t4J)Q! ߟ;5h/<D~y@;YMv~pUPMee"gշʱ~)Li!z)/s "K!A F#iö9]2k4~V8A>t[e C+(,;oY~bn=u\"K`Z Yg-Q _t6KЀ*b (<KV e t,9MFݔX>p>8,?8d $ e 3agl     6T3PT[(\8d9:F4G5H5I54X5<Y5D\5h]5^5b6 c6d7`e7ef7hl7ju7|v7z77778Clibjpeg62-turbo1.5.3lp152.8.3.1A MMX/SSE2 accelerated library for manipulating JPEG image filesThe libjpeg-turbo package contains a library of functions for manipulating JPEG images._YBsheep87openSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Graphics/Convertorshttp://sourceforge.net/projects/libjpeg-turbolinuxi586܇?0q(_A큤큤_YBZ2eZ2eZ2eZ2eZ2e6d23e995b0bc62cd6e9ee6e44c2c3627ff510b84621ad73ec8f3a822881b54a721912b8a987c9205aa0addbdd458f957c4bff6435fac00529da72798b6b1ec1351a11693fbef494fb150ef8a6c3852e0dd0fd55a380177cc5337201b9cafd4f7250a1cc26707b6d1fa7cd2d8fb3f796548d23afe30596fdfaaf68d3b259174d9ace2b5d7060f901efe8ba0fb74c72ed5de75d704d687cef2430ccba7ec021a81rootrootrootrootrootrootrootrootrootrootrootrootlibjpeg62-turbo-1.5.3-lp152.8.3.1.src.rpmlibjpeg62-turbolibjpeg62-turbo(x86-32)    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.patchsheep87 15996853211.5.3-lp152.8.3.11.5.3-lp152.8.3.1libjpeg62-turboChangeLog.mdREADME.mdchange.logusage.txtwizard.txt/usr/share/doc/packages//usr/share/doc/packages/libjpeg62-turbo/-fomit-frame-pointer -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:13954/openSUSE_Leap_15.2_Update/c92fbe057e7338b054ae962fd8f86be5-libjpeg62-turbo.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxdirectoryASCII textUTF-8 Unicode textP=.E5putf-8cb0c53ea5823145647cac81c656e955fe5b14b22b70b248efd92395a4c60f858? 7zXZ !t/Wt] crt:bLL f\w32r/o u=SۀlUOΙ;A%ӥ"vlgUiPĤ.m%ms0`}B7"ǙNؙ?APu=+\o% mE4s"r55;"ۺd@JZV2]!0:l/bm󹯱K| Ρ{Ce9~  %&p-ߩܒ tTm4~߇٩2cI(6BV 4l`.Xֱ8'T_T>'poη$ozruZ_[G>l:rW2Fj6Z =m(`w޿ -t5x1̆S;|Z,Ԁj8|zzU!tpּ3j{';.Z)"{d*?hݾOsrm3߁`#wzV?8h{;cD9 lm hõᏄ|Nk-5558L6s7aU_d箨u;wl#OMOVH ;j!Yܴx?#D*_NÎ|$*,? `yQԖTJ4O7tdnpB {kei ]bq( X{@egK ï0|XBjuaƯPSY"mrBPA{ l-#f& CBJZF=ĸEK+AQo@3bj3 ޛqEʖ+ج9;G7`+\9n,p HPN%mX 2/!:y8SrWL] >JǁEܴLϬp1z4N({)|tXG陗pYfJ1qlHpxPФ:-gp'S_ ]ȋcri-b3SH6sIgxk NJ+ZQڤ1Yy}qYO^ +Y?NSz~抄a,d%`IQ HK($uj3N7= :d#Sl"Tg~(nU_ȷ_N]ow@PCXSW &Il`#PCuEYsQD](4!V(̥}ܫa4 }hi̓ 25 _FQ_p"ReA sʄ*d̛M(MoS c V9HWs \DV EסMYy*Ȍ J5I 7~c]Ӟyؼ 6eU]bN?k,O 2x!$7!S(hwqAJQ!]&fވhIw/n5XsDl.g s0ݐL)&$30ԣJ1Gӛ"!Ba@H4j,hi61'c.FI5a.$2t&>ݰ\lYUIH JufHi:iw?DA.PVPv[$J0?Q7R̟sg<3E}WY̏Rt!m'B|Y;WYFvkyVV'Bn8 ZɍNTO[?hV4{O^؈Jowz՟ (@63ILk#=+[[R{5&poS56yf v&r{A>b^}kiWE@'v!u{ nuoAa=$vCG^C`4dS>+0~’a?3^IWbm_Um5V+D3l4F+84AE{wU5A2מ N|TB3J>ŝkIz (s|_H|_ꈿNM*?d#iS%k60٧e+8b"م&ߜS p|Ua)HDhAhG*=;CF|W5Ad=cs6Qɤ $7Ф4΍;`R{ٚnS/x֯ϝ l)3f"=Jo?\ 2C]9D&:}{R:$ĀuT rBwFuh݅ }&XU/Z*}0`' Jܤw!n ՝yŬ3!L3 @ RG/ӵTG䝛XjgJ*NAW$+SXp2heKP4Z0n]q頭}&}1+xϞ㔳Ͷ(y)HxJ< r+jrE[16 d aUY>;>l#aFNP.HxMAyjL*"No$)A_ɴ̒@veoY@0xR{(O2)p&3dU x,7d:k q߄ug仌_fcХ``"i#7{AY"].o}e#q!(Do̎c"_)2n3M2?VkTEY`]=54:?|U2x_OopT|6'AH42DܟrIh1hޏEx猾v`Tȟ]{IΜ)ɸU?X,?3rd(m c CKC-r+9" ӝk`58L[V-m p1W JC^ Ď]pq.衠2O`ovu6T:Lv6WmS右I M: y}"Y;0 (L f[V;ǎs@%Gy֓䣗W^@uE !gP/d`@4>447' #DgK\B]:hz-v9= (.A.z bsAM vhRf4*:1µAvr"]Mxt>xׂ6am,{FL-DIDyZ,#r;"3`y d}_]V2 dncM#xRIMΖgEލY"9>!:g!eޥ(ݷ6ZQmAXAv Yxe5ݼ@> NS]J$1|턆DN`EiIJ~yA^LU"zVnJ)o)3o&,)N2mCܿro(7=Z V]aHb #DUM.xB8bQeiUMsMiP-g:+矺ieO| #"ƻ4FބO{`_-z&$szqAyRȋY_ =~Pq 0p%9<_,z ; SmٜN礤+ 0@Fl  UvZ"AD@{WSaCܺ~؇MNWiuD3]*X& DTLVf]' ݌;lbu&pߌ _H` h&aAà~3@jP|/ Fm z6ͅpYgO}hdisjl}OXhzN(tcQuwrM1I &%pS ҫM?|#kV*8  & [`{HT"ۛ}ŧ88-FAi_iMO*QӁGu_ŻdwZܥa|-z_| ۓ0>1#?R+Zgp/Wzr̽ 0 O6 0̦+C]0Rw0`$ S@W4 {f>P;B\Sqm2Od4ڻ0fSV[ * ;10Č)};Ҹ+ˡYo 13xpS=oJ U._z#zGq8}%O!Q(ʶPْG ӻؙe71|PTe?MaÔLwY h* @yZ;Щ?!UZ(6ZN[,w=.+Z1LqGƔ |I.sM{P&P.XJ?F5 {\^1j#bX-0VĺaxZԾ\&YUl:FNF$w=\9Ů|x<=];īF{UiR ~ps-N8Ў}b4@ŷ9=g`R!OK>Ǹ&v*ZZuSk? 7IOms7_R\gy<h7C0kNݥvHvC:ǙٞShZ& J wch,kin|1֨}l{\ń a{w:y*}u? T$eOt]uխF`!*<:9 4TEhϊ"8 DX*80s~3%hV l}qΞGg7k!߼~%?j`tv`%%ފg0f&kT`Z5*V-|͵-n ;gd-y @[u{N7oŤs?,߹sS㶟Xq4GfJ?S JTR9 "禟dWe,йEQ:KP1z3N.:C'*I~ +?G4W>T|o#XAFYѾ8"56Z1'ҺWq\zX6R&F+A'(CgBw=Q<'+$uk$0ݘպzo24'd9w=12<p iӤ2 тC7d_&SUK/g.rWN{TvEfňO sG.SHHˢmCy%(dchyާ'M$A̺JK )a-A᧋o̴:;4' tonߦ̎j{i=9꜊S=ٳ%H!?;$#Fi_R\XZQ$T,#دնkNn[B4A[5 $sۯoLNFQÚ@f5si*EneZ?S=͍b1s¢j}oRxbJ\*aYДtf$esL4 HA J*@w[lVHc@";7 rS$)ŸȮR<$iJh tk9 7qp] +PfK vnÌ:.z4v2ڻyQ-Tb8=KqH}1i`61H XJh?t;Q8N%#@y|ÃuV"ە A–{,{],A6(E 5zLAw.k(Tΰ7&?rw5ve߉`j'+oB\kRmTM,˹ߟMYArvR⚥+-Af)/]lUc]`HަKBtRNLCy{N^"H:% BQ@jĻRp"] XrfIoBmֱ~}::yueu8S'1!4^n߳mBo)&{3pf "Om9pWܳ5)1wQT1i#D%ta7kke=gBfH?g{yp8uVKq% +ﰥOQcN鸱߹[(:M`uDjܹZҗ&3"grgU[hɥ:`VXTP̚昣6oC\ "8싡DP5\V2Txщ(_6! %YqAdO6ro(K 0o=, -JsU/ RyӉWJ@Pa"{D<1_#h}R :̼ >̻%G (Ȼ%CGm2<%6Ë6cFr%ԡ<቎(g)eQw0%ܴڝ r9( T-"J4Nț񭴄VjӹG7@YK OBbm:wal2jyDG;X>ɞI rs^_DjHl, CS(7rN'ջfG3t#N+kOAoXsa߄,݂k>y?9gm"t^w?.0Ѹh"O ʯKLb~v?QR#IrF6}&ebm5W'[̠#P*O\ Lψ?t@i\L{`)RydpϯA -F2M/q5[Dr ()BN5}0a]'q^D G)Wr]Bl~KMt7lK~]FNyK4+o%̘`5L 49Ν$C‹@۸Pl  쳐@Nۯqpcryr8X>B!N Lpoꀪ+ d(b 8#\-…%­G5=DKrttSp{k7*9A%̇ RU6Cmaw=o0n2 zԒDV!ywgӸ|Q|DbdvwiB \Ӵ 8+]ְ5~$%#`"HaSbGǷJWpi5wB\ z1L1wǮ綬z0H3H ;N~-?-@j3zl|*kuVh ٵ#)+P[K~I֌㭦LitH;(HJV'd's,,4]a`=zL.WW;cN& ~ɺ+-j*j10N^KD!R^•XKU#%>q2iw.ɲQ^Y,5b6L|{Jg0hij &u ݖe8/Zρj @Siy3Kk&Z$~JؑzߜWĎw#wY+LSB*{}UVh[|9L#S=(NXڋqUg6eeNV?B3;mG ~*<""ʓN̓~pJۚCBgepNk3Y=SkJ2zj|0ߪjoN},bEz [1UX/8jJLBoX]`0*;U~;sΧzZ&UĒQC5j(9j-+;bQ"t9[(|KVE#~W`WV meJA[GUj# Ȟ.>!B<RIFZzIj aM)Ϛꔹ%o )bB\24_j~PVA,Ҥ<i8aGج@Ն^R!G08^Ь:FX^;" _{QIUqG=pFN18n\kL(iwo|ks>zTSsnޅ,u*~=cyC8B%cF$ Wn}x@^2R30Q#tO;q[&OWcp04W$Ah,W}BXi5)O,U/sU{dm/~ƍ)5<({m_Z' ZS}+(P'nc5mM'VBd9Wr5Ik'qB$̹DU`ߧ@᎞j&oFU,e;g%L7]B8 :UTy O^:>]HgK@[ {% 2Y{jf 0SpsjЊ_ " g 2d>)QB#T׍O|bTNzۼgʒiW=dY29TTꦠNLFA~3SˇuULʀI=@)X3@;R+(1VI<'ILZ8-h{_KMSڊ4 apͨp) 5Ö0D9U>f]/B6;mKs$\JrGwmzPTwnR,s^fp(d̃dJ_BQ9Dq{ .}ia9xʟ4~Y93ƢM ^$qZX0)%`y]38/^-yٖnJ8TptC }iXܴZF~ [3oQoQ)pzO9Z9}CY UNi4 S#{M{jB(wJ\݄a%75ذ-ȣ~lw}hK|j]b=s̋eE }gcA@LK7/q7w*)"ʴZ Xe 2s"2HMel\Uy.ҥ9 PVK6u?"&# IH'ӔM$h 31'׻J\@$(Ju߳e|8Zq,(oj1` 3Zn GBE%Qs x!dH袚Yr _ZQacG@M ˪TCH5\VJc#9z%VpٲΝV5$GW3Pj>!xK x `TœBf,,氬WE$]$rL`Mt\Fwf([^^J`-2]w@X.!VCo  T]l1/0{Q9s!íEnxSҽZ\ SN1L|QTunDˡ[)7SN¦9 ,+ 󵫪+fX_ˬ#h^; mfW+Z$go M'~YѨ@:VW8M7&G; 4tQƶ M8"w'm0 El60GbrD)0ܓX.8NӐ 2Yb.seA; i_7q& aX`acwRMsB/okh|sS!%K͌t5"w'&PR#-n 21mfP ѲA5&ҳ]Q 2]1E)ÎӼxR89H+7aT i4b~ B]7W $zZzm%e﵌ʰ{HzÖ"77wԏKa_wb]?pt.ЬF_D|ŋ;)F} %Jibg" ǞΑti\j~ߠ ZВ|~m0%| ju 3@X#p=ϜnVwkZ_6cmt|7Gw.@GLjju狞%1"#[O6CzwM#~Na|v:u@Aw"\6\IL,pTNDŽ23-Ħbg١5F`ZjbfQ,bQ?MIK3l&L€whpl vA'`l%U5KKrOc}xCUiVF}b2x͏my#R|S[IA~1Wȡ ^f Ƞ5"VڵRLMJN/T2 -ݿ7.b tn ϲ]Ôo_/D qM`KDת0s>hV9,gȷʯ)zh#sJK/8Z_i+6QNvљjˌα yilYB9n{j_U׹Ĉkhkn416oLQx L 䑳; ma:N|(6t$ľx]U~| B7sQ9hӉ3Nwb̛D`y:$Ww4Ú! >ǫc%LP(O(ao](*?Ĝ\G'^G{5O?)May@X"hvcR'P[wd X.TW 8xr_E[Jӓ* ZK؊G1xvLKw=KBia u;H25- q#ia V6 ;%8wQɎvWJ~— 1(n@{GJ5|h~;"#o4H Pzh R2CJtCP j|76[7WdO!, ̞WIe\_CЋ?JRs3. lr&B'k߱2A$>F(*j ߳^*N2Jayw拻h|[ɍX Ć駞fIhcU$6=s}0O0>'BfeN*@>7ћlX?84A]3r ֡r?_zks_u<@bCLtHAkMc,[\'`u2 K'H{ZoWQ~FpGж|T&g0QjX2)Nl$-҈A:,Ou&r3,QLjͺ/ uAnɬP,A-u-UWх}S:녶7आ #W*ia ͵<6u؊@8!TjJ( N<}{bVQbB0L(^ gmI SB>/q= V!DR痽SS9Raks&  ØA [4'uIf$,U0y=8t[veu?Ey쟱1I^nS*2?`VܭxINyVMuu1/9q$I[vh.l&לwbHnT&NPI 1q!6tϱLk}sNFj7~I<2uU#y=+'zHaEx#7!x>._$2q\r+ P$*> "WvqV}=IWfJJ&'~ueyZR ?H~\hC"|l7Άƛv6‡: ΋F=En>-v q"WhD> B:]3OY6H%ť٣ISvWcorS*UQkZN0:<qÛ]jloGȻ1Ҫ!9JRfxNi#2 #c7 Qna0!ugւպϾevNispgfZI(V^+l9 yѴ.CJ?X(%3C |Rg`u;|Yh ^9Z6~_.\ yqB16V% h vY*,,KϪQ;0 m$5J*2lSHkSn{% l.vS#x& /)$TƂB0+X A.Ja4?aWg5@Nr#x bkBrqzЍ;=4apayV3T_+2ˋ{5SV+:4qrKŸ]dD4lUSe$mUzs M@|NbOu,;Ӑ3M=Q i\*uv2xHą˝-mo5Gρev4^6h'^Lt7Ղars; < q!°"˚Ãl~ Kϧh%CcIRnV:je7-.IXHЮ  ڊ><2 y c?'!o(j?>;ܔc/s LT[cy_٢B ͅ M/8p;X^uW:XC#SiHVɺ9 }DGw,2:"5 M\*n6INf9[WG߅9"<|:Sq+livbAv#u' ɁP7(nWגrXOꊧӌ,_X\" {ȩ䲪,`Nc\.RV0zb~=[7.jhIy!c3K*1:UC LdyyAxYꎉ&'O!ۂy ZZ@;L'Mw _ J³ѤG(Xz0VFm Gkc' .qS~{n},j+0j1:l,|M]_s~fR m5rj>?.Edv@ HEJ~)!{>w+V˓h7qTȎ7esǴx>i;[@:蒓VԇV?\on@gu#&sخ߽J"z8gIQ5` 0*N'{PR,`lf,6* MɜJ *}em163?&(J9£—ݾt*!4e9Љcv֯GvJgo- ФASwd.ᷪ[ &Y;$T>;g[DIJ[c}+IHe^mdmaTÈ7^eDnJ̬L &CNX RG6q?>_Jw "Yr>\er#"Ծb-\ʠQ>4ADPMj^)`puj/JF1EWw՝Qtty71o]>6ο0[xR[-t$cS>rP_ Xb`?˚6hYgO!zNdJpڙN@9nsz$%0~)롏dkj7:Prj̪/VF_7@hfـ/c&V^3!O/W#,mhwׯH,K]q[1e(.k+opcjBf3<}|ctğ nnx:Qq_Wr Eb8M@q3j 鳹$haEv+#UBϔt@ }Lt5g|i.awd~SlX1d?N&=*ܒ;({SnaF|$AÁhZ >4I'x% ŀ گւ:a[ϹYؠ#2WC4& 63a`.f-_#E ~( m \{2q`5jVuFQKsϟǎ&&Gu2|)"4SEX.乜eA"v ]tK?-*!/gJb[IĒ)%ी+v߯͋h luZgا=ˣM4<m Kee>%dIPW`bZHc ,ZfhZ&~ \ C>q(h#/dXP88eyʖq!@6ý$<ȫ>lş\ @?%V޽D웛M+\k1>㲪Db]N y {4<,!XkmoQM3-q4&2vL|ϧBŵ aNsxo IqF5yxle#!Q"ae'v(&3eu2Ҽ; b[`9[Kރ{vx=ïXUaAP8sXju29 7nhEo3>2 aK85;4*RfjynO9=*6b$! P (\>'i0(UpX[W+jPt!! !Y(x a0 r2 \E虆i YE!osyc;^ 1L-ik K }DPzm8mqVkx/' M91X|>234lb|瀽djYmN:c4iM茐# |S#د9~Fà =KF_L546mX_m* eFrq8,Ɗ)tw~T˚p\@A j-9qUO^WUӢJMguB_Q]D:mrQ3]\4_쎖{pY4 `c_;ZENɔ[xTUbp: eB%HUKX>1gI_냥/?P4+CI|%7H!BS*DOnxo90ΎJQ%?߀Hء*pID$aܔ%需 am~$nwb=Ӗ Χ8K{Bg26-C]t9Gb\LAh^Sl*yKKP8,]ee`Qݎ MHVL=a:OE?7#o8 Вw’-<z1vs; L+/F /:~6{E*4 #/֠F\Y[ؒNݏdz/&'*N?qOꞈgX8l`~>P,m綿% ƄTQx@K}( Kqn`y:_AȤӵxFƌjh*\"?4HW-τti`6-ұFhS*usfEV9rڈ`|im341F:)`cON)VY_j#ÛeS-'Bߢӆq\=" FN;|%uTo-k9$ʚ䍷1ٔNYDp9'8}e(*O6j`k B=?yB\\k'=4:Cnfz(I%0.mrs$$5^u g]E-2͔ $-w˩V3`{~ XZh lBI1 56S(!J u@T{LC+U`66c*fOO ljkt76XvJ(n*]k%S8MBc7 [2،acxÿ_5hqb+@5ʫ.ޤB0jD0,J'd4* 4n}]jNǦTBno2 `X~|%3l:GЙ;m{\ /uk,ft-A&oG ڇRK ͜sD$Z ׭zCeI۱+h)}C6K/1Xm)2gO oMU}8dQi++]D&?, )ZHH#}9%n<"inPZAAkq,󒒴0nt8K6bŧAʙj-^~+'m@]ߣ㟀[ICp^.3$5W{B,PZc>WPC2H<Xϓ|,Ȃ0Ǜrsoam,lF!C!(d,\~0<Afxc-EvgGuf)ڎ%Oyɍ %e"aMJ)-d+!Oe5bYxQEk^Y 3ꔜ[Z7<$Gk]UfXcÙJV.-/G'GQZzeV>"櫂7j%l|s)tw ?hbkL]HVvA: I\3jI}/ Oy,ycr^g$Ȳ#A$NQ'4ò^zĩp# kӸ*`&,bt9̂ua ScUneuf? fj9LCgCqFPVsVvWecLzukUaZN"/*ׂ12J=)xd `n.7B-We"'zYapVB,Rxp@9d#EE{#C O.zYǃK[fOe |%":9/yA 93R36R(*#i&GkHw,f)w(3-D9^3GݣLYL/P m6@_ސhrV1)xH쵽0-͑Aб99cqMJk5|}c|8Ax4D/)@xߵ;lZVW"j$,L;PUX|>r;IO%w%S y/Μ7\gxB/啖^a,k)W=d4*X=a!.8?_FJ;"F/!ﳦ+Y#ʰ:eiM2]WcOzS jݕRzKhx<޵cTnTHE Ҥ,* 9Z۰Cۤѳ,sQI5c5a 0%3:|CCym)1߂\<*nMZ1BtN<~pfX'=aO5c(YCV21yjP1f$Kr-乵c>+`S yYA~jxD1PU\ꫡ#YeVPҐƩSi?w^`EcR)YAw7K;\!Ô1[ֺ$+@2}DlL1μ_+ Q۔Lk18 }{m c C0rO[YZg(]ˋP< NRG 5Wg6S"(Zv>Ԫ4Mj\] >-cQ |YCQj1DyWB<42h6VU6()Cڇ t;ʂ d7Ç'k\ö m?% gNl\VKUA ?R|VE7ʅ,;t?4X#d H[K T3%Iq#jӚ5,¡92}pҐط\T^pk=}w\żܟT4)2>6gYRO]"Ed2+z%j"N(SN ?d̤ 0QC"ށdtq -祜KXڱ&%x(-R9z4׿t3ar̦*vW =JdMi~MC>wlI1rLUX!uDRjLO+ B gY:c`tgq#Is-*l\O z[KoFg:4 ?GKp8)gZ$h+\}'{;OpinYT{;Q06#k:D Q[sJ:Q93acoXM|W#-9P1ڇH`vw qu}04?{spGûr (oS~ 4\jYJgUKz(#+iR w<5^Y-eraMBy*TWt'mYtPҺ€&>[f k w(!nGfM5 .]I$L,`'*+A_#) X 2e&GبIS$ \K^?f%|ꈣ%@IbFok|Nhjk7> xo{Z_2)n[Ks(l}h?`yq:%EÉwj^ zG,pq t4eI⛜0']8E0;ŚTYϼf^t+aa8p޵lWψXSD|gN#y/п=DOۄtu'NOw5bVʝAE asLJ -H;.n%0Jhpb絾^%v^ռȷYܥ2(sR C]V} 9$rRFG| Ry5"Y/ 0v j'| G X$k569`mHÕ`v] $O`o g(Ac;/QL&}Ѩi|[wBH lCNbou.eouP#xYIIùnа`ytPx?ɓG(VH%"ø_(/V"u_ʹ?')[ϕ%:)݊O9 0a4mLg\=q/b,Տ_?u*NLLߌ k_kv%ȷӑ`9,[S+G=o.r \Yr VkN!  w4tTi~aWqpxW!T*El!^y>\ ASulTMܧaf۲dաvjUt`ͥ?`7ӿe(j:Ώ0k4zxm 0ܲ']A G2ls}7Ms=`3qڑvڱjе.X ]fyZ!D8.o\^ꞟhX}C531@csͽ$a\BGn~%ͽJ`D~ Sn"4|>6bup wuRs5uuu+R=P{. I=oG8x.m;Pu wyV1I-uv9⵨bu(Yα P[,bt_Xsc+ҕ6O.m4/ =p(fbҩ] ;B#l`:!߯H"p** #:VTf$Nx9ӱabM,&snZD4v%lѸ`'<*W|.x:J۵PYD q]{ПÀPZ4OZ aD:Po}1!zRӝRb Tόy9,7;\pR_OЈA,uŽm*>4ȴ8o gZ5Q/84lݪW5;aC᫜$*h1`eC$9:(Tt2-|5q7[>?ZMkO9ea^$"OːTeuKI^/3 vJpd̖n{s=lFeIl;tǔ2uAUqITO3Lbc y/G*7|wXב &ܜJ~D/&65z,4MȘ$ o 6VU=K4Ȓ#eɝ.V(ow=2 R&o:^=Ţ IA؎VyJaO`:BL€>փI4qǏg$HhNn\ܚL?ȅ26bzNn&:lwϖOB+; m0*8war=;I3"AF3%-\S_oýw8g_sxX!K7=d{hwY"Lh-͘E/jcO9rܠ~\v'^\,c[K NuAF' :mٲGž^yI@Iu]4/g^b?m#c? X "m)gSeq+m fr#na'CT*%Zhowsne櫄REkQjND7Y qjSb?>:BڷAӣ9FRb)\;)Af|C0 ZL_ G`=<<,

!ym8iaI;id,) GU^G_su[v8h<:A&eѪ<'ˆ5$/ZoCL,#oms뢻q&r\*["U/W &B+)LniѲ'mˏ}g_GQ8YM9e޹GՔ}L5W &u#UOZ(86w6J,_ 3$ u a1.!zJ#T("r[8hi6<攑Fh[ o| <cHsK"=lC[ue{'ebkCyũt狑)ZCjr_&w>\[k2)Yze:-d⥼vȻOc|E97psr,@uIy= e P>2z;kc1wM<q*[;A\va->? MQu@ӱ驚&.4Zw3 V.fn 1FupGe;j &x@sxH CnJ DAa{h!}<\ E6è;)Z tSvk9a/ΪUΑFVӋ )^eٴMkR` H,SfOJ͝Dkjs[%p KEzc|e,.܁\bnfחl<~1IKc鎊쨔?ٷGvbw}Xes]7&0M'B-TJf z`(D-/NF@ݡd|MJnfoubY{͹,'‰K;3>y$P(ywb_tHy(N|״q5x9*-2i !źT vcY ӷH o9 F?IO){ >e* qYz0ub >l3( &xNJ}!t"{ A*F};N(˛`E0M,w.R= ByztO #ߴVj J0 c0 ;CM zҠ3<ж (eWs~qT91c3H$.Ehxd V\ִp-W Xy{ƄMqR&%e}c6 ni9\uШmwC8=&?nktztlmLR`yMbZzrUVq jKzscT{0 Te7B(Xfh7R-mN'5 _a]e, 7eDPEn,4^ T\C?KhvǰȢŶ)4JÖޠnc^D }EfiEf1 LPIYOkY*6ύͣ2wn>6%b?AnF TJ׷00 2yY OaR*H:QhQfQ\5YAxv6乺'TrM~Ȑ*'gd{lvYI"b 2:>"O"e1Wf֘mi*qv|OljA@^aU OpJe ]\U2oEyR߀]^or |8Ѭx<4Fgڒr0o/@{ᵚxy)А]4[ 쑣i鷋 c?Ӆ)YgUp[H!Ȍ BfJ?/4Q[fB]JR ePRt ߸ڤ`޻Fvxb{綺v% ),e?'nŧoʉYW8 5'О#g^ _<ȁGac~L+gOS-kx,6쒜G{JlA5 Jy% ك_ ߙuޅ+\] jGԀj5U*z-q/Kj{rٓ k,jvkꚎ%i>']1ɺPGI؂ƕ9"!=t3%NKɋdc<"WAd,"G3Sq '@g߅'9F&'jng\6]iْnRp( q (km5oTȞ{LyR}r/ԧ;Hj 7HFl7 2.W8xfS˴rƬ1-&9IA!cۂ$z9INUM0 4|}C+UlťF?s'%bI%2&(pVA&S?yMg6 %\ }5\*"trA2Rڰj>^0 _^ng8\tuv!Vp}ehƿTr*bM7[=J!91͠i{GjPuHK}r%) )8*)YG􏕽IOJwOfgkg -3ZDl}SdEؐ=һ+fԋ̋{xKs&<a|m hc/a8LрhquYM'ᬑ&c9\ Ϙ}ǽw M |Z9IUl?٘K`#d H\36tK cIN5+uc]O6Xa+3־H7[@{J~<盂5h8 6wW2@U偃[<{n.k98=PJͧ3ıp:D+=E&,774D# g*8 % Bh;h~^ր81/$&k5EбG]aԩ3UW?«pbb}OOG4F@hy*$e_3‘t*L_'KyE?%!GnD0JP;JhF^@?F26g J^TYr),grPsf1 {sC0ˌ^~\]:E+kr r`#?%tT$٠9I%kdPd Wtojhl:q~lKg'jv_`'}EHbA9 5L&8\Z2"2oF$v[zikѾ[y3WEzAދæ^Ai3`~XE7рΓUZ@L֪,8;IvdžKHVɚR O#Xy/0+r/EQϸ2\+Z Y1FU⊍ FďyE +t g :#ЫøD'TEBRf93ƏkbήdlX7n V4CfU,\Qr_po3( fYdpe~n9nTL7#o'7:@zSBb"I%P&(D xn'h ~H.tƗ)~HaO8,N#;=V^MTv),>_Y.xif7}na{FG7*5^4- }r#ny1W-(^בtu3o 65B~&R`w`eJ --kKOCX38mCl4˳~,ĊBgʏUFAe] P (Թ Qm%܋ӓm7^;>+mB `#oRڵLXt[.{V"wQۖK./ITW8EgnRKKI=2˸LF;<>뇬>il_U hOTv/]go\H z?P"ㆈ[.HM%Tq ʒt.oZ|e== u y _]O@=tƃ_jERdR0.424e+ 0z\ x;f䑵@vJ5_taʀ5pUBm*%iv&L~u,i0qԵmi-fw["Y+}9e=Eb3bH7k ؂ ڶ YZ