libjpeg62-turbo-1.5.3-5.18.1 >  A `]p9|ܷf(%}afnr4>Gw1v4=҆1΋|bQ)f o˱jfQ/#ߗ Y#ЀT,6сX~]|F"okp5`8\-9.7Hη$Q+7j.;Q݀qu0 vun?<]Xi'ىlB`,j!DPŒbCT޳,Îr~S WLcb8431c9cd29442d8a909d291d6599de9d33d1acae1784bf82303a85ac8bb70541c06f4a2c2f3a522a296679fee6b7884ea8f5b2А`]p9|J/&eah?ߞ1_eeY(8?D402 NWh*t`tV6rOd(gSxɓ]0b+G.-})ZR>fEQ(lh9\Ap)a8)D8 ̪Q4 4aVݯ (`!db=kJDpN.:LSTcX>%)8"qudDk>0vX>p>8?8d  ` )Jx~     0NlKhls(t8|9:F5G5H5I6X6Y6\64]6L^6b6c7~d8e8f8l8 u8v84z8\8l8p8v8Clibjpeg62-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.`s390zp36SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Graphics/Convertorshttp://sourceforge.net/projects/libjpeg-turbolinuxs390x܇?0q(_A큤큤`Z2eZ2eZ2eZ2eZ2e6d23e995b0bc62cd6e9ee6e44c2c3627ff510b84621ad73ec8f3a822881b54a721912b8a987c9205aa0addbdd458f957c4bff6435fac00529da72798b6b1ec1351a11693fbef494fb150ef8a6c3852e0dd0fd55a380177cc5337201b9cafd4f7250a1cc26707b6d1fa7cd2d8fb3f796548d23afe30596fdfaaf68d3b259174d9ace2b5d7060f901efe8ba0fb74c72ed5de75d704d687cef2430ccba7ec021a81rootrootrootrootrootrootrootrootrootrootrootrootlibjpeg62-turbo-1.5.3-5.18.1.src.rpmlibjpeg62-turbolibjpeg62-turbo(s390-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.patchs390zp36 16228032071.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_Updatecpioxz5s390x-suse-linuxdirectoryASCII textUTF-8 Unicode textd7Bܟ}\r:utf-8e6cdc732b1731f6afbad896c39e4614e416839364c21b6e9bb83883e95f17ff7? 7zXZ !t/Wz] crt:bLL {/jJׅhT@`Ԡ  k ]bQB$-ž{@VY~KǮ;Ζ PW/-)D*96BS9ԆȮG o%*׷c"PYfwWx`?̣.Ark:.@,(ϓK("T`=iKNYW]_sZfĊF5N$ju݀-su!}H[}A4~{?7iohs!}̬QCF*-Z= !8Ŵ;( ދN+1^:g-.uٟ`̷weF}G(T&).nU:.tw|[zX').lęa@z+@FxU!PV$nQο,%0ԟ(rmnYةʘKG,/2 "J@=qF% tؓ[,ʫd!#Sx65u)Ygr>}RO=WzԜJޖŇJ];ܶp!L"2~+MbrsZ -^?%H}f1 jUPaM źȿOi5cc2Ō2u*=m%$ :# +b-U4Я8A)g}Vp%KͰJ0[e+zTR6'/eiypSCc3ٚ-2HM )܃uy[ $xo8B~?w<.|9 xc(7ui|@ؙ<7#{А%LP3xj ͸e[{nrU+ېf,f.eRbS`V0玄i}\~PMUt3&샔p!"ūBTkbF}?PlKiOQ:դe@`oNoQH7H[&n_5?-SW)a!NurXvjY$I {s_V2N?y|1kr sVE0xi'Wt7Ij*KFOiL+7In+E@r^Ӊ4L x-R #}z+w/T@wM5SPzF IC+0M`g t*"0K5OE/S i~$Lnս?w9߃pEVK)ZKhfijBvj'FybEL/u<l׹]qPÂS:ߤQQLHFBT{Tv ӍJ;8奍]1&70rCD8Rd{,6aN7uɿO 乍&?$$N] :"RpKY u#HF(Zq<.&^hgf 0kRkH(ԝ*g"gf$eJZnN#F@k( ;U~Oä$!MუmYr*vbe~csCР*s4wDjÚi/3Ʀ_`ΠkY\łY5VkljYO!u'ׂW0Za . ﯁UO}]}r1~B>;n5փks6q7-mUB:DKP34*d_oJxsH(˯hmՊ_Ccl=M>@Klv}1 a!oH!z(4Do`D )5z}+ŒgGx?;}R]\17 _!OuPoGɦk-v$4wG=joCYڱH4$'*䅙^ RqԬPWUl:+.Ѱ9 yĺ:`pivʼb)N{y: z v>Iw8孒}e[ؕ>PF 7dɁ`Tv)sOKNǦE\9&Lj1孆gHPoR$YW{r7<"#U{SC.64ZU vk}h)CE$s\: o|f1' @Q#ZK{wRNZaᮐ2 "%>Iu (YMN^TvAp(sOc{&+'VW-OYo{p'Yuqgk-MQTWWj Awy,Q #@vyhQ3jSLZrȎX Y<V{'>Y$x}Cf1C2ᡪJ^xXT\9KG߬ hM&7ngEft:&]O!m3rfo15|ۈ2Q뮰wtQc1 J>)+ lu({Ա*"!#Ui)!͗]wa Q(]AA9G!}k"o^pnY[Y Dbu ;,2oSkε)m^v^h*oLmu6;7aE-Qj#rHޑ~R .UxdS#t܄':d=-5 XZlCad;%57}uqqSW=UαoDp?{ KfP,_3MdP[0%8$̤X'qe, QZӛ"0 vg;Բm'8fFr aZSJc$ŮuS;s;Oix 'KƇ(Q'𸒤njb'10VQuמ6Z_F_ "r-c1[!SQd!P$/^Q]EKQ;–elb- } YaP5wү#ͅK^o_@!2:(mFMD2HjN@=d6!\"IRf~5 τ:@(յ2&KI{YwzZ)3z,FQ`''mqV>;C[@cla 9VR7 Ȅ'@K` ?B(bZ_DGgIJ]%G GMm›Z('r0;{,UL 9cO]/"G։0ȵ'#|P{.dZ006tS '#|.D1W+UطEmBI7|"֘m*F=tpdIYi1`xk,M]p6 M3+h0ŮiTܿWO[43Ppיwpchh7V~h{dhKCѺ?-*̥9} IP]X>S,c[0;ZX+W U(9+,*9. Am8FCu6`彷$yo2Iأ+`/gYu"#HmWGelUΊԫkB#np=^9|.!J*d0Ej "+~]U)*/VVi>fxIn8uLA=:BFdL0F?װ LDUGnf35EIx7M'd̝: c0 V8BOZ@f`=?+;: ^,6\v|ۦWPt ^y Pz8"KS!ǹ9H]/'v*#N=IRE*jo#b̿ZDzZŕ)3p9pk"(ES5~i%f u:&:ۇ R]0솨W8@ -U&sHm"`akWZ-W} ߠ!(Iy򳼡F"hu> ˊ0t- |P4Lt/LB@3Vي0Cta\3nd[:i~_.kbIy.lƔ (a3)H1$s+KpO#CX *MO5pӐ KRh);'}Qsne@>G=^QTKg; Dbȳz+ F^MGYΞȝyeʴPZ((5_`~BK.l罖9hؐ~yKoY {O[ ̄t'cޓ3QSLh-H"$/ y,6(&8V)]qaq.+좮x#, 4 Z }!tg'U%K',X2+W;voNh1-cpzS?:BFk aɠlGg2P{99 [{}ݱ؀7FD˅8aHfl2=o OL= *{\f\,,WӚKEaV~BڎtH>#[TIl`<:NN'ofd|J/aY8?Q vDˁ.aw'Gb^}?d#dA+j!yk!9 Klb|coL˷((>HgR3ezл3PU^+݋aNhȋOdRZ&ڋ: ' O]{SI _c;527&9C͚3pׯ:9rϔi_S1 %4ZBkD,nd7&3nh+5ˣM̬%1 "}c}Sc0AWh kOձj,"hd@Nꇑ~/ v;I{t1ۛ1? '[;`f_+F-dvGD9 - NO$RSB,:qPP%YWojY|s/n+^7Q!zoOc,NQՀe^|sߐm}Nu"]'%vȔt/ dŨ&Ea|B;_Vby,PrB-?Oѻ !&[qyu r&}+oi .d^A3[ QHT,!O=kyFsAy/Ѥ2ћ+q kWW8v[/ XlYԓB&f\P=kA8 -LVnPa Q>7Q?[C6bdZ&&hWsćwc~"s7{{{SH'gWW)(,tn}[!f}=a٨1Dծy&B&$u<'._piT\{ʼ[n,gd<8 0 !鎣 &/7dCsa_kAo:P^`Ѿ݇ZwIcĘ[jI]B˷Vr}n6V@@i=:7O'ؘeyǨ9玐>bBؾ\ҳbH6d禋m!giki"d߹H>Ҭ!Z)jڸ~ꇖȪA#3}@ͣB>46bj2!:l&i9\@eҪH; )Jw2 SYE:鑞f-5[JgALOn.[$wUWO3dǀ$SKɑO,Dx5J &L}f2jvP$5B"Epfu#jc{[E=/o,JoLvȳLM47+x7B+R[%3X|ިeW YWW_b6E+G!VVVz}َYo/~3HM+WF4W$ QڞgL\dcT&`_Xv`~sr>6@{om!p4#_4_~b@\XJ`YAX8dOPh L*(JcYB tdby&!nbqz}4J,a7kˡHt2zxfՂo:{IܗUn{r(Zdn~/ Uן2m \fGS_ܗRp]>3*2omA)æCgm#}lCZ${9ڈKbtunYfĊ6_h [ @|X]%w@W1)t?&ޢp΃*Xfn4̥C&l E$_ޱ`{U90[5 Q+?9kw B_nFFxG 1wHjN|*;9-/ϯr36msJֶt,JN2!#k{-:^hp>jԚ`G`bTpΖ3<;߂rr-y2+C֧A@GI,s+蘩µ}4%FvZNcp}WLē(Dl;r*Jx /| 3]e{NQLiq^H͐~3?Pݛ_Tc)ϗ1*bQ"Q*uXAF&Pn;4'Uƻn%)Ń05=+Du? v) @ ~/: drHwu/=g rOMyv]nQL^!׀X/wtra܃d츾&).~37w+/Q8S?Z\B<|>f+oWra' y,V jC/$+!?_SMfg8\c'J<B֏' cQtqct~QjQ k.X#8>vXeAD{R?VXPY!5@>E 0wϠX5~M'JbrLoc&pTjxej,g" 1AV魞NI;TU즆qHQCsXSfm^]4no@Wge;bUM+ g9>L9taJjX6׊5`, >75 ) A r"et_4FY*xS"&~>9(. ,` ! H6m}MثXLO[CYxjY :}pB0iiK]L7UVvfylpQ`0]<5veYλG-^Q?Bs̮{}%-)5'{7!lbY2.`6Jǂ/eHD\{#zۃ/~Dy[v&-RW?$Юu&\L$ɑO n 0G/j$l[9ؚ ĂgSk j)˴wq!0Y. 0dwT,Z[]nCr=F"i[Y''\֞P4mE PPtmYO {Sx|S|z {2q?`fmXpos3n搎o*6>R2"a4]0ȀhyuúcK0zv2zqfqH0;+f3JIտvBBY|;`B6V欆.`."{>|CܡK-ݎ_j$ Z?)zOKkPoF:yV\t6rVO8R4dIb KN[, 1Q; ߽X |^U,(CNϔmϨZ+v KTŔW{pY#K̰ xl@Ob'8?#8˥Kje!7'PA U.iaT2%)&:'P:B[ 刧,HF)(NkY3X< =̼%c{dwQ=xb5pȋth_[k0꭛V`BA9%$ ld.:wBnez{=G,^Fs>m"E q)уԯe#⑍ ߧk, zp#}sRO}8pFW?ǔL)tZ'd&y_s}"f.fͱV Ԧ dԹ}D HGIYqT3գ4(|4ȊQ|$جl')VԼy`:nLpbFI\ %ºc0?m2r']%3 [8v'`>Hw$Gd9/{8ex~pSPjYTKKFv?ߩNnLwDƽ(üt v&j[)*|LzjU& +IM)^#:,Cr}e}ؐu g%zy#tb-BOcgiIhgĨr-SE'٠9 RWUUOiDtFVLAzV]0U^NH ]/v2q.bֺ58y+c@r+ 2[uX8hI W2;ʻ^$ʇGz/}W'I^AKT24QM{PAah6hKwk72VU>e*bf|c!`8AHd#U3gRRΖ+U ˄A2f/ܳTo~ WI"3Wyg{ ;h!uo\E"__Ƈkya2oguiӦ 9wpش;11 Lz2 (Lr'ڋh.C`  44D} rTQI`LF2XaRe"¾҄1։{>eq!Z-t(}ك9~ KXf,WӐ7ԐTain*MmVX @Wbu5!~5Aqٿ0ҋ{aCk^ YlZoFxUh?BCOeGUW2'K ެ80(]c4 bZՉ*bC\%[@@VY}$^gT{ QS{OEc-c:#=qh  T^Eh@xOqPZ'\}4V= Z;(UH"=>1mED.Zi븇>9TgT#fC򸺞*_ $i43C?T;t ̑ϩ@ZǍp$TʂHmNm{9 +]"MD׾Wkj7-)K@3"^DbtXxei26l[$Mf P9x` 5/%=i0u_yh)?PF"צG{pJF^˲OAuOSkz y=ꗽoij=(?mذ awI6(G@Ԑ[ . Ҵv4RЏ_ÊƕBZї3>je 4@?at_s5?DYh 3Ԡ01-,H_ š6WUţv{JPT ;`>jJ7_tGNfOBab #o+Y3);H6!gC=C믃aty'牑~ʷ㽞+>πǺ$!,ͼm]v De&qbebTě`6-x۽{ѝ`aDպHJnT)p(tESBnF2 CG;qT ', 㢶3y O]VuP;vqڄoS+fJ!ᐕ?8oLbY'{-W*$-G~kC. -川`o,pZI(9 6 P8;um>=bV.| ˹Te)*3S}c)+6WQ^$b:t9KIVS aZ +k:.Gc($n R9U}F$r?0U ҉#Gl@t}ڦ jHq9|]iQ…530+ A9Hڣ (ͥ RQskݪt] ir?'+ WGk_bLt(ǯ$Dƞ 7& {6; @Bi`61dY/G_n)~iRR2,mJ,jՕ2Aẅ??h58 $xh$i4-bވC)~ S\ O /Ê/[G5¬ciν:̔0 f3KN<  #aPB+)d9"F5h׍QXGQ/,ň^?7">Cr<< (JB$N? ZNO97ʤ/]^SHUZ S5$" ?\BBI@J;Ok|uN6e] i0$`kK{?gF3Ⱥ^fI@mI:QUe5h =4R$J~k69wX312$/"0"3M"_Mq ݐ%/S2{a'NNdL(KWC^It8 9D1 Vb=)lҦx炾ʳtj_X|N?jͨ$)8Bs8VO\v򼺏jOa?8Y:yM2rq^|K*Q*/txo!H-|G߿uؕwf$M 1*qLc!f1Z3ł2}k6=kxRH .4hlȯ 7>lį /m#b ,t<_]赀gf}$|f )rM~i%YDv()ClêaV=+;,adrzի]g`% R_(2Isu 4)-db~yym_$dsnL|i-p*mO&MQE˱zM~iH Ma!ՆvlC=)z[Xig`<:i纣H"GAK"yG7ed.O?6-oDCb}b+29 kѺLV`ti 'EtQ )~5t23gA Ot9{W t#WF,)t+j(u!:i̜hEOv1pH).8=V[e w_eUz1኱Z~9GtGZ\`ܙORL-!pgU^Q+kΖЄK7]z# 'jn.%bGk2ꪉɔ:4~ E阋VN)l4X%pkH? mUapHv1 Ա"e~.V\|t̔ aǩ03^rc |]7A%0$Q0}fM8kj`};7MxX6;4 Ij%H!ri Ot?j@q5((e!E5IT#c(R4rp A9b-:;T̫7E'[7v)|! ! @~WaEVNy3VSeUjx/!;QБe/_*'!IhEـ^fdcO<ɟYeCr8 U<6FόY"wsQNG}F4Ԫ<m,eIM|.ÝEu͗8dX&O n(:-iKɵo2H}_YZS ퟟBR TX+H4 ,/JR>f\V? %"^+򢒗AIł@CKq+xa ^SBl^֩|ب,WXZL{U9z4D>|oHH\o7ܮmabe8&jɏ&-9rR<v_<9wlЖdKE-{ra:`K++36-,dndO1%I!T'4k1W ca66N gvQ6f#C3S-(u}6x1s7`5~Fj dX62 )R|5VTu'jl4ff&ʴ!h(. ^|\rH{E@ObMϾK&-N&xͳ$v䝇 A93~nB df2ekW:"$% BQq˙ :7VYс`&cj Yq9s5dxa xc~ 97 0/AcKv0gVer뫩AIѣt}!18$jbzpLa&q8׸f. 2*6o5$!9/uJ>EHkAy%å2u-EV91ZšZB_ȣ+ì :YB`0Dk W̚OH4 YhQ}ϬiOS{pQ^>n҉2jr9>/.Yr'(\(<,~S]hL$2"Nln%U-v6Ҍq8Tϭ)XRErh: +|}Rr׏n&$Ԩ$a+fjK1NJ"|>GIl[O0u 1Mt1-tI>[ʄ@='7a1}P-nV_wlziS E) .%p}`qGΟ6bC{y BER.gltoK/p_QxdF'>_EȶzkGAh:'~-mlvnG#hqrQ_ɣSDϩ_ k1g[ zژYnCxd8vF~FnbcCгƷ~I={s<ί2AgTfD.j!ۮF֧~M`fs!YTiOKyױPH*-5'#v͋V`OvP>盄]OօCQvxr\%P\j}Lh>04׻Α0A .Xu>h[2'6̷UYO_Hej&yknx֟uvŀ3Mƶó@-?Q)rl)pՃA-_6A.Ɖnuf* 9N~>n_ilR2Hl }+ŵ7xR - GbVY\*؁s KB#{0e+%P(H 0*uAJ??\bBς5)ŚTݿ&gV"}Зq&ʊjG<%5k'xL': к"Z>'GYL:kSu5 F&E9s1‘MM#1 .)PIuߧR"᫥jb'ݣ y̴wnNd&/_Mc`¬ '1?/aC0~“Abb=lh ,*. o/#M*%+̐A% 5EX-6|e~^~G8oQt$nUV9vN]Q|{C4dd)&) QpA/Gjx%E8 c)Kw|Jv 6h$J/{^ ԕ$jZAM+n!M0ۯz+VÝOh%jeGp6~,a{^N<oe.]\P1}^9I->VanhQ1A6_rmjso(o+ϦF8:ިPF5@Š 61Lv-b)_˸>|lwzӹವlg@1XײnLkdǰ9\I)(o/ȂkfOf PqI$O片0gNH(g$\+\ f]ϫƄ`'4jo!*[8{,TgvuTDA{Cum/FZ@4HSzac&V'#@BWL"S4ۨ*B(!tZe]sn6 a4sH>| hb٪Ulv1 U`zN͏1%`ʾS_##O=DixVutֈz 4^l%Ȅ7Ɯ85{} P{xwb͂3j#ȍljAe@WaxSe* &m'O>H|H Շ*Ic;ׂ%<*2Qsϝ!ra. vZL;VQG稝AS(0 ,vMN;0ѽҫ BG-0ycX>0S} "Y(Q`)123ĸ:ad d p&R]HpgN2[߉dJԤ԰{^rp ҪPr41pW{ڔػE+ݹ #' ;{? MmV_X]` (a*C Jr{ڋ?F:*xk7X3jzx-vk?V~L@'H_lk,rP If$n LuAo"~%]|pUm )TW@o2M7oQ׿XH87Ϣ9lAZSO胸yߚ'7,8+O-Bl$X{5.7hIs1/6]~#hTݬ m ŝ Ż\\gh0`0x|0Hdp >c\N[ϡvŌQS&4±:bp9DEZ嵅vP Qpx2S353Z5 @u_~bDm.iFTm^37awϑamoQO.3@'Yu2{T'L}dgP V:^0`ƀa+V9SPOLJFrO_c,7A:Ӊ0S'/? E,CaB7%|Nk~&֬/N7J-QI4d?Cҵx/8!hujp;\7PLjc <ٱQ+F"2\uX; ߺ';!<ŰI&$rr5b~ZPq˯lUG klОuY[[(%~yHOUM eIB|i=X +!+~MpՃGF{TޕӧEIWT4SULnJnQ{&mzulVdz\Z,ВI~;ܗrhNx/p#ujD Lv[u}}{ܷ[h'#K A% duA DGnU ׾!?)(xkvfxCwrDX>6&뜷-wl]UZVu.XjXDrʜ]ZˬA$r}H7=2C)ʫӎ=VSQvCp m)~T!Ժ227)^~$nB54U82nR.ӷ9p:"La-ߘٵ1b{y@(Ύlki 8(.Λ 3SѳO 2op}>A< l|+ ^3"P1t72'M akDE )+ѳq~'r[)A*-mcler0 %eaUl xE= Q A;SO0ܰ*V/1{-kU!IN[u~ 4}Zƿh|#߼5Z 5Q͵ۢfHhMs;O* lΈj+gBc(, 7\>BDAկ?2w,] +i;]J[E{BU=SHQi; ҤghiG4 cO#?a55^ܘ0{U["`lžX~M&ބ):5;*UaSk='D2bb15z"8h6Vw52,5l:٠y͏(0KBXRybY3s$,GC]CdQPtuƷEXwUfu͕ б,8D7."ń5i [各Ō|FE*WD&\^X$cKhR*͕  q*cF 镗džG5H2aR ]5ؿt+/ umw^PY[, q * 5:àthZV5nّL IBâOpVYbGU~zVw9\ )hG4Ӣ 60-~}ސѥ޺ʩNZTËM+F⤿^ Ba^9kFGHiZ^+a2lEF2UE'HX?5;J-<@Z7Ήp% Mk/E_w:^ȫrP|hR˦6S1(o|B&ɝmS7q6bu kqFGUWM,93_'bv,:x"퍲ŲcXhs6Epm67:lgz|gM]DOZp%zmGNi. =g33m%pCȰYƷJ׍ZwLSE,vܛ_BZ]uma!#me/3$*b }04'`iT;BHU] ɲ8ZDoXiF$HI]SlUSTv(Y޲";c^8YeTMJ$>$ GKb`3IƎjOjiqd,I 튳#ɤ^Ԑ([ȷl!Pr̅*~GOFi+$nxe>>z̦ ~&,rv?T` yc^O~bM09ߪE9DrXNXtw%{a& kH&;w3r A;T܏zI$V-/ť+?y4C;ѡB5Bt+I׮Ͳfb 7Q T@&GǯF"bCosLR3VEuT9PR H+a[ !X_lTO̴;܂gj֋$3.Zaʅyd1RlI$dDX~76kƑ}󜼩uf17@xB"z%?Ǥ8!.+/JQlxm#?pМGR;{ULwu8p;[캼Z WEKpYQnL,( Cd`rMzg^|vѥqAKe=Mk'o)γ 0H]2xN."QwI,0m¿z{mb߈p/c]-̧7߀e 9aTr?@@^]%[zEs)eQr9F\ZPO;ޢOC+M:4d1f`S~F@{ݐk2*aƚs@È:+`\WLs(jbHoIBu*E&#V!h6^J&#&7L0áLÈ0&R%B1gRkz?i>_{M" Pe˹憋*>A))ݥ+": Q̗KY #|LǹL̉3-GUB}ݾKQ< uq">)>SY?́U(zP10#c¶1w͉7^ ǩVmk̖ғIB2Dx|[H,;4\qPCmaSb,dDsVH:%ٔے)2 mѯCK)PM_[ =t2z|2WrHz_LѝW_[ yκT|s^Q+О?Kx|,&ew<ƕz~5v, yة1; 2 b+VZ?ccDN?y?2Tz4BZ<| .m 25l|SN $?2oz؛'̌mrjMT{)M:QB< Li">yooQiF'|Dޫ GR$wXnf$L3Ex٪N쨧` =bUd5&2e6h؏Ryf\ƔrRY0D?{INVg3`2W{ nmi|n>̑iy#fm vg-V{lf1Tx;;^"!;&WQ~?Y2/,ֽ b!-?t/y} %Z>giOn/F%/-,gj28 '%(bb!;eśe]^oKl|1y(:0tk|,saST'./AL [B|5 B0y̓CH|Ѹ'RvW3B^N5_X#~aDwD{xd޿"QWػޜ.&SraΛƤpwxḬ!"&^]ԁ#_ 5"IuUՠ9 Uq?MWgtsLWB߉ˎz"h?HQ׃fC`cGo _ e*_2.8Vpc"y~qsnUQM!ɲcojCWy1X~t[^n ť0(h.]dpk" !~80?H@E`s(o cWKXPEwh<ioø[(Nde }3偻7>?*A2o7KOt~L*x$s劝l5#5 _5M=oao}Q` }nx({~/`%Yoq0eOSFcE轉 ^6#[l JiRP4/ o,`p &G c!18Jȵ crlM:|W zŲH?nT껢@%{ dUx`0?Զ3YfT33F4bcS($K-Ib!:AcI3v D#_l9pb tEFjNׄ5C;2~<^)<8=DTZn#5T}AusGoߧZ5ʒy<Lmh7l7Aopng{.0( L(Y=sBėI3ې 91h} qcpslG@ kTS RU8042$TȸbfNbi/(m`DFv!1cU'%@C4M)͗0&~T|| sz LȘ~.x_ z,$ r~Xeӻ*%e@GԀrqqcJzs=Sd n/E ysPGbkB)*J'`8Ս~aJ< Wѷ/>^Vt3`S ^D5DRdrV7&> ?9J H?z|U5h+xQNkdYҶf7ؘă.Gp0Q6>2-ێ5+9a(V'lͮLW_| ؆ -2R3j4{kK2CU5Tih~`BG"$KGz`qc$cTt 'DgeᔇlWԲcN.zz{wUZ4us HǤ'_SQS&A_9~YSBF&687ze@ 0h]zvqrhmz<1 2Yu9yb@Vሤ@ɽܟfsGۨmKv8wvt5x}{*+=lj>~r6\0=:q|!]CF3bb lV)SO֗&Ό4m+ M2OBx OHӺŻ/nF:&cF fH.Y"T9|Weif6dٛIB+4dTB}$u`i՗4oz /vS~i r̸ T)?q3ͪ 5q=W^3s!%Øo^ڊFt+m+A9Mvt̔N]m>"xp`۾Z,Xq-lKq@1% >aeGd"Q:ocE$ r'ZiD?bفC!(0|:bWнj1nNI$=g׿+Ǽ,x˩X޽3-zAj;>eT ʺ0}"o+`t |V\5:Pؤ7|Ф ,wW_W'I<1UG/'{E)nǔmP [PγCEpn. .$+8E2AD@LG %s/3Orrm|3 (/fZ/TlO5I5 h ;#){͙{!M7\18DAAS$`aijQp*,ղzR({wJiZM>[CEϋaG}WWV_:R |U{ԁS 7w !Sv" ɉ@^]7-T\S#mJtFɻԅKS?LuyUou&9Gq!#Hט A,M}D8qUC ٧{$\x'wrj] 0I{]d|QJ;[W"A csNy32ggb8Rnł$ }LȂTv. B;J&Ga8K}vH͖"Nc^!bwzV֜ ?ԺѣdHOD[ʌ]2JM>+$eǎѭ `$A1sY&ӕxb>E̐mfH}R,Gc2H`I>?0iW?wg5mxANE-s `#]Â;Z v. nGI>"H/}&aa}ޜa>t're|(Bz5Nl|V8g}:rϰ]ܝF;K "1Qou\/j3;ogh+5k፫?#$Kxi9fֵy"@ԌC$CΙpy v{yȽZ߅ 6E+vD9WUz(&~勏Dz7bg?wn\vBFȯ bçV~c5e8>ې0M}t 7J_f:#[HZ3zM tZEǔfW<dCf \smQC2{?Sv 17{Kp7LK2VMGU, cvU1LU{VrGz>aZ)k:5^#k0u<׌OqTo8x^?g%t@A]!Au1d2_L[xCoTv}d]1p L"f5pũ':IKO{_h >2dZDo|F%.1~9;hꏢP+~KBU8o&Wvêβ(y\@CI4&peo@`ֲ@r*/\˷ @́3W:5ЎEBN^x6~N _VGyB v]}y?>&zU0T'MƆ*Ʈ,4}^搠"T Xަ@f|ҸQWp= 5NE^e }SZ#̢gSX "H8f $@쎕6U1781#Uv0e? Ȇ8_^0J>D9{?Kjj/"n8'Ilz8Ԛ0CU2k.UחbmOFD:mzsIQϬ7莆zq;fPqj=`%Ĕ l'_C+c$B-܊^Q%0h{cw+j ɀ˷y.肺6`<|uB*g h2Zv +߹Yֻ ld5BHf"o1X͵'3[*=wԵV 3i!IO)09nVS0$SsI1r@h/3Ւ!xvRnlW DC;E, vsɝ{Uϴ Û n- K.CZLHXؐ@@W=[t|t]g0{W /3-+ fZkGuq^P~Юidcx)T)Q75S= QNx=` ڨ÷84^Y#O7L4`SOWhApD H5܇aWrL5oOB+jQ gRIӳ77k ?fԟRxqa%+Wu*YU5\Pp0{ZQ+!~ޫx56nv,:[fahëK+FLoּ!cj<6TRQ޻A8>߾N6+BZ6\ 6s!wOI)W0npGT#<*œ\I?%h n~7tRļ*,yKo<%]U},e",¤dnx_^ DR\ʺG2 `4h;G>@p툓VL;d7 o :z8mzg4.6C1E4T*\܃PC'@5 Jvxu:+-qhV#&bdx֞,0 V$[H]'ݠ 1EFO)Z`]wa~_ Z8AZ1kSO,+'F?z{{4s%ݟq)&*'j R642F6+[ӍTEBn+OTZ;en&Iʂ! RapI8As2 y8'v<*-*~qaN_Ф膿 )g.V^k^'mO˾wtUxq|Ǥ) Uh [[n&+Q!cEJOt@-A;;O uԺ !Z$wMԞLBH϶<+Nh6i-Щn*q#uYv -d$)e nsHwIVfb)x'N>_lՀ%:^_mdx}2|Mnͳ|ZmUĘb*F N6GY2/Y?6N'D#Bvkr% ioA|Q$`BS*\O!"R:@*&xěI9I?9NISO!P| 􎕔!lu ,>L=QקLk.T9( GtRD}|kP=b,8iX&!C3',wc;x2/h/=q vFX8gD:Uk2A}:=% y4AÑ\:"pHLOnG՗ S- |rbz>{]%6iRdl  $ʩyܱS'4\L,WN(vzT8 4[;l.$B[AE3也": hF\v8 zígeu酇74Jb`8re^5zEEa=e^Z,)A\ a m &6qhyM+y %gP/+n+K /e;u1hI IWu*)wnY]3،M@^X lBӄ\8!ē}*D4f[˦!z?OcuuX*O]2d] Miz*^[0DǴF/ofKg:'ѻmݝ[-T_^ޟȀ DЊ;ʹ3s!8C^M}M LJwgOlzWL˿kg\}f/'o |Z{`m#ѹE2k1K`Wmm`haJ$hA,ܐbֿ85,. %(7=?c>"8s'k#3J<ٞ65ͻطG,hwEHPBQK/$U)g~tDg3HҜY^ KҚy*L߸ ,:WemGC 0Sș)uw8WQw5VNv\f'11=bKEBzQIՠ&V+kU҆aVE5Lk`XcM"%-ژ9Q(;u&ƒtϊiܻI:+vTw id1vCΒV7Zok6%}d\͇fы P7\NPx5ĕbTik`y>Ud@,It47I toDA|]@Ѐ'RxLD-7&&)ɒfQCtCa_]wȳb3`DHң;7}xO?\ŷJ2v͸ q=oz`8SvT"N'X@>/e^#:6` =TᅔL EυS5rO6XHKA1槬! $uRr&?\RH8_~Jf]tnƕ!YNb:Rm;F~)؉'#mw-aڷ,bF2$(gE?1S'׊jK lD,S-̱%w@JLFY`7'ixUh+uew*CK3Dzs)MNhArun- %qq>t3I|dӭVkEƀSzoFfM^ ª(N1M/!tgE':wc:95Շ׳'[V}A}$bs0-7yJl GeZ";CD/gQiE֜ѾO8@/%9J!N5O!9B{I Mо@dբ! Gq@ 3 @ LPs5?xWĎMkI^OWH=ƕYn;+9,ͥPӴы[F/f*&Lbheuh^ VOFMM%3i-yNH:|$s0nqOG+lV?y>>]$Y\D9CVV{|qF[[Wt\R>vI)jwx`w] "fa4PO9\1jsb``GݷYa`2g̕N~<֟vGI3#+s v+.[R˓}9<]ҍ]4E,R|9 зߐ0rp"Y֒1{YbWO{d9dSWuY_2F7 8)RSg"!mg-h[}oNHeѴ$̛'gvK<x&![dЈ=Έ_:pj_y05sJ4zFfe)~4>'7/t] &բn֔]/A}W HpyaY3k%D S؜)XK[]$/Rh7>ЛfHk0y0@=tQaux0i+eǀZm,V" 6\aİ7⹢۝6*@"ҧn]( nZR…RWt&j\[$rir%rU ?M}ec_sE.d3靾 -U-tNR"LG֯2NF`O|{|\%Q2Fe,!J 3+ηO"{D#*?ESUID!WM㞹PfAx[IZ# K%^ mx-͜i(NUI:ǖ'A)tN:Ȩ漛LfWOKho^kjށ cR ,/D,z~i5Pf\#wv3%tYxq7sy26%~=Ld e9d1"Ou! u.!9홋·sC0]DdWWC_f_Myoe`b Ƣ?QC+`؂=9  YZ