libarchive13-3.3.2-lp151.5.3.1<>,0]A/=„]Λ$$T}V:,v-+'EDF2K-X澋%|Io*2(ocN _wKPe"Z '< g:! FVj#ƓH:Q}g,]t[d7yL[@|B^,@NTّ=ZWQhX5[5 VAC48UG.gޮ60$ ̢b|HvNjDC:.>@!?!d ! b          - 3 < T  `  l    J  d |     4 (.889:>@FG(H@IXX`Yl\]^b{c7defluv w x y z!P!`!d!j!Clibarchive133.3.2lp151.5.3.1Library to work with several different streaming archive formatsLibarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants and several cpio formats. It can also write shar archives and read ISO9660 CDROM images. The bsdtar program is an implementation of tar(1) that is built on top of libarchive. It started as a test harness, but has grown and is now the standard system tar for FreeBSD 5 and 6. The libarchive library offers a number of features that make it both very flexible and very powerful. - Automatic format detection: libarchive can automatically determine both the compression and the archive format, regardless of the data source. Most tar implementations do not automatically detect the compression format, few implementation that can correctly do this when reading from stdin or a socket. (The tar program included with Gunnar Ritter's heirloom collection also does full automatic format detection.) - Writes POSIX formats: libarchive writes POSIX-standard formats, including "ustar," "pax interchange format," and the POSIX "cpio" format. - Supports pax interchange format: Pax interchange format (which, despite the name, is really an extended tar format) eliminates almost all limitations of historic tar formats and provides a standard method for incorporating vendor-specific extensions. libarchive exploits this extension mechanism to support ACLs and file flags, for example. (Joerg Schilling's star archiver is another open-source tar program that supports pax interchange format.) - Reads popular formats: libarchive can read GNU tar, ustar, pax interchange format, cpio, and older tar variants. The internal architecture is easily extensible. The only requirement for support is that it be possible to read the format without seeking in the file. (For example, a format that includes a compressed size field before the data cannot be correctly written without seeking.) - High-Level API: the libarchive API makes it fairly simple to build an archive from a list of filenames or to extract the entries from an archive. However, the API also provides extreme flexibility with regards to data sources. For example, there are generic hooks that allow you to write an archive to a socket or read data from an archive entry into a memory buffer. - Extensible. The internal design uses generic interfaces for compression, archive format detection and decoding, and archive data I/O. It should be very easy to add new formats, new compression methods, or new ways of reading/writing archives.]Acloud122 openSUSE Leap 15.1openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.libarchive.org/linuxx86_64 JpyX A큤A큤]]]AYb]AUnrde3f0aa3649882b4986e6e71e8d8d78ebf78b8a640a61df0e4acd7cd1b708754f8e50205dcc48d40c5ef9166b42990d7c5ad542fad07ec32f6ba51197300bf28ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825dlibarchive.so.13.3.2rootrootrootrootrootrootrootrootrootrootrootrootlibarchive-3.3.2-lp151.5.3.1.src.rpmlibarchive.so.13()(64bit)libarchive13libarchive13(x86-64)@@@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibacl.so.1()(64bit)libacl.so.1(ACL_1.0)(64bit)libbz2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.0)(64bit)libxml2.so.2(LIBXML2_2.5.2)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxml2.so.2(LIBXML2_2.6.5)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]\Yz\-@[Y4X9@XAb@XW\@WgWbW0{W,@UN@UUt@TE@Ta@Adrian Schröter Adrian Schröter Karol Babioch Adrian Schröter adrian@suse.deadrian@suse.deadrian@suse.comadrian@suse.comdmueller@suse.comadrian@suse.deadrian@suse.deadrian@suse.denormand@linux.vnet.ibm.comastieger@suse.comastieger@suse.comastieger@suse.comadrian@suse.comjsegitz@novell.com- Added patch: * CVE-2019-18408.patch Fixes use-after-free in a certain ARCHIVE_FAILED situation (bsc#1155079)- Added patches: * CVE-2019-1000019.patch Fixes 7zip crash (boo#1124341) * CVE-2019-1000020.patch ISO9660 infinite loop fixed (boo#1124342)- Added patches: * CVE-2018-1000877.patch, which fixes a double free vulnerability in RAR decoder (CVE-2018-1000877 bsc#1120653) * CVE-2018-1000878.patch, which fixes a Use-After-Free vulnerability in RAR decoder (CVE-2018-1000878 bsc#1120654) * CVE-2018-1000879.patch, which fixes a NULL Pointer Dereference vulnerability in ACL parser (CVE-2018-1000879 bsc#1120656) * CVE-2018-1000880.patch, which fixes an improper input validation vulnerability in WARC parser (CVE-2018-1000880 bsc#1120659)- CVE-2017-14502.patch: bsc#1059100 CVE-2017-14501.patch: CVE-2017-14503 bsc#1057514 bsc#1059139- update to version 3.3.2 * NFSv4 ACL support for Linux (librichacl) - fix-CVE-2017-14166.patch (boo#1057514)- update to version 3.3.1 * Security & Feature release Details are not documented from upstream yet fix-extract-over-links.patch and libarchive-openssl.patch obsoleted- fix extracting over symlinks: fix-extract-over-links.patch the problem is solved upstream different, but git master is too different atm.- update to version 3.2.2 Unspecified security fixes, but at least: * CVE-2016-8687 * CVE-2016-8689 * CVE-2016-8688 * CVE-2016-5844 * CVE-2016-6250 * CVE-2016-5418 - obsoletes fix-build.patch- make bsdtar require a matching libarchive version to avoid missing symbol errors- update to version 3.2.1 Fixes a number of security issues: CVE-2015-8934, CVE-2015-8933, CVE-2015-8917, CVE-2016-4301, CVE-2016-4300 - and fixing the build (fix-build.patch)- limit size of symlinks in cpio archives (CVE-2016-4809, boo#984990) CVE-2016-4809.patch- 4GB _constraints for ppc64le only, it would break other archs - update to version 3.2.0 * Fixes CVE-2016-1541 * Fixes CVE-2015-8928 * changes are only documented in git history * updated openssl patch * new bsdcat utility - removed obsolete patches for: * CVE-2013-0211.patch * directory-traversal-fix.patch * libarchive-xattr.patch- add _constraints memory 4096MB to avoid ppc64le build failure- build static lib on RHEL 7- RHEL/CentOS build fix, skipping autoreconf- add CVE for previous change- fix a directory traversal in cpio tool (bnc#920870) directory-traversal-fix.patch CVE-2015-2304- Added CVE-2013-0211.patch to fix CVE-2013-0211 (bnc#800024)/sbin/ldconfig/sbin/ldconfigcloud122 15749543053.3.2-lp151.5.3.13.3.2-lp151.5.3.1libarchive.so.13libarchive.so.13.3.2libarchive13NEWSlibarchive13COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libarchive13//usr/share/licenses//usr/share/licenses/libarchive13/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -D_REENTRANT -pipeobs://build.opensuse.org/openSUSE:Maintenance:11607/openSUSE_Leap_15.1_Update/1ae1e22ade96943d37e722f61585119c-libarchive.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=72cd50cdb0ef5a0bac45d48002799fd2af6a1abd, strippeddirectoryUTF-8 Unicode textASCII textPRRRRRRRRRRRR RR R R R RRRRRRRRe[8^=iutf-8be835019c3153662287d64aecdd19d8cc363681b2f2c9c56dab99cf43a6923fa?7zXZ !t/}Z]"k%dn2y9Lc9i y/:⚻#e[&h"*Q?FXѱD\Y:v 1P/R-,J}$L{08'*wM˸ѡ9c[fCbfgEFt&"TFPmY8wU. \arttˡ4 *X qIEeҖٚo:1Zôz CHa)$ĥ+c("n]é}oXd +n m8yJ[$ꆍޖ>Wڧ7y'"Fڵ3Vx ztUnCk9Ԡ]>ףI9vщDL)Aud܃` 7#'iW6|c8HnSBcUSwig+B!9kړC:s `5M3`/7Vg&`~xJP;3t-J}/lxN7Zyd:A{>:u,21,"pwX鋵ӗVsuF;b<ޛIBuVp8Iٝ|GH^%|zxTRG\ /飐7LpeD/֫ Qa;2Jl!'jfDrIW3Sr7XgՍ%?8+I:A~@o`}xָ m'޿$1|q~v܇OY?}3`5RX!%_X9{i1L-s@]p3IBeV2 VwFlRUyh ׷tC-> eͨ RJ۾9 ()s hFnuu3!TWR ߖ)L|,]V3&>WbvC%@&ii5l *~FM2Vq74Ajr- RG ;xaObܣ+YYJj"XkBP`!rZsS'66(* RMwlrѢ+]ZX[eSҸ ; @xEVIm: Ւ (^,#ӤB;bbi̜G׳}x3e:1[XxJ'u*>M~,zj?:pDDa: }0֝._[FnIДk|Aǐhx1g0ECTH}Kb[pj8J%BqTQAqsY iLmݦB)[}m2 p-{'e!(cbP#n=H?M3?O0w,ôm7U2|_a6_,zúo~s#еGMbc$ءgYDw/o)e%YnXPA ˳/;_I3Wk-t5B#ؘ4Iu(^Ni` LP@ m%5>ѥD i%u3Nk(C3_e2m,WrHl7RZ<w_0,Ԇ_8s8u6Li.QdϷ/hF:2W+*aI9I"I{\BaZ@c`Ty @B[ӚYL\!2CЫ@e_ U6'-LJmĸ:#}H*[*u$}˨<|QZԲIʜ7o ++O-s7T9*W';Aiceཱུpb s=Ago h(h.Ce[;yA kq _j-:c1]'zR?`\//!vh%SJmN7ff2Fz|8Pom4+5~=OɁj'<(kºS))8ˬdev:)#Js?3M.̳2dYM1Ń#dao/`I,/z`ez,4{%L\+,9 P`K7E!^ՇR\ .,*Ư%XaD_WlutCۣ>1ϏLĝ"ܞW>DH0VJ@6!F XIT#xxJ|GL*5ua>e\^HwX8& r%=QC+Qپecd6zR>C[T-hH89BGB#/5tNg?-4 5(44_9kU#*/gd/CAqc]I7!`נb(Gd{QE֘.& en>e; SJ`^ sQ{A1y5mQU,tX򫭎.KFS``L1UQ"*ɝ/phM!P\_̈́/yEVDKh!x,+C2mnr:>?WH[=sqRc=Fg_޴ּc0ɣAi@)mQ#`6P(Pm~sI)ƗuDWՇ:uF|W5Ԝ׵z/9*SWie}ZEof部1lη`6*vcsi SQSo#/R(7ⱅl!Dn}-Ƿv?fVasr"?hҒ U.rT߉tU;vR%AL(GT :/k&W;8c`Gӣ]h*y!w7&lQwJ|QTRier4 :/U.Gd*KĞo378ChWNг TFqN^D{7~s|"EkL47x@#+޹I94( 8x;=H¨fl|5\8ne_> Sy恈[{nBIFMUw/dOA$GU(hq& ]}+6k^mOcNHl]vڽx8S+H);P:RϛmGfx-6s̳ލ}A*[ y$4_3ázog+Wݹeoe,h?Q=C%LF]gY:Gs]{b?08śsbR2VYxؘzL –8g~;kw*'Uࡆ! h3N.ΙlvD:{&܃rc]Z9ש x/ Z؋"iBddyӉ D-УbW${OeD3d$ݖ'4xҁtL ^"$m;q 60ܞZ96Ըs_?F}V艕АO@#G} D/ˆtI6v1d0n 8&JwiR挂'{9q[S7 usJ`ܘ{$yp]/ [-Z~\L} |~uSq{+G`+A%jM :}![~p4ƋxZuYAppQ띌}HiLl;y.0xơ IVv8Wi|9(I1В7 Y{@01C !X!Lڮ]UqF}"0oJ `, 39'1JJglfB:@-3dT_p6ռVښu-B#`vuM C?阨]Ydh^gH$@kPq:*ps{w!SGf˘UVe_,"%ݓw.&>W#4vw9aD h]AK5L"3;V;z+H$l!Dyk=F|Z2''Utm^$;ǵ\I8s}k}ג/3. u\8kFT1~s7>qjA+6LJQi;8x(_F=^ͤPj#{tFC5AD6:SP%4M<}W"5+HmT"R\8[#VdYig=<ex)~k9Txظ !7\OmH G3Fs&m|4J~aD*b KlRf^0鰨 %Asg CdMY7$}b׵;[Q7]ݺ\ G65cKTm,i8w1k7d}ydR\aB2@mP!!:6ϭЦ_jt'AY>i3-hE{84%#=l׈A'(A .V ްQY\8`#~-ꔚ'QAӞ  azީj~W+sMϰLVhCY(@M~^9" zmI%cVG9׳o.3!{rۣ󉻕y^F:q{~@Y`rx~y]KeP`EeAh/d2'(v6zgD\:IQdtq|gK0sb_9ˌRȊŝ5DXca;EOAV<87 YKY'6ҔۛA^x_8zíj0Bfra}{ q⤟)֚j]z4G9a \#?rdw^8 ݟD\}hq$Ѣ(eVLzjm?rwlygT\d,w "Oht+f\ l[kx6l> Ј [|sAOyT^vZ-VX5[ekSg$޽b+ !BBrȢSBQpξYЃOllni^C P?SVd_Eբɫܺ~ if9sMO("B$p|fj#eZ~CsU[@gʴ^K|R10X]oMT ѫ:1pK$#@- doY֨0V? ]r菣;o  #J`9ŝ?'/Uܫ אV'`֍+p4*y>ޟh{=ǿT@L&1G5|Ci]0pgLiڀޖKq'qEL㆚1t5Q Lm> % hSnrebi hZJ-us}۩HbhUKDx?TvP`td$z8Z> /9^,LjO.kvҩ߷o=aWDLPYd q^GIwZ7Myc8e{ mw{g~pcvx;- TkhϞu{AϪw>B0O!\4UfLOGv!Zc g)(J-_iAb/"[p 1s!0|_Շ"5ÿ ?Gwb/un _=@ddn0t-aYmh>q z5' %qnp.dQ (H 2?j.K˷#Ƽ 6;j/ N[ 9bh_3ؔEt.}j~E^:C+V %-Q'nDQVWK+/ѣ֍BMnd;`7"J\+X G 脨$I\խems6@m:Wy3RI gq]#۳9($~#sHxC9b0p~v5eYrBoqǯ{AWs.TuakR!-Oӆ^RN}`.dg};H힒Jے몡T捔@  n5˩Zm7xoL%)Qm=8߀(j ƙjg)]S~ߟH.hD,<9Cސbަ1zqr;NF#j=|[I2 awqDKtI^{ێ|f+6yDĄ"%``}rzts\D-Qوb`F7.Y!ܪ!Uۯv} nn0jqu[s\]Wj̓ d?bI[f^X`wQp}ݣ .r!KDZC Ѧi];]<s$<`2X0 ڶ3iԸyD$(*"{Vq&1`NHNKɉZ& 5if tօ_#v-bsQjh&NTt@\?S޳PW}Uܫm^qMY:m[L6$ElnK+5)^)P?& E! 4&ҏYbmbPoz֊Hv9@˟fTkA. ~JT!cXŤd$ZW.hhC!&x}kΓ05h~2L)tڢn5s؊YdL]O{6/="r/10`reT'aL~>-iu+>. /0ȓޛj'0N{qL2Chuen&K!Uqr@^d (E|f҇CKj"iN6 {9u>Vg=['3e$rQXF4־Xacwp%=&t&g?&R|ө+T-;mӺ2孓Rߵy%6KʊVw{y4'q3jx?{VXiX j/}ٴz7Lf:|5kǶCC_"Wh'@-ȴ'2YcsSˈ@46L" $ɄȜ% ۚJܜ CaqCJ5pcƍC,xj oG:G/fЮg|92QmQiR\cwK܊[g&JbX>̖H[Mn&UZS&'PXUy8xE c9ZmEVaGwQp{=?XNpz+cm0RR5/.c,ÊNο?JEGB,4Gl5Eul9ŴeV bD9JX4t%Fф6y>aZfoqQ2KGtz;}Lz7jcdcN1 Ov8Ř:کK+ymÓO cDϻu 5{wGŢ ƜuL:k!JxjJYyV&3Kq1ܢbR\JdcWe(MNk 'be7u$%%l 0n{O\3kOf_>fz|}J S]xj&`,󩞉_UDPو(-b}CzVnj3_cy9|@5O Y&yz\S΂.*9yS#.<0Ɯ$ r67xWw$%k0_cF\)} ||B?OT~1󒃧>\N]iF\ ݺe'+-`67(,AqWdւXܡσE@T208"Yc7aiD zjk'haБ޽%$ɀ%J kRjځ[9ZbZS7!2A<}zE_as!3D!޽q~KO=񳈓^c3D].,_OK;Ē KG`$A~!Z6hLR]?$L)h\ޓV<~N-O%'[PivG6XqG^`zA`x˹e5hXS%p(?lQ;r)Fr ;R [0DTKqu_lPlf|h -þ3:9Mdq-mQwqCLFf֊|rim5׈N0B"(3?qPp@\zW8SkWY~oJ I?|\5o0eu'ո(\E8>-]<'̪1~?݇CTDyqu_PR Ym1d3A7 ҪW8,!tOShΫduz]j0.)FahRr% kjY_3l.ӱI !e*`E3LJӓUȜH 'De5\2'g; q|?/ A_)vb{~-ýl6Oo(5#/˖vww0؜ m:F#`utֶUDpA@$;JՀAso[V[0<:Pi ǁp1L>gc*0STo 6a3K2N J^/rv I}SWOai褟0~" /t}i|d{tqw1% t v/{25}D/y:,q"cJo\vʯ*\~RF,"-#la<0-vw6 Hh]Y.4IB ZP@DxԛH%Ӡ n7L-DWo)hi)dNJ|t{/7q?-gno'֫xzLe}sDl˖^/a" efWP>`nej}yԉ|& "mvz\;y? &*i.nyGN*yZޝ\A̔f 皹f@%?{es8Ҵߴ1@ZdqMSw`@irMav@i1LH)Eef#F4U=Ʀ#*Ǜh%f+@Ts9-_g|qsWV=h.m-G~9wҺv&ZgbZ$Ne4I^(qP "ߎoZW?[}&qXmPuX,2̯^zn)^ܺJl@Z՗?xj?`, Xꯠ{r;h5w=iBB[|ՉB#uo(;0V4[λAT#p&;Θu0]+hTfSy*<7G~Y2r},Ƀ2ڲqdA`/LC{GJ ܵuxݏagAN89vt(#5D~5e;VXsArX*ZK><ڵ: TaK+&uBDlmu+P0,J+q"G4y{VakE9FJW9^l, aͻ@kk,2Xm:rk;Qܬ;ksX` 3Z솨3C!Kii^Z[41+*${/<0RNDž+,dHpYf\w( REkZeb9-FNX# 6D 3,1X"ЁJu8w`M-⊑_BeNsMQkqYPh,e~_RL`^>7Ƈ.H .E Lv˘I vxHs>/Y#aMɥWPbI@S4 hNF'hm ͕] n +y@8? m^꿃 ]x"pд:OD.M嚸:ԮDH 8왛'y'gqS*9O.O8bulAi7$e˂rSRv^;PC TxJ\ߋ\ ?4 Bl֘#yyl>csvu+T]գ" 1uHpIUeNRK0&"]A1]%9Pk­cY:q !.s3ib-`a3%h:}_D)PuBʘk2'iwND:.uHM)SQۖiXj;Ru\綴`۠X +n )ߟnDtU 6ܟξ6ΉsMG5AC+oiF˗58рOb0"h Z| Yw" 2fD27U\=oZ1-s@޷hMc/֞}aH f:'dz:=,n'Mb.F1S|: E$M=0`D>~Pv0a5L1,U!ykR Y\9vuU j*W2<"6|\+u5|Z(=+E YG"f{#mzϩr< ht.BcrxI]z2_asVcAOA+_6‘k!)6X_=Xƅ#l̑kߐ@8߿ ?mv+>or=&=ų 6$Sh艢4jϥҊG n|Ȼ[MzFH,(|nӤͶ"ögvF4[XIlC@+ѻiVV;>BoV9%&ɶY̙:eL!F$NxP<~Yl"Ԫ8e{z0':бC[c D{y-uWW}@my-FOLEDJrsڅjЈP4rEuɮ@`@Mn3$OyZX$L {bGF7Eډao _e!,E6' m(&6U^0Ql%x} /%H3QE@J/;#].SuWv' %0Ge?U2!UL(A41SڅՀJ}H8,5t Qr-#, u!Bߛ&L? sdGzogQj,)-~7 8!j:in?2#C0s%nCv{0wL;hDS2i*G[o^HjT2}jl9ybѽ)ܭU/q.~&0YogЕކ(oӂ4~*F{/=w=k;iֺ3g)jP$T F` }()¾gɒ~ѬE}S.3A vU%\V@n[qxx4Ǿ_{q%Pf-FĪ{PPq늅+?U q$ JGJνYr&LQEc*orI]([YW*{sIbCmoE*-Spuĉ=qKE1Iݪp{C 9SkdT޲J$FP*+PJǪOIqN ګ:U ˿7Xg\w} |n RE5vܤ{f7!e0.7; t/uFw9-2gX?@^@U0Ynoً'=Ԥ;NftQUP7l0C˜ZT DBw͞_[W-! \X,A8᜷"`NV4\bCk3ijXLa Vӕ?Mzi-2=3[yMIXVdRg> 1tԧO46/4p{wz)K z;~m]zIYv'Smws׀GkL+E]Uѭs`ռŗ.m#ܵ LS0}L.ZF{9O ͈7/$WdGzG1]XI'uR 4o/Ukb0uGr j6TbMO~0X|6cϝ-#i^0{@0N@ FYXE$62`LP0C{v=tM΂? `JOz2VxkRTWU\! ڏU; :';m]Jw[PHO~8m&Dv^'YҤ$fm[]4$1J 1Q Rr81a,(&2!^ґHsuMT:V ZәI%a:t"'@*&q?bRu5lCQ$M44z+)kgv=]ԢGI$X`?ѽJ+tpO3se%Xxr p>XGV+,4rOiDGfвH" cR %f1Xfz,%n_kDIH-5w 9T[R'ؖTm |3TV;1 *2{:aQƳׂq022YkJ]{IEnO)1ItU֬=zhǭ4Dwbq2S8Yy\m_EMXPL"=ѻI^ _mwPg%%i" fF\ 3Ɵ)+53K#TֲJHڬ3I-VU֕p԰~(|E!mȥF FF,烟5"2JOZRpe6hJ/љ>*>iPg:}s*>\btOaS8ڴR^iy$iQ7N< xSS(>!:D;,y-]elj4 gkå!+eρe.sʂ +X .KkB`FX(aU(Dӵ*o$S=?/L4S&_d ^zc:rl($øy?ti#lwa׾8{{@矦ґ_|Mv=4.-'Рa0$*rH(ݲnɾh˨႕xvjfz"+wzfOu{da7M)|Jgɪ 6d-Cĭ0lƤxn -9z(g6W4}EI尻,F` ~Xvsc6`C +tcMjw-}5 k !uZ醺G逳&Wi8"<\Ď8eQP<_,LI+{u(f/5T}8ʔuF0A"6ě*rNۭhl\ѮX)OrWӳXӔ+o58=|h [;gQ|SmKE_D[W}~7SJ&gyrq$'T ,O%Tp⣞lV>Թ~pۦv:9\gSu{ ]uFejTҨ\ .MJ+pc.#Es_ܛgX3(Q&B'4 Ew'v!xY 'M1 v'3(V}#77bxUga5G<("3uewNFy4(?Ceӓ rSC '-oaPB!y aX&A|(#A nE oۛK:䥳T=i@/9"c@Z}e"j]_-2Kv AG[g wzɎ ¿UKCP>Ob(fkAk%$" ?q79Tk?o% *c۴mTSN'Lm 4 x]E&,dĥWa){ZONXZΏ2ϓ*4]0st=فOs]wnt= _W$P ;z$FQ pE ݵ\,H+Um`"E|I:5vrd֗/ѯ?F t%dwcW2y=\{? ,MGRm9 '6¢j&v']/;lsXB]=KeNF(e!QOH3l[>Hُ+&u _K u{^gQU-82H%5@\:DbUf6Z'j#ck}r,|wt3JTN?gnFꬅ^Ń7A\W?wl,tY`'q%˹Wl%*:L?rص WJߎ|u'!c6KZ{PjUv1roi>nx6d=>UThР^HqXWfw%mb6Uzx՗ t#V)Lhym(N ƵfA/d{loe /&7I9<%煱ُd.V\F-aRѲ6=G^2ͺ&Rt2GArS?J_:'7'mPTEBz-,Nؒ]?jG_z%KpzD)|H?*vzIAr?@F'7]sR5+?Gm8p&^Z?9R:ZMY,.ke{< ohFع 9s+ǵa`7'Q>Yl[3՜ZǬ7$Md޵Xڋ.lH ա1WNzjJùȘvΙ\)p\Q :cyIikz8$Kt8&oXȁʱoL}O7ǹ xK2{q <{pp4 ^=4I0؛5c!oV!&B&-?CH&{l*1$wTP9h;zI!f^4"E\F})*52E?Nl ~1 ydR 3[Ԑ|yk@YkIm:zw(RS@q"k6Ԅ `?Cd,A{%`i=Hxi\l $R sÀcI>/t.]8|?󴏰RU#/*29aMi?錄@rL=" F컐 B!`mn:v ;Fg%6Տ%'>[U.DT^4SӦ-);{#킧+Fnh E-xI{ȾH}NT? &qɌ[#ig#}Xe$a2IBFήe0n=dsTÄF_pm*'J倉TPj g[ȌK!mf aIJXb7Pv e#$<:8ZL3.k1_H.3Ce^1N c.ow _c6QFn(Y_|l41$ s#iBQS~uítrEkə܎u'F&=$ jL(F2v-d7ŷ`icU.dqRÓ"1L@sW83[neC TngWןSp{/tP &磺=pn4DU|qF/ץg [1Ogy";~~͛yj4qƏC㓓Cilt"V2dx򙐡6﹡ C$Vjm"Ù(5Ck$s+~ :eG4ynmއT `*<8"_{NY$0Xه+u/&ak%GRP1';VNnt #i#aڻ~W鳺T!sQ1={b UE{ͪ< @'8 A|WCZRw_A$p2o꡿nEM>&[;A@fR$E2 G6`Y![JBY`i#鹳5.sJF15W[+~#ۤ)N%# YZ