libarchive13-3.4.2-150200.4.15.1<>,,c|p9|@r{hg2{ ֢1_/UE:~r@o͑FyÀz5yyoZ7=? t)4JѡDԒ7h?̈vC?G4 22!12H5WX@`L}scTBX:hr$+?mTO(?zt&!u ⢠:l=٨-w Tr>b@V]$^ WY "ʣ@ӫҕMIz'F>@/h?/Xd # d          9 ? H \  f  p    I  P d }     p(89:>*@*F+ G+ H+4I+HX+PY+\\+]+^+b,Vc,d-e-f-l-u-v-w.x.y.z.// //TClibarchive133.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|sangioveseSUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttp://www.libarchive.org/linuxppc64le} ,A큤A큤c|[c|^Cc|]P35332c30aac217f224c53a0d60aee1b557098f3e28305b448203da7744e1e0c07d15f2acc1f8b44c7587b5edf80898b183c24e0c9b637ebb992e4c3d91e62ff1e1e3d4ba9d0b0ccba333b5f5539f7c6c9a3ef3d57a96cd165d2c45eaa1cd026drootrootrootrootrootrootrootrootrootrootlibarchive-3.4.2-150200.4.15.1.src.rpmlibarchive.so.13()(64bit)libarchive13libarchive13(ppc-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.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.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)/sbin/ldconfig/sbin/ldconfigsangiovese 16691286063.4.2-150200.4.15.13.4.2-150200.4.15.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:26954/SUSE_SLE-15-SP2_Update/41ee44b3d90825852692ae2bb4bbd754-libarchive.SUSE_SLE-15-SP2_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=93386591b8d0fdf18d38b07aa2d6e785554d9723, strippeddirectoryUTF-8 Unicode textASCII textPR RRRRR RRRRRR R RRR RRYl>AETq(utf-859773014fd07ee2897fd1b639a629e4bd638d5645736c11b992c4423f28f06d8?7zXZ !t/kQY]"k%jjdn2y9{EŶу U4@`6IL*'|0DL*@d;fæ3Ch@."d*WrיW9YnUGŠ*mp@.8ۦ5& 1?R-|aiO<ɻX85Y5iP8YNmqeah\2w {nΆ΍HxUBNTd1iHӿ#dWg?뙅ЀfĖ9%a ~p-[(ثw\L^;|uZơ:́wK5M-(,%/T6dMW>aLd_ŀf!?uVR@1#[x瘁!썍}bp|WFmT}].(H(69+f'M> PQ Ɲ;3$ZZU4(zYgCL6M S% */Qu"|MWuB6oE`lwtW@䌓@-HWs0Ȋ SwK%R=LDF f.)%ci*/B&wm0uIYn`m[*PzNYlnKfĘxneFZȫ'o[:U֦arŬXP J8iuBqQeK,TL d1Fa%bͫsެM$Ю|A=wo 1IP!1CZR@Oy8\<\o%zXqƩu@{KLBávQsbQl,s/6ed~c >p f|3I3 /Ar<LJ>/crsMXLU e2zF6qaATRxWڊ`uOBqZ'׀Ґ"-pT&Ueou ;Яv(^sɎR!sFdNڶ{V0nI[ a-z11xI*^ Y5qM\gA n{jY&]~_Uc f/R;ajqDVe~K/oVG;o +!C?ؓuM\旬_&-t1ɒA, #XKioأDnNo u3'0"K 1fnϝq ,iMh53[SE~kPIO:K5jA9NчRydr3$X뱤EU[M:; 3iK{ m͔riUqbiK3/3 b A/бSpT.pl)i0eJ<G &%aN[}I6@OH cH'>%uJyb[3Mڛ ,K0}dFAS{lx >*4]䰱\|)XCI.`9׏u?_뷫2oѴYd=uiePSݞ) 8'v. @@Дs3hbXFrPYϷ֪t.M˓Z_"h)[oYY:c[>e% ^Ne 4ZiTQͬT؈"g99f|<#R%i>h h1@4ȄIi:Fߧgv7y!x.}1X|>2'?yÝ޿uӺe[{TNIQXAV?kIZ.;N묾]\G,nˎN_ˊ KLcuU,A^r79UL/>x8Fr5=T732Щ LqX`JOyC<%3Ai5T[ ie] qvMo1}hyEu  T#E&Gz}e'FtF1ͨYi? PVv {(-kI݂=T¯jI 2pU뜻; ֤H2G6d5~<^m@.NKrI6ziLn>r:\su u i^JTT5~}i% π[/]&l2g4оsz?+yT@jf |K>VA/늽QDE5K z\ڸĔ4Qu:#beC ٠qs_2P+  DWx>ۡ5ϟ Zo8[!I֡- 9ӌ*㏿!X&%8[|SDfÛΰgjHW׼UAdc%Fѡx|iNR젹Q~R1f\ўk8UA"("\\< WVG4[GxstF`۸^JOa9P Z2XiF}@r%6k-ULt;bv}@+Lz6HykDE10F$#_ib 5Nڈ@ !o%$IK! jkdk̵`DZ4x@xÜIg\(Dv|37(d1m<9Ywٰp* ߀(n"_EKhҀmg$CL6c8YakșdYxWK5%m%R=,`|l햞T: 3g̸Ƀ4VȶMB!-T 0 >Xi R.yJ~YnxD"bwQ]:uEؓRC-8vj0Itgϥmbe/[s0QV <:Yi ˉx&/:,yU'*.#ckZLW\ۉ;UЎ:w3BXCK ҼF23I7 ؎Vޜ ΀Zd+Z5^8? 6]|'/uo ValrQz_<,,u~z HSd w,FB hC|t|LGƼkGHSp(p ltΘ5Y<Ҡr/aJJ3x%\cUl_TRNJ+ ?Fä\/z:8&7N9M)lS^̓0ìdƵsC}|-ҥ7|Co!hTPSSRB\XTltNL 2yɣCLJsre_/tģqFb{8I_ &ڮys%Ir{eKH]m 틄&v &x A{;# U#2ȌL?M݆Q!BW % mY_Qd1dk2Fs :N8S@Q2'ٞ󩞘[n9fe I`Kj ݠ.n V~u2VK;p=.c0?9H1Cl5:~, 1a7r&pC1@@կ0/b`갂`j5˺2;rݭ }`@ UؽLT:鶁Ug*}(L\H>ȼDHՔ!OTpmncpG'6irfV%Ι ЧN)NܠߙFz$0a#J^Lۗzti!eI1en D6y"vgWOF.d~@R6dS ܌ة)}&FaSQ[v{7y;c]Jp(4<ޣnqU>OlH:U6e mgS:T$嚊rA ]C `ėVr oX?aݑA龰SWan :T>=y, |>#8<#LȒ kuϵbQke:+Y?_㍦mqM.|=hkkH9Go \&lO)Sp @.q lHTuvyK,Az{*B2 1t &ǰcyB5BLՍ1-:WS|Ӿv;z8$b_KG*8TQXQK 55!;\~BgA"%?h-7dnH-l)3*fhGශЉC2Zй"afhRx&;7Q,msf#]Hz nl!%|BkGLq\3p)  'F!wR%Qp3PQF"WsY]7RT 0rO o>?]rokIQx 7cن X\-0&0țፌF1m=}~=ˤ@z :8k z m5BLs $Cەk<{$UxlS)^ӬNZ?yC8î3kM2pLElomU|a'R"eGyYe|pm`/#)6X`5B}׆la|>\g@t_\`J%2>Cvkt~2gY 2l^gTW9K!k5Lש2:l}p1)D&R(O=b0K)b =iXMtEx @?]Gg.8e꜌,Gy_:;rO0R8'HݿFKxgȶNF+ee5ϲh3mJj/3._х1/AE-Fj`,9NXMrdV{0޽p B#GёYh sT) FJba^0۫KeF#KGФ[VodLu77i)!aBsKc5pa03̂cPmKTwB%%uC`DqL\!T:|l̽]: IkXY(( g_P\, ޯt@W8)eRA|r* s+&7Fic(K E'`رMfo$(LE)%vR! YH!ꓥ*I\X_oDGy "K)1eybVo&?|- 6ِȶbQuILO Mq:<8+FYZ-FPjf:*r̡ИSHGr}7Qd@K^_6Ea[Sf%{WW"N[,M&+ $?Kk4npD@]% Gê9+72; 7Lc}Ų %BF}pր=}F6;}'IJ^d.so%1*|ꇼnRC*F25pb9Fx "*Ez[> !%HTq?)*QKI"'4׋'G]CҧKM)P I"ݖ) Ze2_:pHpթt4QB*g*i3F0'=$:'˕4aB;Y\@iAfs_fL]lwVď,M4z,|LUyVB<ܒ*xωOsDPJ4W8GZ0R^f(uL$‹bх :I@ ށd FWbD݊XǪ룗+3[VÂTߋJ=pS*`(hxSXR12Fj 3. TG3FR4JW(E=P5QØj[zr$|pqcLvojk;ڲh{o&s5U$r:s|@܄Y{|VE62S&2b .pujeİAQ<"(vvv\ :mysS>D&y SzPg[`Gb:}&N|wUR.ܸ-:͓%d*Nc(S&zqbCFZy8{K-DrhCxpٱɀҭ_@uuSO^XRW%dra iaxZɟ*P駇T9-)Qg6d&@A|  ,xu:Cӿ{%<rdTOҀ<"Zȸfg h=ɰm%!p*[K!΍[eXCL?RB7٠]NW r 骤3ɃS )ejeW '{Ċ8L]Y2:rCbJ@c Lh=GY~b#5{g㉋zn.ThHVfjiZ󵰾UtNZM p,VōwO$'-rGSE~8W]hڱ0 {&}u򶢇ԘI0]3]gkLOwLY'"4_DO+bB|T[ -Ez@9HU9O-Tb^.L/[\Dh+4<Ae'"^]e𝤂HPm'mGaImrdnnjͥu L#2.̯Ԫsh޺bBלk۷OwiF oI2%e2'Ƭ F_ApAK_7xMp&Q>ˉFU)B>p!'5`yKpb#u |钉T=憎ɿ׈Utb*{1&:~hW{3GARr7dfy3z 3TM&k'͎"@2 Qt44DsK"5·/M#_F1_vbd8i'02W!~kHJXWY>bolS({D4us;{X1?s’T=<̉`V? i7$MrǎPKHz:cNEU6A2GQ*l iD\KR*N/bw 3sg2/ njBjհ/C8ZKFRBNҍҗmV.$py=-{V쾜qWÚ' 5C҆:L}]W H)UԗQ,.lN:ElVQzӨe6.&dnU 5?lAԝ?&-GZYs\SQO=BlLJrQ:6O e8FDQ> ejF2`Q"ZNF?tLlh d-@CN%@"6h3fuw뗲9u{Z1,ր Q^H̀~-qGmur6KH4gAVmrP Rwv4`͜I[6?!z[Pe0+gE+*(A)d|W?KM4쵹kQQ7c >n ~eqwQǚzOK)ŢIB~nC y4EuU]. /hW@엑45L7 ]*wCjF *rj_'#f,Y G ϹEhخeĢ.t߳}W>E=~0H-.> gS*‖U 1eQZO!in -͑X{BJ&ۙj.t*P?;eW!ڽ8"U_ǴjH 2/!t#^8Zi;rГqǪg`F_k Ԣ F?F#Y;v0'#?S%ÏK6#kbde-C7f٫;سߨ=]k;Ai&d: *(>ˆu6xH+Hm5~uE#גl[GUv_:RbJV0+"cX|b{_6Sv}sSs!%E_ޭ Lqj}!`@Kgf.TeB[&uK ) C#n{a~H?fV[ҹ2C{v/$i}{ex1ozzGsr}HJ$\ |R/6ƓޒVRWF)o>\4a?@gq7pur_$B,]I}4v 3qQXʬQjryGUԍ]*y~ ̑R)%-у3۷/̩qS`viVh\a T6(XF.!3q;mE9 cHgRzʀUJ hjɀi2ZGz/L2Y7rv&tZȌ3DZYFٵ?/}(zB* iVt8Ϭ?cP Gh]ǻL?0c85ҡ ~1tڔ/As6O&h. 7rF_Z d2-MrYL.X~//\ !˖_2$]o^v(|(EĴɨ 'a H6vR O6:Ry3"6옘s[XC9}'-[PB:={Gkԟs{80@p5xcSKo02NTL@Vf2R>8JlFJW&w hn7 vĈb h, 飢M&WMՔ-xmVeL*~|~M-\]FQ_aiw{*%0֎/<姾?4% rUˆbv0F\J܁czKcte<1[S.`Fx4Z)UoL*}:5<7 0:V8YڳDHbu`aQ43ƃG.6Zkqade( 4Ӱ5 `KIw2ΥSȘS cv, A1LhO~ca,1hFa]޾]9lyxQ6].`7ҡL,6GPr3οcm8܊d~qo< ~d61}Qޙ_Nbmc,j!FE]G9)1zA~C;?, >mEWG l\[]54Wl5[d /,>'̖{u|}# x[C:lޏc \bu^ɺhv;Qb `SW7b ؏qwIYÎӷtyG9;@U5wTFPD,mjw whլCnMqk|_/>!#ԭh|M#L] @AN?rr"I'pc9C΂"vN0ަzH.V™xۆ"%/J,ʸ[tyn>Ʈu :f otwsPGID}D gbS"fÒxb\.D]RvÇV7KX ֱ&X [[8ꫬbp5: Ͷbq3DJEjد6JAJB[Mn!$yhL3qǘ'a\5VU}V1@k 13/mܹaXusW@h:+%oSe1uO8ӷY/jztΕ`;Cנ>"ܲ:A2Kd[*'J^d,靄X>r%GD pS|z!=Ncox1ֈ_CN Alk WUet!|dž{셑HdNƌP%Dy}?[N= ?/N9xU *7#)%52sgH;>K3MKOHKH@Kcaԣ..PcP:Texx&; LlP-U\9f쏇*΅[Ι[_s>u9wPT -5>ܒ<ѕ<ԦsBmPf38hU7j{ @bٯ1&-~ b2U)T0Flي˘TA7.MLJW\QZ1O5p36{Booo|XIW[=H%rP6ڼwDǥG$`9w/]VU?.jp5b X|DQhtu7%-%ʀW'/a6vso"@  ^ 9]y`Iǰ鲋9j9#“8+0$D3t些rl(5>.Vw xS;rB#ƀTH^Dy$G .m7R1zi_ aw ]7"g*}_3=˵1*r߻D48>iC]\ ʉff_.9p .^a3R)]M:լKkBeqRj=knV5=ƽ*Om+U4pc85bUNQ*_WkE00Uoj3ڡFOuVГL WaD0$gKU?_,ǟ%HU1MfB/V(V&9ŒfhtЭN.w 6'")&, bg*QNRR9|1b|8׬&\L퇰S<Жq=o?en'trR՜@ځ>OKF3ޘ?wHeD˨: mAt4yڬ8ϠGI saYn,@GGD;ss\ )m#G( q2.˭i (ΐ`d"8{oZg3R+g2I QT)<"ц u"3-2"r' f`k" ?"_$(g*-<{0͑%[ өnG$[1iɇZ>.JedL9Ca#ç':##l{ܮLT{%P-+1#0B\QF.vl6Fץː "![iξv|DO^7[JK\")A%kI{5vElZVM:d@avG}%8Y_ d^4P46bOk-/jEN}0bqF} I}ǙpcGd:QEo'uX}fT%DO\wesջIXw@R]K n E吵VXäIs$ކ1a9.c'Sk*cDGpˌ_ oTN9WNx< Ѱn;tB˲vbj=6_ϬN^t᳤#'8dW-L"WՄ5`eo˙ YUmAxNb̚]o ƴ3#?7p`4WEѸ0FZY(SS;SbJ"R565fSOwKg&2C Ļys˴K~~L$DdYnM΁]zj&boCb͂㿓!XM:aU$7̈du=GbnǨ .#t/FB4NW93e~r$% S'V1oSvcΚW4>W-7s߲DeV\O!!sI̐@* 4)pLC'0:* Q\ىuhY ]yлʓJJvUG-CQRw."gҋ:xW ][f)0SLh Zeo= /)&] oA?qemxOUL, kwȘ?W!K8&d"iJ yG=:/xvf>6󫤎5÷&Ѣ-qűN\5Tf;,CǹАx<OY(/KLp^Y*{7YcA?6Kh^'\v=sʕ'ӂm^+'LF93fin^l;z8;zM?֞nOVve4gT[ʆ4+: ZYt`M/ciR9hVz&?V L^~psDdsNE!5 1#i̇ERHXA<˦ _1l?Ԣ+h7l|b#OowxX]]F(|K mw,B?nPn aUVw-Sj|aPMb|ѧ{h6FeUzk$,n5l( ryq)]⸃WÂ? ؆v'* i_a l# OAt%9Qua¼e|TIL nMSIiA*a=2;s?+ъW) 'GUx@ߠI_sծG!:zPOjwo&隽>B:)ĭ[~W82Ԟne<&HZ5;$]l @Y{Q qlѪIP45^OP =lv**C4?@F3^'Wj-qoͭ|IHZ.` MH+-V+2Vg=Vh (n' )>6Zh޼~ \S_ժAI`~v$~a&2 u yT% ǘve/22[i08t]HVT]϶ YZ