libarchive13-32bit-3.4.2-150200.4.15.1<>,|c|p9|/a:;suY')wild (hTd EŻubCm.D `.<> "d"=߳[,]7¨G/e|[Q,-!װOgWߦds!/Kn{cH]i?>"xk[eR|! nv ;k0DJvqW6ӹ7$)@AZ^Sga̸ mD^Z5H-z꜊x%>>-?-d ) j         " = C J \ `  b  d  h          (# ##(89@:s>*G*H*I*X*Y*\*]*^*b+c+d,Fe,Kf,Nl,Pu,dv,hw,x-y-----Clibarchive13-32bit3.4.2150200.4.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.c|sheep08 hSUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttp://www.libarchive.org/linuxx86_64/sbin/ldconfig hc|006dd3c783f649d39cccdd66c59722dea733775683ea79f983e54d839319729drootrootlibarchive-3.4.2-150200.4.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.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.1c|cRc@bzSb/.@^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.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- 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.4.2-150200.4.15.13.4.2-150200.4.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:26954/SUSE_SLE-15-SP2_Update/41ee44b3d90825852692ae2bb4bbd754-libarchive.SUSE_SLE-15-SP2_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=8d36524296d9fe168dbe0cbc0b9cb287f05adf99, strippedPRRRRRRRRRR R RRRR RRR R RRRRRRRRRRRutf-80d6d9f21567fb9b4d6b7ae06dc2e5300d5bfaaf62a66adbcb234294869849652? 7zXZ !t/mTR]"k%ʽdn2y9 vS֬nⴊw4CRZidGqDG8!Е=7)1 }W,/.+~'^Fzo!klVWf9e.-X.-.GMdµ%J^\ 1,9NǀOō]],<O{e,$\ 1TB?hx$P.~g$KQ=lh5]{1GޅPbe%&f.Bev3FB(0dQaY|$J[}"LZ={:S 9F`.躃 “RK0$uZ:!)h]z6*ɰYpLΥpk|s'&WeD-홆lwclAx!ьnًx-f^y9?NPS$`Y&6}z_,+,a׼C۩Ėh3$Nh9?rsh"ϷS>k'qZ/s@ "h9Ĉ "bXOC: ^:Z\@[Jo)(i87 jwꎪhuȸX3=w츓g > y Lc;Pٴat:J/:cL㠫,モ:ܯJm Ö5dyVR?t4n&sCqwdlC۽g,l\=f+V<[w}Aћgڣ;KK^ͅߍTi8} Vھns;2MDaXL7#Geц;8o$'7r3.[Ct> G106|gj`\吲oC2F]/z8+${2K]1`T:B.@8ZeROgs G?-V @Uq 3qըv\Mv]7`@",(!tp UƠ4  _SGQS*LN# `?TT/b;e= 4a:Jsħֽ+Ez0o:Dh. 58$Da8@qqXUoZ_ melXVzEE(VaX"dT&d]ǫMH$Alr-Dx! O (F`2-g i?`֑V& 0EtF'nE~D*3lf]T_Z܂y=J~~x{Z6u s)'pդ~ihjT_aP;ϖ)̏m:J}̹ QZ,(N:sj?y"xĽឿӴyԎn5.TZx} ߰j"}Uتݡgp ~,#: x3i_@xN>؟m|,;N%5NɪmC-XEl %~Y+SԻ׈115^ʮl\;tCALhy^?-D6m#wVTQBqױ[4vgoS:j+_ΌWՔ[n'z![kVFΪ3*e OnV;ַI+GIB@+=T˫De$KmIk kJvԯ5;@;k'Vn}?^l{(`6uT6 tAR*BضJ?fqPS'"45?,Vs *p5+ U[0*XEr"{1D蝗$[:{wÝ7ߎM`M6 'A=s&mu_p0^6 5c#K]4DFB}I4P W?E}!cS#iW-a~T6*gkѿ3Ydrp^V iH901[QHO${d~n=+Nk%5Rt~WY5&oN#q'jl7t-Aǣ-% uj=v.%7j8l~CsO)αDM$9i8>maiFG-:Fy˸)i;!?"EUӧU׍xm| xF,%g_3ke'+n?'kv]/*e͏ a+.* l;XaT52B&N5w6 Z}3 }+JYzXibf4V5(UC:A ?$k{67&I :35n+xɡ 㨘Z`x2v7B+tH4Y]P*m%b<QXf=w44!9hQsdOJ&) RSFƶ@蟾 'mZU>J9Zjr7a y-Jc>rx9C}23h(o/0D2ev#Ɯ=q͕lYT?2JeD\Bj'͇鄹=lȏ݉&Ԡ`6exDٌ,Fn@C`$LKڙQrc@%MՒ_ owO.ܟ.e$\ޭ'sꂼpv+FM@PO"R,b/Wd>3^ԿKh]L̋X ]9ʣr~И_?MfМ u߶߼Z/b$y#`N}WqԆ"(/G>wR|o79E&W5WFd*7Mkv"SRlxz_r]4N%V"956qo*V9O"CMmE낑F?q[U8ǪKE*#dHe'Y?^ܮddc%B0=-2]p@جP3.Rj\GgW;(-+{qH\#G)rߕQden8n+ƥB> [T&2~xi q-ZTb&M]jUĨm,2J%h]9Gt<nv>3%'"{v4H>ҁh$7 Ձ5]%0@5(RMA\Ŷpb!Uobv_~hc? $Ě^H;¤R.pU0~@.l|( ӿyΉd=) ^ -;8TպA/*G2H̰\Կ {@uNJbh(lb>jQӬ$\#ir4ڤ .HU_7/>*BovD3l}jn{QrHp#/@$Ѱq(Y; 3bqfLˮ S6dIz"K*HЬ).`-kqJeh#lSd{l=(]FpMUG!GaP|ZƓU>?mvyz<3^WHՉc ddE^ėMDzUsyBuEb6-m T<LP߷wO f8|z+/+KGS9dN M+֓Y`Z<$G)3#^Mā}w3pt_r&2ftih02(#챎3#oWb$f W#K ٥Az;EyK87 xG*;^9ѶԙLFsö]R完m61!b ,ZW}$1]/ˏ TVJު# (1icN |η{& yz[_T쌦԰a\X@8-oh]gJ#+㆟޲iy ;/ ,URzVݰxR_:M 'l- KyK i-W%7?fo2gSLB7ԡwQ~gO0ڼ[/ɂsS%_1˚FBy7 f__g9vݮgAM:zeJ{˞5ns6{S*UB}'X\Im)ÇGТyC0e |o̵7R$ˊɪ'GInfo^+ۈ% t[\"nt5gLh9D* ^lW&ghwzRLUaZ<0dn}::wAZ$PǥZEޢ*M%B!tX.ˊ5f-ddTf׶92^q<ΠC r\ ӌR~+#8 uA#(l<[Hd/Tgӽ>b05c8@H p>v?&,dz}Bǒe1P٧,*e/ ' ,%w$hOVe+, 0b!*>6fɐNl-AtvAw}NBi#@"s2*z},ywh[7_0UP *y2FwYPG({Փ$6Z.>vߗ;'mMVigѽvRQ9೗J RKI,C &ʱKp 퇷>M[?9V^'uNc@ 4g85/;.wۯ~|Qiۀη)3!aEA͑cLHk> 6Ӧ8k$^+4Ӥ~,PE?iy63]ܔ'R_ ThNwpٻX9+"@Ju.ӜH5 PأBПRHJ"Qp=|<`TN{w ݫ{4A:C`j.0,x=(,(pD ]Υ^hj@UTYz0X>fj 5iHWDmp?'[?g`yu0_OCW ̻/ln݈&Hhy !&N,I)eFr{:GJqA?$z4G]wU:+v:({ݍ2P 0I`'*RĨ#KZ{ {O2߃ 4-aqOl?BԑY-n)mR׉э'qNx#D&F)z:"od1NŽg8?|Y0Ct>%𐠕U{U7ia|&+J_'is=lKVQ܉2~HAB!5ߡⳎR7>eUz9cO&/zmYtn1^xse4p7 w~VYB(Ho(-X· 0LG阬Gx17_r㼅fXX ڹ4NNN + mX p@2SN*FlW[-* 3Q.J8ֲgUP3,5sՍr"#i~ P_FBt[(3NfER)i{+k덆5b)+CwFfO@AHX|.ڷ1O"k-#VEtYę*cT02ZiY!vBh]cA.ўe/h1ښ5j^=?fT=CQ;\#:vD9J2H #O}e0:w~rY{<1hqc52nYSz0 &M'qU'`~(YT7k q>&:f{K%pDd(FN?oQ̀%欆Ɔ?͈IpBj6dub0OhR)*Pо83Hx+Fga mAXBfd}Hs_p5#x7ex eo#c -\4Sr8:^Eq0^<(XSAMEűDsH(vj_g.stu~D&7$>eRҥRE|GM~\_=^ەRxSm&';XbF KrLА!Z M˕e+D&JADnunLx^lfYZ`W=$"x{7Ly 6J'|)܀Z]cڙ(1 |iVfyJZpc)|}#=# ɩ?B3O!T[nVJPd5ˡA&N@MGk"QP+yKoyYƷ6(;y"H83]P[*TN #d C-;E_䀯*ͯ 9Uko:x8  #)Xk<{R-5ӄW?T56u6]rCcU@_/OŞi1 ߿p#y%;rRzXZ[۝M9Y~D5!$L鰞T/x3L%#>T (YcM=mC ;,SV/.fk+"b0U2Ⱦ]9$s,5v\D2t8gFc;\c*T[@ 0$ w49*rwѸ)Q ֫bGο1a:|ƓRH͕_l0+'(<3oMqfT]@0VAך[t$(F00dn:!%zhgpO_q*<hEr1lӑ(П Yh֚ laz?Fye3Jojjao{N>>J-cKvSd$"l,+_w`d9˛]h')6J=g?Nڝ]9=Kqt?T2CA: Ox2kG i3 =BxbGp A & sOf*#!i(3Kx2}L*]gޑHEu.Ldu.7IP<ӱC;zg>@ن| .s{k?5J- lAnڍ_!&VҌq,Lis"_4KV_PeS=cr%+`֮cr[ҟ#Y Bѧ:\8oߘqR-`Aަ <a.ٮDߚrNE=*Y:C9z(/5NL':J 8P#t z1N>Ym߂8Á6W#sp|aKTԙavLD8+!cd $Uby_tgKo,[je#R=fI=:y/'|g{ @Y{8q|!K@Mٟ's9& rA-r/o? -v7X(]5P/`ߏX+]Y :LBښvoF8ĔBﷸ A(d;Rl@] ֗9"@j\q "b(\|Ok>bO?88Nl ,b#VwF+U%(z{>EwG '\9oV.|ݰ"[|c5(3js=j"zt$#$,u;M p V=vN-$'Ei:0`;6`+PqKxF(@VGr#Qb8- @%  $`46ҞTPۼ!c֕ҲQpgqufKtw#f8_>2S;JXeڅ}6ҁH-Xhae15;$iK`/ޗn:"m \/cUQneL6 (un-7I=l1h6>Dۑ9}) 5 qa|qk5 ?Ԓ|u_`d.R BWs%*^"a5jr Y$;>Cx>A;pQ)&7$ O'A90@VDLK'BH7mqsio4=bp.ʯ|TƘLwmvr54#Q ɿfNpܮGiY@]#&ب)?o NdՕuڪ[Wm QĝIAD-UY.dڼUn?mV5ЪS H['&&-cH''*<=~/b JLb a#nFqEkx͊f0ZOdZ8 QfnnxqG7ɪ=ǴR8\0 P ^JFB_ڙh̡ RA.أ "kY |]$ϋZNmuisjW^z7䜈pY 1HU7d \ϮqoD|zl?Ʃ\8?g5.hay,QT}ފV0`UbҜ)tAwmTR ^~TiK S~׌Wc_BV$xlTأO,a`fo^SYDh6%3Z^"YDf7xw_9@;O+DZ}'"SH} īz D>@X$> ι~9.%:Au6'Ug {klǷgHz= 7y7ogxb$OBaqHFoC) mE(]gow^vW@E#b($76?8LH_d!p(7 5w$тt/V01x;Yꑁ#*u^&xOymloiřLIQ3ܟ6b(35JВ%$=04=:Pc\ %D°N^_ꇍoqȃgjj8,ܑ#w;ʂ;msC愄(x2# Rk.uZrq<QXȚ{=ϗ }Wς%g[ˎ7ΰ#GX;"b2{3}dY&LٲѺBPxѽI#6\l}z۵5-ᶱ r !jbY^>?acb ɭF"нJ@̉o5uUNqo!G-E>kFJRhWEii/_>h9М ^-^3.gng_1Ȩ ׌g 0?6NlzfKSk}M6Nm~f+j2 ?Ư҃uC$h^kAXToRn+Qp@|b5vr '@9aiCA!(Jԣ|45{РxbJ*~:l:5ձ۹5!tTW.?HVQaEH^鋫:Sr3&>\xƿw 8hi#\( tL=vK2y$W9hX:2ʏzcry\K)xg%ϭ9$PQ CX㇒'m32h[XKl& u' t [R{׎~@KG@R.Hn%״AG#jͨ%vb7&4v}'ߴ sH ^9߹'U0ZG/MIH5=Edn 8=XxnB)a~iM%|saxC)0Km*l>JCO=*@Oh.R ? "5K7=gD(wHUz3eɢph =A0^4q3`>:ma/ԇ*RNk st/o#͛Bz2|&,8Rߜ`DZ~2iq5G!~ӊ-Jbk@ύF ;ۈhg`˜e+PR \Oc''hGKOPR]xן'ԎCh0SF ! -O!ZLAjw_NkA !kPUр hEFO& Pt5&Aq zpPKUS}8, ^[D]ȍP;>mKsǫ'|@4^Pj("(0`R{BD~~ LX^¦A]<]xuH̢qՄvA_ 4Y󦽪x@:yO\Aq.LISoqȷ d0%[F ^nXNtpPxٜ*Mp`6Y&:in.#!1^Y k|lh>+`ɋt0/oPḿ*8"=7^9[QM{L-] :0CN~ahrHLͣӛ9 1̢x\} zFN[ c G*3G6_!hi 5[yEsCS+x[0+kuU mw`NNQ  mZk $.XΟ{hg.I]}7ڭ{!I6#ebcµZ'$jw5RJԧ:j"ߵ P]Piu}H> v^476 E6eLs+&-;)4;D?ȴv8t~*1h}U9a="!`QsDb8 ǽڅZ0eE2 uZ} vQESCUtDj? *o忌k!MaV3S, "mVuS*?PU(R IM)Fx%D.LG||dɮt3ڇow/v9xy.Aŀ StEi $  3) .{99Ņ/*8V)X{]V<#|a4Z#4Վ\@tt0zާxbzۛ湿X/G宇c-Msj0;/g [)8$Qs;[ `.MQ@ٵ(R," ^#x+!ٖޖm- 32 pl ڏP~%Co\`/bg -҄ Ea%َr".:j*a=@/b׻Sok*̱Z;cSox{n vk 訢"nlۚLW@>>Mi*CG4yuPϢ{)FFo5BW('O%=q؏;t9άrYX%?͑g'BmEA+`x'bk3iڑ6rUrqX^[M+~ LJp`6 s.it%3ЙAyۙ|Su M!6-=2x, ͯ#m1"~>\odnR}r4w_󘽎gDY徚_L#(u/d`2 `;zuy^V8BTS,oׯ#zw_2W) 'JQEsl-qF7T(BD<=\Pg4~6M{uP0qC$(}ST?ADP+$MHpp忕Gy{8L&j) Ecj,KoHg>$٫a-7CYiMG>/1(1}1l-b%iFaum$@@ru۲X%LWƋZ+f@W3oL17A6v-6 |MV?^bA::poou!A)(8[|;[ɣ&&.7g k 𝧤iJ`8 vL٬f1j㓓FRtP"<oS^,Tj{AgZ:7M΋kwqWeY}Mq?#󋌜a?2LތBȂL ҟ =mS$(pWX]rQ}IC֟GU鑕⨒ﲂ}{q]!7m^ǣS$u!"ݳ['HX^Lq5:up ęU"q }zZn,7< VDt1c 9KW%A1JH4Ώ}xbn_΀w[)jr0_)EK"OႶ}wR yv!/y>VId)yhKrߒيr[cб".5rw,ѻyu=B5Vi x,é,7|[Vm-8qW֋lpV[.D\"`퍨r I [lb@6V,KWDȥ OoDJb2f(;P^SOzQC{~\DPI3יV*GFPC$Sʘ#@U-:G+u^9?{6%Yլ$Kq'됑 3Al+ ųb2<MsT; o8l(OF&t3m "6Vb7Vre%5( c[Oc`"Vy)Bx-Ad="Lr>C0N;7;]/+iX41KPN({V9i& +k09ph0 ѽ;&WeGv?mv9?>O7R5Zu YZ