libarchive13-3.3.2-lp150.10.1<>,]䁸/=„ VL =׵馞ZL~fl伐BIi C&  OSn{dAōIQ)ss⩀JF {| h`iRj;)aWac9h82 /p=DrMy+jJ퇕؋h;팆N7 l܉>@ ? d  a          ) / 8 P  \  h    F  ` x     0 (K8T9:>@F-GDH\ItX|Y\]^bcOdefluv wxy z X h l r Clibarchive133.3.2lp150.10.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 ISO9660 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.]obs-arm-9 openSUSE Leap 15.0openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.libarchive.org/linuxaarch64 8yX A큤A큤]]]Yb]Unr5bbf1d95f86137db558605d3b226a90080668bd9a2d4bf2447e6a68ca8642df1f8e50205dcc48d40c5ef9166b42990d7c5ad542fad07ec32f6ba51197300bf28ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825dlibarchive.so.13.3.2rootrootrootrootrootrootrootrootrootrootrootrootlibarchive-3.3.2-lp150.10.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)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)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]\Yz\-@[Y4X9@XAb@XW\@WgWbW0{W,@UN@UUt@TE@Ta@Adrian Schröter Adrian Schröter Karol Babioch Adrian Schröter adrian@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- Added patch: * CVE-2019-18408.patch Fixes use-after-free in a certain ARCHIVE_FAILED situation (bsc#1155079)- 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)- CVE-2017-14502.patch: bsc#1059100 CVE-2017-14501.patch: CVE-2017-14503 bsc#1057514 bsc#1059139- 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/ldconfigobs-arm-9 15749541133.3.2-lp150.10.13.3.2-lp150.10.1libarchive.so.13libarchive.so.13.3.2libarchive13NEWSlibarchive13COPYING/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 -g -D_REENTRANT -pipeobs://build.opensuse.org/openSUSE:Maintenance:11604/openSUSE_Leap_15.0_Update_ports/12418eccbe6ced42989d74f60b57a756-libarchive.openSUSE_Leap_15.0_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9b30ec213533489abbeb472f5cb3d8e76aed6af3, strippeddirectoryUTF-8 Unicode textASCII textPRR RRRRRRR RR RRR RR RREraO2nutf-8de91fd75a6ac2d22e7d26df183d376ca9e63e6af2c7378b8fc1e257f142b7d4a?7zXZ !t/slZ]"k%dn2y9Lc9iw]Rݙx37h ޱU*jP)@ )n=ėZ8S!O: wq:}4߻ǎlUx cEM]ej'lm JZR6"*dh֍ ӿϤClWw PKߗb4bME$FSNZ ̗>zMN5Q|g2xz{XX˦k *`#Q֦$.X`(b "KMd H먉ެK_% 욘L4;NM&ǀA|7oX3%T̈`^>ѱRgO![r 'a@?) I>mvD#3I!U{ފH;HL6ahA9&?PAw-}k@/K7$QEn^'5F8(ShnD($eO5}Hcw W*$)8=I j0 [ s!"GKy}oQb[׹Alkj)&Iod|ƹlh% 1`k'S{̇GQH(!5臎Fs6d<6&eM#~ϓGLsPQEcv*͹7fS嶰@ ޗnԁ!"Aj1t:;-r#ۻrE3r6GZznsi}C_1hOj,h @!dgIcET=سQcA?` @|D޶]#%}oFJ%"ʭ׫PGc>M@;0[tMQAݞi}uvc}(MG+1=8k{IFЀK.6qH[5&xGzaנb&f25m1ĴGwrߏCւYV8ع:sH,ܭXI~%!Jܴ2_4!w4 *,pSGu-e ;A̗gQ~hם/2M2@nWG9[\r6 ո2  8=e |S< 5jh #- :jJ\ONNU#y!/z0}0OcZô5u˩{:((PX!ͫo}#ՠY4z;`jalʲf6 XUBԭcd59Y互Q"tj?2vhۘV+W=h *k "2۞_'p荶 ͽ?arU͔ozn̑],^ TRS~8~ 83D. x:?fx!5F)5;IV"#Ӝ üc>dm@߇?ᷬ: fիhՒz>=h+_c&N4Jwى_=:DK& ^DKF9P%GY>9 y%S|>ɓt:ONB'y6O)ޘXI80-t>6wF2;r2,=vta9Ltra 9^>fǗ{<: u7ʦ&LeX2Ef_SBG`>\䲀$GUsoc΁b8(&]a7XlzM+ðc ?/==rg_?riHi#܋iuxe<S4\к?:5bR.ރq|+6A?\ya%@b"I8)'`hCxXYU|-CF?%,,yj 7W،>=W :ffIŨ]-lfV6@WR ALJdf-j4xhhGWF1mwI/qou#(VK;Ĺ&M:0p?>LߌhA*plMhLSw@)Yvkoy;4 w_V$=П)bwZM9C8 NLROwK/GKݱO97 `#!36y7.ZhBW:mrחpam-!<#{AN!_Om?JGk, s댆 kP4#Hv?'Y*BMbZps+/'UQT"?Iq3tXדDV;_P_n7 qn'1MO 2`d 0bJ=NBĤrAJ?zɬܤ=Mb3~:GZ]jsTVzT2O LWh{}QwuH(9~}B(%0bK+f(Lgc7gwlVg JyN}}9bE(oէ ~qr"SfYU%ؓE\J2di)J]&3of[+V'' ǂ~Π֊cȥ۹|ʝKل \=rD"9!,CWZiG! FY*B;N 6j/[Z .hF]i,(-lYKr`1Bn3رiA^vo.[3h(qCA ?+yz=j=8**֬ъ*4XAw/20d#YΠ >fdJ`_=ActS # Nȵ\=Hx՜V.2V)my^SV+NÎa7#q. ؒX+[_|Sܦ]d8U['x]Ȯ[bjP3S) 6r..FnbƝ9y O-􂲪Pٴ0ɪwjvhގ[&[ZmM+vQEH!%6Ii +Zk0sa#9m.|=Ecݝ`+󮯼ܛcJ>mJ!gأ Y6}8+| ~\s0[{|[c'#ΞVILnZe/;$$=sCya#+^7=4hs?}|P:vdp+](.lYsʥ&c6#ZT(оsD&Yh73NtC0Ol|yj"\S C+ љw?5wy uiF )k]ڮA؛);87νQ xj_NȓG6>梴 $cVHfnv8j=) Lެd;G[E_d E]Qc@l{b1Xx'`u5FT0C+/綐xV 0TbD&"@O?)+33eڼEf_MTػ!yy,ќ\sYhmF PEq/)vР/űiB3QE A`ж4q tV4a)$wmeXǴDH֜fm(_YY)pkCٍ5ztH"ϬSݪ{{4UGJ^9a5e&& C3^W5(uZ.% r|te;-u ԘDQl9ӟj5IA' ;!2bJ<x-Z6CO#5%rf6Xo"^{٨  qWoYU5$elsP]'"uytϪ"GŶ0 INoR&尛<o8^_K8g e'ā E\GfG! O+vL4_FUびho t34.U_O P=xH`4Ψ_'CGQҷ3'e-uK6kiqy>o]FdŢ+ʵ{nCTBgjnj 06ДE[D9M] ׾L}ԛ{yL^ؓ|fUd5߁T;w0*NoFl=*Kq}Ō~ jnVr'm^f$ Ix|zXбƛ"7I% Y *>8&]]X U/z~n7w-#ҴTh45 2o+@|k!8E0S<Yk84K@5/b^~:2PN?&l!޲HRpr|6znL)St&SBChiɯ rūhf=BbU-y^Lc%I -d\]w‹'X3~P!b\yɼ r*Z0R!akk_q2i1ȝ1a]TGׄϰbKVxdk("8FJipD;@GoC91x"@s~%(CUoF`X`lDRՒVEW` +KOzo㲮!'K rW_g?tЙe>߅?r<3q$Xߩk]D@Kۥ}cUtlBJ2ǕdYgrTM`OC,WV7X)╵Pb#~[ hSDH(PM"PJyKpi* zְ,hۡUR"^Ża>D:CL C?Gt@ 9Fg!԰ YZܺWp)jD~V.}׋v&?Ь }?!VXqsL&2;*ҼZ_<0Lss+rӚg r8mQm[j7uXE1κ+MK<IqԺj ^J/0F,tQm{: q^  p TD8%C9;Ԁm2kL/VN'8;{DУNJ`ONRV O*8}sMI0(ϓP?21f8xs02qeLsNγd5qouY=vk[N"oLOeיGkf)]mG@֞AzSLTK!* x@Fl;1#JUMAQ^'r4w]Qt 规P/nKLvҁ,ЊH)`hoFY^7E']~^$ʝ$ht%D*Em3YE=} 2|.Yf!I# Õ@nG-#TA0'fM" wp2vѐgŤC4Ydַٲ/xvZ&0xHwN[~޻&2_6;TSbHn.n.b/k.(~{Wwv~ЁIG0 7 gm>(wX>IE)3 kxMbTTL]F V^"i"\6y`OI_%Aar-D3<4Ʈ8 T&H$ LJ`̔8jCBW(L@$U,DìP kO2hhTe=ésVDW?N_&6nD3 -,j p\zgVhg李< 2֟uH٤$=DA6J?.4].~}I5u/t$%@xlG˜.Qz0mǬx= mQעRSEċ3Ews^,8 ȋ58> =dJBm M)Iޏ󭷁 :n&,#ʸQ8Vy 4N% v)':K{{xn\ũ*ĺH4tRLdɀ$B1Y4:U^C20RAgzdʑ-&lIfP`3\p;,&$ zTL(Fg$JQM@)Tb/K-EL&)]EvfU Ը2soQ"Gc-qDC\ب 0B G}f~Oo @'n\ey%8 "q>_()B8E}\weQ&/ 7]cAό9Lc_. C>䌤XAL:ZsiE8#h?vw98![.P\H@@ X/ْ<PTsywNymWP&A(T#U U%gq#!kaL^0><ͪ+6-y¤46-2~.Lydw. m"IS}Cɺ0oҚְCP0o^M;OtH;&,SrsD5nifWB=b6ex>}cc1|Zc9 V`8&Mbpڏ4D{lObCx kA?3Y ]ŚfX\)Q9F`ABo|DIȿF1q EF7e]׷γD ,hi փ7FH`X06yIbֺ6 6ο#X#)UTsVVt#rY1C;X =y']?UJc9#=FM<"@@Y7L'lx4q;_V6`#qf(I(g-/Z %dPJd˾c0}<mOޱ-UEXv:BRFyH@tf*6y!Ϗ:Y>R\f% H檖R-!iTۋ# `D)jvGBѝaJޣR4D|][7{H 6FcwsJK nƾC?o8ʀє0PO X"(;7bs[) nxz{b]&V4\yJ7Ɉ$ɪe( ,;g({~W^\)ϱy ~>` /N52AdA?*UtGټ\YЅ^L'3%nX$W6>+D~KrpSB?TxF}`11 O ʾf'DF랾JTS f\2C^FFIMׇ׸`[c3lV̍$13uOya*ѨO:Z |CzPm+evj V$Wfr) Pf0+t4P^Y$G棠 X$.EG! `rЉd՝e&{:79؁!&{k yT+謈ϊੀ1-sqq] h_PN(ķ\1+h_(KJMҗ bA;}5S?OkÜ-m+w{D$q)F榙ptPIj1Xv+X!#?9,#M%lswo(`O%: ܢPdX;%qL`!~㺴U.;+VKkIf!Nt8r*mQMZ et>DN:{bKʈ⽓* skpa$8:#XRi,o~Rhkyw;NuMq1%t)o ~t7HGሙ$~ Or69տ>jZރR^.9tuaV%u˺_ieKɑ[7*kqQ[uحRjZV|3pZ LqwTdw!V>0iX- e8@z2-"aʽ'""#;?ħG~"ٍ croZ*hQb1g82Z}TtKv ׄIҍ#PE̩DkP-Ն :]OܱEܶgdžjҷ)Q]7Bu'hr} z|Vc2-ͳI-3!sQNt FSv T:FXy|*)N ӥ\3m&aC&ZxfAB u!`㾡o9LOr4@x)(L?M>CA6Pb3\ I.6q<= ͖8g'4cI<(WMRׯ<}_Ok<kZ,<8O0HH]N68!bYݾ<4v_*_pcJ~nb\OF d0#f&-h6aB|0^5jE[~8{5[y=4 :Y 9w*M.HYKU7Edmrp%12mDEc7ڛ'Άg{d]dd;RPQ#?TnJ9m?7MlZHLC##Oz~YCY?^aw\ MFͫ,bQ5 a>WK&?-MƲzZJ3ܦ3cb">Tu6S 5}歽~mf35ЏߤhbZ Ⓣ첐30EpF3U#6O+6{ܤ롓уOmWЩwt.7>n"Ps9AzsYzw!gBʻe" …2w)}5 {KjEX kSs)D8)λCubq"7\)kf"ۛ9ҵ:JZ˂*u[3Wو^ayԼ Oן (\FycW;n=ΰ-d[  Λ.=A -N}@HV+x8euAZz# 6#!34?3G5ia9%HIb63ө+hz\0gvJ]f khgx+BW g+&Z.}Pl?gh=ZJ2lL~dm]X摖Ih0nlU["穸2_ct{(ou/U,'+XiXP%ùz~]ޔ=04|eQo8%w˴$N7oK{k6GR3=Q\ 9p*ϸ@%nBl(g2w%JRXzgYV>t((3H N?ԟCr{<@Oe,*}PԩĆ#DH1?( ]j R!e9wR6te+ >ִ[ib! ؿ.QmUMOT87`(.~,82rߒ.E@J.쁠j\0gF] JtA.8]+څ_Ձk! Yץ꤃m}D8{6K0Zba7G@/~0g?ʖ kତ3UgFjzNKžvPݶDP♣g-熭M) Z gcㅌ(t|Nm8X&G[c@M?i Gӣrԗ te"!}w߈.e$yHBךo⑀U^_S"Ҝdq'RYT=Swcn`W#tAn Lჼ M!w#?DM ,xαK,|N_B*QެSbV3 -G ߕOGlȲl9]=Qvub@67bV+Cnw9U|9c?|8M•|ZҬsNH'5d٪z̧rETyH i9c.z.eww^[ȕ|-v'cdhEV X3Nl([lFZc\Z[JU񸞐uEǪ ^t DY:_B¦ :<+@`Qz/C 6x"oҞHYnU3>KP)F-5(79}:FmWw@䈛<{5Ѝ/]v/\)Xx06-yOBΚ#RNSh䪩YfK;|Hw_G=ډ8Uoë>iJjG-Qh ^yiB/׆OB6mt^؄`?~T?^߀ UEpLyh5I2:g%Gf)90BhL_[TUmepI XQ~Bc0忌m*T" ;aݞT#?D*k%X*h=3B wwYYZ3or^3dK WS?wVީRՎwsOy^jKM0jCmq=P֠.nW /lԊQitݬ9خSs>}wYpR; 6K e8s[7&Xy #ԃd?CXqa`MEe胡o{OavE2.8ۓN_&~1mTmǒ@\]jQ4* ~~3_?=g]L%E.S˻‡C24i~ 'YsV?*oS h#4wTWBQv5/`KMF:ICڢM%,c"l íH]آYăF |]]0*b յtq MKlyALE۴T¢' YW,Ǐ;e?!KkHrQh&TNw众s`z2/DkbZ/=yq zfHNXFލፕ3o' FÓvL$h_Wi̲;L(_1i `hg QVCa@=^m!_2 #;5?ͯlBs~7;x %pB/o^׈p6L{%5_ݘ{_:m]J%QQfŁΉN&.{(]IKs!kCpeGIC^r9"f2(+iukZcܱ^#*F/X ;ͨUR+˛S0F b5كȪ,cL=\}[ʃQZ=8.$"嫾` Rp|[YVRx5)e@4 ޙˆ)Q̙P 8MGǙk`vN-XkJLJW7%y̜pkD؀{8PFVRo>G_&CweLp.TMHq;Bqѓ{n!OJ~uK]ծ4zHV3X>?R$Ӏqm,]F71B(M!K&!CxqMBt'hLAb||M4Bb&fkWMh]zDJʴAZEXꀞٹޔڣܝE[FIi5,uRɧJ9/rU{-3c(fӭ22K=)س\ Ol r0(&@߶}EbUڮ_v)K!IQ,z1Wt˟R \DbʃL6aT9@e`ʂ$; %KpjTQO ?I}p wB7Vo'+25^;luܒ{(e;"aɑ U7RGJKD` 4m:0xQ=:t@+h4#;I ^QXO#U$:}2J J%OdgBDpPv߮]C Tw3AMxR<9~P8-m ]y?zH9ٔ1N}cecoX2'c~LXZ''A#A!/x/!ު [ro"oL}P~㇍ Y昉H\hR&e3aReS%:!sfSF/CsY<2c:ĄM}LLGBByص 5j\ot1l>LJ# "]:ej1z= ؓc2mbn4x̣bs\~~KcV{88Z+mN?P`v#*~-ICJw">o[ v- Y+2WZ;5YYLxZ~&}$瑓0I [W ՛0pܻ!8&XYa>94sׂ4(]\m @d!Ya>)MXhǵi &06w]317;+:gByݬb,MY`E횽n"uI5ڗMpÿT3Ϻ 9|._`/R{RxoYP5Qϡ&T+X qK cBZ]l+I}/^oo\QIFa!xnpyqGJB=2tTXon[>tTkPV"J vuMc$(#;`ﳗ]BǖrX`L75B+R^PfW`JxE24LSX6bs\;3Mz7(*s 7ʽEmŔؕ+rpcp#Vz1Ɩ2UC&EU"I Pe EM{Duӗ>-ɢM<*mH;U[yĐJ(^Zx*eW )6Sæ^K qk/f H%=A篠oΈnFɒR 4O̿ˑ+XBLCg;{C={ eUkjw'eul;`5Yw&=ͥ*@~˞']X 59aL[UejQs) n~>5rñ!ԸWbֿZ3š;!?Rƒo:5?*yv^WH,6nIi'R7ua9te.kA3 M0[)?E CxܕvVgJ[$ONF(%N ,a?%:NQffL)Ϡ.~>s# Yw+c7mdo9Ғ(ҙ[T-m"~r(a)c)5|D*) ׏ IجFF˙4yY0sG'I4nAԎKݰ>ThATZ(d"ݩ@)* 13V,~hU|Ywt'_[A4AYl.Vՠ` b HWmօoq$3Qn'_RI-GMr."\L\BRm>yp9Mmv.E\EFDH]iCY.4E[(5!>x";yUYlɨa,Vw /U'oI\,OX˷bҬޣG}3alP .-L.^3U&okhSs<CF>gŋwdhgñrC;) ^{cGbÖTULu .0Mi^^)_ٵEo4a *(UN~s9_nC횂\|rp_`o/M"Ǘ5fl)ΞޏY֙HRxqaS,Fͳc>uL0!3;-$тs-ųY'q+|cdwWXFuGmk_hA YXvizJY)2ɈF;wnpIYVs@6;dnIJ8PO!+. R;' -Ah7P}A] <.x\ɪD`5`K,D6ڨKZ.xp4fxK],gYii0:t,f)i2:-,B=W׌OczKZYfi&d)sSWmDt$n TMo*6J-)qSTGWRmWL8k'@r}~]K!OkiI}(N@T[ S>"Ӭ~1y m#icY )RD=U< ozsSNh9M~P. (_,ֳ_> _ va?yoOs M Tg|쯲<vs,-@wiЍTh5೦\ߠG/,(U)]1ׅN3rJ'ۧL66aseVZCY۷Ѡ9X#cm}ڊv"+a `k>eh>B3+OAO{(WMHwb AwǛA{Ol }#`4O'_&8(twsAk~jzF)n I߿p#Uʪ\ c֬;L] Bck)G2rK"HRXK =&Ji9X/o sAcqί L}qտ:k @!_cGOq1K'R{TmoSdF IUPX7]뤄xc" ~M{YTY1Wl-%k&(I76*F-[d0q /; 0*6NɷzWY]Χעu\i0&ߪ--Z;3'7ʈBޕS-bl`o춽=l}u*R0biA] OV=$􄳺 }$ YZ