libpng16-16-1.6.40-150600.3.6.1<>,ii p9|UM? E@=W!_7;(@D<3}}ͺqِ[h-KU1"z$*/_UžAyD8QaJ ~е!+XaBb9;}WbE؀c\":D.&; Bwb9.(?Kn;+W%*p3?oTH<yiG >#CJx9ʾ5S$l CQWj>{p Tk2m^:`i>@Z|?Zld " Y  #/Y_hp t x   $j(8.9T.:.>W@W,FW;GWPHWXIW`XWdYWx\W]W^WbWcXdYeYfYlYuY,vY4wYxYyY zZ ZZ Z&ZhClibpng16-161.6.40150600.3.6.1Library for the Portable Network Graphics Format (PNG)libpng is the official reference library for the Portable Network Graphics format (PNG).ii s390zl32SUSE Linux Enterprise 15SUSE LLC libpng-2.0https://www.suse.com/Unspecifiedhttp://www.libpng.org/pub/png/libpng.htmllinuxs390x簡ii ii 8edabe570a5b00cde72f0a838b9dc0fd954593d602584338c12d7f345109fe84libpng16.so.16.40.0rootrootrootrootlibpng16-1.6.40-150600.3.6.1.src.rpmlibpnglibpng16-16libpng16-16(s390-64)libpng16.so.16()(64bit)libpng16.so.16(PNG16_0)(64bit)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libm.so.6(GLIBC_2.29)(64bit)libz.so.1()(64bit)libz.so.1(ZLIB_1.2.3.4)(64bit)libz.so.1(ZLIB_1.2.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ihi2@i.d7dbdA)@cT@cT@c@c$e@brj`@`J@\@\r@\N\num_exif member from pngstruct.h and added num_exif to arguments for png_get_eXIf() and png_set_eXIf(). * Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf() in pngwrite.c, and made various other fixes to png_write_eXIf(). * Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1() and png_set_eXIf_1(), respectively, to avoid breaking API compatibility with libpng-1.6.31. * Updated contrib/libtests/pngunknown.c with eXIf chunk. * Initialized btoa[] in pngstest.c * Stop memory leak when returning from png_handle_eXIf() with an error * Replaced local eXIf_buf with info_ptr-eXIf_buf in png_handle_eXIf(). * Update libpng.3 and libpng-manual.txt about eXIf functions. * Restored png_get_eXIf() and png_set_eXIf() to maintain API compatability. * Removed png_get_eXIf_1() and png_set_eXIf_1(). * Check length of all chunks except IDAT against user limit to fix an OSS-fuzz issue (Fixes CVE-2017-12652) * Check length of IDAT against maximum possible IDAT size, accounting for height, rowbytes, interlacing and zlib/deflate overhead. * Restored png_get_eXIf_1() and png_set_eXIf_1(), because strlen(eXIf_buf) does not work (the eXIf chunk data can contain zeroes). * Revised symlink creation, no longer using deprecated cmake LOCATION feature * Fixed five-byte error in the calculation of IDAT maximum possible size. * Moved chunk-length check into a png_check_chunk_length() private function * Moved bad pngs from tests to contrib/libtests/crashers * Moved testing of bad pngs into a separate tests/pngtest-badpngs script * Added the --xfail (expected FAIL) option to pngtest.c. It writes XFAIL in the output but PASS for the libpng test. * Require cmake-3.0.2 in CMakeLists.txt * Fix "const" declaration info_ptr argument to png_get_eXIf_1() and the num_exif argument to png_get_eXIf_1() * Added "eXIf" to "chunks_to_ignore[]" in png_set_keep_unknown_chunks(). * Added huge_IDAT.png and empty_ancillary_chunks.png to testpngs/crashers. * Make pngtest --strict, --relax, --xfail options imply -m (multiple). * Removed unused chunk_name parameter from png_check_chunk_length(). * Relocated setting free_me for eXIf data, to stop an OSS-fuzz' leak. * Initialize profile_header[] in png_handle_iCCP() to fix OSS-fuzz issue. * Initialize png_ptr->row_buf[0] to 255 in png_read_row() to fix OSS-fuzz UMR. * Attempt to fix a UMR in png_set_text_2() to fix OSS-fuzz issue. * Increase minimum zlib stream from 9 to 14 in png_handle_iCCP(), to account for the minimum 'deflate' stream, and relocate the test to a point after the keyword has been read. * Check that the eXIf chunk has at least 2 bytes and begins with "II" or "MM". * Added a set of "huge_xxxx_chunk.png" files to contrib/testpngs/crashers, one for each known chunk type, with length = 2GB-1. * Check for 0 return from png_get_rowbytes() and added some (size_t) typecasts in contrib/pngminus/*.c to stop some Coverity issues (162705, 162706, and 162707). * Renamed chunks in contrib/testpngs/crashers to avoid having files whose names differ only in case; this causes problems with some platforms * Added contrib/oss-fuzz directory which contains files used by the oss-fuzz project - cleanup with spec-cleaner- update to 1.6.31: * Guard the definition of _POSIX_SOURCE in pngpriv.h. * Revised pngpriv.h to work around failure to compile arm/filter_neon.S. * Added "Requires: zlib" to libpng.pc.in. * Added special case for FreeBSD in arm/filter_neon.S. * Changed "int" to "png_size_t" in intel/filter_sse2.c to prevent possible integer overflow. * Added eXIf chunk support. - remove upstreamed 0001-libpng16-Revised-pngpriv.h-to-use-PNG_VERSION_INFO_O.patch- Drop png-version-info-only.patch, it has no effect after applying 0001-libpng16-Revised-pngpriv.h-to-use-PNG_VERSION_INFO_O.patch Both patches achieve the same, prefer the upstream version- Add 0001-libpng16-Revised-pngpriv.h-to-use-PNG_VERSION_INFO_O.patch Fix build on ARM- png-version-info-only.patch: fix missing PNG_VERSION_INFO_ONLY check- update to 1.6.30: Revised documentation of png_get_error_ptr() in the libpng manual. Document need to check for integer overflow when allocating a pixel buffer for multiple rows in contrib/gregbook, contrib/pngminus, example.c, and in the manual (suggested by Jaeseung Choi). This is similar to the bug reported against pngquant in CVE-2016-5735. Check for integer overflow in contrib/visupng and contrib/tools/genpng. Do not double evaluate CMAKE_SYSTEM_PROCESSOR in CMakeLists.txt. Avoid writing an empty IDAT when the last IDAT exactly fills the compression buffer (bug report by Brian Baird). This bug was introduced in libpng-1.6.0. Add a reference to the libpng.download site in README.- update to 1.6.29: Moved SSE2 optimization code into the main libpng source directory. Configure libpng with "configure --enable-intel-sse" or compile libpng with "-DPNG_INTEL_SSE" in CPPFLAGS to enable it. Added code for PowerPC VSX optimisation (Vadim Barkov). Avoid potential overflow of shift operations in png_do_expand() (Aaron Boxer).- update to 1.6.28: fix build issues- update to 1.6.27: fixes CVE-2016-10087- update to 1.6.26: Fixed handling zero length IDAT in pngfix (bug report by Agostino Sarubbo, bugfix by John Bowler). Do not issue a png_error() on read in png_set_pCAL() because png_handle_pCAL has allocated memory that libpng needs to free. Issue a png_benign_error instead of a png_error on ADLER32 mismatch while decoding compressed data chunks. Changed PNG_ZLIB_VERNUM to ZLIB_VERNUM in pngpriv.h, pngstruct.h, and pngrutil.c. If CRC handling of critical chunks has been set to PNG_CRC_QUIET_USE, ignore the ADLER32 checksum in the IDAT chunk as well as the chunk CRCs. Issue png_benign_error() on ADLER32 checksum mismatch instead of png_error(). Updated the documentation about CRC and ADLER32 handling. Fixed offsets in contrib/intel/intel_sse.patch Changed integer constant 4294967294 to unsigned 4294967294U in pngconf.h to avoid a signed/unsigned compare in the preprocessor. Use zlib-1.2.8.1 inflateValidate() instead of inflateReset2() to optionally avoid ADLER32 evaluation.- update to 1.6.25: Reject oversized iCCP profile immediately. Conditionally compile png_inflate(). Don't install pngcp; it conflicts with pngcp in the pngtools package. Added MIPS support (Mandar Sahastrabuddhe <- update to 1.6.24: Avoid potential overflow of the PNG_IMAGE_SIZE macro. Correct filter heuristic overflow handling. Use a more efficient absolute value calculation on SSE2. Added pngcp. etc. see ANNOUNCE- Update to new upstream release 1.6.23 * Fixes a potential memleak in png_set_tRNS. * Fixed the progressive reader to handle empty first IDAT chunk properly. * Added tests in pngvalid.c to check zero-length IDAT chunks in various positions. * Fixed the sequential reader to handle these more robustly. * Corrected progressive read input buffer in pngvalid.c. * Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch. * Fixed undefined behavior in png_push_save_buffer(). Do not call memcpy() with a null source, even if count is zero. * Fixed bad link to RFC2083 in png.5.- update to 1.6.22: Added a png_image_write_to_memory() API and a number of assist macros to allow an application that uses the simplified API write to bypass stdio and write directly to memory. Relaxed limit checks on gamma values in pngrtran.c. As suggested in the comments gamma values outside the range currently permitted by png_set_alpha_mode are useful for HDR data encoding. These values are already permitted by png_set_gamma so it is reasonable caution to extend the png_set_alpha_mode range as HDR imaging systems are starting to emerge. Restored "& 0xff" in png_save_uint_16() and png_save_uint_32() that were accidentally removed from libpng-1.6.17. Changed PNG_INFO_cHNK and PNG_FREE_cHNK from 0xnnnn to 0xnnnnU in png.h (Robert C. Seacord). Added INTEL-SSE2 support (Mike Klein and Matt Sarett, Google, Inc.). SSE filter speed improvements for bpp=3: memcpy-free implementations of load3() / store3(). Added PNG_FAST_FILTERS macro (defined as PNG_FILTER_NONE|PNG_FILTER_SUB|PNG_FILTER_UP).- Update to new upstream release 1.6.21 * Widened the 'limit' check on the internally calculated error limits in the 'DIGITIZE' case (the code used prior to 1.7 for rgb_to_gray error checks) and changed the check to only operate in non-release builds (base build type not RC or RELEASE.) * Fixed undefined behavior in pngvalid.c, undefined because (png_byte) << shift is undefined if it changes the signed bit (because png_byte is promoted to int). The libpng exported functions png_get_uint_32 and png_get_uint_16 handle this.- update to 1.6.20: Avoid potential pointer overflow/underflow in png_handle_sPLT() and png_handle_pCAL() (Bug report by John Regehr). Fixed incorrect implementation of png_set_PLTE() that uses png_ptr not info_ptr, that left png_set_PLTE() open to the CVE-2015-8126 vulnerability. Backported tests from libpng-1.7.0beta69. Fixed an error in handling of bad zlib CMINFO field in pngfix, found by American Fuzzy Lop, reported by Brian Carpenter. inflate() doesn't immediately fault a bad CMINFO field; instead a 'too far back' error happens later (at least some times). pngfix failed to limit CMINFO to the allowed values but then assumed that window_bits was in range, triggering an assert. The bug is mostly harmless; the PNG file cannot be fixed. In libpng 1.6 zlib initialization was changed to use the window size in the zlib stream, not a fixed value. This causes some invalid images, where CINFO is too large, to display 'correctly' if the rest of the data is valid. This provides a workaround for zlib versions where the error arises (ones that support the API change to use the window size in the stream).- update to 1.6.19: Fixed potential leak of png_pixels in contrib/pngminus/pnm2png.c Fixed uninitialized variable in contrib/gregbook/rpng2-x.c Fixed the recently reported 1's complement security issue. Fixed png_save_int_32 when int is not 2's complement by replacing the value that is illegal in the PNG spec, in both signed and unsigned values, with 0. etc., see ANNOUNCE and CHANGES for details - removed: libpng-rgb_to_gray-checks.patch (upstreamed)- drop unknown configure switch- Fixed rgb_to_gray checks and added tRNS checks to pngvalid.c. + libpng-rgb_to_gray-checks.patch- updated to 1.6.17: Corrected the width limit calculation in png_check_IHDR(). Removed user limits from pngfix. Also pass NULL pointers to png_read_row to skip the unnecessary row de-interlace stuff. Implement previously untested cases of libpng transforms in pngvalid.c Fixed byte order in 2-byte filler, in png_do_read_filler(). Made the check for out-of-range values in png_set_tRNS() detect values that are exactly 2^bit_depth, and work on 16-bit platforms. Merged some parts of libpng-1.6.17beta01 and libpng-1.7.0beta47. Added #ifndef __COVERITY__ where needed in png.c, pngrutil.c and pngset.c to avoid warnings about dead code. Do not build png_product2() when it is unused. Display user limits in the output from pngtest. Eliminated the PNG_SAFE_LIMITS macro and restored the 1-million-column and 1-million-row default limits in pnglibconf.dfa, that can be reset by the user at build time or run time. This provides a more robust defense against DOS and as-yet undiscovered overflows. Added PNG_WRITE_CUSTOMIZE_COMPRESSION_SUPPORTED macro, on by default. Allow user to call png_get_IHDR() with NULL arguments (Reuben Hawkins). Moved png_set_filter() prototype into a PNG_WRITE_SUPPORTED block of png.h. Free the unknown_chunks structure even when it contains no data. Fixed simplified 8-bit-linear to sRGB alpha. The calculated alpha value was wrong. It's not clear if this affected the final stored value; in the obvious code path the upper and lower 8-bits of the alpha value were identical and the alpha was truncated to 8-bits rather than dividing by 257 (John Bowler).- build with PNG_SAFE_LIMITS_SUPPORTED [bnc#912076], [bnc#912929]- updated to 1.6.16: * Restored a test on width that was removed from png.c at libpng-1.6.9 (Bug report by Alex Eubanks). * Fixed an overflow in png_combine_row with very wide interlaced images.- updated to 1.6.15: * Avoid out-of-bounds memory access in png_user_version_check(). * Fixed incorrect handling of the iTXt compression. * Free all allocated memory in pngimage. * Fixed array size calculations to avoid warnings. etc. see ANNOUNCE/sbin/ldconfig/sbin/ldconfigs390zl32 17684925381.6.401.6.40-150600.3.6.11.6.40-150600.3.6.1libpng16.so.16libpng16.so.16.40.0/usr/lib64/-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:42239/SUSE_SLE-15-SP6_Update/5d2c0ef19919e1ffc559527d949ff599-libpng16.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c000c236cbddc2ca8e428333e62928012842877e, stripped PPR R R RRRRRR RRKF4[2ڗ#xŧ$(0&P@" qRe|hsCb (75 @,07zfx6#N5g!33oaz(*uAC>U'_x4܍KۆFYM 7f^ΉM<q(F% h_ﲈ4Ⱦ3;y>xA[)@ke:hm w4|JbGLҵVXj?j\%)HW`xGi̟1D4ylE"'#@\dP{EGȍF&FI/Uu|Ϥw R&L|޳1a *ۊp]`jUI|*AƤv[tP(^. %0=։h# $*&(r·Msȥ<z<>9]Y u{KQ1 ^nC-yymMȅ8 sG7REUb:f Da4W;}avt5[O[_f>6^〶|Og/e5L RLBZ6 Te as5xCY+*Ohv%[%eJ| <3F$e~soMOvMƘ ̍ '*3|F«ur J6@*B_y-`O A%p_}]; .s t(Y[/:^MM{Eer/q^;9b.יnI&=lLJ#O^v *eT jMVB>9) K7go $ ,f~.{7"kucbT!D7:]/A~3G%pe ˜DDq'.zp l)S7@%xW`%_oL}B0mǓ**޴5 ]B .0/m-C_G_f~Q\AF5J¡8HzmktƐR_-|ڍ Α/z:D)2 "zx &QHpOI*P`G&Fw{z]O;ADBT 7p{*UHs[l ٞ=UW(h&h $Kx$sr>vE*I.!#Z#VJqv"_&yv삋|NT9{Sب89u{Ӝ'M[[ ʶ̬23YZb1S2wӇ:8b4b%OvY){?}u-}z0Zd#h:v>j@T,qYna.wp1;ވ.u硶+s$t';/K@lFDR7cNVx/ꊼxdMȖ~cD &qܲI<0 HM̂glzze^1x(6ttl(ȧIJ@[J  whHmh F/ZC`q:dBb6k_= UQ=kCr<7 t,I)^pÝJ,fe1;Bo#A?ͻ5i:x,WAI0#$?EFܮdC!=7`cW_S-". l *հ<5NWUUq11WO+0}+gݒ8o]-q ͖gdb(ܙ;h0>="oJp[÷$2T\CVʔݐqB@F$ )X|;}zm龪y%~Ϯu֋\0nTG8]ZSXu|.gR&d`n+fвv%?I΀gB3< 7wi^2ToGo;uqa(^k8[s.}dQšV3u;8sט G̈́#d􀿽ZԂ[&3(18ӛ''.tE~/qQe;Cq=9Asv i&+ϜH;5=To}"q@j_ABZCQ*0&I? x.]n&Y}R] cf)ҜX ps{ocNh~ @hB k߁`|׌+U(mUqR\=@K=]j! }4WUObxpomiABn 'V (0ey8K<8~?Wkr6[z܏\04&O8\lMLav4g/@'oIOufR9ЙCc,NHF;y .Y J"_?r1vM)1yW*qaa:.ABO67AK [WY?u~uA* F7w˭Y4K2̧m/?%{aŁvíMeiIvCQisC2ELqeGW icf ]F`P}0$;ݷ ?g w ѓo \yӾzk-yN9Ncuz5t%ɣ0uEV=àNR 5`xӒZc vLjĬ1gB.ZJ.7zumUXJ)%Oء ΛEg$c!FR o#&]Kn+]Tv9;7/w7tp1Kn,D>wSC=eۿx;LT{B"ͥ0N%O܊?~6ZØؙtYIWBK-onWz^8r$L'r.bɾZ8-10{j#W$`Xm &)3 8aF6Љ)=Unz0R(Y2_p/JX'ur>K4/H!^ 咐~[7)ee"wjwR{ ]lհS~J!lB,!dtȫ'd6҂goWʞ,8Ԋ1fH9ckYZ7G՘ǘaqPhgu-] +*Hkx)f-~$0AT O0aAkNKI"8^5nX )'xhWPo!!nwVIL0 rz`BEGtFaY ,s K%ؠ\ IyQ dgi`{NT>w]=8x;U?|oڜF?ۄ %wlL&\ˡAwHjT^!ӕnrK[Ey.3k\VdN5L[*U:w|7l !~Z%Xn)cO.m0='WN?$>.IsY]gXFֺ$v.b\gjS:t4/)׽$|MNl;M9,ݹ>RV=iqUƵ6W8fC75PcLS=*XDDp l4D"*/fݱPQ(FwL2 &$  S@.lWɏDnjr@C&> T))) #"QU!Aetr4t|ѱåR [c9-!6 y ho]?;q1>@ِEnx:wJ:%@ZQ}\e+yzjaSa q_2tӧ$cUIbeW/{ ȷ}<t{݌U~JFyh-µvO6c@jOO4rL璻 LEf6Ø( c=Ƕ(:?ê;/9Թ TY7OY5`rv|*v,L%nW&b{§ 0NmVؘ^c gO/UAeGU<ڹ(@].'u L-7WЁ/k3hqL[ MYzx;W4ZSyЕam;7, 7 ^z>Pa `k^W\  0p}9wj7f / ] y%]鵌&VM)(5M•I~l{Yb GlV T@SVFm?<-#L}Î` >u5~rmgF &o5xx@ƴ&aqQFH{W Oiy~jd&Nt5[j~b,ݧiG0}mR2 VhSIZ#F꺡]ĴbBC;9x< e>4 !Vnc{_FwL2Wv}!-vU(^AОTZ Б6ⱥ$g"bj koQ&]PoS/iqw Cs mcL@O鴗 BA|vk2ek&)#~xXc; c˹$[O4Fuf{F,)t܁)H}˥zAҥi._:. 9 Ә9r4(ǫ.Ԁ;'# @>(E{>!@ 26'B1~6Pj@?G;[PJ |eaz(nxqf<#ZIDe|+mI ")`k)tdZV N_:K8@۹垁ކahD?[cw Q gHxL NթIou71Բk$KLK\WMJf#LyO{O Wc6):pO1S#d #<46l'a δJ(%n t;p'K֌+/n-goȦڪIt! "U].j>8Cͨ([ Qn(w\;,I "_`6)@k:oɖHX ד;I'p:]R*3XHET"M<|C뉌^p3 8 @3WHɐ{NvDf@2Y7R1EpMlϘdEvWK3xOި]d~Vϼt;9Im#XMP$ 82ґ,Q;B_Qm+OBÁY/; aB?!vҢ_sS)p>F*U T7T359? ׊h41,C*NKGhTd;x ~ "\NWOC&H|s}P= +[W^B(GpW?-ƇfN󐻘J'>ճ@[9 {#,Ŧ>w>=HҰ[KR̓ )hEy*8DFa_2Sxtƞ8\3iYz<]œI ^u[Ov~Ԅ នmևk9p V+9Fη#]pP=͐_1!?֔WZVnovZkqk)]GR~1tTVRz1lZ8ۯK0N !j"ߗ^83J^j}%dRH LU-̄A%MIP)@q/\P^=a܉)e]͵iqYuS߇u(Gƭo"s]. M[l(EF;P:.dBEZX]/dYF}olQQ(=s>6j'8Gl_}򺝼ԗ . Tʰ[ƍ`О!iSK=<ǀ' Z[ o@֐)8C xSe`ălEz)N)S~E-zmCxs}ʥ!m qJ1}^~?edztA^{`Y dZû\Us-pBgqvBP+8Ls(yćB8E e0־-1ɧ#Ig-6:?\"+2\Wk^ăR>#z@g^ײ 2:/k S7߳ӳ"*פpE;1=`!wJg%d>Hf]!閕k?Ys2PwF⏣>Su=#>)j'(3&{uUC;%hM0I WC)o>3.a>v}dT\΢em=^[d\&V5 WG W% oMܓ_J0ˣt<٣H"F@;Bm%RcI'CH {(vSK4d2!쑯1zY)ɤ$Gr--RX{BX>wߗ\l6c{ДнdGòhPPtjXڳt9˼:]/Q)Yb`P/ E_?:X\ ]p= FħƟW܅(DpN}+Κjju3NO>W7+II|@a>ӻ ;7v& ɹ<&'teH7e*] ?cIg?:W)6>X_&ХL# ?-nPlM8YAk𱢀-ߡK+D9NYÀZ^]%{U/~%ЫJMawQMG@RAH 9d6\qt󹵭_ ܣQ5[HʚX6z7~tZ"~حe1V|Q"*>8J]_YodNqLGySw5qMzQR6'xo(OQ(dkHj= @Nw[p` QTG5#E;-J0ǚ G*@(՞*pNX`Ydw(Xl&eFɓIIXU PJZlк+B 1Tqo(A;ۗKu:hLσC0q3ɪB!a;ߕE׻aG*szM#mtp#q8"j a v"7 Rጣ>C5Pp9r>@ N, ɲ<9DpyWHmPV$Mc\&Y5<{nXuQnj(R{ ng >0/sc8ZtSC ʗ0X¤d+0V֋p)K]Ї'}$JV8ɿT)Om!*@Ig)kK \Ga"HQ[&qxKx,31ikpwXvP.)XMxR( ķrbR޺:E`21x-KRCMԠ&sYQ,o{ܮ4!6(N֬H3z~+}emİM/1\ ͞b0ގ]Y[ ]0m^=LR?O]6'xl7>)l.D׌\YTs79$+9,sjO7$En ᔿx/mY-Os1 ad`8A<B,aiy&c\vtY]06N^QyTj`ufQ ąo*3(+̻5][B.ۙ :?v[Rg2\ȣAӄ$**!qO}8.a)k/imd_>*<,%S8%GauYd?EEq)*gWZ}־mQްBL* w Sj35$%9dV1Q 8P9$~fn]bmd#!0?+dہlEM t0Ǵ}KU'"ymX!ݵU%~oll6Omv.Soh!e.e`PM2D Ѐ{ G:1haU b5[dGF 80:8,4s9'>'~^CLt4gWYIs,*)ӑfNjGx-   A>`F{/rpG}Eq.+ UtH{v١ 3v{iHI֜D/{2m= 7a %]pycw{Y/ڗv2ډ ЧX^Ks i7"#bQ8X7y dJ=aƦ! GH`$bht%K3kk5+c쵵y x9SФ(J`c% +q2 hR ]_[gL;2>gvrL=X AI2Բo>Z)^ qo,>(+>t"$5eZݲ?]&KQdBX@UE8xSsd7<-bq!f#%q` %Ьmc1n=EkH<'߱/ÃNI81dVMSq̨mYxyler%Tbͭ?p`]aKa(ΚؖzL#RylMWN4mm.Xia_GOFћ+T▍95t=. RE'%HNX  ;KB)fM-xc 6r1&@xژ&b35]HKqksѤuS"Y>w[`t ĭYUē h>P0BI&$LG 0i2Er2Wo7ExId:_X ą#ݟ`` ,<ۃې04B1DޖՒ9:^lͿa/{^KŽj#6='m"dZ j`a%sz%76cgdԶMP1 U=~`8S:%k _ i8x\}yy-VH^3l`9밒9Ϝ8DvɅcs :ur :&UihyKb)%FMy99>T"]]ھJvy(GPJaEm86W&d/.ӷP'l@ o%*?~y-SߜXZ7 JH\v r@Uo?W]-yp…h+}3M֟ubj+'ȵc'ZUHm0/@e Y c\NGFЇBm~<@v,~<P"paF}0o,lcdY82-5r {v7?/? S$`c)kʐ1멐9@(Z+ /R(*:!tNIywoOvX4/Jb{,/)RNSDZA2FetֳftACƁHNKZ_@' r.x)l^)L2IՐ-K}NzsZ/gMrS (m fA[6ֻ^^.Ldq)h$/FŇRh!BfbqZ-H|H=ƒ;M]t=0-NEB 8tYlwÆ2~>ݺ`&;ei `U(6 6OV {ZZ6iGj^/* %7hVQf(MK,8f|7CYT iƋ+5f8syR{F;KоoB=j(&/jcOwGeZ+G$?a &+TU eb5k[ؕ^^>td{k`I5u}; Knhw퐈:1T/C؁lB\p:dcG *GA _(8;ca [Mқ;uMXVdJ#Uw$Ɠp̺PԦ꒐Ko-NO.&"%1*^ӈxڴs[(.|6*7JccnL-)Xg˘}z&*}P ;*MMHhY}.bXʫpV/I٩1#Xjߴx.rGU=}9F`kN$ +&}Lx fLIM μ?Km3:5Ea FoU Bb~aWmpr,zJ<:#x°塋1ǪvxvO dN8E5z5$ i 1AVlceq'++I/j?nC'w~Y8{fݟ~^87UA޻,c^u“7y_wJ)B2;>10-{zԫe#ɿ?[ջeN_b"Гl|Ȏ06bݮU /[tM˙nyM0ڗ+"4B=҉Br5 ߭M%R(-haa tg0$,>*\YUpL;Fڅ &Y(#Tɐ}ȐC5 k3Cq 8q;F6`l18isl?H_\܊<άxiysr>FSҨ8H5bHkR]Z 5nTτ΁j=UwogSFe+>6{X ` PNS6tؗ=q}"ĕҠ܂ N |{ZPW`gd-y^HCM3rMU1vp0=L4Qة%R{\J z/?N>,Sk+Y>BtК8Ύ @ChZ*1vVlhZ^[hXYZPdˆ`#]ydr{X?O&TR5Dw3J* Gs2IZW*LwP%),!Redbߧ~ i f:#?H;w I5_:q91#o߹I "P1O2FVv(Αé0| ,)}:#d-3iyf lH83]zfxfU I*[ÀP@h-202BZIU5lR_0qWۣ` վ4S-^M:Yޠ\;ȉ?eȀ{,BtZk1(E[zvC {F*O (Q3a1?N%KfKTU q/~MأrX2RtUv | @&*2pjf㉎ry-.O|\Ⴟx-WG-aa @RF9gYҲ?<Gƭqqr##;CEI-6Ob bj On. :jxy!Dꑛ'4a;*usd7S0 ȱA5'bƆU ]uHhw իci`t`A w&<)81WyZH mSEv/Soֶ"YC4N&4,邴*m<9hSkP S=MAB=?װOip>I'abf֠.mt(E! t;<4(ĺ_sB"m/0] 0Z Pr*9x@ dEB@VQw0O@= jw^yPO;d^,]>D<@bF\`?a:85h6$ـ|8vVUi.1~8κNRg6bЊwZ$0_[KA2S֟.3m?@JKCV%Sp[,nҭHEjp>ݱ>&ǂ6fC1 _ۭ ׫,9\*HVXLә!@oXJ ((V#.̃ddzoA"Zz ^ɃvP}~Ipv%-wמ hMLlVrʉ旂/SL81xPSkz, (+Z2MW!ݑ&}$ #w{Hlh\R޻0o4tZ&tMLb/r 'ru4%  %By En6Q% l#OWEV渃K<_Xf+9 V|ߋ91Fɸ=GaLj%n[{K:CF,+tWo)KBMqDu!󛤏 c3W7RdzkF߸[N[ LHn Z =77ÅZ5E,M1$Yi,55ĔeJ'wc">z k˱~7pr, @Ug3x8=^'$.M@n"'BW j%MRv9H$m!kѷ1џ͗Km <>dȆO7)#P641 X-2-B\߮+d3=.A낺(%V 24{דRKQJOKjSK pZWgkӤ?m[f_FјQl'I(Tó[M-}%;oKHƾZ*5CP&M)Mvyp?"1R\Hd&5/KYf<41o2 kL0sp~ȭG_(rx=A< 1IN{`oMOH Mh@ȗ_Iѣ@=4J#7Yd<>mR7LFDi=ᚹ)"Eh,VӮ$:&@bD:fGn1A[ƺdb7@*.'Oղ"Dpӭ#iˆ*r@'0bPƠvIdrԻf2zyH M9w^D;^ \xʩf.p*KL V_|=8['P@D͇&[5Βn#ʗK6WA(}͛9a]ZP g :# EzjNwX5Gm'򻝔ֺe1ۋ)~ RY9{zF^|~5ȡzc2+t?H-i+n@ʊ5&rLC쥜?U*?[{Ů8N[@ȶ YZ