libjpeg62-turbo-1.5.3-32.0.1 >  A ap9|E98H= s w89/lj pΓGB"ʤhZZHP}aUXǑD6T9=@(!=G}}&plWjkd$A& <H]NigZ ℥[x (t1U\yc$1<"XS6%Ɇ,7EfO;#_ zqvԐ^3Wخ+M$iŠ#`?S)Hx{{fcdf66b8157302384dbefbc2dc558ba0451deea4ebd55918ee505b0d959e3b0d7a4fe5badd082acb5d9f3da05fa709222a266f93bxap9|la1y~)TS&6#)DŽW=N{{F.`\B5YkS WrQVa4ON y S:$d0N0S6r?=Eg+^u)#$e `80 /݀-ɫIm(B0aҜvV@̏vOX>p>8?8d  ` )Jx~     0NlKhls(t8|9:F5G5H5I6X6Y6\64]6L^6b6c7~d8e8f8l8 u8v84z8\8l8p8v8Clibjpeg62-turbo1.5.332.0.1A MMX/SSE2 accelerated library for manipulating JPEG image filesThe libjpeg-turbo package contains a library of functions for manipulating JPEG images.ads390zp3aSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Graphics/Convertorshttp://sourceforge.net/projects/libjpeg-turbolinuxs390x܇?0q(_A큤큤adZ2eZ2eZ2eZ2eZ2e6d23e995b0bc62cd6e9ee6e44c2c3627ff510b84621ad73ec8f3a822881b54a721912b8a987c9205aa0addbdd458f957c4bff6435fac00529da72798b6b1ec1351a11693fbef494fb150ef8a6c3852e0dd0fd55a380177cc5337201b9cafd4f7250a1cc26707b6d1fa7cd2d8fb3f796548d23afe30596fdfaaf68d3b259174d9ace2b5d7060f901efe8ba0fb74c72ed5de75d704d687cef2430ccba7ec021a81rootrootrootrootrootrootrootrootrootrootrootrootlibjpeg62-turbo-1.5.3-32.0.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.patchs390zp3a 16395085801.5.3-32.0.11.5.3-32.0.1libjpeg62-turboChangeLog.mdREADME.mdchange.logusage.txtwizard.txt/usr/share/doc/packages//usr/share/doc/packages/libjpeg62-turbo/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:22196/SUSE_SLE-15_Update/1884e58a3763a78cf296670e03cf136c-libjpeg62-turbo.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxdirectoryASCII textUTF-8 Unicode textإPZ)Ysutf-87d38412a30a4f28e51ba1ebe3858abc63bf23831339aaeaf848062644416ac99? 7zXZ !t/Wb] crt:bLL 27b҇(Y Xn!_T h9j&zuD1BdjFܷۘ_域~ N$*7u#`|MX2g`4lJHM5F]]E MexRL|+FJ 0_I2^)@UerQVɾz^\UL3>6ŖYcH9n*R7(iE9ힰ]B6F2N@⧎;t0c~M 5 32ΈwyQҏA8}-=J5l%2D&R:3L'|tV'MQFkvspV ﴆk淲GaъE#e  tAyM힐M1gK)0_ M5[E`nβ;Gձ* k.@yņK&D(8lsA[MW*lfux吋 4ܡM$,ҍ37A0!{-^ ĝ*'a\ Ӈ#Ps f͑AzQJOV\Ow!FQ ^] u']RVāDImSO3YAJVFo1 2]^ɜI<{ɊB\Mb!҂zy1%4L5;>)Kr^a61+MX%WSg|%LSjfpZuߴ6u$O:fsnEPhIm1v0%t t)Ok:S@mƿ#?xK^*GT?xTd{$2Xu`}uIt' ?f!I[b5vcŶ'8"G5zeb;:7 "LtgnhJ˔Z2%TAɸqzB5Ku=CiDLnb߲4_!Z#v[r[M֟1Wyฏ"&P.C&:^l'F)֟𫽄$)dE5a/0:ąR - l c`XӧAAQ KɺOmc28)i7 ZQeR 4?4oVߓyEa Kw>&Xf t8KDy>J15>m7tЋ]lNY};^SwHvodia2~p<":4>js9 4Lo1Qㆪ;۫!NAˊ/2zM3oF sdjp:+jG&*C[_cn6|ۺ&HfGHH'جv wX0!jFͻ4Yq;Q"9^*(tY.򗮫¬-PLLkQ&;wX_ac_X̑Gɐ^<S㿌j03kE. r'[|`ўh46vۏ ]"` ڿ3UXy`J=D!#ĢIq)]ot#,|qAGw6)C3caKxH>$PIK5qxI%<>n+.d w<SGgJn4(J):sf%@qps>L:\l.1Nн>i, ]Ot~HC%Sp┣Y)^4q(W1DX^iT7);ҳبd KRQNw"ҿy_&&K/wlʰ]XrQ6,Q%i7Օ_KDӪҬm"Rdd@/@ L6tWaKV՘}%xa3Jͳ$(+,KG #Z8\ 9 0ubcmZZ,ҿH8'u:@ GV A[,pm7[Β4QϟeU4R R,SAdK:sˍлT') ՍNl!ބ|Zŀ;"L9K]IMmaŚv*^GVWDn6iuѫŸ`y[j21RnOMglXPCq/B~Q\_=@,QCas1J!7vGǒ@jƉ~z.J y̸I= a0⽧x<8T{^zb ^/uD`:Lz'έϦa/ΙdA. :#NKb5y7amr7^):mk 2zSZm=-+7E$L5NK:ǎMIӤ99gd,|8]AnbVxGT/ A.?~MWݝ u-q:v8˹}?(GsGebƮRѫ4wQԲf<` ~A)'FhFq t~hl e ԗ &UaʉO!G:j$YL\ Pf_X'C@7O~RP $cHc=t{>bW,1yatf/&і!C'Ƴ*eV?vg*)^lv6z"7R Z#Ae\"u',LM/!pkcJE| Ƣw\  J nx&nxCx} aٻpԯ iL A6 :ۮ3BpDhi^J(ոmNe@,H$0@ 83,=t@Pn҄p?_ R׍q2a&DXwϼfPn<\L:5@93 T#3SH1^Bb !JM|b#J_1YX&Xi4$ E]a<>HZ L ;ܘm(a:J%VbKs6Ge>Jw  KIȫBY{MmQQ -lYԡ^c_8p`~QpRifp)kI#3='uktǻG?i^[FU~]m͋$;bjރ* k$fM" .mI4b}GtȲ?>ٓ:%֟_1*/74!VqաWY9a8jqIYh%Mנ,kE)J<0mr*7>CFl螦0.!Mgqxϋ1A>2vszf ` gXuPR_6Rb_5ߢi adD(&6ǩ} ust&_{@k6glAƒc='o  Kd3|VvrQ(Q9eA32V쏷Ux#_|p/5PrxH9vYكsŔKE`2UN#X]%[z#[syzgnj :% lZ%R \i+5ϤutvfAȜg~Vtv'H JS0Z[Wgi+(ʯJTUXen ws:(%y3tV7Ew22 ]'-&(<ɳu3 Qu2 c @x#"zHk-hq3b L80㧒ҁNiQj! buaq̹7ĉx2 }J/mj"FHwϢ2E(J FJA]"mQ^+*1[Ĉ yvlXwV(lOQAv*kaa9< q|EwGȗ\6K<Ґһ=itzU+!>Tro;~.HMl"_԰i(;ׅ87*,e-r빿CPS-]|`>"ӣaL9MIАiJ2;{$ؾe *0\~ه#Xفkw=5PG!0*^ !̾~ mm֤%g [:V3-uMT[[3oHcܤ\;uu.q $Q?/o :I?6mP¸ ~#Y كXaJHrt GLFaxR"4kX .~&зBx#0QvldD:;Ԗ U(ahh39Qo@nFu9mDk9Sj9%ѽG\[4 ^]@`# iIki\9mL摒Ո~T{رK~loA8k$+>^qB{`l0j{Ew8::5h„NaQgѡ1<5|)'Mbw(ٝǫ&~쮩V܉`>axAӉVU*dodU $k6f>qi1dӀF"| , J~K,-`5`8hipnN4 twV C)M &Gb"Hf^~B1++ *9m  wcʵ.:Nm5ȃ;xj3ºlg-#\;˪]ڝz(RBrg-h`1tFdUc"[gB \[NkGDB2.S-D>EGUa V"Soy*/4}C4r#Uv1k5ksS WIZ)y'ԛk';FH]Mu'fDÀdl ;ѳ]\Y> ?&ֆc=[‰7촞`ޱ:fkskj^ gױyP#\!\ډNs !_{ >nLvqh7ܑBOQ֋۹H+@z*tjom6OhncU:rqhsmW\ o~"ҝp)&.'XdV~Tܘe- @4.T(X8 *J` Tt\%݊1da9髙!V+⦭vj8&b~Q67c2 xзЄy.hX5k?McXV|P&hJ':rzkT#v4D '&`'p-ɒ0IidAjҎp`&ZcHp)8ERlE' :DϞPÑe ^Iu6~gJTːkk*gv|a Re タHZ=ЛS*0i T?F|6B-Ny[s+cphE]ԆjD A[$JH983CZ23Â5W`;}ǂ_CN*Tk*Hkam-XHKJҝ|S汉Nl y:_E9A֦¼=Qm-Q^)VESlo̅ݥvKDߕ KhoXݮ9e #eeRCéԨpgP'~K2,olm+,(G/}p<57Zu s8-0  !rQ١nҡx?,jȽTSM 㡘LZlRb,# 8lE_>MJF<Ĵ| Xr9Yr剠Z+Gi!l-5 uӐ ) G:j|G|vb-w b{s>|m. ;IA#^5Tp3vux5/Ge!m-Ck~8 ^rI~I !kT v^r"ߜSdNvMΔOP$Qd;ޚZ޺ح_4E w([y>]BK+Gyagu0 b f$U)%7釹lC n1鐉$]'ZVr ˫*֮>se`c;k8Z_(=1B=YC_#>>Sϱh*`c.?pD>3k+'̇Ya!Z+?]U+˟ ۦC' KD`.;@9%By"N ^C /+G"fY6*s聨GR\t+A7b++Q["% %j[qB6h@4J'O˱Ʀ 3lf% 5fS0 !r.6ewEuZ_tjaί|iNco.IkX5xnt|E"F#TizyUk]\cǕ$6b۔t>=aq"|w؏5D)qq(,L+*&bl=R:޺^L=G% `xeu}`./38%5DV] Dk#&fp^`[Pu$P~EB BvWpV\^}sc{a~UJc;86Z d׵U܎A8Q&T}P7 ?+0C{xo&^ݛ8;{ĽԏVK#ϩI(' `fh5ڎ4]6F.Ʃ@3;w~@%MGM% `QKArO%GCn?ݐcN< UXZ!"[ 47Rj.5Eة\M/#r? UNԧOԗ֜R7Y&a(ZX)qYs$Xwu$ F,k`R${Wy]d~0.QW9u^Mp ZKy!MQ : 8H?~'er C'^`/MdҬ* …6:?cHxU! Р̀1QhOԁB,hwW N1nwWNk& j6*ve5t8%R|uwH:okS&{hJ^<6ݦ[YNsEOv Mod`BEH/}X=gJuM]@*Fo\恝KRj2X:ixF-R,蝰+%Z$J,jַx b5=zxn\;}X*kD m sR:\a=Kkr]&~oOA1J x;'ʍՐeUP$2C/^'1ufDVD^/ 3cܪ%*8ŀ2Ƞp$7ҌR ]s_/O*`9,oĂ*N>WL(A}FO8A"=8{ӡ@5GY)J-JVPp÷Is[zSQezF5gzZ(x}ZtehRqdruw҃`jyH@7ݪ+HwS 2n}f畡񣟷X@ M?lm^-z9tzZ]H3aR[^s}(z1i@kM,߃BH%*Jo_LJ N~.w}Ssye-% }V, iSi?Oe_T2Rt®/( _>SK!WRYqAO,[dxq!F@%BY-Qn`;jwZ;Վ<ΎOfژ5h"Yܐ$nS{:tJ`20\RurZ(q2Ar3P+n&JTwy Ŗ=[wna ]d)wr%ZHO$γ#GHG%y1B!j.kPL0tZd.?Hf+Ԉu-s8!(B\(VVjl'( vDzsŎheYԑ|G zxG#0́Fq0*4j' v GrшL +b#}j8-ˆO- `\n̩(_*CR1ߥѽIv Zp'}C?&LIQܪ ،3F L,d* 8pPaSwȯ3n}Zgi)! u!a^&2 XB`u.+Zj*V5m"t7Wlxs50NZ/a).JT J3R bZۈ#yZ6hgȴD0b)ϳ!v `|D2AHuQuҋ28Ttڛm%<'gRc{S)RZ.3xEn%Ix;$jfW|z3>@kJN頔l5:~fTEN G)<>_eNòL"*hX:E캢nUJa?2k8Eu١3pKآԍf/G-O&n 2Ti%xjsӮho89L޳IwrݭӎE򑧦D&V=QBq Ȼ]lrב4[Y[Q겮{tU 4gl 7DfipE sEŢօM!®i#SvXz=TDJHvGR>&Feķ6zx~}Tg^V/\ev^j"-<g٤̊䳔[ 8P}Z_|5e,y{|?F+<M5Љ÷TT1Q@JBd@qLi,^6S%n@73`&Ly GTqq\ۅBr2 YCu#Pdn@%e%xC$!ۀ95>r sv.2e*&ڭ07$iDzgg^j_ nb 0O+hIq ;2Rt Jè9b$̸{_O? 3ݨk.(,+{mIs|tEfi7 f^ }$ңOٴqRےXlQsHY |m\}KXF:騝 lZlIh.yR{\t/g"9dAy OjK31 B֍ (%Sk }t wueX: 9u.eO&W}sxG%%/i$:q3h\g&~M _yY2Qoh5} ZO2G:!"G:0@Sΐruۉ$n ի۞Wu6k' F#:-Avo'e D#MW[9 lщZ8cR">7vdIPT2Hm_ANiPi= ow LȢ.~q qpؚT9 7:L>jrx7Q<6%$N6=Wl,yx q^5jMBX NfNKɏe$")ǩB&{Ț)h׺&y_nwt998|fi[.#+[^%*#e!c7Mpz I?yWaou7X)"x` 1V̛o0^dgX$}7Nk^@S/|>KG|lw*쓀dH ,'^aq:=]Qw!#6R:hn@G'\Tz{QzX,xagq*× 8Pؤ>H+wB==;q ]E:H}g Ks̖g r饺4LYE(o|-,2v$&|##>>X 5z֨u-#^ANs@ F8k2|q :t70X6_p[Sٿ߱{N ML!_RoEѠ[oE:I>?9Bi?&;)~i͟aQ=;ktB*%h9S l€k|tH \0$ LJ9UW i p/P \l֒*g*Fxry ʓ c"Q,JUݣEQ* =0ly2cM儐W8茶J-nkޚHmףgڸ0x3-%t[=6,2dp[FH +i 4l]eϽ=퉥C: tXȦ3ROYi`;zh ?`I{dҀc ܯPاv/N"1Ctx8oyQ?Tꑟ`ʹ_͐`7ۜ⩧yDRkXW\* gQ(0aO։IARtVYpbc@mڍs`5Ycm`8 nsANm7Z Sk|-}{ Mi8k|;eсIktvD9(J'qp3ʇz60ٛlfEzMeI/(&֧o%Rn.>LҸhȽO{f Y d.iCVy[""c>$]e^>9߳h^P>=RRk` 2I%(цjCizzdZn xNH<Yw"QA:~ (M_+F|^Xk֔!SzgwSZ)՝1s/',GΟ͍ -)r9S0v\gB+0Cu'm ڱ 4kNYJb\ bi fKCjR3VZ_-Xz 5B2-0790ZS/91ʩ e1֥qx9 h0:a,VM[?z#OH0"['P>5~UpP:NBBm_C[qsF?$W Dls۬FF/ˋkT•;[~6cEy|mL_@Fδ9G}*-PLmyOoކ@S!)` jRɛd *Ih$oZeaPI~ѽ<9y.v{0nFnE`X h؂^n6oH Pv|?1 ,'hB5$M HޛKN9mouy6OX(`|gکCc0SdRw#5Z^NZoOe'P{.𠖳\]5bYBrOAѸքJQ"fԷr~AZ3<>Ѱh1kH"o}n+oFPǧ@K. p{'<ʳ]/2:ɞrGpٺM*v h: vX.E[ӈ>~ɥ!Շ~I )%M;&0'oY =Y/KMvfq|?dv:hҪΒwo(ҭ_O#"Xfs r[ سUؑ^S\._'U}Bi #Bgٺd}gk~=4$HCO8ƈՐ0\n>n{1JTt =x/vp)Q ^ذalH'&hߔO V!ݎ_$yqFJ7Ņ8M^_෇(M5 Cڶt7nVMۯ,h#ϴ7s߯ޥcgJ `Bו3r{RoP堣Y͂ ;ܕ^;($ KLjba6PQXAu~{aaq!T*@j)\+u7Ǟ3xqv ȣ  uqJxHB'vFjYB \-soUM /&%?ϔ?-oHVuepӖGTL7e2T1nJCYi:/){qU[ߩ/Q]5*X2p V5]jIr^\ಁmڴU@xmɡ.0g0PDo"6Qa몍>TBRq@<xkDGA` řW^0҉2[&޲+(@7J^M2 AvoLU:^W qya[|Flsq;)n\nu"3J.F;39l}$?0MvЊAX&h 5ZWnrQ5{i)S!/] V:M?f'񪈂zM#3杬Gd+U6@,#ڪ~ I{Kh*6ĺX ~GTGPFᤁgj=w͕?!p ] ĒuEKzCn<'h;zWeϖsc=&I)Ěs :JaqB'En#g+Si`jazۉ9@Didփ9h*t_,2Y,֣dحK`.@B4:;e.45x*RD}4ʏ72Q;j[)U F5߄'ʛI \i_6eWMuy_cr KRҟĺ^t}!^ߎHl{Lx+9 Z*fA]Aw~M9?6ٿ+RbϱZ# }}ܞÙrH}# þ?A>XwiÞ6Jt1(h_[|Cw&|FBb9=@!J[ddA$˦#p(p*̫F_搲 뎟eG2{ړćdOAt24'4Hns#Xu/e`bgCKVnVRH%39tuFsup30)KNuЄ&4u{ij SFDjZCP&5P^|MaqANzJJwzf/Dc<O(_[ ~2݄R&%"ćݨ۰ЎwQB+ c{2wȼ?r8:Y9˔y|~񕹍&LքgӢFEEs@CWDwlۏb N5" H?kXtum7y2wr@r}AS!Sӷt'.%蒻'/mꃺ65Y%Ãni8܊;F|(i4kCa<̊FIކŋk#Hl(2ɢcL*_v\B,~R/.A||A)D:P@rn'[^|O#'7EXfקW!Sˌюٸ|zB$zx ( 1[TP(4?lחr:MBSJT}L0w"vspug=׫xwP>#'&P:V'eº*؟%_ A]*IFM*-eէ;eYů؏weB0tCP*̥^A;xm &a!hA'E{/fȖDŽʓzSixyU[jЪ*IXߦFEFr(mx\%_]E!;*w[{?aK(E2*j"' 4j:mm*qb Hѭ q!_t2LL0u㗢}Etr44ު1*;B˫1.Ә\,dY%vr!p6R@pTi9?}ln4DF!ݘKVVyq_Jn=>68R!tQD㷺ﻚtB:Z2ˡפh^٭$@~q.K=[T? ~$BQ::E)X `GLy`D+/aݶm|wn 4e/!p.݀PlR+IkϴKt({YҥY(W<ψ*>}$›AJPome<#x M-67#ot t"Q<{}Gb-v=dГpŶCN)G_;^kmNlޫ8;QB/"A$:Ę06{OM\S$yܺ@\##ca)҇s . /?J:R^ N=(i5lԅZT9W5of߽)Ĭ\;%1cħ^App*9aBA2 DV 9@)*.ݺ |]:TSW<+Ǝ۝%Fy1\~8!nc~'EpoR`;ڊ*,+ lLɞ C/kq[p?Y/M3Ȋ;Vq-iCN7]+Kg~W`A:"ư|t:Ulֲzm0d?GUj{:!.?a"c?vh<\Sj/ݻ g4#v7V.m܌YnG! r#n܂6 ,uNAՆK2cTCvO vTuݕ y&-π3r*qnUKRލp*푭l}~d},'6Y@kUY3c!E EiG{d-r(,hqL0 VʂQ -ٶEni֯~"Ib1roJ0hr= ׸PB.KU_?%cޜL(F>iJP@ DS$8I(M(pB? *>X2w!lWk3^gv=q|/5};v?cBXQlqL2p5G!noidSi".Y(`+Hu& [¡]Jժ0uYڸMFG~*Q*M>J!hx6qQ=`h٬592.s`Vʐ*J[Q#MGAo/F4$4*Mm,Elm?j=3Gʒfiww%;+8l~-|V*a|QņlvϬHkӶ;CIݪVʆ~!͑Vؑx1MWw C GqNRޕ+v򜟅Žp|"8w\ɢ+LC,MÅUώsm$,gqȽp۽H>f¥OMVP:h-ÿx!s{6'҈}Z !4LTC/ mVE!j8Lpc}}ß9&{;Ljg-rvMuh ¶J2]ӑHsq<6@ݢ-f,jeKn#a?WLD]*cWhs03h '*ʹON|nBi*Mz͙ҁOT[b蚉?XXJ؜oF:mlx߄c$kRxHzݶi*G"pg Iw1ȁRPα5(gz]|0ȁz[,緎|=pbWREEQJV޴9f\eW KmT,Kxt f'^Z+k^]bxeWS.\*i%]˙|5XW S5e&w6;epOm]3x]y˯ $Qw![KRX;8o$uCE .Y|s0( FZ٭ .5W).-e5jAetFP>n9u2iQV6ݿtAAT+fԝ\N B?{Tw-էXnä[-jG~ņE=գ QN|W?P mAsZVua%!Hx;d4|ByMX+>cK'jӴ:Jqi\mp%Fo2 ԉK,݋E4.d>Xlzb0sZmQjuu# nhop8hcsQ3g02΢;M/Z؏N.pK0##KPռDvpU(ӟ.բ T#%A puqEUvHPY vN`qo8 g"̜\'ڟԓu?l-$$5洃O4*=2J|R 7r9x$c )bmKQДR}"μ17X66T*Rs*nR.jޑS0޳A e|y4RxHS\8pnn˔Nj/d,{v PbIYLh=.Gƿ/ݚ\ṆE>i9UAtةi i~BM `p4Aqdiq hTV](&tkNC#Tv)<ve!w('aapHN,k: K٬rR+`R⫦SSyZD9pn`DE5FDc/1_^D=$C\` X "ץͶ*]|{1{;SNN 8= ƹ䈻&,-=y㠏&FӨ`V?QZПoQXW?[pjQM2mP1}0 ^,MꖌuR˟lVni=@Мl. /-dK&c2 @,Yg ,:>+"G2-o Wt ߉c4drㄐsi'³%7< %㷤fu1:H^%4geR?JB#=}H`_O^σ,e X`zpkX+v/iFm3 st2UX!S(P#w(tVbX{ra/B6I[ vDu*ESG%Ep%շi& 8Di]Q}ZWZZ%o%h!XԋN~?bBxbƶ$ں̷^<%[vgWZ㺕h:hރ؄Y]\>fw,N1U H,Ml-k9WI Hȶ.(@lݽ$`~΄"Xuq"71ʢ0Kc໏[$e9-|S({g X z(CHŝ|?yfTh43gF''o8Gm#B[dϸ3fjܯ~\-)t҃KaskOjQ2OLpօ~d ޹.^![pkdt| HvabM^QЫeU#cوtLj=>zޝdTJ| #B@-n2 LEPsEw&We'qi?xf Oq deMzc >7oKZyiҥkB7xvuOyȢ$phi3dLWUa '3y=_7dw $0&3= "M>2*&Zwky=:O Fn֯9&i?:ꆗrЍ8#[@{OSJBc`SǓ3T,;&a;!9Z ({̘J據geg5u$n'ybkcҩ[J%oorjr\Rjddpi,af>9QK<3mT3E?/hiu=828ܔXjg٪p̑l$jz=r3M'c@8~k|NPCx8ݏ]XP8Voj]?O>I#:61Tc;^U/t>ҴMc sשqN-pUN㢡{w?}}qCW^Rf݁04"{"om^arn eѹSC.^|C*d_.'@9^u+~bEaoV9<~Gm\q^ȥ1ф٫XbN&@UZzeT #+d:}:nIw AlkAd*?#3F+h! |EV/SƼE@L܎Ol&w:ǯ|zuc y/$Gb>15?`.? ':VL/&8;LS,& Ɯ-W̒C;ttԈN&jj ݁_4iDF^^."Z),ޘĠH0*LT2 ]x%D1\| Yja^Z7)mZ;Od䓫^c`6a6Ăk dm92hʍIM;hPQ`y/yAL^Jgje[ Hj [D-'‚-g)w \VMD񝐲LĻz)q4#LfQFAB?g1I*R%'V8%иFyW ' ozIyvC@wJ||lah,˶srmqWd4wGᴖ fTHf@/xTJJN]iO mȅЛ/n w9Xd;A \^aZg='qMyu}>:yތ [ݭ0 ߥNz8~J@{R3S`yafy>Y_7Q{Q7 `ŁǑ )%JƬLUa N : HK'ZK Pv2S^mtb Bml:9C$ISy6z7y TRq($kL:h%ZH+H+ Ƕ ]f|"`?bN WC3H>1ߴ2ȣ70S xhۋa 'ؼخ}Xn.3 c%v(MdKoWp c<zjb܂Ԏ=],49]( jZyeh):5$N ϻS;G30B;kGl7\i5n@o쪾`8~Lf-ŗU [!n0. V=vO-%,Q4j  A G[.lJQ["^sӹfwQ00PFR{W:#U );V񮝕Aˠm:V,o=7dNyyZ ȚEs p&3-TPc}gQ*7V]rFjIL!kU| 7>IXWJKɆUfh˵A ķJ!]\;k<4X)WNÓW%#aw"+(ӋMnx-Dm\f 3$!F*Rg@y3{ݩ@#3dw% Ѹ.R)q }HJy|f5[',V0}h u>3<"Îqd?ÙCsT=|I ;KD r]@[9YzWQBIPƞ;F8 ê<"sACD-_%pWڑgTep|Ju?t/:c$ <(AUNr`j &jXCʗvAX}w1B.PWc=)D"?U0dS[ptwsnyFyH9Ўq9k;qvy;}I}[at[xdZԘ ܿ~h^4qvCbBQRqCU9͐ t.;ص:HMtVK6koy6{CA3@2ģj]Fg@c5uy+t G]rl9s^J>[.(,'%/෷+&fvˁVCFWK-Hz2akȌC[BF78;7GRUdلCek:.臱^d,9!_fh!/u&B$NVݯA7!ÂMG̱c˻ؔzhYp8FAɼݕ7oJYU@( Uک4J%úkr Qx4Eᑂ-7Höt#SKbfݲxNYx8>KbUBOCzQ#.PXOq]iRL\ _{mʍB{}bUƗȡ%?>S׿Lgr#Wj0B#8#Gƚ!J: p_tvQ|ˡ_%%3A H{j`d@ґ%~L TUFdS >`=Įznt[ԿWFW2tFI?E$y_B3q[Ⱦb5P#Ў/ I@fOZ2Yf S De+5|+yNV&.n(̩<5IjX" ^nW,g i Lug*#zOW_[؇2P8)wHq'  ^P__(o9OD\b B JN|ֹ[xc Rm?WCUCBc^Ċ)Mg R%zpc|F1NQV XtʻrX0.`I)6VmO*P b ʹddb- ۮ KS1% *=%fdF$?-  ;|Y)SQH+! L1;#Yz]}mJo!2/ ~hPZ4#5jש- UBtV Wp%nD~acš]WG |a^EC'"v*c% qU6 O-?h]ӥkUXRvF))? s)#h\~\=BW{?-eDQ3ڦ y^ZF06ĹXl՜]i.zMDl |zR?Q #)o1A Yn"sV9MpnrL|P.)R2MI} @)$S*=lrjQ3 k6)vٛ8Mfi't`Ȟ;* >Lg [5ІAru1_V$@}j)YagMUṴ*)Gmy5"ӪŒ8 9Kjl_Z6Q<kQt.uQb.$'f:BϤjL$?Sm5=6 LԙAWMYf`F+3/v_\s{bcuԍ\VnFB2B, zޤpr^Ê_S؋?U|ThmoYZ5okG6i:J/VֱK:2} UrZ{3i -.>.jZѽ:@>sXϚnolш^seȆ6l'>h+UD9`9OG7:OcS* 1O\3^݅)h`7,]RR7Udh Ý wb@y﬽~ /C&Z۝C;FRPV7=DS_{ cGt6X?L]j~\4NK](摄>w<\)wpkGSk/j!Џm3yLy:\!AɯC@bڡ"3'rF´Meex.SǦk$`L`"qwR9=_S"Ab\lf˅:w-z=>Mb $ߦ^Me}})U\4hZ% 'U)DчLjܴ:-c[t \+#vWC]UQ}dޠSFc]Bg΍-^&\ӹWA^b }-ؠ~3N632~Xq!xM}]Ԥ/_ L6TEjWauyc0;IxO |ul4O0,VB>jIb,Q%O"QO.U/%+ͺf̏8@7W:Z!iPo^BRjOeMx[F_.,t$.v6VCGt #JQ@C7YX"l0!w4O '7wNcX Uې̖H > ~ vR=y'&Y>婡Г[~& .;fT_f9K޹ 7gu4˅RI#Q3gAd_yV;C0EOLSwвe֚x>C _B oÞԁgΎLQ o#bETrX"[4ˬ_(h?$`τ h>oI4=7nڽE{)rA&zEb< ekbOgv…nM3;$1|9G):25g 5>GNKvUK2Īе)?ݍ+!> <"ˑUhrܾJQH+bl>J=?{N:sMU,.|?cjE]Uξps a"q (B'WP}!.*^k|~0T%8ZZ`,'4J1xT *xC1RW\ 8Gma@ 3Q[VEn~u%*d6 ]G\ʝ~8;0C2s`xbgM Қ=q\!qRCx/NĮ[aWaj#@3MFe/j9:'NH X2RsmN|y{P?h.[ކGI/=L.WzEF[(wQpQNJj= _QWG6j;A)\jKb<ܙFڰC~d@:x@^١i_03byP| h I>RK]߃ʜ|Ro1, =>Znk$Hh#eon!Jք[r``u-h!{V,O Y6*ٍFIn0򮺅Cm?%lgׄ]Zr "eafpz? ЙjOk3)[n\aQ::^Z~Hކ㷇3C853j$|&[KX S`T[v!ke\1rEZ8l._e"M &mJ&0UXlqpdج/PYn 0FPg7M]Ƥ9,(1X,Aׄ"2 %y`<ח,ϖ]sձEb9 MM9]/jۅC[Y<$ϛ\C+t@ݰ~Wy>T:.7i_ al0M*2+r /}dZe@`'JN[\(cf-[ke¢X=ɲ.*ǷO٤\l8 }W{d`V#{/,ac;emP`-tN ~<} z6ؿw5>=QZ^C/MEg`a;ƐPs$\d`\`E V똆8s4W:9܏ 5.ΔFSB`ɸyj{#X+e :*O"ɔM0g\g!e=}WЌCu ҙw ,4&LyP,$e! q})r / WD^TbtN#oJ'`@tfiV*iiie#:`~Rn .Q3e˫$~lI5`QqGGvC%_rGSoꀄӧ4sRu]YmfPn-\ Y?\iXE<(k8&x9yu V%֙Vχ#9(;ǾTP9 ."9̖%J㳱4TLft\.@E!uX3tSLkQ($&yEh.i >\kڦܚx?^tpD.Pk4 ZU9{`lK`[MUZFZMÑk6I볥M'G[BN/ny\onYkRN9Z߼8b g,jot4[vm~>CPY6cg}MgTʧ;Oɩgߧ13%Io uRџrW"٠7 Z_q]\yS#w2p10 >>55EzNikxYPݭZ6t4e x5vU_+@"P6GcD@Kk'([ a1=V׺^ 6sF͐ߙUΝ+$`]ŒW}T}d>Leխ@QrL6XX+y?wG")>,!^hPm@'Ք3־:V(kˈ*oEzz_>b.ky?3zˠRU=T6[Z81z{b,Qp>[jl)7%z J]Iy*<Uvh%ɓ */ ׉h'\"+04)|"m.]-Λ`ʯJSuM:@љ[dкQ)LKL@6ɰdi>Lw1 _@V{~bq9[C\<̙|+A#e&AhOZt¥zwytD4eȨ䪾22SܶHAjVX]fD`6GuUqpX R؂ YZ