libarchive13-3.5.1-150400.3.12.1<>,uc|p9|_7~wRȇ QLN7*@S?-k$LQc*ΦǤ(`ކDjrIO:nPdN61`LZxc_c PuwM ?np99cq0 Gn,3K|U Pti".)G K yc XKcT㼼VF/i8GxhYv{_kҡf`"uZv?iDzG~Įš*#Q/a,>@5T?5Dd # d          : @ H \  f  p    I  P d }       (8(#9#:2#>0@0F0G1H1I1,X14Y1@\1l]1^1b2:c2d3he3mf3pl3ru3v3w4Px4dy4xz44445@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|s390zl34 SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://www.libarchive.org/linuxs390x W A큤A큤c|Cc|_c|_b6274d282632a90090a18a522ae8104a1acbd9341443c351a91826ae919d5084c2291bd6eea80083d70b9c442150bcb3f0cf743d252cebe221c7dabc157c46ecb2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200barootrootrootrootrootrootrootrootrootrootlibarchive-3.5.1-150400.3.12.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.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/ldconfigs390zl34 16691301163.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_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1beafc59fc68f1d212e34dbe99ab01297e1fdd2e, strippeddirectoryUTF-8 Unicode textASCII textPRRRRRRRRRRR R R R R RRRRRRRRRRRW*2]kO.y Sutf-83cbf454e09bf7cafa1f712befcca6ccf8a19113570073bb341e1485d9c40bd03?7zXZ !t/P;]"k%ʽdn2y9zMEhߘL+M쟏4o63Jgh5.m<*btr0L )*n,9$nlj*܄k^9S2/T愇u4?T}&ggk*{А`gGDY LFF6w-~$P^*~8=&?zfy(;fVxI.Oj8ZAN|Jm(,[D?uP"'ŭi:d{Z8K;G̅kͨؗ\DVUZG๶l_<f;C`rRu+҆HLedghK3fL?nkz*/$aJ*aĸHߠ ")$|=B'9] fYʀAk3e?jMޤj. Lє"YY\ôv:i aă}f!>51:S(|N,b{ DG-N } nh,)ћL9("A mY@s"Xtk W6)5ө%g2qy)]gdҋsW4~E.:vw*\̇p%݄::vj|x'_`(b'%75YI(sq$bFteR-ўeϏVeIgTeeg)>ion[6p/()r6V%1Xh3܀V{dc\Ѐ(V]4K9t`B][ltnܳn]Â8mH'+MOoK5w$MAKB0RK̚x3`QO }Kh՟pczYqP#2{%Y:[Aw4i꥘@ AO~sLG|f~49%ʔ!w j86>mMU9Y*~ Z9R~57uE[ҧƸk9gHEUu݄1LiRUD{և [TL\ rY_TĄym#X:y[Lvrs _ Nq&3X, {Wܝ, -^'hԉ4maLb]ʈs4!QDK"yDX]]x6j)W*"wbXso=Jws-k#aX2.!+p;+ #`7<:j($Zfw: |uR7n{d))̥F(#uAz}oMD2< (-4!f'[YzFے!9hjk,tnB#d^2/#Ev~]r))  % vfm*V ޚ;Q(5& W퓀Zln!9e‹v_ͻ )M&~Q~DN&zv/^ԅk REkvy 7)sVv{4ӀIfE=۞߭ОŹIfD!{4"8~yN5və{U3tC3BX7[QHkv鐤1z㰍Z"(8x5L8L}6vIE]Naݭw>gbhHXTùBI_Դ*-g4ҿt<E$!@>"MR5{R%JqwG O:E+=d1syG@Dyق%muчBkb?ldɤ4 @#e8.icVq-3 +;iWU9a2 J%̲GZn]Dä~(*,1:u|cqUusRzQTGrrtYgAَ)h&@Iш m:/\F0il^SlP_9l/Pxӡm aOj^/sRntyĶ~N:V' :?ev(YN>^@E 7qAgs"'zDu{} PV@ŵ>p|nxArYw~JD>/h;s£ {~Pl~" \لL9(AZn˻ BXIU#:Kp:gͳ rĥigA}g Oøvz:!>*\sP&`#'_H8 |w1[ozIPJf0FtFeZj EN EH36l*znU?+` :1=|gZ%@W";oiVOۀ:;᝼Oڳ~ 78Ӕ`IK]Эŗ-Nbz0!P9ءW,t2iȂB1%"rj$\/7"mLCe^ct}I>0v+#і=x)Ynf/cº"lB Vs}!"35 ~= wK5 HM9%]Z,JՓ[koRz5/ٷ}.;y}=w -:°*YNp)Pȱn ~OGBO;Bҝq]$)/UؚKi3:G`ߐ#bGs5]kٳ`y2#bHֳD, GZ'}Ԇ߽l;#:WQ0un+4clN0H՝JYq JpdK5 hc]O!$&)t +IGeJ;֌ xbHx_Ό6}y%Mta O9p8yROGolaZ(>Rz\ #qj0iC!6-kNyep'וUzNwH"G3N?~L=Ɛ2 } \,k]6&5JL-d3+0ݩFrGC"@6˘ei :t.;+ݙhm:'pXH'ϕFWGonv?8jTi;$gM$ ~c$f86vtfG0g$zi9z.ő_BR*XbFG?QyI5 uv{]dQLH!+Lǭ"\ :i.y^`P:i&9%[oI[(~?G"6 (Ȩ`>dRj^71rxgH 'az!(AD@ UzϤ(aZMډ^kMbq=)rD{K5ZĔoP՜k%7Sz~vH%'G;;p#ǂhk6&[0]l/P$à .v=yC>{Mwp_?ψ^Ay%:kUPec^=^孷CnP`[*s 6q~,у}D=qO%a+f?D8:@hxhg9v1U{!Xs1D^eIfȽ PؽgjFM4mo]ҮX z xP$ITwH8KoaE]TX)͓ 2PfiIkCP{]J.G2p#(D%6QS#prc`?#RucV]R05W} X&mkf6s1`¹&.6:APv`l,3z dL[A=NXֶUZ`hqW{2Qbvn% 6$Ԉ!8BcAF]*!=^a2lCj>fIl۔icݐ3%vgS3埪&֙4"G-H܊$]󘵴~ o|vP:xM7iEfHwpꮅ02d_בDM<)ɂA 8,uw,qRZMQxlpe2igIu*XU^΅S$D7hMk0hK3˻'a9!!OeĦ恕>*xo)+M]]@>@!d9H=ִCޫqXgmԗIާL3mX ;sHgS76O }8V$k4 SJ[Oލ5}6^nV#(24"5ZZCoYIԻ%E&{ޥE+28r$8u/][Бs]CuVJ[Pchew~BɆILWT +8&3~*Smr/&It4>O ЪzMNQf3Px@(hMVYX A/AwktDTNL3Z~` -$Rf26brMO) W=B*_Yȓ2QߠS/U{?!rSLDp'J{EJO['N.tEgFGdQ٩jY o#͝Q_)u$Be ~@WKF:&XȋkI1RD~Ԯ~jm݃ P]7C8 >u_DLc̓+kyQC `OЂ lirQ0g9k53\IQTi}5v;/-SކOs&Md (M须YWs]++*i_'d܏Ž]: _kHm gkywLN)~UgH^^ڊ5Aa2Upۖ|"' F S#+AgtPIh94}B'#trx Q%@B5_h :-;eB,f:eЕQ]8H9`D3]xȓeC;9T?KOG15HvNM> 4Egg)VTDNK9A^ >qw*hM Uyli~)0ⶸ}ȤS_O'+ވ9}ٮ}%`C2E@LG@z\젾ǓߏoTyX*m͘HK'. TM:Y5hV' dWAcR?b\o:QV_t{LQ("OPʐ3UlZk bNƠG^h٧"p}8XC'Pۜ%yl%hGTmA!f2fGGͅU/Kܘ:eQ쐬9%;$:`ýQ Js*׉hv>E$JR0A;O`CL 1B޴NT} ڧ3W!|Ĵh&Q,mG8qӁv/ex>^賄Sa݁A;ɢ_cYʱq,6VѦ[u٭$27BЏ@d4w~eJ x]E]c$/Q3LC xچ-$VBulToOV[W_,&F18SfAyGtJ.'7a?qFDPYͲyN'^}6"(TRo^-ܲʙ1ZLS$`q+oUoźbQٺ36uU`=gXDeYi;yǶv-‹o,۩\tJ6b,ɢCDX=uIKA}CŠ&hᩓ;(<~K%2Uu*RwNp4;9rܚ3JY8MK(ظ3 n@tS]7#>o1ib>O=|[.%nuoC?8hE0^0#לꗟgRڲ̓L\|:oֶIP$O梮2sN!(FoP}c1BRԾvhFq޶f*w^;@!d-m)*uYPJ%2ЮJo6BuѐVr]ֶZƛC2~7fj7>ΡouPЋ#-HG%;9~%Mr/L:KVnInbj~3:E[Y0*/,Ӿ,7C`x ItW%+ʘx>|Xz٫1Q!JauApx'OS1Ps1 a&P]#`>a%:G^KqE*+: (;%\ʗ~.Gsxlǵ_L|^W)+jw~ 2UagC_xKc=X(8Y=9ک:W1ݢCI !N=E5q}{OTç`R}p-_@zGvAִ+kD1$l8n NB8zTRic\Є ZlmҔ-дRxJr( G߬}5F4K4i%{[$@I=;Oҍ !%W zVD?CzOv``IIN֞,Ie߳*8aOͼC>_ơLGW/Mک44sm^–;:5zH C/*8|[@l`QV]8=eLX^e9jό} wūr8cù,U=mbtG:m *UW,]8*Mψ';Pxo!Drl&+У}ǂXȥ[uEo) VoDEklyZ]0v蠫cNÜ S*(-ĵZ &>[|{7ɛrS+Q?|6(`InmԭwdWY LسFVwvm;4|Lv*'J,V+^TہgQ6fK怩,_(‘ y'jPTN@%;yÅJ)G,] Ap)*.:!z$)b xH/GS%u6TAzY6 i@_XAmdjZtt_P^giw 2CR )e2597y0b6GeUZz#>$K9ْTSOQ딷Ogz#N.`^P3.1נv&$p;GkC!L}%,k9Y$v *i30Ȳ6 "t+ܞiI< j8Cd~RI"KW83}tϾ>=_5krbcsOtCtv$㳖Y Q&(kމדuPzSK~{`| %FzF7{8cg$m"fR) l 6ŀtj)SDޘVR3}1 >,d٫$N hK&mƫ6NO%נ[ bʐrCe nmvZ2/0$mg{@I55@ZLPfWRIdΊb \C˸Ѧ^9z?|e#NJNs'C*Vm{Ȱ&.qܬbD! {MC Л:EsXo@+YŢs>N@󨋦$Xe#Q_ ]ol:A5L*HI +: 07IGÖ,r~uk± q6hL .SRz;KoORz;T\qڔ_ȔmuVP90N WZ)y1+R|Y*ycb&9>7rrߜ,|ӯwdzc ^qE5DrJOɁL'g)vXgc>|+.N@XyE >+K40 ƌg(_R(hI 83,n=I%f܈R:Oɓ9826IJ_s9R_/&R'vLu )A"4]2JJtE 33dpNoj"72;[c^:^Fzyᒎo8Cju[r$-dצ j B̞- Ojd;=pXɭf@^Nx8,5؍Rي!} /2*3sOm{UH)`LӘ9Ɂ&ɛbun{vJ !RD>o"U֡[N$J㍜ -o*9騬Ja.^ߵ؃7{zw[ ;"r-a?t.zjIT7{61e QMz>XIHS>vY ;=Yё4Is}Ou\õ?rG$ʐAVǤg)&2$Y+1uq{jBЮ 㶺Xv +dċwZg+|$6Tf;P_iSbTRlGt+`]h:" +CO7R3L ,8b&x4g(KB!q>0Gy+ISƨeWښbp秀Lb dZmp!0 t_-Nxs\Ҩ[Zi^GǛ`Kg~TIb%i`/ -mI.] //K!iZWZuԈe{)l, @]|,.GU{DGۏ͵RcFf' ;25)Xx+[Bp8lC9l&3YaB&,6p4h2ΩerzTiUvjfEQ}xcFd2;8cEu6k@G(|## eM3Ε#RkHYsނ:Kt :o9CcF&fq ?Z;W[YO'ViCFիFt$u aywIꯟ8ȺJ^{MgOs\O9V>"YWxMQ7xDԬ*ڱ)@|]`!2h[ Fte CU:pp ~"#C:.@xĖW|=v|:5j,M zckJ`Œ#ĶjHZ҃ج|S/s!p̝8Р(6t7HC.LۂFo|د*m 3G̃O-E/XBIsSiE p/hMᬰxQ\WhJ'!7\iI=ԳnyE5|POrTtijy'ʍ7LUŠGsYmӤ_1vc g~[W!$jtZ5swIǚ2^IΘ5fj~Jj]SELaSKA@<#akr">/2-Wf 9 ]!֮ ^T\oBƘIX'Ms4{ؕ,'͋^F-f0chK'6|q/;# ~d D*ِ`5F [T!Ī#8^áW'q'2vilӖ-!8)5YdJ6 ˲mO"?ȳWCEkdy<8n@ahhc{PN.-ŪrbeS[9k `ĐR+[ ŋ .@4Bu| cѧ6Mi+~#[)Q6.] ގ3@zb o"2\t!?C;o":sLZL18 ^4g&YIrx3_q ` (^w VTuI zwH?,.8RG*bӾG5X1qGݥ}#l3p!1ط D[ JYX; +` ۵{XJ*|M 9A9`-A|iʄ/@$&M?k L3b=. 5NJ=NNvJ ]=͍& NV DxAw词ݩpC9%(&&~vS2ΗYng\H] '}ȏϨݢ%NDÀH ?&Vt~ ryOf*n۞Avvnsؼ|J7R d:P0,ڏ_('F/w'SJ+Ydv1 9-;Ç-<(#r;fN_8oA #ցQ)0{Pq)' n][eơԳ,3DCT9d8"M3D?E͟M2KX?NVQ̫u [ ͫ@0iʓUs_Ui>n;xw/x5h wNQБUr6bZ W"]:EPLa_Ϛ eDX5\=u9%0޴FV&`1lhc>t^ '.wԓwf0w?.ZqTS*Kn{g8H^ P5TxueFl!mZ()Pϳ r\"[n-XAA$dY7BQK+V#gi.# #IC{$6Ʃܠ[J[SV3qx'CQt;,6> +Zmg>hIyCeK`g#K,nC>9^CPYf\`(CU~s- SǤLEި3URW>g?ϛmлcTZ򖚇; q\ 8|"d#mPŰ)M\TNTzhLLK "q*kǚijiTR[0(D~UcZI=QRO~BH5P#q[ITZ)餆! 9S@Rjټcq(wΡ YZ