libarchive13-3.5.1-150400.3.15.1<>,؉fkp9|0~d#.ՋNBtYau&l^: #AN˥$ J5xLto,7]5ujYDyJ洑zQUn3n0ݺ(Z}ǫfsLOu,nY;V: *FHS|IssggQ(f%OwSN>`B͔1y4ܷX@qAu~Gn>@5?5d # d          : @ H \  f  p    I  P d }       (8($9$:P$>1[@1jF1yG1H1I1X1Y1\1]2 ^2Db2c3od3e3f3l3u4v4$w4x4y5z5p5555Clibarchive133.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.fks390zl33 SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://www.libarchive.org/linuxs390x W A큤A큤fkfk_fk_fb48f24ba472b38a5c62eceb3b3a69d174b4dd543e1bdc5b4d1443fd538a8d9fc2291bd6eea80083d70b9c442150bcb3f0cf743d252cebe221c7dabc157c46ecb2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200barootrootrootrootrootrootrootrootrootrootlibarchive-3.5.1-150400.3.15.1.src.rpmlibarchive.so.13()(64bit)libarchive13libarchive13(s390-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.15)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2)(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.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/ldconfigs390zl33 17183503533.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_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1ff581c8dc16b7acbd8c073771c854f47685009e, strippeddirectoryUTF-8 Unicode textASCII textPRRRRRRRRRRR R R R R RRRRRRRRRRRb/yعܰSHZutf-87cb38cceb5355344e68765d3866a4ecb83df2b2c675ec148745a36b4448c6b74?7zXZ !t/nT]"k%ʽdn2y9zMEhߘL+M쟏4o63Jgh5.[fo.|uY0pY2 ÷05PjޛZumW>.L zl zm\P 5ӭ4k'֧k /H,.+i0rعӏs OݣqҔzt:d[*?$( Fr%T2n0.޾zUϨ h۝% ~k T/\LǨ3u^|Q"dD eN}tea=T=ȒHOb&EZæMFpdpYѰUӗw֕Zw^y"ea.7\(p-sw_`J=D9vf9CmN.U>omwL^TP74tW+h%hEa_t+v_P6` r^̣,-s Ka3 ~ Ee9@2 72&=?[a@$o|=VYjubAm7rhT%j~[!|TJKp^E¶*@5B$Wuq:DAׄQ'v)t~dAl]aGyjz>װ[CxaeǸ؟c,cly]U<(7r \!ګ0-Kuv.6'f+Kb]mLh_=+ Tßn[H͗MΔПMߑ[ͣե+Mu4t׶1\ka6 qQmcg:j;^&\VyanYǢl)"jM.1̽+Pq1/{ S,a{Bv)8Q,e>/6`$ YYr!MF >37-#-kg3օj%lx>ǖrFij~=eg?U5_B$P12 *NpCTT Lc5kJCI;QO(ˁnMG S.TY22fE<[;?,:#_QZ- W;gP(>\<3so._8ωXlkρ_xUnC;)֠(&3Vsg%BvfdDPyy`:z&+{)o_Z('e(QN`?f ˅sޝZO62«ȸ@Qhý#;Xhŏaη˓Mo-uusc;%p̱RBTm3l":cDGZkdF*9&@gOt<f;'/1ݢ8 [7b=Թ 3,<) |rP͢*;mS,^p$I0v:bHÎLjyf=RT. WYІjCn2>Ӷֵ(B0/ըB9SbӋdIA30۴vNG /~!߹ L]]f,P!\]8ZY//c~U}~n&d Q߳9#c]$[O[ weM8I76gf#;uO9ֺ(*2sU]?NJ%e"M:gD?fV˾\~>HK}1g8X9&:V6GLC]ᑠCw.m z.t[.XsٱV'8RLr{-j͚Ԭ1tGd8 p}^׳DpLlbe3њ$d%)bz/3[eĄ~ɪP1H4:P}J3WSng'_dn T^FDHA ڝ~-D᭡ۿ<`9kdW`s^)}sZOS%hDkGK<zvxP-S߿[^IFR01I({6Q_dӡ+nՀ߂X{ej_{/`PhXt`2dcrrKCc%Mm4ow| py#"$^ϧށM%X>a8Ϝ;8d W`Z$>wk6cUvIǁ~:)D9 Y_μcaB|# FEHV)PDIEcų~~T86i T:oh` OKMgQעzy6dM(TH4\整\Ly$bk h}aNi27He hV!eݰd<}c;K1rtӊeP'PNka{hF,DŽI}A]WMw? Edo;ӀG KIDGagI0>$W˂Y}1gQD0J#T1? 3 gp.0 #l?'xDz:LTdIbݠoMe@JAu.QWԎn)-Ri2CդF'R+W"%K/3-uKF RtezQ RgހAQL(s= u(YScs4-0(!m+KSUZGÝKH UU\,ڶCZ)XLE}+9T;]V[`yWiK*] '!>R] ϝˏ4viTk*>K=$.[jKNƁCs+Ue.`;Ucm.'P(9{0Kq33챱ARJVi(iq: PI(Pw)A|e ] 5A ZK ^Fwՙ&ıCg4$]晊rξH+i} &_!p _ޯqPE`>@Ɔ.a9+)ѵ vy].34 "09}t Dl5穰f_!tONv.ErؒZeӋA*!Ozx,≉_*En`TIm.ԝYOZ6 eG1Z8Ԉn=z[W@o(6)TrrX\,Yװ!}俆gNjZ~aPB5?bklBUDx%5= ;OeFcij7ϡg'!%mP<4UzO(q˨ ske݀{¤d풩[o(]kfVLlI ?ÊD<2 e@msL)>xj2ٻ'o^e,Pn d*pt#+"{ qɚ~P<^})yp=8ؘ:c[xE-=RdxCt5$ے2bdsӯoWY,$S'ЁOߌk~R /Vo--)c!zfΞ2y/_X :XW3K|F~Z|,ɤ)> XC!8}/8LhR_u˻[MoaXy7Nùb7ԊZu=Q6c$}e:%Cp7kLם_J᭭Ĭ6Az *Pd=K!Z>9]cڈB  }V2F|gܲS%Ш1MDkrMhGB { o!b/\J].QkCTd#@; ;D4>!ìleaɸ&uUgLŜQ+RiaT, ]t7z-׫7XE ipLT&DD1qv^ }2Z,so7r' l} Gf}\P8sL;*iS*88*^窱mt!]3bB_VYBː̄U{ǔ7G  Hv'-nce+3e; R(gK2CP]A.pPuP2V1@]\_ae۴ύ HL28ӆ0^ V5eOa kPf8I]]Y.!’hF_{f; dܒ,F\ve+[~vπ$|stUm3V{|Gi)p;r7Ϭ{$ЈafiOb^i'VO Vj fcGa6[ jq %w|^D4y:-6Cǖ/wl^`a;دe^=7U-v Rm?AgPm1o%."f'*y8b2-ZtÊ8TEƩ{c-ڱŇ':687.;%:][I~_ו9;2 QkAe&$-fpWe4',B"B}8eg`+'""ke )9]pmr+"&M+Wq1@1tVO[$a@v+GK$ÎR-e:3X 4'zUϡo"N gDg72,L8F?|cXz:kfȓ~3akƓt@^,bVzm'%yÛԐQCx*ߣ|Lfoo6<$ɢGAw UF= =;׆s1DKg  ):eP&ke~U炫IJ Naw >z͗"2V#6j6*!W;sE+Hյ]WNYo Ǝ^yPZ\sLYpnlSo`\| uZ;T4vk:Z?ųus-6i}@xҌΕpāBnGlaz 1gGsO!A`|^QptCQ*lmz ,%LԃwS9d/%1C@$\Z?Bfm՞cy$S6aiYtk-K7ps bp '?2>.@jft4E]SQ vsH U'oEi7aӂ $ IEs扎A7c2[2.ř?_c݋:ڸ?`ơ!dx`O6~b.T I $U ~Mv--iSqϗ@'&J'uDv? 'T+qUl۰& hBx ؞(;NP:g"=.bTܱu7{6QS3J"QJƋp6/S& -6{e7"NϣA3O_qV\@4PYq"_ qY2h2~ZԻq#ri! #r I#_sTc蹚L f7۞ߗ( I/:ˑz!‡c/AP{٥)Zw+0dvW/5Ir.Cb:#V 1.u/ᕡ`+ lB1]?efhQATI]2kLLi^>G N2 }VUȋAxuO9s͈d5͈p #Ky67uJ_u$s;8SYdx6ӷj$Rp3{tۂF/ʧƛ4vNΪ~ְPH?e컒N皋^@ &\mr8DʻT*̥0P#}(*eC6&Ul"1+>Ct={m#+۔~H~K5J¤]Y6<~ lлha߯Fl]=timul&h1CF>zFթJxB#8u0;VGphE2kt.^4~+Q̷(MblCdX%@TuЭviq+ю̞'xE1w f>bȼs* TiZKPz$i0Y9&o{kTMAG8Kʯ6 .ڸn gCz!6N4#D+10KQc%Dq+ou1d bT% !Q3+r.( 4X8vt5ks-+RJMӍ:#TGWq%~Zᲃ. @ծYGu&jx۬4x848]ߺBE䗗f8WwfE mp |=KtχC??ym{#G3ga_U]X,5x;jx'xWu?AзhX!ص.xCgϢDKA" ^tmG2@'?t-=-72J5"D0YZd3%  =*fP#)_3A,O(#86p bqu;*qWCauB`_:$Fb3bЂr(}[ 4>@abT6#z"Q΋p@'xޝģ' Bbxh#+|JsZ8M+ D \z:R{`ʁcm\f"zJYz.9߈rkBJݫ8q2`zob*zW,¦]䶝VLcI=aGwJcc[(=cϜ1TuN̳n uaz?&[Z˟)&&nDknö&]zSsaÖ=s^[Wh>y@o;<,fA~Ĺ$ݻvSY=sʑ5-ˣ1M!\6?Nl1TE0Gu(ы`ROe%)m>bY\rt>.E B1SOvw29i3]j޺82Q$Z9AmAi'36īVF6dt`GӚgÝ/9)+)ڢ*0x]s\_Cehp*HF) V]}hǩT $L\FLf0?sA82[ˊh )ݡNI9{i^ E< ޴̓|$kx:,fnt[N3X(I2^w r48dܰr֨Fg[}V$iܻ"p~fV- e±(JR+N _ӣ -.qX9H%g -eZUB¬ OVEǜ |4=s2jP:& (#t/,NWx#!PO 5l8w ok&vq,Bk}ӂ|S;G۠/XDOwk gpPJx0d nc 7m8ʺ+a'UvvQgppVYIү|JZ;E-ͨJ6 ceЪC(HIně.MEdP|sҧt魳] УOj xzԎN/|Wg>:>&_ܸ8"4tImfj Ixglsj)YE}7hiEt:Ndz>2?풅i's(Ygad $ `V>_=v0] Ih`1H'W?&RKV9qlh!~BWcx$I3{ 0m D<ջFAbZ'[*}) 6*,Oml=-_|ogb`6b#]ߍd&$ɚmQ\M^^$Amoڑ(r2 #`0P<ٱQA7M1{'Clˑ$y[8as0`wk<)4jZЅ0A-C3 ݦyuԶ(Kz9̱_ʼQZKf]}gtě}1ڼ%:,MF*D֩sZyr:(g.]O]Vl_7$C5rC!Di={z:3d ucѦ'tz.rW`2 ¢[7O /`7R͈PD8_j)xοFr']E)maS@"e*5gi>v@"n-YixH6MIh'IHAq~BDR`/YˉŁ 0fwL2#w,k(c\;+%EL&&0p?Qd@W۴t0tS$>e~kn6厹5[D2G">3OqXe!gC簥9=ew^n"5K}m,}іi {2`O^4<q $t'03gk'׹◖@Sj?;*YtS:tNǠJWl1qk]Ź+Q##(z- #jXS=+%zZJ9,NxfYClFt!d/ 3kR{ o9L>I+YTʹ\ }bm\ijmW=)?k;0G?vQ{ϻN֮c;J()}^h|jҳ#c(IhL9@d XU`|)F<# =Pwj(x<*.k{ kb't`UνfTķ/3’Az Tue>Qx|*eI"f< X\yfdc~:KPb8ޯM<i!i)6D?S(㿇pM)"gęO =r9WVqr`c_ui&bU7VN=qWJ=nTc" Pi`xºȩd_qz|L,FPWjƢjֽȒwv;3_CB pY5tP_ 7_l 9QH 3|vs.f*Gq FMIPW*hg@Qņ)6d̀eTrW~nC6I#eU-Cp⿹/d(+`bjXT> Gm-T̍1qj%t94WS=%`]gЏҷEx qv|U^*1>R:F@r}**`qi+$R wl"ʛ7)|=p uҨ$.f~,!?UxS;+,K])_n\y:<N)`i\fj5+K+L#QI s<׀9923h63QŚ-VAjݒpkx%뛀8!fNMLݧ dQw?1)KpsJ |ö0m0>D+ɥXa /#^-țHZT-\ 嬱Q0y(~5PpkBi@Rb@u#kM|Sk-L_nO[eW=!GzDt}q 6ߡvRZOךg:1gᮤi+EL"ׂP!Og~,Sj1,M2t%> 2 VK5j SЪjo? Ĵ?ѷ&\EE ;;`{[ Bu}a.[\p(\(PY80t$yL<8BD9q<6tm(KeiŐIy,jca{rcw{Rd!,iwnR޼+n]Ȃ?XX=,a{M(xx7bfPN\19c,W{$H&M6Tg3XVnǾ4)f0>Y8> ]*}cP>ԩpui/3$B\6/8%OLa-<nO~zB?A0>Q^QAձ3DR wѽ[8`OoRĊi^e`] ԧh sldӗeS38rbR`- dIP]rp;c౔{03|۪ ]UӴ׍DӰ+2%asan]QyrgSn@Fa bNrEճ0~fB"&83Y(PM&AV,E7g"]Ƨ"5dpVTI-K5VAA$O`ƀI}][X Uo&C*2,{,pz0rF"NTӳ/awr~9ovzKrh V9t|̾L7?C}I'{B`DZ }p`H*1eLA2Cmv0/͋ط࿷kJH9n]h5T@h\ڭ094[GBVT`]k1sV :sXڳ{{ӭdFUF N=szQls&hiښȩ}\ψ($iՉ09YPR+A _uZ[ob4T\lKt}A]4qX9@ v#vعX#=\/߫JE3HZǒ03HȬꂁkX;9]n+E%:V*KTW˛*j;`/${{$ m`j=%R4 7*0-PBNY #1tυKHEv8o"]?A`}*!*-^~Dݿ48ݡOG zBbh(d| @Ĝ[mC*--"{<> 0b;麺Mǧ-5Ppāw72R߅Uz;G'ҫQJ$;!+_X0ellX-rsPHRRy[RsjғPT񵖹hdzfaF}-êp Ljt{f\G6q45)v%#%+ H-TQ/#m¬lϷhwan Lz~!kTо#R$ygIiK, b˘{S#`2f4K٫u=^ {G6-wf_,WaS /oj23yWRB`;=8CCPen(C V)զR촃#"qBL?u78cUAQk ZԻЕ7ӿq*I `4۷, +<=o? mkg)Ţ;DrWBk<>4k iDሽgfTDW錾(sO<}e5I%uXmѦMHYtQU<#sx9S&d΃uHjA&H:W3`^Gߌޫ96XLm.6GQjܬZc@į7TyBA~~06𮠂״`*,w)E7!nPDk4+e cv 51jh}|I [PK ]!fs&mj;´V駙P xc4yk\TFQ׼z.%p$UoehOw5ߖٛ0L| YgySDΩ!1ubuӍ< bt~~Q/͸6(ҎyJ]0 A#P~֩9$l)+~+Ėܔ޹.t{ kξNVoݞ*3ch$v3SLJ/Q~+)O>gO m6b ǘ1[G3ev,W^NmBH5D!-%.֭%Fr,*E%a ^X2[Sk@ɚY/P̂xrjԍɳ Xܙیp@z2 g4k.$!b eϴNqVnouԇ >z[>(%y,BU y+*3Wϣ3mH`GAC 1_L(&ID~~iSfoj*6ˌiz Hʓxn gL oQiu6KDr]I_E @|5LmG+W2bٸ^ng' vh/hKwfP'Znzx$jv p 5mu$8)|(ZZ`T|O:4,^fw#%xfN!m= +=\Օ+01=_//TGSFZ GCZ_LzFOP0v%٭L.]J?R%Ta^-MdګtjYu+}Q.y,"- DsOC!g> G" Nc t( ]ul\"S`ѝm9lGywUPEO_jijĨ:s}|n;F;WuǽbouHB ]oSR@#[ۜ'+2_RfQ-8Bq7$I#LmWI}'T;pW٠i5 ,B_GW~囋ԏȗFe^i(-'5@ P&'}6d켰iE-,LhqEkuC#\IQ;qኼ-Qq^_MAmO=.~]4cFo7!$^?вprܨ1mU>1"̌mu{6[MʗFBz~wy0鎎jNuğ9,t"f˺Ǜ ^5,0snBJifA&5!UM&ںZΐXl ^{ճf㹭(/JxCɟ4Qx-=ǯN󑢸 4ۮO1%R}vL)~ V~ĩ