libarchive13-3.5.1-150400.3.12.1<>,{c|%p9|{;^oxtHQ}2;2O6=/kqIq%#ZW1@&:?2Eake5?*==Sz3뷪 [mW0jfഫ9F/UڏjvZ{"|aepS']$~^WÏ\9!^[}Rq.6dgom0I۪Sc)37*7=C@zz" )hKOmZ-d%.5uZ<)bzLO>@4?4xd # d          : @ H \  f  p    I  P d }     |2(d8l#9#:v#>0@0"F01G0HH0\I0pX0xY0\0]0^0b1~c2'd2e2f2l2u2v2w3x3y3z44(4,424tClibarchive133.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|%ibs-arm-3 SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://www.libarchive.org/linuxaarch64  A큤A큤c|c|$_c|$_d8df0df25a56eab13dd80cc7c7229d7b814f12bfa774d7eeb77dbd4f84a220dcc2291bd6eea80083d70b9c442150bcb3f0cf743d252cebe221c7dabc157c46ecb2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200barootrootrootrootrootrootrootrootrootrootlibarchive-3.5.1-150400.3.12.1.src.rpmlibarchive.so.13()(64bit)libarchive13libarchive13(aarch-64)@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libacl.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.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/ldconfigibs-arm-3 16691302773.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_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8c2bcf2122deb427231b2c45219e6e7ad7fcc20, strippeddirectoryUTF-8 Unicode textASCII textPRR RRRRRRR RRRR R RR RRRRc;7}Mutf-87217de88cc3b5934084253ed8b986fe2598c6c622e396a2a70472ac9a8fe4194?7zXZ !t/ZB]"k%ʽdn2y9zMEhߘL+M^4&zWTPGHgY_3 w٣uߒ:˟ĥjرUH.mv Hkomh3G>\2 S÷sKo cwӜ_O))#tINyv0!MI_>Z۞ \5'w)Sq>Ӡzvp U`zq}`S Uz~@_!\o/6Dg<( g\MI#$g\.:k'Ab[*c MriD4ʜtv5-3OS@G"OJT[J@>z>l=7cy} %}K W,Lckq9QvSٹo#oK݃Z vHއXeR YlM^~R6uRw(&^d1ퟅu~vd^:)`J*?GF4nT; ` (26EV[[%'.5 ;`h:D AgSM/mr7(ue)dAh-L'7\)*m:*׻zoqg\~/$I+/|aĒuÏx  L]806ۯ;'h Ig>HNYqjDՇ k/jwOG&e=?=W^%sf1{r~FnR]$(~g@ \SM4s"^ rCm]e];?S^M<;҈#0'oft b1Y_\i+`5փ#RwٌV-?-Oe}d T4Y˥sd{L Z-D.D}&W3ΊMl,W׊,N FC`T/3U':uQqۧm6f+{f>igs9D(lr)ls!T|R*K=2q듚<f;-`bUN2d)QDlBāEm:lǒO9GS'يUzɜUmNcBвKna7zKG`~}&5Wީ^t? L 1O'c'=¬_ ՟V⭽ij8S\ϔ ]O3_ aGڞ/MYV2#N1â" Iw, `T*\k[9[X5lBZC 6#:&vl6T@FzD3-)ҿ @{C0L~V= g.3S i|CyF xntrnV.¨K2# ? d3.dYbE3V@!`l)HP]nrai /s: T%6Su~ג+pVa4<0G P*~햖$Po'C[nm ptw4e Tp7jv˔$rM0;4- c'97iKN^%gX8zά#D gc녞!lt8J#ȝm,w wӋ73 'm 9iUcuX 4.áD{nI<.E7<1@0GCrΙ񘤗y; T{=b< eJ=lEk,xKI&8pu^yG8Y䱅3Ih)` ڱ艅<% ) Όn'ss!X{KMƱV%;$Еk{W"H>WRɑ_]8pX"<(dT(o! s0n j;꾀R/> 옜Cxva90fv#q;e Dyҁҗ7!GNVV*SfBOmk8Obaj{G7j?c]䍘&#M 8_QfzIQnJ0u[Y$^ &OZ~n.‡82ߎ'9]{{%^,569[+r쑶](O.I8;ޒW$%r\P tTsqIS-Z,t9!76Hy;ekw(WN~7ƞH跤$$BE I6 Fh*w XDZ+#۵~kIY&$;"{"v k~bSu^ʠQR17Z:AJM~a4Sq|Ѥ󘏋X:y˺-},w6 ۺs-=VbYiS9Y7Ҏ ^¼V~,pإ9ut=0SM"$rϹXקD&rK4S.8\CWوJڝ-ih6hwCh$d9w$tӈ `"#?mo*s%f&ͶE v ^>F4 r79 +ׯg%!uY+ : AR:-lѐLì9O@}?D{=i?mM?\SyԫwRa3Kl@n(mWݶ2i"-YD}*!%`s/4* XH1-¥(}sT!P`t!7_߯u\i uD/9P;TbwoYg |6NvF/0"c(o1=NaPwt(X;ONJw8OVB֢{ݭBy,Z nA+3J Y c].L6Hfs&uҵF#$HI] .eT5Fbi#yWˆp**uz RYfx¹HiHՊ,EiacRwjn7JTEa/+ ɛ֯G\ا :NY,埂h"C0C;(]BG&$&-|Ȕ453֦'Ul߇PQ$bGjK؝mց{YI dFZ`*]Zw2(ov1!0`m0Xtg N` Gz*V}-^l=9~t^hc?t^p>dVm@YMaY'hh@uW;yVLD@,Vl~4/9J!3Y⪲E^? kY{R@+@A!\eaSec%Kl0BymY:nH晵a*=BP)sϱ'L< "w`3WȨr<R} lOJ sN˜n)wR))]{#@ wYtu208QUρpsXۯ"jWMri(>4XS,sceaT՞Vxa:sM:"UQ]fa Tya@q!cы|meb??vz~ݎ71*<>tnR܍ed.d)wkX9Rm~*;?j9I!P$ T£Hߏ' A? ˄I>4I> 6aY?;Q-&"dj?-,Dwmm.iZϬ!Q4DjG2%@Ҿ$q7-ok+'}B蠍ت-:Hn8$ڂte'} hxCia<*,(s69 еY7 /IG*̦V*S܉z9rpTԈPkbD+)cEu,HVCr֞@o"A9jÉi$B?7;aKڑ@j0k@fqNrReW4aUOQSPF\څ_E9b#xa-|~įIPdDd)/'Y4d,=/%QR|mQU!ּ7r6 7,5+`(:@tʦݽU4(&ò(m=P _B*6|X"%h(F3 TYľu*2,œDrT3c}tJ6assmا |'uш7 EYv@a*F`Jr [Qe<},mR{ֻ&)26%T|eU1}X** &9O֌}TZ,˛1.C/ceGr\0*S. ҘiBo. Q՘_TퟍTAȷ9Ds9gbD?0?z$"Rdʸ6h`^ɒ&su'SZF]`qDdW/ZaTW?|>)wE.ęu|3!#☬Rg'LH+DRg~Q!8vyU2WX2m̶AUJ_vDXAIUW.0&@@6q\|"ɴB;йFIFDKtZYnx9U3(MA/HS&EnGw?u]>KU wC--R6-\փE*x:1i@V٭ *Ǫp{?]LtƮ?k &)J;mr'\g)Ԝ4XzPzeYf;lf|KhmLygs#;/H\ oXi K0 ʠ#y{a+0/ZR8l$\EҮ5`q5O5>%ҸĀ"#sK~P,PkܘW}⥖8.mk0+5r ^C G0Wq\Eu($TL} o`h8݈p#Փwx4]r!Qଟ>U۔쾍vj`,CE6 m39}= XjWfܠ}j x7^p7K'EZ+i+L"\Ʉ|@/3h7J"*T(P[J$+Xh+")b4@y{p%6\1&FH\ЩWwkхc5LqJt8&EM,6ʤ|XLSf WQKiE<#Q%tCӲ`5l #:8.b{֏{{ Src\V8l vV=\'Î=҉b$Bm!}`\8zg4VMqj8:*%~ý팻KЌZ';jsh'L˩;䃛D,~B.pHQJ¼5_ ňҲ ]pt`n*h^\K;މ-n-@ Hn/{I"_]LbbF`ϏdsK;5Kl\'96 \aQQBG1ezCX[j=8g4Ka1#Tms'!>4~.!. e]p/|k$ߦ@l?ԧt8}aBZߊ5 jFTɹ3rkh\UE"vyHuO2D ƓkB K>|;K NX0 SqZD&@jP9 2KIL1#PӭDZIz%ˈրUvO uBPt~YBz!~?4@|YKLa2pa5ם#]fOrmf7>[+2k3UQ ރ}*:J4`cBV-?]qc[/! dּlX5q⪔51oE iw"ޑ;V#,=#$AtH]s^a䅈SE eGE#g/e`(KoDB,6g_LN6L;.҃#aR:/Ŋz\uU"&őYCU{8v5q({ŏڊ'`[R J}_hiK< S-\ۭ,=_FJBUg$ybt!`!bCnB֥b7BzE̘?΢xI9/0R^[k\N*=?OzM)ȇͰ+qi%Dټ9vf9"罃Xhsq#Q1vmtzRG64қɭ|A|1rȭĘD虧jIIͺ.|1ȉ$XY!&t𝟾bL7uxatAMB~ci.p1&NbiŅ.jNwJd,p/F*V%^0CL,G0T.8O፝KOzX⪩֙o|6WI2<| R3 8UT懝1s$C)Hj[pCgcE6 =rdSr \)rɮNdۍz8'D]If )>ڋ4Gri(r 42IθN0E?)RBx,KIP+\)Qͳs%3GM'>4ĪrETsB?BfY0:&YȖOۭe.4Bbh3ɦu2 5%kZwvʆsSo:3 dJ?fUJW*h`?X=H Zֻ^C:Bm Xm"a-3 ſ첧dBD94״3XXqo,􊂶$0徿 =#pT-BW'BŽY;_YA!q΋y1#KUIyM]0 3|ݾaD $M7Zf``n& uOfP'73_'cXpc?^bxP駇/!;iLPNW9(Km򭦅Q1` Zܫv-J7^K\\&P&HkS$黹/Z4T06 z1kO- =Q$QgWWEWuT/E>ADz1 gIa& 7JQN*s k=g&FMr@+ EKbQ aJ!%fH9 8v \%ljm#zrfE48܂Zun>yPŚvu[XoR;gTM>upNWH=bȟGYxVR"@ޠ~5'p-v:&SX9[ cxcqՀ0qxhrT)=z}z@<='O4w%̮VKO ^}<=X$1mkt$Q6tv ZM}]ޘyrGij 8۳N>Zt>^[G;['88/"?)XIԨ|^/ 2g |j\b)(xr*N/j17pU|vEWrQb0bRXzpc_V[FJ<:ܙVىQ>m #nhK^@CSE\bXz)~ҽ=\u>. g-Tk'֛(NF,:ws $D w|;0Q g]}Ϋ2>CHe=CLvWbodH\t~X릳VWaE4'zs]B < V)z,$\LxY B cSiẀ^ \7b xH^gF4 S m.ɔkjd3} vE+|OU3 Pa+6Pshm)ۍfC8W;,LRD"r1{RֿZy*$"-nt8(;PPJ^r#xq.#uBȸ5V+ D B_LS  Lf>$wa62(a~Y751f"1ҡPP O@un; G/ĭXK~,܆ }C) ěX `CSy}޳$ izNaulY5ʅ@]Xݳ%.R'&v -9Ԇ}777r̅loD2EYS*,K<쥣i!3mtpEvKHvo Dm$l% 4oOtiwq)Sbgl:r%]]dt(lqi =ryB4ڮGz=t&'JufEJ)U(Zڑ r!nm(^uGU FЄCYC}D!d-@;tõZӦ+_'`m 0F$J ^\Ź[^Hy5!FQ-qP]@kϻ,2m; $!6 KXi3m&߼Mّ!&A8wCޞ836꽐\NBF*zpխ1oqanT,zgmd2y;Y,2INDSyF6\(LFFݞ Z'r|x9\@$0=L)'N)m@RCmzA9q#2(o^7[(DJІ?GU@ޅ \&7o"3f%I> BI:=ﶒ6Mqϩ< [X% p!tЫGtJbͪD꾑 qǖ'.̵N:Gf>,"F0Fd#8 [@BnR=zŠ&_sj{d   7,U(Za@ko9{I5R "#9Qm}5^[Ed /@tyPiĆ> u+08>/Jdޮ,Bi׏&seI5`–jwLڒa4\e'(NĈyOFt7*5wU2<#k jBq)CzGܹAuy//q6y]tv^oJ>oyiA>28\X ܛ߄gEߙ)ЦElf*y/,U]䨚j:p4krB/!7]+56)'}fj@,BNК T",s~u%q 10!7)wa/}܃ҭsGHϼȆU@li|qpM&P4TAɵ $B<@+| 4;E`e[2 f#O*S;S D~~b{eK~@_sTD ++K'$z+V`Fh/2$Tٓ`"vu֪+d5mWX?Aw9m9Ѥc?Jr; 4K mc1Jyv<{wg.M ڊ!.8jmѕ{q (흅Ay'n=;'"+SluFՐW 50"h=w$zcٜ&vhL= y\ !""SjϾ'|䩄a}bxdw;2۶g?3G!K99S$ _c>< z0ʡa.Nd|KZT3D:mspR X2 #bNeƍG[mZb"ZD! /bdm0/iNe#{ɦ0.eu`Nzo]6ez8uYNdaZLBM[G-1#RZDf4duNcpߥQ's}:/Adp=%KeS^r1Y:\ʡC~X~E1 X}mAJV\Q/$TӠ "HaGpգ VbҪT-y5\odeVAp2@&OKW7By Sl3-X)~Nl#˂QPz'e?dtg?נ6/Njp5h"McM TS ?X-gPShi,ׄ;?$$M쉮w*BR?+ss3؋ϻyFLR12~d^϶ymrw¢U40pKP;%\X F~-;̺suMVtDfC0}5p]M0#fMye. e!%7یCP ڴT Ni"Mn8j^M6j5d4 9ڐ?Szǡ;(%ʉ'̇ [HN-??{ xqjzP{^v@|ְoLUc^\ĆѪM"kQ']*sTٺ2vlFC{u-hYQ0gB%;;kVzR.}i^(οXBz2sz̈_]YE0z63m6L\sK/Cpkk9YbVkHIdџH|,W01(uѶI& ]ĥ3drsc,W[YeEoSbX%D2P8sAetLRUk;!Ģ6p$`y%эH8.4@xG^p[{5ӕ ʛy&^G/%DR6%(ᢕ!E߈9-=AUWLE,oc:mn'R8Xۂ9OsH'|#*/K67RmQH\mQG^ԜFHXTac {ijq0o Ic9Kx{I {f9(G~Ɔ;r^g;u fO0 : }[մ֕va8Y.ΠBɘ.;k4(m:r.IR5Y1P 4"ciBz=[dX;K΋&)Vj3fPv ੽a[ [ƃZ' uBl!%B2Q&.RjD>xU%n`(o$S4 =1B?{W ]+aS`ڋ$(?E"1OWC}j7I,ɟUOIgCQwVVx :ӲE`Av?LӢO~VF6ڏ\KC~x2 !˓O Oj M]K |tD1ܒv_m\t5/',4)Pg2W,*4tV6{"VV2|)ʆ>肟)-&L=Y n?q(g4Nи|:1#e_<X!h-&jۤXE(,iǕJhCd&WCK7l3E.eMcՅ׮lok19waLxz°y!Uꖣz:P 񇒭-~4Vd39 :Kb+T{IeNMl%'^mH,{ytbET߶1C(iZyB-&SEۡ[= @}MF΁`eWPRX`S;nxRoRƴA 4xq#UQeg3d&5dB*aBu}9ݿw ]!bžfy)X zC䀽@˦ZR BX\zjBoW+Z -D 1lw4*%Jo2TݻN|+!~?aBu"(hLC;p*<,8#:Ǵ !L6;&nw P!@ݕV J6fp6WF0F3a~58/ĊL3/ (F(/ pc34ab -YaZ"f W.XL|f+W) 1xfxk)D~֖+F șaN ؎6]ADdj Dw1 9q:C,c^szqEG_%4=W{. "7f Ha|&+q{tp lN҂mp7[*uԚ 9Ug/#*:+sXb Vĸei\”+ [ cs'^%Z:)N KL"sȞO[_s٧VRn6Z떆͚gm˻ 8#1r,L[;Z@֪亓/Ë1+k Zu\|0:j ָ 0X&_(skr%~QѮ1QGGaCL9q`ܶ+ *H^muU2\x6FrsMh*itJuY<]G='2aơ;~U)#4$%)y <Q2)=,ͿK4UoO:MEipr^[*6vDg`w2ڏfA. rOkr 6V&mkq~)rXq֧*jƙT7l's-j|7d ҢwwY|r[ !ib˶S%:t*!+YՍ ^_yEL1t,|o.B7v+ֽ϶hGa'A˖sf}(7--@ ?w|Îj @HM0źwD3Rӊ1 B+ "GME{Um$%2RS8H&jk(=nz+nܹ|$Oˁ50uu5 1nEZvx{@EɬS/ϴU%J,fO*Cm3Iw4ݷ EںP* 1mE!1 "lK@/Z? g-"|K)myߡ,_%&qϗV w\H6H=Ƌ~)q%GNzu֛n}4yݍ59,o)AQCpׇ̰+cHݸ38M>ٕÁmڹrOe]6K4TWa DC6j>Ǡy 19`˘FDzbPnyBdsxN?~%mj -cc~ 5@ڼو @60?vOe?>)t?` 4B8_v[7A f<4wk0\.^-ʉ-Bx`\=cnd|gi Ib[a_oߊ#-hdG/y (LaR}XNٺ]O'E`:=ZL1T{[EJ]li52Lr H[0_$2 tkO.擧(tZgXxIR` 8ZW;X]QCSzSIȬ'TW]TW0OCt{tޠCo=F"6^?i63 qԅεB YZ