libarchive13-3.5.1-150400.3.12.1<>,}c|Kp9|C)E*dj 6'][ԐI}|Me9ċ`4tJYeڊyR E{ASNS' (H*:Ry'D]HX5P5'4ǧ\-P0nr/PA{@5p?5`d # d          6 < D X  b  l    E  L ` y    ! !!(;8D#9#:N#>0@0F1 G1H10I1DX1LY1X\1]1^1b2Rc2d3e3f3l3u3v3w4hx4|y4z55555\Clibarchive133.5.1150400.3.12.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 ISO-9660 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.c|Ksheep52 SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://www.libarchive.org/linuxx86_64 X A큤A큤c|c|J_c|J_8aaa759c0f865c5c1fddd936a9ad5347c3c56ded5d756f2a5f61c160ed978564c2291bd6eea80083d70b9c442150bcb3f0cf743d252cebe221c7dabc157c46ecb2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200barootrootrootrootrootrootrootrootrootrootlibarchive-3.5.1-150400.3.12.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)liblz4.so.1()(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)libzstd.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c|cRc@bzSb/.@_@_0@_V ^^K^C^ ^ ]]Y=] u@]:\Yz\-@[[Y4X9@XAb@XW\@WgWbW0{W,@UN@UUt@TE@Ta@danilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comdmueller@suse.comidonmez@suse.comandreas.stieger@gmx.deidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comadrian@suse.deidonmez@suse.comidonmez@suse.comidonmez@suse.comadrian@suse.dekbabioch@suse.dejengelh@inai.deadrian@suse.deadrian@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- Fix CVE-2022-36227, Handle a calloc returning NULL (CVE-2022-36227, bsc#1205629) * CVE-2022-36227.patch- Fix CVE-2021-31566, modifies file flags of symlink target (CVE-2021-31566, bsc#1192426.patch) CVE-2021-31566.patch - Fix bsc#1192427, processing fixup entries may follow symbolic links bsc1192427.patch- Fix CVE-2021-23177, extracting a symlink with ACLs modifies ACLs of target (CVE-2021-23177, bsc#1192425) * CVE-2021-23177.patch- Fix CVE-2022-26280 out-of-bounds read via the component zipx_lzma_alone_init (CVE-2022-26280, bsc#1197634) * fix-CVE-2022-26280.patch- Fix CVE-2021-36976 use-after-free in copy_string (CVE-2021-36976, bsc#1188572) * fix-CVE-2021-36976.patch - The following issues have already been fixed in this package but weren't previously mentioned in the changes file: CVE-2017-5601, bsc#1022528, bsc#1189528- update to 3.5.1: * various compilation fixes (#1461, #1462, #1463, #1464) * fixed undefined behavior in a function in warc reader (#1465)- Update to version 3.5.0 New features: * mtree digest reader support (#1347) * completed support for UTF-8 encoding conversion (#1389) * minor API enhancements (#1258, #1405) * support for system extended attributes (#1409) * support for decompression of symbolic links in zipx archives (#1435) Important bugfixes * fixed extraction of archives with hard links pointing to itself (#1381) * cpio fixes (#1387, #1388) * fixed uninitialized size in rar5_read_data (#1408) * fixed memory leaks in error case of archive_write_open() functions (#1456) - Drop libarchive-3.4.3-fix_test_write_disk_secure.patch, fixed upstream.- fix build with binutils submitted to Factory, adding upstream libarchive-3.4.3-fix_test_write_disk_secure.patch- Update to version 3.4.3 * support for pzstd compressed files (#1357) * support for RHT.security.selinux tar extended attribute (#1348) * various zstd fixes and improvements (#1342 #1352 #1359) * child process handling fixes (#1372)- Switch back to cmake build now that cmake-mini exists, this will no longer create a build-cycle.- Update to version 3.4.2 New features: * support for atomic file extraction (bsdtar -x --safe-writes) (#1289) * support for mbed TLS (PolarSSL) (#1301) Important bugfixes: * security fixes in RAR5 reader (#1280 #1326) * compression buffer fix in XAR writer (#1317) * fix uname and gname longer than 32 characters in PAX writer (#1319) * fix segfault when archiving hard links in ISO9660 and XAR writers (#1325) * fix support for extracting 7z archive entries with Delta filter (#987)- Revert back to autoconf, cmake introduces a cycle. Leave cmake patches in since they are basically correct and might be useful in the future.- Update to version 3.4.1 New features: * Unicode filename support for reading lha/lzh archives * New pax write option "xattrhdr" Important bugfixes: * security fixes in wide string processing (#1276 #1298) * security fixes in RAR5 reader (#1212 #1217 #1296) CVE-2019-19221 * security fixes and optimizations to write filter logic (#351) * security fix related to use of readlink(2) (1dae5a5) * sparse file handling fixes (#1218 #1260) - Drop CVE-2019-19221.patch and fix-zstd-test.patch, fixed upstream- fix bsc#1157569 CVE-2019-19221.patch out-of-bounds read in libarchive- Switch to cmake build - Add lib-suffix.patch to honor LIB_SUFFIX - Add fix-zstd-test.patch to fix zstd test - Add fix-soversion.patch to fix the soversion to 13 as autotools- Add lz4 and zstd support - Add BuildRequires on liblz4-devel and libzstd-devel- Update to version 3.4.0 * Support for file and directory symlinks on Windows * Read support for RAR 5.0 archives * Read support for ZIPX archives with xz, lzma, ppmd8 and bzip2 compression * Support for non-recursive list and extract * New tar option: --exclude-vcs * Improved file attribute support on Linux and file flags support on FreeBSD * Fix reading Android APK archives (#1055 ) * Fix problems related to unreadable directories (#1167) * A two-digit number of OSS-Fuzz issues was resolved in this release including CVE-2019-18408 - Add libarchive.keyring and validate the tarball signature - Drop all security patches, fixed upstream: * CVE-2018-1000877.patch * CVE-2018-1000878.patch * CVE-2018-1000879.patch * CVE-2018-1000880.patch * CVE-2019-1000019.patch * CVE-2019-1000020.patch- 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) - Make use of %license macro - Applied spec-cleaner- Fix RPM groups. Remove idempotent %if..%endif guards. Diversify summaries. Set CFLAGS instead of re-defining optflags with itself.- update to version 3.3.3 * Avoid super-linear slowdown on malformed mtree files * Many fixes for building with Visual Studio * NO_OVERWRITE doesn't change existing directory attributes * New support for Zstandard read and write filters - Fixes CVE-2017-14501, CVE-2017-14502, CVE-2017-14503 - fix-CVE-2017-14166.patch is obsolete- 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/ldconfigsheep52 16691300593.5.1-150400.3.12.13.5.1-150400.3.12.1libarchive.so.13libarchive13NEWSlibarchive13COPYING/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 -gobs://build.suse.de/SUSE:Maintenance:26955/SUSE_SLE-15-SP4_Update/de44e197350c24b04868600536e58a89-libarchive.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f63cc8caeb57145ef7222c1ec6bc4c1da5417eb4, strippeddirectoryUTF-8 Unicode textASCII textPRRRRRRRRRRRR RR R R R RRRRRRRRRReC͂ۚszutf-822dc9722f0bb39118ae246df360f1cd06f418ae1e0a9a7bdd3b7e277b3a66b0c?7zXZ !t/\oC]"k%ʽdn2y9zMEhߘL+My b:)c-`E$Q\;&W?`Owu9PMdkiٰM-H[TRʉԍ+uT@7R`k,qQ׌jj|F5} rN6=+]2:6TةPWs;_ S/aV/d͐P2ptFȡXQq%Pj[U>>%jOzGEFTkwX=542Hqeca[i L\$8v#,Y 3oL,͠Eگ`@Qc\5u#X%YW :gCicQs*JQ(wG${ u\%{at ;o~ ^@uvPQ0/y ֣:T.V֣(IƱסzx&LˇnfwKzT:Z׷2DײpGА]=[hrqxM- ULʲ2/H}kװ_I Xy"gtTߚmhJ 3 X麟y$ShEMm K[`bhes)քt["OJD.&|| AZs`̄Z(vfA=h-x㑊p S|M|]JAEI6ýKE8DtJD}u6"^>' ,wP8əYM ,Hv^7LFVU5)V u9͜WLJW@Ofg:Iէpwoᖥ/\{}%V nNbҺs#*hήDV;bڍ@>ޚ8֒4lS""~eUTO[V رd ^y!x$9&hp)x^j(^8~8OvC~fG:_ʣQ',vGVw箦+3"lgddzPل 3rt`!4ϤOUFG&B朾5 "uRp0Ë3 ' F~Ў_oq"^EƂ jNBr/%nqT e]hb(@k'b(xi;''p׌Oxw?ׅ7˄Uk7%8l{ZVҔ'VۮoЏx}SNxbYFֿ$wō?%#C@`!Yd .4oQ;%.tO?f޽TYy4m ^Y@d|ȪDWȞg3 w1*t ᎇ!T!?R~ؐqGCe5M-X$x?%Pi!Ln]ubnt8:E"Ype/NÃAFE)I8;5AdTꉖF:ISW&-+/*EtL~IkO=gcTE߿ A@q6_jFJ2ɘGk凅(yVxF Y0W<>#{`G.T4@;@Ť)ojA/opi3FA|$A 2UR*vrg3V_wh&'/h}  1~~eᤡ.әdbmtZ ZXdtHãHKSL} \klH6Q+غH&pV7 x$ 4Lkz7nyc[Lv2*'Oc#:X-# Qh>rN"2Q .ßt| 8x /nCCӮ9Q|KZ{WR-m諈^bz|7QM YY fyWB؅<cVl:Nv3;Km\: v/6DpaUO[d_ȳS>ᶕQ]:g򞲎p < qBv+)d .v(2# yˊJ+֚mddznMRCMaۼו|̀ ĕzx,ެWK556|uFl8rJá\b`pG$Gqxg7yGSr Ɓ}9畴+}ņQ2rښb&-r~"u3{ĹǤCͥm>t~"بV'Rhô]QHLuZ*|I,[++*mn!(+RH[%ޥL2st'x˷e6jPrg](r?TW!\D]'˕WI@b|+*ŠzTX=m|Ob CcM?1,*}E0vV:-ly$d FQ!'vrWR,l@Zwt2*z ڐ*=9x |x|i2e$R7 uE8TR0fϲ Xk٣ _HюlSԩLMSIUɘM/z <2ZnKBfx&֛O/{1*7 Jj%Z T۵z1<4Cc3f5wM& cqٴ \j~њqSI/Jҟ4k_\As +(U#Yfo dNgw ΀V i\ab r#3]pv!}q  ?eY-|qMgq.e |q Z{R?Յ`MJ-970QYK*E-Gyw`U7J=-BʘNM%58*%sңɱ<~Sjisek!lPY?7RF[6wp>>?ݞi1dڭzZROBL?FBǜi=p5]%@El\=eCވz u@\F6*GY?b"uj <_L'.?vN α+3bALj;0NcYzMցu{s)C\&mT lonK~1vN^ j30 PVĤZҍ-滸}K_l'P*N/⭚rY^j3'yDf(uB%>H?9=4iK": K%*'NQf/*ت?Mޗq= AsF<% Vt΅b!Hw'BkGˊУzt#{V6eX-VN.*[4AGf?8T T]v#!P]6XBG Ϣb&i8;P_&(4gB6\/1 M"*]Il-';. \[a0B|={Of(d*O%pfe"4#uᘦ=w7er ի: `o*)Oayڕ ɁaQPSҙ|pת][+*,TxHY2_NZdK|\%;~}~t~ec#)~>RXޭsj-'_PyR$ ~ Bkst'b[^f0@AwYh1k6 C(dsZZ,R'o=zkCIZ|OU0ؚlI*FYx1YBTKt@"V`ARzw#IJ (aA b1t6-礩dq2C2D>Qp ጀ[3ݘ`ݪ]?BϨd(amIʔDn,&{qF;yiNy ҹ K0*Vqt3lyp$-,Jvx%XNB;r>/@W k\r?8)6R 5| 7B|I{CʋI=VDe ;+B2r\_u$chrCO@(#;2q^=,2ہk~[t'UZ6EYb@o9#t,8&9i1iV]q\` 3ztԓArzJ;֌MGd~&dd XD0h ٛqGqN= .5jrh;0Jq=?1@p0;9M+AHE@%$8מ/n#ݔc̼[Wg$%zE :[y6m7K!¼4H;$6Et2k$cSЇ`O[S{]ΐhosp$mo wkP I{by=d9p.gϨ^B99yBeBFKE2B#_M N!i~tu@怐'cIE*oUoT&84= ˧3ʰܺٳL}"`wϪlĴoUugyTqr %[@ts93Q ~.74w)p9>2};{9\-"CqR|0h&}Jwշf:+J-ʯbsG>;oDFxA 6])fk,/TIxʐt"$q!? Q[0zOAYu2_[ZEu|:QQ|bc#M#0 y]Ln(V,h5_<:VDOE+7)!9h#\CY*3n&T,n Cd8ӡ2ǡ 8c TEK(-lٛLbj_Ýsqj>SYgVPYd" B f۹Wyq Mr9X@ghcwfӝ2Y_yG̛ۧ<3hNwv r[ǡ&_-o2C} MWNJ xXO9}7ϰ̑([]qiT b%xK+CifPuJ JJL"cScAXgMq݂CnV*y$!M]UOcQ^/(䝨 mƼɚtPZhď?BR UR/~RUJ/_]&CJs+1|ךbp_AWk, 5&L臮5~~܄5ٺVdbo??X;%hzF医 SE@vg^7 mv;w*r.Au閎S{KċU̢8xkz(2?E'f&DQ50B|gu'U?]\'6_+㾾ʥ]*-8Mݞ؃5d2'jձPೃet>I%JTD!30`鮈O :NH|'J2@V.d!8xX^[K6Ker{{S`G@'CIZG% Ǜ l { ްkC/ $K m!3t 6\)b7 f.6kaHƖYQvmus:.sIbJ3ک$h< D #k>"r2CD4>yr᪴O r!Vqv39X[SVcL-Zs/|s1 TY=RB+C=s2$S]/BVb [FbU74Z~ʟ$Ʀw%CV"?7Z=d4ռ҈i!S}(ۅG'Y++iVd8M̼Dj3.|zԘL礦 i’v)S"Ť%n.=O̽-* `+ʳ>XaQ`k>|BќK׆ʴ_#3G:Þ/ZD!+U3uG޽X XxdA[ ۺ¹uΟh_kQR==2 7ƈNwaX@'yHA 4 RzB:`J//i4qqB@h_ Ϊ ˛* 3->%SHۓaȽtɸ`K-W0-ЬKv;A Njr. D JU70*N')O8^smҪLӻym͞AAF, 8<ʀTr|(`EjCgI5i[ 1?!&׉GÅ [)p;ﯧq)mc*YA8;Q&o(PXƦqwzIL$qapriX.2E_[y^Oikmow@Ѥk*wWC5NlRԆʞph竆aQuf @deвs~57ÕvX4 hCx=*o5tphJ]ҐH'_ڤSFU0Ǐ_s.Ĉe|ö(ʿ톜32V$|IzZdOzr5K{ +?hmAb{zYxW}0JP9K6B!M(Rz-K򺝕 z]V ri)8 o1,g{0㐀a?TNmYaISа<>N'vbr2 ?P2Ȭ,0.ư&R&`DzX0G0g(3 s^z+*{B!$9Ow)8d/(SzX!$KI2/u X#B$eH+W}AFO"P0RޢYsHIX6 ٝ[0%m̦!$aE#_mhR`+Uͽ]gZ_R& @}MI`T܏K& \a(e$K9\fN7V5E.F[k7"~)% nϖڷ0i;q6+Es^ p5{{s)O{ Zo7&wz-{ӗkvռ@vQtƄ:hfYc#6o#6Kb*:ˤY%9U#Pw}lB(-)q6o5Mu2*>Ia6D#] w*\7?.&&>nU;4Y˹oxjwz}UѰob \3C >I!M&x`MXP弅]e) 1qOjQ'C>&\a]n0}4&mP?ـx В6 aM0Md}u+җ3(ixdq%ˡm ¯8Pc5{ZcѓB^ j"qVo\D=?%o gH\O-W`(viChc~)51hD(Qx>6(R{PtnJ'=Ǫ]KQeЮ?d:/?P;LY;"L?(5xijK}50r9'IkȢ ūAK@$@ɑdj\$@׊+xL$yvׇ]_j2½oUċ&p?G232&νmxƏ U"o*)bº@;ܰaHJmckUDOt냬_bHnm}x\ <*N;Y|LIЃ8eL|d]kz E=1)&A4tm ,nSpŸI;MC !>COqQ&"3O rpBNˏEPuxEݫBm4 !]13f9d2-|%ݮeXżb~ _:#esD!Fm: zk`nj˵EkD٤eD*t 3Gf-r7dbğMޔi.mGRۆ?'pJP)C.H4]ȱ?ix<;`HSG|eFd cBU5'*#s^?[W !"#췗/Im:@/Z[JnYuJhQQ0rh}VP'~U9f {,|ң*M-jxQ;>1E RZwC&6 EtZA²! 4 W6gCeHfq q94Y4fUMc6GÓ:cQMTz s:8k+G &$s9~N'i0jSBRNJDT0ZE0=u(W""kɇ;L87^}KDŽ MDR玧JkNPo"u{cH4w4i5L6 g4^3fUialIVޚhF B\%PG?NN}IMLPַi0J‚*WKog¿Z-vZΔD|Lb;Ǿzug.g0o0"QK6;1KF/JYU |r"$pIbum}œ,0{3n(Lp~489MbzGoT&I5rVX9]UA\56L(]ѿB(AڧN~ч>PFq.;.*_uciSVM%W(Pӓ%:t3sl33Pu/QxҀ NxAxGJt(#j|u#WlOvd+Co{jU"''S-} ߌӃ$K-?yr:6{p7ƌ:r=+I9\>R[17V; Th}HL̀PO,*ॶRf]3dB]&y0͌k xmZ堶-Ooz{^)Ljͤ]5C[9CR!8 ϰſU}TpA64GQx[it2f/X5a`^Yϟ"lH\Zy  ޺9)E((dnվ^f`'*vrc̒/Zv?0:D" Kd4Cn-_|0þMLqlvK5)Xu,Y?~G~ -@#ѹl9>WZtY8}qC(uרp+xQoG# 6J]kT%M@_b)DuRV]Bc\̒j?J"*ւ!o w3뼶0q*JrS]~`eR"z{P˛]5Ez l-;[DPRMD;_ F65 Q7<36j6js;0,Shb}[:i1.JTep:(n)*#цxlڽ!pց.8!AjmS8TgIёnDNLNg?l*g4T~^I!T!*Q3J50O 6Q3}CZ7!&*9 4Nkq7D#o$m!I{kjNP~p$Z=gKn+inh`/_ٛ%f)(+zrsdvN|JM|[Tu;n)3hYeEA~\rS:#)f($!BˤM1D~ xJd[ݍ]u^m], W C߳f%an-62eB6crRzULCA%EX'D#mi2G,Jo,b&C:?tk1kdck4J?gŊt_զ?SXWօxrZ}\;`=1 >T›DR("~FUs0!]nIb:nc)h*as5b t#@bk"̘RC~ʖ!^gֆfM~r~bP߹e{+:$'O0bj{f1yܵge- t:JIԓngAB"6z qҠ ʠC3Owd2e'> T#M„ɪ䏑.CǸV!.ܖKm[BY1~ej;,  > ŘB`ўɞz! $,.% PV9V}VKLvyx[n+fKB+^”7 n,k -Uu/!4scW3s}uVɆr%d)x;rē$>a"Y5@#m4Jȶ`D|q3N"d3uOn+qXӖԍ;NU3w)Me>%WZ?;l5+ #[7t#s 5ل7LGUjf՗9xgb}+өKaZ8OJC*|=gDnYp Q9&KJ~N9%uMBbV?ÑYDOPU@x;fky`,v^\ڙޯfϺquNF Cx  ^c&+gRY;XzI@45K|Zbb