libarchive13-3.5.1-150400.3.15.1<>,~Dfkp9|lL.WQlX{Fe'F |Z` F>N=awGghW@NX+ihl,^/+5sCY "7i:7]$_jbؚ_z/Eef >>@4?4d # d         " > D L `  j  t    M  T h      t(8$9$:D$>0O@0^F0mG0H0I0X0Y0\0]1^1<b1c2gd2e2f2l2u3 v3 w3x4y4z4`4p4t4z4Clibarchive133.5.1150400.3.15.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.fkibs-power9-10SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://www.libarchive.org/linuxppc64le A큤A큤fkfk_fk_896263ffb8c6f1cab3e8b3a07f797a8cec4940fd2e413ad9337b4b7504aef042c2291bd6eea80083d70b9c442150bcb3f0cf743d252cebe221c7dabc157c46ecb2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200barootrootrootrootrootrootrootrootrootrootlibarchive-3.5.1-150400.3.15.1.src.rpmlibarchive.so.13()(64bit)libarchive13libarchive13(ppc-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.17)(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.3fic|cRc@bzSb/.@_@_0@_V ^^K^C^ ^ ]]Y=] u@]:\Yz\-@[[Y4X9@XAb@XW\@WgWbW0{W,@UN@UUt@TE@Ta@antonio.teixeira@suse.comdanilo.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-2024-20696, heap based out-of-bounds write (CVE-2024-20696, bsc#1225971) * CVE-2024-20696.patch- 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/ldconfigibs-power9-10 17183502703.5.1-150400.3.15.13.5.1-150400.3.15.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:34318/SUSE_SLE-15-SP4_Update/2efb40b98cc78124988d44211dfae139-libarchive.SUSE_SLE-15-SP4_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0bd50d4fa3229a2833dd7546eeb630b78755ef44, strippeddirectoryUTF-8 Unicode textASCII textPR RRRRR RRRRRR R RRR RR6p.39/F?8utf-8357a4526fc217bbc5aa3c6e5625f4ee5de49c3aec9cbdbf76acedcebd5fb5746?7zXZ !t/WE ]"k%{ֿ[(>DTU=sH*NwGrXZy&k)XX.܈bARy& QyѶ>;CZ&[Ku~A}\d={ 8i|M/g{cEn|NdjcsҩS(|=-#ABRZNNV=E+t~Uaώuԝ`Re*Ue3$R+5]dkA[ڷ^cN[KR= c X&TxR6&E8ߔN_ 뢸2h`@hGϘhs X8#'k0O9rѭ ~DFpb\Hnm*+i h7%skޠ{`dsWσxb$m7ȱsl=6V!1ybL=n@f𴇨Z`,IG>;$:t1z4ۘ#cR-%r#鉩҉}T |#*p*J#)(pʰI 0 +X 'Eڮi*uA)R@ `#c^7k+9LG dGʹſg13jҲ\% ;XbntࡵLsnKoR{Bޑ!AdAIsԒP&|mTGbм!NɄy,ӬieѰjelB_55@U0f٫ۣNfu(2c8oC*- 1!pEbFqe]Nh\)1ZQFY⓶ yfCP2^ PS(쿃S1Jmntߵ|NI&cn-<\oȔyWSo feֹ42~<+?Av3D R܇:V= UV͐BIM,iPQp-T-bS"(TIn%%J}۰M7B2m$ŏ &C)%A;=Z]'V*':#gY2ЛqAm~[g\YS#Ku ǨB Ŕjz{@|Ri[ KQ_o'f3VkofQ4-6YK„_z.`ljUcf)kqeNbˋ {oewi^8֭}<:Krz𫅃4 DR6>y V&Ld⼉׹aL85ZVu7j@€ ] 4lKޚIot) ´ϗwP̽MLըD5A)]4nRPEuuU~`0S!.'%7I>vpӥUX˚5#qIŁˣLE:i[E1sR#(yްoyDz6Q;磒WEĦ1+x4Qb;wBÍnH%˗L@xs\xIuoT[y+^gxF a1dIW_"7"ѹr1ba R2G>1seC=r6 [IOK'N.AqM;d(X=cU,YuqEM~tU2ʳ`}ʢvNVٝLysED8\w+mAg 2 Jh9ΪiL&~km䰷1=KeXcVX|\aܝ:ynjuGuDчozh:\z53묭ɮxO)ֲH!kOiԁ]pMHd z3*,^ l9qʗ@BxOc EH\L!Aw^*1lk@9Bqϝyv 9d9w%Ћ&>xCkR4%&O;ZvjAe'>D}E*l`p=;LU BFp2@AG.s<k[l*!=E9rAqi!˃*5ok0R]ʳ!Q7;w]1Oّ&W`ьu#=E&{㴷x3Obf>Y{>>\8Os\|p\6yҍ?vy?#M 9*#IK>((_Z͂*jb,c)ǫ0t+H1HZ )!$o^Fq3C^2nU~pU ]k0 Y+kܳg:pw%VZR$7:_T5=2vJ$EFhPf 3]SQ6"Zl[\nv8'A;MG׿*UΊ/fEmXjokffk{N|ioƨAtq(u!&0Sb$A[Zxr08^63Zʈ];Ѩ~/Hw/IaUiaZYDTc.7Ciǧ_|=Hi@` ɏ vx񆌯qHƚ]teiIz!aL5 pB0bW٘0n+̕Ϸn@y+fKAV]iq!`=]\7-Wl`y¢[ó>.CB:4A5Z%O{[ cW[ԩ4(ٌ6K-dUX V\{BDb-٬D*0xE .`=Rl۪: JF\he+)Bǰ[QN};p-N4_6V_(%5OfKE'+1;MOό+;V-$%pDb%/{j4#i%_/{= Naj/b!Mfgж\hѾ-O:9ajKu#=Dc MٍxdDo$yp(vC67g@*2Vqp_lqr-]?;C 9|]4 :j/@cK"Aɴ?JN̤]bߢ8[Hq (n%; +y6=f54[KSGQRcLu]WZKBCTS1-#Vo(' 21gkhmA@A1-O|E0'vV%9dVl, @*h>P+ʴEZpd}9ڙz}XΎ|{FUGٔ%ӳǤFgOofD;XI> Ѓ*D#})2+qSfRKH*H%0Ɲy|)a0/CN!(: )a:XG2}Ɖuw:)قWXn{JံqBjQMfkvI^"y9kG5@1[Y<usG*v+Yۃ$翨ThK**B:ظ:BSqy9Ð;,eHVѡ 48Ӣ0't6VW-01_oնlK͕:&Z7gl~DTAo=.bϔ!v^(.(Jd;N Ǥӱ0&>6JasC-Ro!s(I]Kr\5V2ӢR-C Vt #*.S"³`؆_?Z̹ZǐxO+41[ *Sn&=%93i;F, Htk&oެC=HoLh+b =Ⱦ>G.-)+W&b̓sG>\njw:]szRҙݪcܦK-PhM(Srfn8-I wao`^Y.0,Mju,) LOi E|B2]ז,i>KgP/գAT $Ĕ}%)Ť!VpCT²mq3;0%3,.mnɷ6(OE!5"dI0:<7C2Zr9C_LIb|D}_Gma]}%Mw{Kf#l1u :ׁؒυ1f+V̈Ba]gٍWX_@h|'._9fS-: U}( ͠ [$# 0qt2,$>V|X bv>XZ0[Wt!m KAtj׼=L{A?STX\ôg/V/QgL:՞]ü8xQ^< GR N,S|24l?!X.c2de wɗ}-g3@`zD$h\?[ޔƔjBU5[H;9 wpgXQP[1ijfScMBق&ٿihH͊'nt}꩚sN݀ xf&pDUAi%h~B#@(aږɥ z5ctpc ޼7{T]ֽ#A@[?#3y2tJ*,]ϳL'>;2zm11 2648cu],m, '^R76c3WDa lSME '5 ǩI4X>=J,`V5\k#h09Z,;Bkő>9uYg{8^3ؖmF6On}}.$eGb؀g.c"qI |r+cFBp$1aa]CyZBgfGԖ333A78as>`S=FKmt 4BAxLޓlcI|y*UrXy~)!D_6VXg'Ğ Xg Q},竎~[jTʸI j|Y 9XgL/v*OU2pMe,xդg@iDDzN;"ms(FԳx q8F/=м]5˅t@G,0H& 2v4v;FD%|5K?_0WStӮwi]%y.\mCveڋ8:O$7>b.2 _]vdR OMR,}BF4v0ۖa ma|$(6up}3 @}BK8]06Tޢ2' gܶW;z{,:K ^Phf@#l*h`[g#a?d,~N{Jtŭ>\P-#by1L?.Ԃ ^̴ uz`\Ww~?X8~['2ٶ0@m0Ffq9z&{xz&bȼ ^4Q4+B'弫!̵ۧx2bg#DAhbTzȽinYy r+ŝHIjZ(#l+Qmlx,(%Xv1j'fK5rܳ̒s䐉 "T_>X`fOg~1ZY ʥ0"ܯTJ5 ԱacCaEx ܞ?ˮir$<,z,>VVSЄFNhUXՐaOS-QiZ72ͽjK%:L~_o$LE ĭӧA.S^XR]v(wxC$`X6{`-wfmo/ˀQI3dc;wkeϨ!G4?T]˳W`}?ASp չBRGn/ ԙLطO, Σv/ +rU~>L^"ee} DGXd;ynt38vJ3 e3?; pܑ t Ǥi۫!^ЕW@#`CIn# i׈wxAaC(Ui-m?6U <\aϩl(I?H2;UjPxHkױ2q$F8vxr dߓ'jO2.=aîs,GR("pyt055,7NB_AJe(scSLqaM S ~(F/"BJ(;is`o,q[f+ճAg6.}x 2}]BGuCluDuDx9O"T& CǠKM,Oœ<$L_ۋ;Yr``a˅z??poJ SuU|R+?;`@MoKh?v- cQNpM@WC:36FdUpPl(zYZ!:+SE")Q$:26pÕKCGC&[,9?@K#wlu>i~a<|j2_{1;1Դ2qq( ֒b0cλ3xqkH퇺%8lpv8u 59P#ԓu?b9'҃Ns=nvriQ/Z/ K$ %S 9m):4ݥZ3>!tԒg}63g۴26^di_dgToOC)n |.QzM{Nx5-ZC=pSm%;aҳ}ʸF^5_WDPGK? 3!FJ8OUMrBC޼SVHOW~TùVKRx:'Rit^b}sjgҫj8D +[Gvz򡀳@)1dp UgCjCR%ۿLBҤPQ4tYLڟ#`תMXUV5"NB𙁪eN [e.ծj~3G:T)ATnhK2_'#_3Hi}JbV0|n8cb|G+ꍄ[SODqCY={侠ᗏ)rŭ:ɸ"3vC~5`tDʄT-)Q(&נS6ETII-D =arKΡbj]ϟ?lP۝rД. cRd|dH3TsKTAz n?WR w\\`tӡVB룍No;92tQ?C3@{9WG)Wy g"ScAضSoT  ,ؐi0`mMYM[pwSuk}=Aicp:I&IX&d =%cu"2W"%Ֆ6x%}v#\=_#oou̠Vna|Sf!tPbWY ˚et8a(Jrm8g[]Lv= ?Mk&jO*nB;~Dʻ,E`+ {vd*CUgK^80cH qfْ~so=ڇq5N_': vDQCGL.t}Mc-[P-5\I,yCCRF/mZoRL5ϙqsW=T;p{ٍ}0qgXhݠsK=%:<82\_[)7vjE5;(I-o}ۚSg$"0 Z+VmOkjmR7ДOl#T"kR"vz;q&e vTf#>R c5ʀ@z[W n KYupSÜdָy8[57Nꁊl#i^ $Ijm=l #%= ѷ/cH=ю)>|n¿q⹘ة- ~H\F8zVfA+Oj)+G6.8/Ig;0¯OQ[m~@U W0ӘNp*T&9Fm|agjs`a$tߩHY6&j)5g}v.s."??;S|`5u2W U]e2WQDb_jM}蟜@$3Й8)L>DJ{aR'#i$Fd7tɝ_]ՖZ n-0L|&Lj2V% De-}(Y>lP;>{( [%V$p'hoMG0˺Na-i&fV uHN)I*ϰCC֥ؒm 2{GOmhbԪs2{LX R>tna vy+*H9N1}Tۼ0ۺHg'7X<0Xzh8@iUCnoC!yS"9' z[ /]:`}S\;._sZO]?]BK{C~JH!0nY  3 *󻶵>drqkCAt{CzI;Sttmp:ȴqBkT*qQ]vor ! JZwWȋuDL߰`ېdw!mRc|92:S: <ڌꒆZIWϦc{7Cg#UZ Pjm4j{E)8B,eӽ\%'`:Ă/mjunuɝoNDEU}=mw4.$;>c\T+#yOPKqԭWYgj.#Vo;E%+x9gae qVOZjƄ7o'y3; 2P_S.9̟9eQv4qt^O$y[;m_s0rQqMq鮯/=L1Co#N"u3Ci+G1xa*j3YMއ'VR7b<0XNX~y{DzLǨ}d Ȫ]weeH'd/JnQ)+Gӷނ1],-~zJ@ :1BNsuEP GHC:+1QiEnozzY1ES}iqaݯ9aS'kb*&)DdX }h=h8yҭ^L(XL%}# %~2 =S"[],5x4“u_ChxԄS[viYum(0-:iZ(4MU\zFt1sEHEQc&8d.<6(S[9Fd`&h-&\eJajJ"j~01aVsIoRF+HmۭDd4@Q1Lzt$ 1 &8E)gbHxTݰmѪ7ݧh!"w:I x¢f"ǘmBwǙO_C ̪;eG 8n(o 6'D2̈́=Ֆ\dWIF@f!)F,YFIq(~rCpJmJ2tEJ2G1\]RW;츾)pwaQ71Ym%{'rqww"?y.xvoA#.?xNrXlGyDldB{@J?Яݶ~ xqim;x3v{Br?˦EvmΥ\HdZ@߮{9)O,Ӧ\ 3ā6ne75HmH|"xa~34 `- o-[_0<׭׮cz}t2&̹VSq߲xh_2V5!B/1NCi2m"6w~ $D1K%JLX{m,qISc9aq }3ܬPHRK$sx Ihܿv 4d?Ny|*FͧjaG9'jGo6DSժِ}9lON/h7\ p5G9x0SI['~x a|˶xLJ&n'n&`<Ge8y￴[hJEvփussc_5v\k5%JU.XU]__q؛va&3ڦ,bLAGצ(1(ge`  tAwե?Ze~Q8%ۈ}{bȎo^ yr_7[:(%P[ uo;@p@mQC{ٝ:ʞǐ uش܇%w$]O3(&w*t!Ro*Ē-98l=%/IN{)+d0gi_?]˞ߋw2kiqםKV )-׊;kIl\ L|+G;PL 뇢zB8?Io. ,H xL# "NR,=H49Fジxo;%em Nai'&;|+uAVNѷh^DuiD\ǾˆvDd 1ho2WHJ5E`@dVv42COC,ζ#}U85̸_3`AcPF4/i'> ga0y݌=ʏM-]EO*#'#sqOfHpq$N8_X^0.ODVjj"$g F`l2rwi\b"ζ*ZlJ͋7-\z?Z3x|56rk:sH܎*//l6caɍ./^z>x.y_p[,'4uQ:Dm.:7 8[ߜK>#.#-Ƿ%Sf_4F?*Y$_*1Bo\!`F1m]= us[2ZJIȜmMBe-4(#KE7qə]4(Mc/X\16(E87yuHw/; cK[,hGʵWU$~EIҎrӬxHD(5v׾}b+ fL%qLO1i6[qq "/48 +#kn^B.;SAebEV(T2z*WY_ .;?f\KYi8ӥ0= - g !2K&Bq)}Ń˚jKS㙽T)rGX^e2*UCt8$T΃ZC.΃hlpq6FDf Z`xQhxWK v뤸6ag/Q8^.e>ǎA&gaZMu-˳J@b[7#HIe%=r_鉰 MԌ̟g,Y ^0-ک` XүR$R]&#|5' CT=Z ~.wPENS#^9_FuAX( ~}Qe}ڿo:}l0.٪!fHį$YM#V^^e=?7x P)xi{ʑ_׳ȡ87ss- IX(Ew9^4H~04@j!"_:(2Pn34H u& H<"+{8XOxV$JkAlM<2c;]Go[0zl@8D$DѸ[Cm[+45<Wr'  EϖFhPSk] :NU$3[6-U(xb "D/z CKbGxc 0ۦBoNf*44Xĉ!_ 95WwZm[v/p'{]wDCl+WDOlsX7ui{WFS,~>pb"jMY* 8c[i'#C +?LGAS'{CٜnŹZgIJU`.9t8d%LcŀJ*cjŵT-q/4S9S(a7oҺ8kK5}+yG5<;m:v\4]q(+qnvF{=)#;@\LPXtkmI\-<&Qgx'; X{E9Q b,SVh 2~dJBH2ȱ _gqY9gcG@9G쩾0J].([z䂷plۚ2ڀW#)XsoxKwEKQ]JΠ=/fөlM$KEurrɈBOȴmN/=΄"PNp% Qjwl%䷿YG jȆg_N29fF.DFK,T̓3)ʐ9=*CZ€akGxº[U=*Wd5PF[PznVYݷH }5rU` `>s2hR_DM ;aRH!ė?$Jִz57|vp ^ kT8RN#^Ii 2xR&a<3QDXqGW-+bɃJf4 ֐KwfW"mth9K%ڷ BV| dXtCT"tȄr;V9j'G9GR)uiʣ߸r9:.@كfb/5D{Е+L(_kGnz!ͪ5rfUy'T]n8$|3\{ S>EwnKǝpoٹfp4ziyelAH͡3ܓJuA7`)N2#gBmSkH] $=nkxOME=>w2ͺTOba {V(-)is8¶f#Ϩ֕dFh%ukuq+̏CpH] ?ygxP-M/7q~NlTP^8}sGnvzyQ 7t}b{Y!/#-nlu{Zږ;#pKbpLpjT{(+-NnAsƨ}Dv7L^ %j/4])j*YA] ՗y,B?əҌ86hpӑ'i&sYD{ 8]wh9;Vuohfwo,ogw1k"3l3KJd8^Gh{ YZ