libarchive13-32bit-3.5.1-150400.3.12.1<>,c|Jp9|U7oG6Ӑ3HSI"_A`OMغ Wj#o;kE9*1W7ΪE%GZBmX75,$)E<0Dp.\&C8H4'k;R:T)jkY\~-N;iѣrQ]^wEӱr 2 ZT@qWn#B59 G*#I~ePA.R5rۨvl |Ox}>>2?2d ) j         " > D K \ `  b  d  h          ($ $$(8#9l#:#>/G/H/I/X/Y/\/]/^/b/c0d16e1;f1>l1@u1Tv1Xw1x1y1 2t2x2~2Clibarchive13-32bit3.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|Jsheep27hSUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://www.libarchive.org/linuxx86_64/sbin/ldconfighc|J4077ca244cdba9c9587cd85515a6544f4069bd2834eb51e2e4da0a7d7d6b8c24rootrootlibarchive-3.5.1-150400.3.12.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.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)/bin/sh3.5.1-150400.3.12.13.5.1-150400.3.12.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:26955/SUSE_SLE-15-SP4_Update/de44e197350c24b04868600536e58a89-libarchive.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=b99d889fab865b002d5b48a1fa65f1a25067b476, stripped PRRRRRRRRRR R R RRRR RRR RRRRRRRRRRRRutf-841c333d9e77396b423f7003321cf1690f2cfd5a401580f14c2074ec4cc66e0af? 7zXZ !t/jQ]"k%+ֿ[(>DTUK94Ɩԁ_sz"W1?8/T'@qwހ96-WzR9\3'6$%Vaє1"iOF:";oqk0-uX 煐{gV5kb]!y!8tn*e'Pys`NU>Ґkγґk[I@v9珚 #L x0?/3ii&7R;27Xu\ǭd~x BN21ƪ\N܉bX9gG'lSf˨Ĝ\l6'<( "Ϻhe8Y@pH wr뤋WK:ʢL(Xh"U[>}j4Ǐv~7Lԍ3]i?{uG7>; by`FT@M2y*0a% nR*6ˁ W\¸^Q=o`HY] ]<ӼF#ü1ݴ )ϙv;1E&s#KKٞ[0ծ&CvцïKJa=H|邙;G`:-f/QY GZ؇W 5(y<l1>*i_Yҡ !&خc+1$c=:\a|U`P}P-3;+U?<akcDKb> FL)*I=R`9͘#'U-r1݉A8^|߹c퓜}:72ҟK;oj ?M,{NJ-COYŵ*7yZ}M\`mS G#f'R!:,Ԁ0oXn0~k Dzء} /NugyKL<͞]~ֱ!7/{/u虒P&,VE ۟]l?!0d]TΖ$҈YU*M%3RH|Qhe*ѷᷪ*}ީ2,T y=PW$typyzߖ{$<ۤ|Fb7pjtC {(t?S}|Z+l"{]pv='YgiObsU*ۼ_1fCZXFiBx+Fdv[ rh2ʛll,yeА;sZũ-<5L+7Y󀁸eLv%NnI[!z,CuqozXbqeH&gjNY^pQHF+)Њƭ/SLՂh 0eRMۃ>w5GWYct<,V홎r)Chɿ/thNv-W殭@\ gv=#r=ȉSS-'L+1UI 0k_٬.b\%kݧ(xhY?DEKJgtAORW7!ySbfX &rM3`P?*hKEYIlNB#l1+tᦣ6^Y_ВnǗ.am<`IZmLDzkY[&LdOm'FPZ8dⶪamBM3&׍]Ko4ď#6oc,KעI *WT$R2H?:9 |FmCc#챦Xh x{R;p B^5BȩHٚ$qFlzp/ <맾YVވPt 0gtcDw]*( Jճ,I׀YFz$F g$Q=.N婙6}+<b& znK3U^Q(Y(T-#ҳŐY={Vdo\$o=kA=(f*ӾdE7ce4:2_0%sxWS'XCᮤj.+1tH^𥍁Z'Yʳ>5ͦ0. 2ϑ0܋ON JXip9lfw:k~ !3ΡK${?۲t*l3X'E̍ULcKgjX CH)D}0Y?{VQ~@$>y<,l$Ov oP:w~Br |ѓEDdu̧Y;32wU(.v7SBaK|*1}rT2EwUp0+ZguƁsGt^x\2q|PŌ[?C !ɬ(橢L^f^ݰ~ȝav:Z2ZÁr *j0\iGU/}s1U#x#}nPNq?f+nTVR>р 7}Q;9+M6;-EE&&Y΋@:vd[ຍ~x7Vλ":pòt\usN?XbE}`LWRLD}Ȣo|Vq{/YAs(W %G_lͅdApz w.-7'=m/c0̼9n!~?*A z2`{z(f]^ɂd GR4}.z<Ȝ]hcbIBtFW :|g}1ބpl\눿j̞?KT.ўJ$s9vhѮrM&pXbt x1ǫB}ˏL{@_A]{2@~Aw"nl/wH2]+8ª}hƂ}FeچUwTatRDB >T2^;3mWV"yzF:ؤP6gO9^e>ܪ'8 ^sb쿕!GsE}a0NױWog"Kikك\6h"H${SդTH`t\NA"0;3)P(@\4Rp hCm~ǝ>b zj i 5+*zʶl )$op[vOX<ϋ$jGc.ͧb<41BŚAuP/ {m~c,k fR2O ؇y4KPj.bJ$;>ƏS_Wl-b:)Riv3t2r]d>2lao^V_Ч -J_ HBH5j5?xYT>y֫Gm|mnW4Ecƿ *AG3K|<|pno\ Gᶽ^_lM0AM랸-֨;gǖyD2U qs :5=Faua奺 @Guq,3%x\߷-fPV x 7.sC sf_yä6YdGs d0iWxu^KZl(CcEg"t˭En}A[5/%h-Ӣ$QA[f𷼽"tTh>ܨ:8yKcm.䡷LeKs#QXkex9Y6wc1cm+C- "]5+cTw" R1ISH^3@0 Lk#eS9&fvS-FЭOiz-M)%A@PC3d(/3AHV%kZ7DM*/o_,2|ܸv{bz>]>qY6_5ZPOY'yަ6B:A{a<CW;LN| xֱEPjzeGkPej|.T99kWNA=vjc/8= ;F LL7s)dxkkݗ~*ո+!ݝoFĆ}YI&x+NF>̄Rm*@@`=Alma]AWy'Flbb//ň.% T` |6?*z쟾?勩ڤ~I@H<m{Xhf,vinv0l#{TeN!f6NC䣧+0)am*&BE}|k TG,Erd. =NZ8fLL~vx0$xByC1v׭/dV\ :uVhw`se=BuȄCmLw3@y'M|  Wm*4W_gk=f0!WR5ĜHnK"lLu*~uA%,!JOuJhUK:L׈3Y9/'1\zKQ88V8g[vdScHF|HC3M0XG7H)_}[vgɓl93 \,re2e!݋^c5NW aSU@C5[ M?ľT؍J^3f{F}Q_  aoLI)Y%#B% tTYPߦ:ܿŒ}Z¥O3DMW sSʰ,؉}Ψ9+F$I!E=F4vGyՉ/LdБn=<(99c٣{&PT rXl$X+ۼ@04K 2RZ^`xHTXnSp6HvbK|8_TG76}TvN,]H&eM PTfQgEtA-G[;qcZ"0/l1EK]L49 ٽW(&ѩ Ej ^/Xf#+eaD F %ѽhݣ Rp #c4$J?^c5;4URTJVJ E+;NU# ׏i-c6q%r6EVXZg^w-M@| MDܠZϜ6 *6sA%sĨ΍SNw*!d:7XB%akؒ>\U]CwT mX%5?e)U=mBL"+̱z2c EeԦOTF~#Fō/U2`2HHϋ)z #s}53hl!񄴃^]i?%ETsBX kw>$XCSm pe:x퍟| 3vφl8AҨA[0U;`)&;_xr+0۫ޜ#"5<7M6)[iBsaK.dy8*ȩ yuژfVDOؑNk[6ht:bj$o9MZ(LpQ%ÝE4*9*z5n*N[i:125Ů.@Sg$޻9+Ԏ2u!J;Ȇ#-߹ջa *SmP?^dL"0I~xl8μЧn{͖d+v@|{gk@>=_˔Q,K_Iūr+@dž@I4)v˻k!γ}xo/Amgm0.-c":8{:E)<:L/i<*R; )je3US;Cv B(EѩD ",oˠ[-9y ʝtS@%@dum˃H/JWgdkϙM$qr,ALO&r,psCKnI.Niݢ|HcO3qeF# UQ)H)PƥDmXI)01I<ͨK03Ul%W4m.sh94L7c^l2T~Oumjȩ}f00œ: 9k _0|Ry8(n4~]ɤ._M[x=;)%orgS"Sߓyi@JR8^ؑHfUkY%A7#jLU2CMcTF p'y!+*\,3|e~&u,<ꓯF ^*fʇDBn tcIkk\X螑6*F͆ K1x[ C5\l ը mbijgW*^HL)i$jEZ-4mLWjy@n.+B>ynEسR:ǿJg[rmںlԒ?asEl{VQrcTJ/r27'e=EVVH4x$sxӾgQ&k-dd -B+`DD}ͲI@L%bkIsq'y>eR_LkeUD`vkbCY`cHd8q;yԥژ)&^d\t(1rȰ+Jsh8Ù1c <Ԩh&1AowHO£ʹwBzk4ȤBڟ?2,;@ s8jo/ڣ QFz]n3ɨid#%43r.kνۧ*&5'nC_R?*V (.m*X'L ,ig4u=3uo-ݞa Q]ޙ+E}9 ^OlܟgcB"(h; <\Z~\̕8t*wKN* HV. =Vw쳬Ώ€_1v$ꎠabzZ0bn0O_}h dX)5tt"#;X R["zE2#gIs,9,9Z q-eý* 5ͥ8ԡٽ'NƲųW}q\ Bjt=!j*%>xeB$*rӪgJ#^nWs4"D\;|0MSN =/k9mLK/r7BmGmD ~}fD'9C.sؠ&G{^*(gB,]M=E?c(nuxOٝJ|1>mȵөD%.E*a& b"xF>PGoބg l#?ᇷQ^rP[|x(I)~~>>"Em!nzweWuGSjdD{eȁ*rkCmDp(*~3cNcd 2-ft^j\V54i*5Z@fb7y~贖S2@hu-&SvlHXmjx{}pAI+51z3zTj lyk ڕSК%_}_$g$lxW85XQDt|ɕPdbܕ" IτYw߿fsy>歹d-uH Wx#;VOq3Cl̒kJQ OE 9-HCW$]vjMT~ 䢕TY+V|m|Dp;fG4uueY6k]Ty`B }!M"Vk̷9O/Syߩ$xK 4e85ؐC7VP0"ɇZRXKҕZ$I|v] : 3*:Ya9DLkՕ3Y+XrD%5̳bFj|i46MѵMoz_|Ch,~iCYmo(lN jxOS ԙKDѱ`|]hr'S_5u Av@UAMn,A u{~Ȅ/$ MҲP"!N#he<]w@~u?NlOB绶bkЍ8Yƌ̞`ٵ !xZҘS ᐽu&W$}iopb&^\ م 7d[qU){1}YsF8?CLē~(l!hNkƛ|.g7/z/LmxN/Q (90.xgSGO~@8êa!:7ܿ퇦fYNiώԨk5D3@W?QTf^uZ~7RFZEb}GC:M[qSHa -'m <[?g>f `&*b,=zd_W=S:vUO'7RNAژkkB _U«bA}eBz#ڢ֟u'#;G=Uörŋm9=|t@Beu Oa(@iԟ5aʨ0٧0cqbjo%npۑro^ f2Z%׫Y)d\Z3Ľ#JQ+a0SA>,r5^%C8B ze*3$ښ( -9(T&z8|l:߄ilԾ1Ds:e%[c}H;&AYvWnax i \ƀn}x myL4?C`@>F.'E#/ ;YMl߫.滋5@=gOe4Ea(^ah5}f+dJe vRuEaq{Oxѷ VLCy'ͭ۽TLhHu]8n⬨ai doA]cڑAEA=cuy]t>OcZjĈWLBfZ0C+GK H$\m ?&k}xX mv=Q$FSt8oפ%YPq84T}[ Y !godI+l9f3E J)"m4EM,L7oB06E#ͨua' ao"n̄zÚ+|C-}wĉ3ĕ|Y+}atqh͇Έ\+iބ2m0#,{o nS>Pm09N uH*yM5!vz2J7߸췒R G #"s?%2ݞj:o,/hJJ&ڔDU{dY'h`'0҆Tİ=zөksa}*"eѼ]$lXAmƁ{4-q Fh~W?.%Slb`vC++U7]3ӳ]WHTaGѴOD !2l6bs5%)xbWhT?/3]bLM{LX Pt&x*Jz;߀gLXL[ֱg߿r䪺`ކڤ:0u0)fqtaRz vѥە 7RBٽ5g_xGGliTNDW=!@K%?ijd,F1bn&E4G lrb>IةNm g@?Bmy%X ٭yv4J3݌xw}:̏FRQb֪zt ji{VpYvGT/KF~Y`a>ϛ\vh ʺ<*Id:9ƫaU*єx;늊<܉syZYZlPd<w({JQi41wAb:^m@f"fWY"A]޼8=Pڋ:] a9E_Ee_$ <gUߔxtSoC"p"Vⴋt=Fs'|f֕ʈlr[ãleXz-ug8nn(nD{7=/,rk=j]?I|P,& ՊXu7~!wLSDHzMH4a{r*+}_nݼ[x"+*/}ѻ*ltE$Zcw#_c{iGDOw7AUE:˅^ƾ SW=s@TT$o0ֶέ!( ǰ5Dj_LNTX*ٶS\) 5@79Vz.I=>Dv"̞>k4ktWhb0RaMpDIg|%7\;IT)7:ެ ѧ:d-,T<Muig!2zWI6&@ͫ6 laL1M~oy*.f"xԛG#|d)JԜx̹/\S<^ &<3\x/N)>_BUKqU֤lϻyq֚qYTݴ2pJH/T|Rf%KZ2qOĉO-6.(I,sݶPmh:W8ł_9 BB"5 Y1?-$qԡ,g1CXLA嵁}2y:MHF[$[eehgn<*f[PV+ >x_|7§|<-ESO [2I͜N4-x԰ rYbץD:m{2Ǹ[46x>nOxdt'.$ Hԏ[]IL Q,4y|Tzص 93)Y^6+χJ!?IR7jB@9GFY|`i, }~QLzx5&.h:v3WT ]{EYۯA %nV'Nqa؇!m̄ŅSԈD56ڜ#%B{8cH7 E(țuwٺPj \O IgU;Cb("+$Gl8 oƼS]q&҅AšZ kE>n:L؎4QDw @ol/ m~]c1N(8Yr9cj._L D&(Ԥ倧'ڷǕRivKol~>MB1gs 03 ;e4LLƈXt H[FMr}:0~1C%O?7륳8C\v95/fPf[mDƆx9+;1Fyq\ FO*alϪׄKHxm/"drf>3vNGfAp'z婑PYt0Zf1JYLLhKFmlܴpCJ`(Bܮh)c.t,9dȬvɆF0`+>ax(J5rI*%R6y"_Dž1DtTIxJ|`!3;N>r?mS3WIp<3g&#p `PJ%Uv=E#sfɢufƙ3PCi2=DNϣ!zYʤDXJD[C[n6Z+tV:#~4x%" ͥpsm!/PEFP؍/بك Vٲ?vH^B_ ^rxetGgu0c9DRw]Æ3k'T4QaS RM)A!&O8Ig26*)3v%o" `)+hݓI8R\5򰩸vQ!q$2kZ_EK ZF,Z?X<@yEL}f-p#d؎w d0 Q/ Z&}:mMY&{p 7_'>40DccZ .1ep xx)Ǵ*F1ꔤ0b[:=T{Se |\>k&#B9n4v]oS?8&~=3:Rh9gZy 1x]#rQ^m$\s#8qB䟷!Tʯ#N?; F3p5s}0J)^ 29Q96g";}\UXU;2~Fy4GyGÝh  df&=sj{7o7 yƕfM$׎|k@Mз/JY<3YVZ`Lअ̀rQ=^n=%+ŭL ˥mRmϑN۬S{o5\-^^L 6#0@Dm'q<^h!5m]3"c5gjMهU zx?x"=PtFE rr~ٮڔ]3 rF~JWr a vcq"h~8ghӭf o @f5k:&]ϵ-Qogւv_堵e3|#uUVlav2ڤΪݿcUXbc2g=j PY(e3ɴ%l^ܑhr=Lq!qR7"߻Z G.5rJtF6x!p3ceiR !*i$lvA\^VXwh= 1aeOcȤ{?jzsh"F nt3&!L346oe"2ɸ. ߖ@֍%8N3 [rD{<W4V}g6D*PT0[9A4{vndc\åf愿S_;Aj.M3!}CSUє;fC{1H$nDGt;5:Vwק aj,u} CgM?ڊz ޠzp<^%tSD,zhCQǫ'Q$ĸ[vcaLvN"DUr/k*i/oX_4@=Jylp^ڕ*G[aD-DtV>!p>F.a%2ťXXnVo_bi^{뗝idƏi|4fJ4}(Arl] ~s?ݨ`W;L"ć@*!kڽ`k,c!3c3nA.FݙT0J($;4&ȟ! <#݉bGV#W8g>*sܼ#<D!'fF4!K76f{PL26qIȗu󃪉AvAxyK_PxEoBR\:m0BCʣKl$pz`w>+sx ѫd֐܊xw3M^tӣ.2 YZ