libminizip1-1.2.8-14.3.1>t  DH`p[Z/=„X0xiޯkA/2j Wi3@'۟ PN˸w*w=CXn<'^ ieUd&zgkw8ߌe;ڤ)gt!!J)$-@!Dd ȘR-GǼ><&?&d  G    * 4 H  (<x   (8*9|*:*>"@"F#G#H#,I#@X#HY#T\#p]#^#b$'c$d%Ve%[f%`l%bu%tv%w&,x&@y&Tz&pClibminizip11.2.814.3.1Library for manipulation with .zip archivesMinizip is a library for manipulation with files from .zip archives.[Qlamb19%openSUSE Leap 42.3openSUSEZlibhttp://bugs.opensuse.orgSystem/Librarieshttp://www.zlib.net/linuxx86_64m A큤[P[P[QKy5Ky52436c794d471cae382aedfa8b8cf576aec302a2b5e19af31263ce77260dd49d0ab61e7d58c5c7114a6c531ce36ccc3e5libminizip.so.1.0.0rootrootrootrootrootrootrootrootrootrootzlib-1.2.8-14.3.1.src.rpmlibminizip.so.1()(64bit)libminizip1libminizip1(x86-64)@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2ZXD@VU@UUT$QY@Q2Q5@Pf@PP5@P{O@O3@NNU@Nǚ@Nǚ@N@N@NWNpMMߒ@MM4@M'M@MTM)@ML!L@LcLa?@L(K#K IItchvatal@suse.comtchvatal@suse.comjengelh@inai.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.commvyskocil@suse.comidonmez@suse.commvyskocil@suse.comschwab@linux-m68k.orgjengelh@inai.decoolo@suse.commvyskocil@suse.comjoop.boonen@opensuse.orgjengelh@medozas.demeissner@suse.decoolo@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orguli@suse.comcrrodriguez@opensuse.orgdimstar@opensuse.orgcrrodriguez@opensuse.orgmvyskocil@suse.czcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmeissner@suse.demeissner@suse.decristian.rodriguez@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgjengelh@medozas.dejengelh@medozas.decrrodriguez@opensuse.orgmseben@suse.czcrrodriguez@suse.de- Add patch to safeguard against negative values in uInt bsc#1071321: * 0001-Do-not-try-to-store-negative-values-in-unsigned-int.patch- Include fixes for bnc#1003580 bnc#1003579 bnc#1003577 bnc#1013882: * zlib-bnc1003577.patch * zlib-bnc1003579-part2.patch * zlib-bnc1003579.patch * zlib-bnc1003580.patch refreshed * zlib-bnc1013882.patch CVE-2016-9843- Trim descriptions to fit target audience. Update RPM group classification.- Require zlib-devel in zlib-devel-static to fix previous change- Bring back zlib-devel-static. Needed by binutils- Remove zlib-devel-static, nothing should use libz.a anyway. - Package minizip library, everything using it should now pull minizip-devel and unbundle it bnc#935864- Install examples to cover another angle from bnc#890228 - Cleanup with spec-cleaner- zlib-format.patch, backport missing sle11 feature back to openSUSE bnc#831880- Update to version 1.2.8 * Add new inflateGetDictionary() function * Fix bug where gzopen() immediately followed by gzclose() would write an empty file instead of an empty gzip stream. * Fix bug in gzclose() when gzwrite() runs out of memory- libz1-32bit obsoletes zlib-32bit <= 1.2.7 (fixes bnc#806310)- Add zlib-devel-static to baselibs.conf, needed for binutils testsuite - Migrate zlib- to libz1-- Replace %make_install by normal make install; the former is a constant source of agony in older or non-SUSE.- buildignore checks for now to get bootstrapping working- add longest_match performance patch (fate#314093) * suggested by IBM, sent upstream - rename the main library package to libz1 according Shared Library Policy - profiling build can be enabled via build --with profiling - use the human-readable package description from zlib.net - add rpmlintrc- Update to 1.2.7 * Fix bug in gzclose_w() when gzwrite() fails to allocate memory * Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen() * Add gzopen_w() in Windows for wide character path names * Fix type mismatch between get_crc_table() and crc_table - Passed the spec file through spec cleaner- Remove redundant tags/sections- use configure options for library paths. Also fixes the pkg-config file to not have /usr/local bnc#738169- zlib has it's own spdx license, so use it :)- Do not include the codename in soversion.- This is zlib 1.2.5.2 codename "motley" - Fix bug and add consts in contrib/puff [Oberhumer] - Fix static-only-build install in Makefile.in - Add libz.a dependency to shared in Makefile.in for parallel builds - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not - Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense - Make NO_DIVIDE option in adler32.c much faster (thanks to John Reiser) - Fix zlib.h LFS support when Z_PREFIX used - Avoid deflate sensitivity to volatile input data - Avoid division in adler32_combine for NO_DIVIDE - Clarify the use of Z_FINISH with deflateBound() amount of space - Use u4 type for crc_table to avoid conversion warnings - Apply casts in zlib.h to avoid conversion warnings - Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller] - Improve inflateSync() documentation to note indeterminancy - Add deflatePending() function to return the amount of pending output - Check that pointers fit in ints when gzprint() compiled old style - Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler]-open file descriptors with O_CLOEXEC but only in the· gzopen() case, not in gzdopen() as that would change the calling application' semantics. It is responsability of the caller to ensure O_CLOEXEC is used in such scenario.- cross-build fix: use %__cc macro (not %configure, this is not autoconf)- Use __attribute__ target in SSE optimized functions so the compiler defines __MMX__ __SSE__ etc, this probably only matters in 32 bit. what version to use is still determined at runtime by cpuid.- bnc#652333: Change LICENSE text to not have version, which changes too often and invalidates the text everytime.- Fix two bugs that will break ia64 systems only.- fix bnc#679345: zlib segfaults when passing NULL to gzopen * return NULL checks back to gz_open- Update SSE patches, fixes bugs in PPC implementation - X86 improvements.- Update SSE2/MMX patches to their current version. per request of the author. * This are integrated now,including support for a number of additional archs and fixes ARM patches bugs.- Update SSE2/MMX patches tp version 3 now with comments,performance numbers,and ia64 support- Update SSE2/MMX patches to version 2.- Add highly experimental patches to use SSE2/SSSE3/MMX in zlib this makes the library up to 6 times faster.- do not use compiler profile information, as the testsuite fails when using it.- Add dependency to make it build in a parallel world.- use compiler profile information to make libz slightly faster.- Simplified version of zlib-lfs.patch. Should also resolve issues arising with various combination of LFS derinfes.- Add zlib-lfs.patch: Fix Large File Support. Patch comes from the zlib-devel mailinglist: http://mail.madler.net/pipermail/zlib-devel_madler.net/2010-May/002303.html- Update to version 1.2.5: + fixes bugs in gzseek() and gzeof() - Changes from version 1.2.4: + Fixed bugs in adler32_combine(), compressBound(), and deflateBound() + Wholesale replacement of gz* functions with faster versions + As part of that, added gzbuffer(), gzoffset(), gzclose_r(), and gzclose_w() functions + Faster Z_HUFFMAN_ONLY and Z_RLE compression for images and other specialized compression + Added flush options Z_BLOCK to deflate() and Z_TREES to inflate() for finer control + Added inflateReset2() and inflateMark() functions, the latter to aid in random access applications + Added LFS (Large File Summit) support for 64-bit file offsets and many other portability improvements + Updated examples in examples/ and updated third-party contributions in contrib/ - Drop obsolete patches: + zlib-1.2.1-make-test.patch + zlib-1.2.1-vsnprintf.patch + zlib-1.2.1-CFLAGS.dif + zlib-1.2.3-686.patch + zlib-1.2.3-visibility-support.patch - Rebased zlib-1.2.2-format.patch - Clean spec file using spec-cleaner. - BuildRequire to have proper pkgconfig() provides.- use %_smp_mflags- add baselibs.conf as a source- refresh patches with fuzz=0- added LICENSE file, for GPL licensed contrib files, however they are not used to build our zlib library (bnc#490107) - added zlib-1.2.3-686.patch - update license text (bnc#490107)- there is one valid use case of static zlib in "qemu" package split a -devel-static subpackage, please do not BuildRequire this package unless you are 100% sure you need it, if in doubt mail either the security team or me./sbin/ldconfig/sbin/ldconfiglamb19 15270917931.2.8-14.3.11.2.8-14.3.1libminizip.so.1libminizip.so.1.0.0libminizip1MiniZip64_Changes.txtMiniZip64_info.txt/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libminizip1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8171/openSUSE_Leap_42.3_Update/a7eb9decebde9e4e5aab64a35346a0db-zlib.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=61c573404a788c50543c99a395c60aaf78a4ef63, strippeddirectoryASCII textPRRRRRR^JpZ>(5?@] cr$x#^,T{.5Ȫytr'||ltǴ7Z=F3g|J@y7tέ4ؐK&W9sx2☛Vu8@M@7fׂ5 McpŇ}-Vo?{M'p y H2{bC/-rF'2@Y>^e6)y֢^c숵Zj)[4I2SOpŽW @ƤYey!h B$ ;G&Q/;/Ln@XQx|qzq5g=3I8_yb<9V._쵯>JO @Ɠl#?i>dӆT!grsZtI@a?rCA H}Pbf&B] )Nd`т>MFQ0ы1/B(ݛIc 2 Ay=ڰ$T8DQ:TWx_#Μ )=d@ r7rc! 4*O&x>hз{`EngiA_O{| 95$R(w;O3P#ZdȸOLܱ2PlS @l9dLXziѴ]8I[yA ՘|'''4!Ey4 ,F[ 0yvnNb nk8uha14*AC|E"vtȼ*F ; x Z4{{u||̾@@tm-pG0>$]Q@Qs3oVwXjh<5uv=d= tbiJ/ɱFG sx#mJ֭OsM,)IQmo_vV1Y{p=˲0 꼞3l^^'07桪'OCC=o_ͰZ?Try-h Wv:S@a:5)w4JQր9y>jJ׆cds}Jj.'O0m-䐎)&:C"rTx bD)1~-47}_?GިaA'p9p LT VC; #PȈ>%=7SF%䁭ԀN9μ hѧ^yݠBc5۟|.Tp`q ]tzJ|AQAs1#<Nhq @3sCBH{ȖvY aŲ-P%UT*kϣp]J|%swlLZJ-g/xDHS%g9 DwSs؁ NjfJ5 r{_3_Y'^ʯ%PXM1]סQ%&эq|Ζ9XfU;L }`]DB{@(tE85"= ݖGC i0qP=os&Azr鼾*ٻJ-JR߀VO([iKWyrT.48C'~hE\()>vQA~ƞKpWz `x_]VZlJB%}ꙩ-FmE7i+F$5LCS|Xse WCn^9F#Y;]IoKU1t[sᨹa'~5.}_k۹p=H[)8MPsX<i[n(0!H8l~&bk,иQF)CO 91%n}U7&55ƛz$iڕy_~2% M#KJvx]Jj{!<Y$+ (;|~uU)<1xfY(ȎNCy~B+^!!Fj9QMc$LƓөC;mGf2Ep"zOe(oՍhFۚ7{l)-li9UitT-;«^5*1hC<zc 6'yC{'Ex:,Kjw=2VQ7X Ph D|IFWdVF`e,yfEzƜ;gNqX}=/^㻧W:Lç leq`|Vޣ*!߬T霒<ݰXq8\K7΄<lGseG{Y 6s1BZIs zۙՖNnA[vrn7(tGH FMu+,6Cm( f}4+'YxU䉭ĺ8jI.S^T8SAF *93m}mؼ?JA-T|u( o <S= Ȫ#I9sq/_?&i"s}FmR2\ܪ7 =G,WriBl/AQ=n?ЊwBSLfյƥ'<0zK3Bu݊HಆW(Rs 5q99˂J:Sq~Q4!G;l۟ء(+lM.O Pɺ\լLbnS6X U6 &8rÞ>dUk B4wNsel5~@0l/TQx4G樕z`-(.m5C9vN<|/we62TJNIZ|#B Px&׻3*+k#I3U`Y4(~'H:\jNI_b#qzY?7ab,)&^b>% W`1aa~T2HKowsnG$Iۈ@?B3ɜˇmc? 3V,8}fl*N =oJfKbJcrNO l|0ݠz [hzZ Ƚ[K+z΃*/>ř$ @REPAiHL1bޚwWEDE. C@~ݾ^#+s3Pdc%@ż#ۼ:`[=[sѵ=)z|.(sēwz䜊h9z R'}ΗrCA2igpH"#'i>ѣߐ2&\MJY t(G# -ћF qGh.܏qOᨳGs[tw6ٰX 2K[)j8]{odxq@ݙ`Ui0V &BJH6m Uί ;㎴0)pfG~?X(Nz˽‰#.,֚o3BO:eY?D|t[ؤJt"ae K17J-]]`bޙs%*oIifm'14=a˽3M`SU KfN~n2q_^\j#eza{~ҝঀj UԱr$n^ߒ> -kM1>@#-S_S9ĝ嫨44†iG hD9QASx/cc)"g)O%6ْ?^ 9~S\o~e@('yU\qQ$e0T A/]plOw FE{!֐"H%eIvzYրO^m&3~H8.$'in"!cs\DB|m(4pɸځ&SbdH~I@J"c Z'oEzE4TQƙ껔Ŗ8ކY`XAXÕ= vҾ SF>7&%},#5A)vouÙBmb JCE.{)8q)ϖ!hfAa.{DŽЉMvu`ڻ]w8%ƥL^XTt[&=(5 3+gAͬ[ *϶k$7;3)31YTG5?DAB < 5Ϻ<3 R33#e!v|wWhb 68mQet>Z%JNo4mm{1$[vɮvOjttэSD?(ðn6#<%jt&vM|SE^#hzN^:GaU: bK>OwIwpgbn"_;* %#hΈǺyGkJ;*&`_b/cSTBx֫3W'oF9j5nNn䰻tQ{*0ySۛJSm#G v ~܂-_V0~QNe)K1(:IÞ%y8V_(cd8`cƒ*V 8q__EDA N+뿘Ț:oj/}Ϡd_sd)҅Һʠrěb0~6؉9=!3md CYS@󣢙tY\!ԧP]+YWخY<#Kڲu,P;:촁7Sz^Q!/a6Z;FdX}DoBI{sK{9 cl{'D/B hdXEpAOx)-l΀A s#aafL F@(zb/:c™(,3]fDs*RttI(K6J7Rzښuіc˸8};+w.`Oji&$jd&e6RN?Q\ELܘ+%@Ɩ9 r[}x*UwpFR%r҅錨 sᯮ$Εfy.Ө4s GHM#< LA%##3; OYYq.4TrT•\>%o4_tީf`<3+hi8Aׁ{"F"[e8G ZKIHrMX:L+{#[^CzLw2|^[!*ZZ)֧ӎɩb!.kQ4]B3Ϫ^T%- Y"VC?@(Ǿ9x7WVKAdjVX"wj.jUxaPqD3c~-@D~hǑr+17zۧ5◭Є`-|!A")XCIwQs$**,̒NT, ('6>.T Iv\$IS&dz3 >{6w0EhR7VD-B+R(muĂ?v|*ݼ<_ ^BAD%3SqUt@S3snaW*{%Η([ c{|ER mbݧ+(X.eNjdDWmnSsVN- d3wK|T%hmE"_gΩCUG׀<?kSxF$/Y)xtTyJ;mi.s槈As=]b{f5h Y6?R8w FzB,btB@kxhg#bn/{/^jKvg}y`dz9tZ/Qc (TG&(*|FrnjA>-o;2C]}4G&yRX~o <(Jg zg,\AO<-::O.qYo"gwaeCib.o\,pK850q^䓥BO KrhuhټjC&( N*FR)㦔F5Q~ ׃p9#Q|Ԓ׉&ƃGQҫVfqX(㟖"^ HiEuqh[>6E%O.>& T2hJ:f@Ǜ@wFj.HɌ>S??u-MN- $YtÕh+fvOs2,u$|1NB7.W)l3id)lbI6DuJ#7Kw s+my^w<0Ul7' n8mA$Sl+P玦zsamn \c˗:chl_`ȌY:wn-MXT ?F0ĺ,Ǵ RwUOsTf=V؝aP5&b܍Gpkbn9 H963;׮eKnj"O|Ȭ >8'()6ON{?R &s@eɭ/OiC|u nnZH(|,[`<|2#iz}ų[~rѨw%Dv0|bEfp>?e⟩< I.ch[UM:bű(NM~a-ɪOxJ|31}E (s/MFwR)FeV5OXK1wߙN}XV{<2Dj'š13xv$4p]W2%a) yo%zdᴖP=,];m9wN[4ADovkn %|{g+fʸiS|/=zF6M]BiCăc_U glȒ"q<~ rP;It1LK,s yk IXp8D(I"5=_B7kY:++^icQGWȫ `y'npTlll)VM:mbu;zJ}@O_9uDoY ֱSCr|rÖSXxS93ւ(xxnIXuSn:8ؑ}^Y\Ev]Cs3'׭2GrWYlsNv!{0Ow}ulϓ%F>@N#]*K qGpv*'02TϘ[=  5ȄW+xPȲZ\rώ҇e7okSpfz[B_T)M?v7cnJŴ6=#[M|U/. ]6p%JΜNZ-rOwxcy/rX2j R `XDI\4xsUk>ji ;i9 Pg#G>k`InE(ΣWZ)&][R>44# %@w{mV- .jl4r'Rs*T7g"ҶᦉHME+~ u`SJOYL(4AyZI&HrxDц &R1=vDl~UZ@qp> & 9 %aBԏF(׃\,d\o^|t!/3t wsѶaE:SqLY}ElWE+VlKI%brVjV T:17 \[=QJ#ٍF^-&=ޠSG#~K451-@~kl8 aVo{څ j>rܰ5+6OƘ;v6?3s^ͼLrIu/b)=^NWk{au =ʋZusX-;Y2vȆN'-saKPd,_.]yyNpiNc. 'ɨÁ]іjޞA@(q.EAqm"|)=Q~ DK4@=7/m؎6&Ne+⣓P t_ؒFᩑ'dT5[gCdD kߒyWMNe/PM*[N\7#YWytSƔki;>~H,~Xc]Zn9Z̔X!H>#}&PL^2$hoK{E7իV)GŘL#^xxokP?G[)qG=aW'YU~!n]hO !!'PP' ЎԬ~-yvSoW}ʿŝ K6<7j&^ySNM(rXy]=РV' `<| NN=Mt8m W;rj{D$${ ZN{Dʡt7A>g;bknEta4; YvjR{>HF)NSÓ>Lt  yD*[ݵlE{d*à1Òf'?VkYL;Irt&ƝZ_TۣNT(~ QclsXĈ8h (˼fi/pUFxi: ,(ϩJ6@޲J}D6NӲř1.V:IUQW=n ] T;"]6$*h@M7yyt13_'d_ 7,KwbZ#rOI66L|<|۲!NAl6[ ;Ѳo沱wSo(3Q1&$sK!|p9Ka5ЄkYo^^-WE$`YJ-)'٤u EgjRjs2̧XFm:q u#(a f5+M\a?Vc' g43eF\OnOfO9th~լ#b$ߤKM,bJI $-)4={m={D}n޾> Vg=OCZ8a'R `4bfN3Ik9TJO >; ̼ͮӑB *zbEGKjkV04:@쭘jnO5[GXY3h:t>|MI4Ak϶F\SF8%w6T=,ѶɟaS߲^Z|h^ڬYavi x_) jۊP(v6M'I}5ZGR߫0X"l׋ƿ9}2Wv;oN-<(o9͖Wl }JixW~ᯈy_](͏4Mr݉ymgOd7GfjX lqud\5̡BfȖ#Ldy7Uyqy[PZ1`WԫAd9h\t%1B{mBX'W ]_QF+0faԂJB%WŵaO<42C\6 sTNMzo^\jܠzZNmpx \KX"_;l ŵۗԔh%7 W}Psp+-ΠЬM5DZ"e6,m V>Rf }lt[F'9o7\IGYi̮UF1*8ϫV钛jQmTv_NkR Ä؈3>zRTJ*Xbʒ$ucFovŠI ;%~nT $&RyQS0+@^@#FS)᝗X6Z eL;x$`:oR50zW/Geǩ]- 0աBA:]ԙ)rLspMI:AYhv i7]z&zީi?}pMRzS竍(ՐL{:-J5}o0 (d ϸi&e,]??."}PO2D]FQG{ٷiQ|hD+[1f]VXeٷi5XCs4 KbGbVc**η_fqfq^Y>ߺOuaRiovo`bc/5)ǻ:ܮJgؠt1F?CY81i7/Z'P64KcN +(\ٳl o^'.%][HpjxW |%Pیq|r+?|w4Wd ca?.x0!0+SM?䗁$ډ|#|7CRβSE Z1\O-oM fu~F (xLᓣgGճ3='ϲO[C*PtVsmYTQS ͙Q۷V&砨A[͒n3rz{&R$<&|BFU=jcXvA(lx)(6ϝhkƽf7i2&>J o3? "Lcʵ׳7#=Cx)`g!oRuXbKL?-K7IflgƵ*Xn3'h}H2%Sq,^ePJ *]^y(T>HEEHb  Οp&z=MgAYZGm D[C5z?RԋXޟAQ0@3w\0@$e o\81_G ]Kaz`<qnGw/4;r-٢,mOKOw8o@=]yR='> LrEy'cS]ʣF{$'Z$^0teuBp˸Ѣаr+nC|ECe>+V _ i gmY'X #{T#"LCpu ޼gFe W_>5U0%Y2Cb!q:IS?;H\ϬўBE D7|P&SЁ_">p@諅٨~g/̳ZL=LlLWi S 1kWh6ypc1dצ(ifw \_Dچ]Z/RҠwz0AΔ]#=!'˖!ȔӁ饓dn\/L;\jC-]qH2= &FV1m J3p<ҵTjְ ~6O:;Й=] a]VW޼$#n5gJ`,o;l?=O "#UU$WJ-h L2dl =o;z;qCA4 vsZ0iV%~l+HRxr ¡rAƑO*/ [ ([L` -v\MM֕!|(CN`(hS}!43:8YDY0ZE.^[{I+a~Ek??w^| M6+4AZQQ=cV?T `Nm+XJewY&euu t?4`dhW!:/VB(okGqLJj=YN_2mDoc;-u>Y(+Nݯ&v8xp= *m 0v&{=PRmMʊE fr!u5 l弸aI#S4qF6eqi4(TX= y50ul$5y\J,f;O꨾++Z1Q3S1$tGo5 #?}=Z:.݀]~e,b$E`gw*&R}x^Agd/%U4fi& !kml#r3AݠL<5H˄D O1'F+3J,ْ rZ`=(AF QO i)oEO`%{{bAt腊ױÜl|{zdRls )~Y}Oa6LJC:{b@47ʖmM:왙4`$NZ5{\V lWwrNw1k&B7?*앺~OGiB+78;H&%Q/XYrt}ԹWTTq]ƠޙCW҂++5kd#v } K?଄q+z@=mlG1,yko|-@-#)_W@0ǝo@e. !{m.nhm;vP^kӋ pN%.Dg”*(l(gȭ% $I+a'Y]'Auhy<0㑰 "O rgyʖ-pzpsS-;]-LpXx6(lVI99Mi_ &b 7|`ni&xPP`$]m9GtS VD%wu.]o+mF%+W>a ‹mhn_j.$!PH ?QVQ{e VYanu p\‹69 IS>9)NHP\2aa$Ģ%W6jt"~^)x=(#ek=)4o<^;Nc EKS.qԪu㝡>\bEʼQ U\4pT0p(idՃU~ﳓz13xU4a1|[˯-_H>AC j{MN