libarchive13-32bit-3.5.1-150400.3.15.1<>,lfkp9|DjvR^ ʯh=q92up[d t ;嘆X*\QGv]V7xǥn.o!P<;[:).ETq -H9/7ѳؑ*s4CE;uΒl4A5{M|,fRZ'뿘m,H1%J(wV;V׃h=s+0Qj>*3[fk8/"5nFFJj7_ +ӄP)Ma"%TD3>>3d?3Td ) j         & B H O ` d  f  h  l          ,$ $$(8$9t$: $>0G0 H0$I0(X0,Y08\0d]0h^0yb0c1Ad1e1f1l1u1v1w2|x2y2 3333PClibarchive13-32bit3.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.fkh01-ch4ahSUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://www.libarchive.org/linuxx86_64/sbin/ldconfighfk667d076dfc39594c93e5a01b19bd7ac3cf5b3b7b544e8be5cfa1149257f96cf8rootrootlibarchive-3.5.1-150400.3.15.1.src.rpmlibarchive.so.13libarchive13-32bitlibarchive13-32bit(x86-32)@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/shlibacl.so.1libacl.so.1(ACL_1.0)libbz2.so.1libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.16)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.28)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.6)libc.so.6(GLIBC_2.7)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)liblz4.so.1liblzma.so.5liblzma.so.5(XZ_5.0)libxml2.so.2libxml2.so.2(LIBXML2_2.4.30)libxml2.so.2(LIBXML2_2.5.0)libxml2.so.2(LIBXML2_2.5.2)libxml2.so.2(LIBXML2_2.6.0)libxml2.so.2(LIBXML2_2.6.5)libz.so.1libzstd.so.1rpmlib(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)/bin/sh3.5.1-150400.3.15.13.5.1-150400.3.15.1libarchive.so.13/usr/lib/-fomit-frame-pointer -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_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=64d37c8f4c29a4cbd3dc2bf335c998fa2fc062a9, stripped PRRRRRRRRRR R R RRRR RRR RRRRRRRRRRRRutf-897b6d9b45a13393bd17e53fa8fe055a19eb3a6d83f40dc01a2e5bf8d880f1600? 7zXZ !t/h]"k%+ֿ[(>DTUK94Ɩԁ_sz"W1?8/T'@qww2Dz1BECɝ n/FTP#h)(ӕ: z&"fӫiP 0M_0@ 7"ini:_縄f!aҤ۠ΰDZБjtk?Ï#g|n#\ݠh̟9b3ߏELgmɾbaF33qv\LŐjtODNJ1|t1d9%Gg:LF"?HG (Abp :T=шvY%?ԑYk6gyzX"cP䄩nyK}EUO`m&SQ _a0ċQੰ}q%++@rV~=ʜ^v +SoK4BL/.&~L\l^KxǺίj -T/ |F(̙# ~~z3k#:9bhguchֲ_|m? ~Լ̆"+˞s-fu|FSǗ`~qJlXp%@ةn8!oB ЎS =Rrlҥf[J唋CaҸit=$SϷ lFz+GѢcwp]Dޭď\fCG\E,mx:j "2" ̍ TO`.в>. 3`CooYs] {Y%u~T v- uJ:)B]bQӓ8~[UDGowaJo7q倰9”^ F7nǘu'Ly܉ Ĺ=dV-ۋk7čaQmX*4O2*5(XW!A#sۈ =l)-rZiC0̃g~@jJ"TDBc 4 ?Dk1m3kat5T” zq` yPa/P顚$DhjNG3/^AT!=WAД>=n̥B6zH/݈Y :qbvTxB~ #"#)i_DDIsvAa.ڜ8_+DJ_BlzF$MTnza*r>N[~u i_*Ob5`r;s#u/G)^\)l;U=a8NFr?u13&3AoI :e}c(jp~Jꓐ]ɶ=4{fT^Hbt8qix R^hD"CA\1.Ims,2oR0#F7JIF$- #}a:/EǼYc_D5x*9+VH* Na-Dm!A0 TċPL!R.0G:[bf@'$s)Pc^XP4 DRL,^c{2'gjMXU8jßOJRV1G Kan\<ȭһHK2FhcA`~= 2Dy:)787irR,S}-ށ1\c/ _dF)P?̒x"L3fA{T$agP^}$%FdO+ҫPV:C5p~0۬V{*Dx33@q, pk1BՉb<9LO5~;J]TU'<$[Js I`0Va)lA)o?n"| C٬(Kʀ_7q I7ADsySX[O"xHkR~ueMtQjm3K?zȔܔ䎤5YMlU^=6̜X c6?m̓)0^!3|jV0sh׌%[B*yneMhR!ܩ] P|'[,4v ND=k *7LؙkJTs@]P#[bP~蛇n8}( G X!%C!,F?7`:N Tm g7cc#( %$^VZ*zw\X mIOgޑr,uStL/\RZJj`*+/u&yU` Bk ^oKM'̿ŊrYZQ$u_AV D%wc?LzܑE>2 <`"*[xzH}s ;w[Sxy,X'N==|!6#AFKdi֭IFf6&#_Θ wc:xx!Āy; ˜=?9w793B犠_@4Zj7HQѓ^D>w-0~p3w] HiP +"i/8Ef7 Q^5-;%,!IP('ܘ'#* ͅDf> zV1{GȒ)?>ꦔ&ףMmO56~ \ 'hتI6e*;h1ݤoZI^58Rgkb, 6PEe6Kz4 w )OنDx $3VcBJ蕭iЩ23Lqb~պߘ;QAGwRhn> 0Հc9!U kz|AV 7Ck_clm:ߥWI̟FiCxA?<򉺡!$DzM{jA1dK7cPːuhC4|wdsȉqo Ʉ{0Gx!ʪ!WdA`" !S ͜ =TeGVdG*+6Ky9TV/w4ldì:dϐdLjmEaKyS>w<[fbz<' A Em63nzhËo[ Ԑk<9:SDv#XfM-;~Q%콑EbQ1Tfםjɪ†Ň8`,3&S5gmV햮- y1>pDDȺ鬹oɍ%,Zu@vdܼtxBVQQ}Q~XjPIKtey䖢Pɱ@ԟ] q{7=S /n|c?͌[m:R)6 Ы=[?coϑ]gJ[+8߹k8erj_|8q <&`By)3}?) jw&5\ b@KS43RX\dnۚ >8ω:7P/\yE/hc<xsRF=&2M 6䎳[\:\tJ:0Ȑ&]v?<=݋@-8@}J}JDCoY/a^%\v98^<+G>V40y7CSSא9ڋm[qՀuN33E#: "xO!6 4 {n#>mJ:,'T]b,XTGϠB%kc$X~Vp+v]^ 34gFxȼ "=M7^e0 vh[ķHbֳ˸)Y6Jkͤ}a0`u$OU%x nfY6a`K?#f+f(S&h!clPt )c a--V&`1QUYʪiAqѤq33! D%ue'qݔ= 6F,J2XB<'O, "IKG`lI]naɽw|$4:1sc߱ʔfyƞ||6Em^&;cM}Z@!Kh<2rq W2"BfmCEW~yqd"AdX΄^g&TPw}.N*x낄YPDA}ն'{~ұg`dGxABwc>q%'٩߬ yZDU܊J]/oXC^nNTk@yH[Zm(GӴIOr?}[hY&S*hlꮑZ[H%cI} ,]󻉹o569:9;Oi+`_-`3ؕ bA/̗xbBWj, s@R^->1RHneoM\i!ς;uIaE2_Cu$PڡzRiotd<0(HbӚ>0r@HYUNc8a [i"+QvhҺ=3d4 JKATж_gy-n `ӫWm_-YPCМPH9J>4w 2ޛ؈-Ty=͇:~YAM۠3 s&BF06َ3|+iWMFCWՙz ièWۧ:~ijbA"9@adƗ2mpVhf*A:ۗ;oIxȉh{@i)b=1 Ƌ~dʇ"t&K4!@:7Ä+7.40C#.V1{5bo#K2n!CE㚰ޜe~ȚW;ب1(Tq=۳ |?#g[QZG''w{|Q1[C.L׽z6(,Zr Vb@뎾& 밃ZN~@̔)V{VI)$]r7બg))ϺeAS{!!Wa2?5m0yU;[XWȎV($K0!x%LnE7h8}xbs0F6fn^ԇU/: *RŸ1wi\C y伹G=R#W8@D3Y ^ $ 䂍KҖ~ b[ȅ%?>wXkN#2@'0;XP$[s72y`7R`T B.G60o\_@.݄l15*e[l}7y)j%@<) ~1kaJ .SSж`,;갽C(䠐PھU[b-OV)4ԋuYG!EM$rRf1ehx5` e!_ "\J*ʕ2G%l\t_F!/-tiD+|h齕\-H@ݡϭ*XBPUK n;ŎQHG$kqKdl%A*Oz\cG 4{JLs903_Sܗ2i۬I:p~/[@4N)Ֆk@Q]<[]6FX-,>9|:SBwxdHЅAEmf5JS'e#v{ȌqX+ ɢ)Fd4jj޴|9wwE$~/Jo> ~AB)?$I,j=M#ynFnc&F:;[WvBT X2 9^-PMm.+aX``r—-D5c g32K 2 fK$D:f!;;[rWd8PxַH ~NCo5t3gdRe2e(!%QfV:Y(JvS^+RY?d0]/*/ _d iؘ:6W^ckJW8lNjѸ6Q>%o87?wtg\F&QlM ~llU.p-2yÈ⟘+5ts}q~>]xPM\CqnmN^.uޭI(d5,bVOf-*eDIF3(jq)" ZVIZh%q?94*L:y:6oi/9f>TwzRHSp[*l zQW̱>Ndk>/@v9m{($ =u'KcMO(C9c>R!@6}{57MYhHkYIbdPpϻ9=5{*RBYMvUR= k'1|2 m  ''RiDĭ }(mGʆ;w_1lGHSōs"vq0˟J֛FdI7nMl{/"ss2,$% /o}ȗk,"ԥIaTbV4؛+N*Pַ+C z*l~<0yw>DJf+9lT&^8ڃm+w,A7R] (}h>]5-+LH;}"~| eX Q2 ?]<6l]WxO!_(wM:`S |0=_-ڜ @mx4jHsyE݃"y>T͏Ӣ !ҋZ !D=Ƨ+ ZD셟Fe')b|$8'⾁}mK|-rtFYnR.=_qt}0ɍ#]7MX6Y=;w3 Y"-M"t5 &@PqQ72F_ JWP U^+ƍ}L0l6^d{\iSuJCі.e^.fK baOϵkz ѐ>>ƥ3xv{ QCh'ӿ2%ǂI9c| u(Re}ka}$RA ʨݾ˅=~44G->CI.-"JG(<,yfo"D<:k k @ a5th5pߢ_) p- &v\ՄLiڅly0tse|qzJ]Ve< ̐9,ls0eAW+tC[_Xtv? DQe.Q˧/س'@0l/|^nO ^tNo;p`"fs o\nE\]c\; N9TR0 QVnjCtK9)< 7CE7ypg_/dc1.W5r'6F(SB:j}.%ڱ3r) 2o@%ZUOQ9-gSnҷ Ͱ.+&u5HetycC ӧ:$QcH̻eك[1O/w&Z*y7f~/nH{ FVb LgvLxjmBoot"*>1DkŒ$_mnҫ+yεSQw~e D Sj~G8KGU-b!p0 J]w Y< \\BA9%@ECҀ\hlkl PODG45REI9]v{m Ȧ割]T`*r]H mn-4C >i,zPKIdA|U-xjK" )c6("Z`?5UntƋ|[OASQOɉr7En5r >rwfKvL1W_sX MڨgAYzH9'B)k5_mBrQ)\-{#<AA7N*i0h1d*H f6B=gw&ыwBiZ\G-`כ>X=Y˻pQq5ն&o>Yd'{ǕKY.),RϏV)2pe >9wkEDl3g3.b pcF{J^b~7UN D ɜOƺ,*z&"0,Һ뻄xhP>H~>F^>0 =ZGw'8?#<{%Vci׉tEVV쌋fﱶ%8F1ܢRv‡!"R;c(!ubU:=[ Ty2̂cfWT`i+uՓxk=C?u^*,g( a N59\ 2G.8?M";<(@}h>BVLl;/"R]af~M0P:g1 oEI̡BO\S);)dCذ:FY- K*DiI{)i#/:[6Vw:䦷4M)jU l ls^OP@reEeF.P1^h^t .h'Zm1U#X9\["5SVLF:n%yfVɿ Uڥ8P%ƴo@d;H#e4?lZյm󟫛L&q5C܃.Xr]K agh 6HjBED_Qm4:aW L䙙g{%Oj1hA[e>$ Gr=4:珓3# ,-܌Q,TѰ)0&%(۱y}f0G*P܆&|(VMO\h̬Bۗϻ^nE֣zFc)K1OZy;8)>@4Arbl2reAI&l!y78s?*؜B$Bŀ4o_+:s50@К肸/~19n A U!skľ ɠF< X3C1 רlU5D%"_$"|KɊ)DЅNx3VR {#f3 $0KaXwwڑ}QƦ {6io4Y?7\-i8GBC"n,ͪJ`&qįUK`3qLDxkZ'GIm2s@RpYe0bN>A|,XADCf];Bx3:"֔9'h_V'jJZ Zr&2EAG6|;q_M^wzf^ALB6Jm &m^YrlBQ} ΖcQQ F{i u阄"<@w{WCd7|C5BC([t~O%?=1t;i?6 @-1J]]|^4#R߮u$xvZDSMf}Ncg]"F~.V"S%(]BZx*c*k]#c&Q{K Ǥɹ:e&yΘh3w.5g_Xxva{܄C3XP(ڮFNo!)k/-ٵs3" yns= 6;L4 :!,1'ḁ/7zRQgUnA{,߄̕Bcrsլ`}IS{0`N*Rt֒OJ9m\NaDj ]GܒA۹8|\*Xe6 80͉`3i1]OP0X!`TLh]sĠn&RWRf_t \Hq 1յj*]w"0ߪoC93CKJC:k!͐>7zsϋ7 f 7u[zvwֺa?zGQ xꢪcO~e·Kb'kI:br"rFepŃ*F :toI0-nY#w1x._6hM$Bo3BLmMb0si f}4#y3F F c&]WXotŅ.ooRe7A:;BH u!3D*[ZhͿ1]eui>Fc.b*eO;EYZLa* ym"Yj%Hh\g 8X? FSga7H7{G[' 9MǤ:B"n)Ű9l>hQuc iJW Wp7E뽠k4Ś\( ~e˄2-Ŋēq)=K*HIf22`VCkmߖe_[^l4`eqHau'TέQ߹L¥\k vtmdT@j`w' GctqNuacyh0;i3޽oZ3'\qopX~^ZajY/V-އ_iR֗_g|=j,ֿWMԆ-xX\UnW8vd njZ=VfM* bY}ګ|\0eJbލocPSɅ=TBw8`0 ,;sFCU{y)}Dn!썜G0b)pi.FxWM`R5uq(!d8c9d⚦>>b`QAagK.dfo qZP,!2w2 ly%)sB{3 \5onLp7@JWA }uͮdmi5h DUwS1"S ™5TYDy]I">s'wdj|Dwͫ[8~#Cg:b[%ɖ|SO v r)#fS@l⤯屙TouإL{r|JCEe.u<m LWqϭtu 7iXgI2\oXcܯkB, 6iw;"`c G/`_@f#ϘB?,hR[lA [ȫ jt 0! A+(B|dё@BpSH67u+/+Cn6ʀ`)aHo򼉷L*?xvcCKJlOdw f,3Ih48} rл[Xr"hyP:OQ׽1,% 3$aӖ8Ci#v']䗯bSăDE]wZlMoG$LGq (]%FI tY⡚+`9:'YAvGQHO[c([ly;O >L[Z*X,l N3貌1.RU^mFn[c:m!^"F(A hV3X4"L@Y<yE/e,ٲM˳hShD!=%e e0Kfᇼ@>j X%k+N#eTMj16 ]tAUm+/YMJ|'>A`=-fIe(&fR=k>܄/ՋFw.ҹڗq`s5 b-D}SG.Z)23D`Gln984gwayLEuhYkS'ȥ0*9S<^~Oh-j6x='݂ \Z|1 xk{`ț+ѺvE<`3O0rmy47i$$C!5"6pLfהR*ܡJ`U!ARj9k_ [?v\=? еt"M`v)aHˑfR}I e*jA/QQ>U/ڃ/{ UqOCE3WHc2z]iN9/o"\`'cwQ*D<܈$hHbbg4Cbkwe pӻY&c^ىS*/+ C宼gڵ~#"]SD<= qWhruit1$Wx+H˄[k|#ߧc@t/ep9pGϤ6~{JW[L{KIE7૰/ Cn=clJZkJ^D{|W$YD> (>Gcpak_)9(xǝg^[*OD\ w9011KXdSՏu)ţ3y|"I+EirL\Oۿ4F7A^0raUR|% m50% 3 ^etFZ43 _Q8Uc&n5DH(jkbDhLοՅ*PB*(*vCj]$bH=Oܞ**݀ b$!M-8R^B ,s7SHN,7!jx4ȒtzM(tBiˮxH~zt0עqBR'JAm[fTLvQ-NOt8}7k:HӬ,);s'~r(u7LĶ9{#AK ' gܯ'N}* O)\*Q k'Ù2 jl-#d3EҦF]AT 9ͽ(t[n$Qgxg8+?wEBޔt 8fu.3ڬ̨Q @ MSX9wn8V!Қj1..3 23`FOXe[R yX7RZz>Br{Y-G3NblKMp^g]@n(:c1RUf]ئb_juIot6!=Vɚ])us t|6SwgEUp]rA Ǒ􀹇.eSTm{AWx}YbMBCSI`ڊC ĘOvMk:UMPR6BndL![6Diј*" 1 YP|/o;Գf\#ȵm0hTA6S V›"43 JфK 4m26246.!6 |v PSgV#H1؜"پB88jTq[h(@?D0PaqpdUGf4-by=#)U~Ge{& z mL#ǽǢ9}}bW .إ2{l/r[XǙ5{D*;݁]EnhpjR#]7g˶xJ emL &)pM *A`ucO7%=GtJNބARžg!'=#^NC?WKN_ϥHۂU yekd7-< &Õb4úBx0VD۴iwDo bfnu_Ti?V[qX'~o!@ɬ2Vo@{]gnmQSw灎Bfh(q5L$V˺j<-6'D hH >!}agKRxhԝ~9grJV؂] N#41F,"}@{Ժ/5xQ+~raQ{+oY7_Xgxgބj 28by3!gART*0<RUͺf9"A!8122HRR+#ДgS:8^IFUdۡ소9IQ ъ$yH08o, -YZ۽ÕENBZItI+W<}xo[-jOHTeKLp]}UfGef>eslܓk#IW1g6^>aؐ=-Ӆm&,dTX"bK ,j\V\"w[;W~*I&5F'@g1'>|G;wcb]6_۝IOLR|Oѐ \x:)g %PI z/j'q7xhXYvͶm%V.X++2.`,XG*88ڊ9n];$]0&ۜ@Csv WNrs@n靤ȾL"! ٨׽eУ1nF7-,)dp owJaPLjs{t+rGvǃ)Š`6g@-83)o-6ḓSbnM<`,[Z?_3;:Ȗ%=M&KKb~I:D^ym :FiA8$`&;Z H}N}-+0Xk;5"Y2=lwbaBMZX |@u€\yM`J:ex9[ba. a^I|({;͸udIewN ]AQHSC[7:%wq9Sc3}UFWL 硲={1.-%\z!/ĭq#&\"nXX!w]BhrQQB2@;4{gA6X>i͢]6ˏeO ƫ.1I$#fq1$LbPgqOFVӾw2.ZtU?]fɿ;='Z 2#yoy ҂E")9aKBe$PC&II;´-EI.[ M+&Є$vJuDv$*⨼!Vh~Sg4$bq&Mͬ{|!ֿؼaKVG 4".K 4Gh`3'. N>zS?R9Z5x`[wfcݍ_졧a[ŲZ( [#3&3ʞ1S |J٢/ zޤP=u1-ЏZm@ͣ@3 c&GٟghWѕδDߪ5 f_Y74l@f-Ս#Twa\bS'Fj;'*[_Ԅ!O_0(?E$$xd-?`"dpxѹl0)}wpӰ!srˬSt}$^Be✅Nj0pSnaGש`l*s7)Z=Ν¬¶'2ZPL-7W-s2?)(Ғ1KU^M$PUL+MX) a`4'\KH*kƏu3%9f:ȵKd.R_CpܳBSΨ? p 8385}~Wֆ[!1HIePzIY2PmzBX0m0F\x4E԰%?'y6v2޼>ӱn,D Wӫ1\Maz4]S% ܃b6jZT>as8(/ s3zaD1T2 ̤X~k8.) ]S1 77BHzlڡWaW?82DtrB/FZ.~:tR%W&\^ 4uFK7s06yE ju]\3(Otje ͢,Up$芗0ٝ3H b H E|^Mqr(H]_rԆT=xoxu0j;Mf)΢u6ޗ簏*RY `lQSk¢ YZ