tar-rmt-1.34-150000.3.22.3 >  A cr+Fp9| "L{Yy'o,lu]\(BQ5.SjwmV53)5mRM\oQ~?~#ks \xSeS[g^!j(e:Lz&݅Q;T %VRPi2EtS'9(#e*}d$`U Y\:}#p{}L.oI9=d!qK(QP4ni %7ea9ce62fdf7adc9832189c7f89afda9c90053745cad54a0113cae9cc71a052b5d6946bc5c4b3138221b65e9359ffd491f9e10a4cr+Fp9|q飰nbyyeW9~{*|,ZH1 ]4Ks~LrIS@(zW.?[Bg5B'j4nϼ[`qrUiCA}uwh8W,.SH4hd[wagt97It<;ӼqYt>_Bkj\Yg`$KF}](JwCKIPm#8rVtD>}Ͽ9tck.g26s"Vlb/>pB*d?*Td   E  +MSZp    > tT(898:>%)@%1F%9G%LH%dI%|X%Y%\%]%^%b&/c&d'Ne'Sf'Vl'Xu'lv'w)x)y)z)****PCtar-rmt1.34150000.3.22.3Remote tape drive control server by GNUProvides remote access to files and devices for tar, cpio and similar backup utilitiescr*tsheep65iSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Archiving/Backuphttps://www.gnu.org/software/tar/linuxx86_64/usr/sbin/update-alternatives --force \ --install /usr/bin/rmt rmt /usr/bin/gnurmt 10 \ --slave /usr/share/man/man1/rmt.1.gz rmt.1.gz /usr/share/man/man1/gnurmt.1.gzif [ ! -f /usr/bin/gnurmt ] ; then "/usr/sbin/update-alternatives" --remove rmt /usr/bin/gnurmt fi Ycr*scr*scr)cr)cr)cr)7eb659f2ba8d8e2d29110c41acf98a0d0391f24d94a8558f78527c6c2651e45ca19cd50719113a29b3eee3ebfb019781336e9bbab8498c480f43b34c570ca429/etc/alternatives/rmt/etc/alternatives/rmt.1.gz@@@Brootrootrootrootrootrootrootrootrootrootrootroottar-1.34-150000.3.22.3.src.rpmrmttar-rmttar-rmt(x86-64)@@@@@@    /bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.0.4-14.6.0-14.0-15.2-14.14.1c_b@ba@aha`2`@`)__^%@^4\\\eX@ZZlZN@Z7XX9@XXӸXRX!@WI@V@U+Tء@T@Tmdanilo.spinella@suse.comsflees@suse.dedanilo.spinella@suse.commail@bernhard-voelker.dedanilo.spinella@suse.comwolfgang.frisch@suse.comandreas.stieger@gmx.deandreas.stieger@gmx.delnussel@suse.dedimstar@opensuse.orgbjorn.lie@gmail.comkstreitova@suse.comcrrodriguez@opensuse.orgkstreitova@suse.comkstreitova@suse.comkukuk@suse.dekstreitova@suse.comavindra@opensuse.orgkstreitova@suse.comsvalx@svalx.netsvalx@svalx.netkstreitova@suse.comvcizek@suse.comkstreitova@suse.comastieger@suse.comsvalx@svalx.netvcizek@suse.comvcizek@suse.commeissner@suse.comandreas.stieger@gmx.de- Fix unexpected inconsistency when making directory, bsc#1203600 * tar-avoid-overflow-in-symlinks-tests.patch * tar-fix-extract-unlink.patch - Update race condition fix, bsc#1200657 * tar-fix-race-condition.patch - Refresh bsc1200657.patch- bsc1200657.patch was previously incomplete leading to deadlocks * bsc#1202436 * bsc1200657.patch updated- Fix race condition while creating intermediate subdirectories, bsc#1200657 * bsc1200657.patch- tests-skip-time01-on-32bit-time_t.patch: Add patch to skip test 'tests/time01.at' on platforms with 32-bit time_t for now. - tar.spec: Reference it. (%check): Output the testsuite.log in case the testsuite failed.- The following issues have already been fixed in this package but weren't previously mentioned in the changes file: * bsc#1181131, CVE-2021-20193 * bsc#1120610- Link /var/lib/tests/tar/bin/genfile as Position-Independent Executable (bsc#1184124). + tar-PIE.patch- GNU tar 1.34: * Fix extraction over pipe * Fix memory leak in read_header * Fix extraction when . and .. are unreadable * Gracefully handle duplicate symlinks when extracting * Re-initialize supplementary groups when switching to user privileges- GNU tar 1.33: * POSIX extended format headers do not include PID by default * --delay-directory-restore works for archives with reversed member ordering * Fix extraction of a symbolic link hardlinked to another symbolic link * Wildcards in exclude-vcs-ignore mode don't match slash * Fix the --no-overwrite-dir option * Fix handling of chained renames in incremental backups * Link counting works for file names supplied with -T * Accept only position-sensitive (file-selection) options in file list files - remove deprecated texinfo packaging macros- prepare usrmerge (boo#1029961)- Drop Requires(pre) info in the preamble: the main package does not contain any info files, and has not even a pre script. The - doc subpackage already has the correct deps.- No longer recommend -lang: supplements are in use.- update to version 1.32 * Fix the use of --checkpoint without explicit --checkpoint-action * Fix extraction with the -U option * Fix iconv usage on BSD-based systems * Fix possible NULL dereference (savannah bug #55369) [bsc#1130496] [CVE-2019-9923] * Improve the testsuite - remove tar-1.31-tests_dirrem.patch and tar-1.31-racy_compress_tests.patch that are no longer needed (applied usptream)- Remove libattr-devel from buildrequires, tar no longer uses it but finds xattr functions in libc.- update to version 1.31 * Fix heap-buffer-overrun with --one-top-level, bug introduced with the addition of that option in 1.28 * Support for zstd compression * New option '--zstd' instructs tar to use zstd as compression program. When listing, extractng and comparing, zstd compressed archives are recognized automatically. When '-a' option is in effect, zstd compression is selected if the destination archive name ends in '.zst' or '.tzst'. * The -K option interacts properly with member names given in the command line. Names of members to extract can be specified along with the "-K NAME" option. In this case, tar will extract NAME and those of named members that appear in the archive after it, which is consistent with the semantics of the option. Previous versions of tar extracted NAME, those of named members that appeared before it, and everything after it. * Fix CVE-2018-20482 - When creating archives with the --sparse option, previous versions of tar would loop endlessly if a sparse file had been truncated while being archived. - remove the following patches (upstreamed) * tar-1.30-tests-difflink.patch * tar-1.30-tests_dirrem_race.patch - refresh add_readme-tests.patch - add tar-1.31-tests_dirrem.patch to fix expected output in dirrem tests - add tar-1.31-racy_compress_tests.patch to fix compression tests- add tar-1.30-tests_dirrem_race.patch to fix race in dirrem01 and dirrem02 tests that were passing/failing randomly because of that - run spec-cleaner - renumber patches- Use %license instead of %doc [bsc#1082318]- add tar-1.30-tests-difflink.patch to fix difflink.at test (https://www.mail-archive.com/bug-tar@gnu.org/msg05440.html)- GNU tar 1.30: * Member names containing '..' components are now skipped when extracting. * Report erroneous use of position-sensitive options. * --numeric-owner now affects private headers too. * Fixed the --delay-directory-restore option * The --warnings=failed-read option * The --warnings=none option now suppresses all warnings * Fix reporting of hardlink mismatches during compare - cleanup with spec-cleaner - switch all urls to https - drop upstreamed patches * add-return-values-to-backup-scripts.patch * tar-1.29-extract_pathname_bypass.patch - rebase add_readme-tests.patch- remove tar-1.26-remove_O_NONBLOCK.patch as this issue was fixed in tar 1.27 (commit 03858cf583ce299b836d8a848967ce290a6bf303)- Use update-alternatives according to current documentation- Disable tar-1.26-remove_O_NONBLOCK.patch - this issue has been fixed in tar-1.27 - backup-scripts subpackage change to noarch - Change rpm group of tar-tests to Development/Tools/Other - Enable rmt building, change package description - Switch rmt to alternatives system - Separate rmt subpackage - it can be used by different archiving tools as a dedicated program - Change rmt path to /usr/bin folder - it can be used by non privileged users for backup purposes. Security is controlled by access rights to the targets and remote shell. - Separate doc subpackage - Remove conditions for old SUSE builds and lang subpackage - Rename restore script to restore.sh for avoiding file conflicts with dump/restore- move binaries from /bin to /usr/bin [bsc#1029977] * refresh tar-backup-spec-fix-paths.patch to change path of the tar binary from TAR=/bin/tar to TAR=/usr/bin/tar - use spec-cleaner- update tar-1.29-extract_pathname_bypass.patch to the upstream one that fixes POINTYFEATHER issue but it doesn't limit append or create operations as the initial patch did [bsc#1012633] [CVE-2016-6321]- add tar-1.29-extract_pathname_bypass.patch to fix POINTYFEATHER vulnerability - GNU tar archiver can be tricked into extracting files and directories in the given destination, regardless of the path name(s) specified on the command line [bsc#1007188] [CVE-2016-6321]- GNU tar 1.29: * New options: --verbatim-files-from, --no-verbatim-files-from * --null option reads file names verbatim * New options: --owner-map=FILE and --group-map=FILE * New option --clamp-mtime * Deprecated --preserve option removed * Sparse file detection - now uses SEEK_DATA/SEEK_HOLE on systems that support it. This allows for considerable speed-up in sparse-file detection. New option --hole-detection for algorithm selection.- Add add-return-values-to-backup-scripts.patch- Revert tar-recursive--files-from.patch because it causes regression (bnc#918487, bnc#919233)- extract files recursively with --files-from (bnc#913058) * added tar-recursive--files-from.patch - call autoreconf in %prep- build with PIE- compile in ACLs, Xattr and selinux support [boo#906413]/bin/sh/bin/shsheep65 16684263561.34-150000.3.22.31.34-150000.3.22.3rmtrmt.1.gzgnurmtrmtgnurmt.1.gzrmt.1.gz/etc/alternatives//usr/bin//usr/share/man/man1/-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:26696/SUSE_SLE-15_Update/e56083b71a6732bddb9cf68337b8bdcd-tar.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/tar-1.34-150000.3.22.3.x86_64/etc/alternatives/rmt' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/tar-1.34-150000.3.22.3.x86_64/etc/alternatives/rmt.1.gz' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=03e055251663cd628eee5698ab636fdd9cfd6244, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRROB ޚ[*2utf-86450e8dad7b7c6dff3286a29fa0c41a70777054221de9cd62dfda719f1b6fb22?7zXZ !t/i] cao^Js$t}4r]:ChnZQ塧&M) (N%iXs~+͗(3B7nhD^r'?!:%QNLoF*xz{{E%O4+,Է2iM~WLuX Iv1" K u#S`D<(8wP/!WdM}whFf_\ Jq+9hSCۈ%$*N n+貁.&Cl/{?K{T]9n4=#j,[e=^&*hz Dg^WH+{yH,LI&\'.b#n?<CxAڸ( .;x7k\L*7on1p2RD]<oˢ#d@"1P:N f\\=CC]\P7w-tVUovJIqәj$bqFx!WdS]ެ~V&UK#ȇWouu^-T&"WEіI1vO!Rh7=ڧ68߿Ѿ aG ׏:mUf'OT$G-*&K;i/|Y98]Y^VH~Aյ勇ShcàSD|_ղz2>'^)Zvt?H3XbM7lFn$\|2UBOܦ $ur٨ַDQ| ȴ7bm]ʰ\̹,Ƈy^(IׅtC!CM2}׏Mx 2|l?onARy6+1@3,TaNXFhGQ{=$tr$J,r}$mMD' !+ T^.d:=*Es):͊E N,vԭfI0[O>[P8B-q>TrAUCpShZ|NXG*yeGDE;pC9)bˈrJ FTrD=BaEt̄jUW7?4GaoaB\;܏0 d[J+(S v݅Ke.>\+3Bjw_Y'p9dLGtrף8x1 $5Jړ54#PkR/, !'i߁A\e\'jOϠ?+?򁔴Ui?::Lʩː$F e׳y_YTil'b̒RJ6S"|:{Hˑ6::*&/!U|ЛoE#>I|?&߂(pxQ"SE85g=ժS)Ot:9o$GC˗97Zv^^VI1zz=5 tQ^&QsaFfr#h hHrzӨ~) Hl dd h? tL9,=d;_@4)(Yĩri6!W5dK%wO82}sB6ikqlgov@PRU$)/oՃrCʾ0 (JX;\t#B^t[l pE@VQÒ!юHKd(~0ol p*ɹXӄ:Ünù Ѩ*ײXƼki:LmT{ Ds'Ц8*ͧn 1*)K{QXT؁IqLF<t]k$mhqc^Pq]zKu dUE#um-jF>><==̪gɵrS2T'hGKQC{0GF :=~ʂxcbcd06FT#3LइxsS q_Uc: dU]EbnTIDĽodԻO鎥;Ӗɬ<ޱO<ӕB@>R繒UڗtE7Ɵ^!@l%HWn7"Wu'%Ca<~2t?`~ ][Q ݭ ~J/\  'fCJG3 XjNL/nqu\WY>seᩮ{_F?^c% LWDW`}#O F[`֡[JXv} {2C7ki{A㟴Gct)'ibR p#:%1,1gaa5$]`IGJ| \tˢ4')\M(Ty4|AʓHarvAƉlyw-Wق|>6: %`;^; UPao l5Qa^XT}rbďQj6{ BO@6B[9Jra3=jCR-rnۺxfֹ&j}we2~J$ *!4)+YHpY#%Mh|EM@[hJ|RA8&{2!Yu&q%+ '~mI2'Sۑƒ=xبfbS}GzeR SU~D .zS#8F_TR97D4K$qvŎ|མ b ^89`\{cW [)qoZ5Cif°V/:a=Qu=8y')0j'̳ # e1ٸ_8߱-܅@0fmwX1\M˛0bR`d^IUa2wLĔ*DFU1o3F- Gk:狱'Vb \C]'T7p?A _jeh5usjA03"nz5)=f:%4yoP ]ͤME'?~/uKqfL} "W_Pb(EQ*v-:A~7De؄ffw(*B@ )L&V}%pFazJ5,e-6J ɾ2P`R\R\kL珠3G. )-qV]$cNu!@=gSمH6RXgt7ҾĿ:b̥̒sۼpdi<͂P>9w`N hXi\LJ:F K[՛ӷVvV QngwwܒnԨadv 4`"wwIs U HS+ GMS:ԁ1=X_B~bv"ryy)uT0kzbA iNEn {`n P$;ʖ?& 5ݺvO?a?s~q왉Tפ_T Ҁe"]KT}nHBf:Xx#LwɻxU9+ C݀,U7p 4Ֆt3z,Y Opؘ]?6WˍDzDI=ݭs4HUU#B˓HP!çe7+.Ojm>,ɭetuR "s^xDN\_MqIHm lx5H2P\RPFv}E|\)_aQd.T10Ѩ"9RBMOo69^vEDj^9BA=Y}U aJ=7D~,r%QeKq'Ʀ>fWdbV./'S/x!St6Yry?"L~Mv߹R͗duH"RwM}C<Qk_<9F%Zd#养Mb)KDz;nR-}=f=/Z,7ZQyABTOAJ@j! Zl\VpkH ~_G B zaO>m1WYηrAZG}rqAHXǥ7ꚮ(=bmx;[F2D5! Y,g R8v嘾 Z^g sf8ͿZ҃bXw|c+ҷ\0Vrq.\xFՅyA){6KīVo#Tp TT"?TEբf EJI[&0ҽe!^/Bۓ1UbQ$=ƇQ;4T ݯrdpwwzTe-o!NjHd֮7>*X%op!{0 7]G5yQ>/) %ηYY+F|2ϫᬧcdZu#QJr?bPݠMiν_tL%; w{ze.@nZHLHq*A5opҚ(e&^^so?ʽ?8ڼ=wbF7^Bu{g lCvTZ<{A]#hqGIS-|wPw};L#,Dϑ7?Uj 8h5nǪѸEPqXVij63"\HdeJn8Bwh}ՙ]eF@BV%yHW? `m+-r{{HBE#x`7V|n{6VAi%z%E)G4;iKxG"C4'Ψ3n `?{!$ GF|nÛ}iu?8%.~!X VHLf5oָ]'cɡ+W5$bWbmA'jY0;tA3OV*:Rx#*܊TMndRI|_☨}a)ݯ~@ +̬ʃNXlC7CqN?2AtfHȗ6Iq-<:=kmHzZim*+>fr%h"/.7ECW6:Xh};JWjX +Qy$BP9::};B'~BfepĂ0kz .^ mp19LAOzfR'k@xqSGYG?\uWu< 26\+fQ*sjXj I\9B=N\Z`?IeUXUL ޘH6V:l7o \"[wUD xF",Qf<`Їj^MCBqb|W9Z:psțV36bYB~{ y܆=5ٚ)U[Jq]h\ܣJN5H~'\o3 .Vfy\ϮS0L |e 㕈"/ըV!'UGwm׷:TFhRSZ]fz};ϼ5rB#5xOt|܍e9+Pr&(LHVD4BI|vGQezd|BÇI5R!`~ܧ.g;"j~SG-k.ѕ!ȩ]yLFUn57T[4'>o"ґ$qφǂQƚV4>p'm}qQ;f~4'c䭵[d@^휛>[m8rQ?s69nz6S B?`C8݈ҟr~K3PWw_L>_B7@iJsSM1&TyC_ujU;|! oţt{$W4OɀdM3%64&sI2\M(,h=l^V46uU;z2XɽtQgoM{@#D5wļ#T#jZ{!tn3IHJ5GQ<GJo½wh`82Ŝ؋*$uk'| 4z/\aQ`Ƀ|nCd8=~3{Mڢ2"vnqS_RfiɕY]͍3ͤsoSaLa4hAUI'21`R0:){o N? Ew"sGT"Mg&,tk& uPo:;fLYcZԏ~f彂'_cBaȕ;[P|c3'GȮKMd]c͒_u// Eþ3>Q9E_!=X.Bϙΐp߄ƈkʐv/,m{-Ƙ3g\ilLELn=;cMG>wX!rH*%K"S}h#a| <ڴډ *DGhu {T&S]ܾT Y;Qz&֝+kPq},#*JN?O+ph0uRZIC*;Ta7w,֝9T~u4iPpy'z I՞8Ȍj!}сD- Q0hk؞ڢr|]!A_>CzVl\uCSg6c~*"6v(APJ{GH@H)lkPօ'UzYo4yr/ښ0|Q>$'}U90~-a4:]ߵ;W,I8٪g> BTr~B{UWUh$ױx(VA VWF NHyi{PiK0 _19>1A.j4[)|M.`^nw/#itXޙs-?.'Z_FQ{4CJs{_'(`|c$ɤ$+7Ge6VL& Ҽ$숩icM52yU7o5#Dv?>WO^IP?}d9Ѝ`| uGZU*6z'+JS c'OO}l]WyޭnR>o .VGds ޹s "b\b-bB-Bl[֫88/F/#<"%I(WY}#IAs>{Ar>r1φQWbZ9uN:bF􀦰ԩ28+5E 6Lb\/S,? +!":3޿UsZUj!VtBk@*ҋQwߴ{a! f%=om|ౄH_YQ.r:|K(e %%Pn F;U4*ѭ8i\+w}}YN$T 9O>pa@֜ӏiӛl`&T)05-I8? *,V`BlJQӨE)"#OWxH&]YMSЏnzu.Xȕ/VPT)7Txd2vVrֿNJG|S(b%nv}E9⁠s`L˧SwP9Qχ[ f0Is+YNܟyhU+ W#`eVc k&ߊ<"%kk~@a HαhR^D ,Co\HltpF"1#]N#Z@9r]" R.{1ЎfGx2ƌۺ2$YGD0Yp@;UNQK @G"[ ڋU /9J`M˿wZ{HVaOC,'GP$ئdq8Zb|Ԏ݌)OjᭇJ%!& <Þ}\E22œң4|"g*nL}2wK~\@Z& bi%ɠdQ$r xmSUm#K96F]N h VHdл]!~,]2'w6;7#`OAxs?Z`|􏣀S Q3^{ɯXߐx&ڢwi*A@tޙj1hɐ1M}K(z!*UhFa`*RoFo4H/D,x+v D9~%>ƏZ#?_:XbT&M=WHTz@nrst*c#ގ0J#;{d](D: [Q,9RX4 դ #&YM!>@HDCPq9#Kx]`c<5yRe_FCƾ[_Su߁3Nbm<1r'U=<cV`; *fL,O*Z C %=ՄJI1N9(]!ɡ53Ys "C<V;/z@lpgչt|ĵmXxgO7:;p#%=8eҠc]3c%->˃?תK*T[4$pZC;r+~i}per[r,@0oWVe]$dݪ= 3ZDC96إ{OMSs"j N8Hi'8Cl[w0? G ߺ>16˽[@/B?@" i1r5P|\\DZ;_DL6QΰclJ 9 @;i8HjtbnV[YjgioŶȔyJr/5La ^Wv&&SL;ッk-ABDT0@sLB-e%ߐqN"O0}/_wd۪ܽM8(6Z>HT$}[.߼5rtH^5xӿd}:ߍENGUfkPYI(/xzƮHJ4Fa`*~*Bz\-Kg7]gL!m|0贋)x(yS9R95 xb 5ca79Lb[Ck$+]cZeCSn>ۦt c V!{QW:u9J5>6"˚7mf2R£blRp5}0E\xWqC.΀4DF֕(XY6{nˉ}񅦤G,ftqM-$,DS3n%3&wzUN fk)d]ɔ$`Ec/1 ˴pzs"g_YX2<- cP[nu%aC_t%Ut -}})%7uAhBxv"xR? ,M$Mi"Guo/r(f LR請![Ts0必O{j,UŰZ g0a$ڰLK>nWX( #|[H|aV V^M7^pDZ5d?|,qC+Gi⥄ ; 51Dc/U!V ù4-JbqmS9'b![:4QϜ2E1]j(|ҠyҺAOu""T_&?$bYT*)&,_ei '0&-֊f-4m\{1Tzһt0ۼ551ϸOeT;$5$X__6|3MDo?iP 4F~@X]fY1-* ) H8＀#Byk",%œ_tlCj֢ru(( Zb_| "kHW Ub*)%_-NuhK|y'O2m=Aqt6gC=f:Z dͭ VWeC EV0@r,f=?siPFϝLu:b򮖝|2)ȵmiWo2IH^]{ҨW3âY5w&}Ȓ}=$P1*q%I!PLxAsczPrwp|Spsu"x|BgTgJ8f +w#D.bQ/me}J1f$$Lsavq_ aZȵ^֔Kd#_l.T4:@OLE.-ɯ֙ch`HNB݋dSn1R/t92;8;?=K9OD_S; SPpR 'ah+bүb 'op- Ն~GZrxR3=dg|gf^4O}+px~b:`k'{[Jͨ+qM2n%MRk_=6@رawlbGZ6wMUon_%0*V- Y9gz TAg*'ȩ8Bk!&(h!a od\0yO.&j@ԼYC\{ =湡7"tXrYQH;wmx9~Me/t n#oueb y+qN_n7A^4;e Z&pNEPWUyw\~({JfI*NC^hT[7lU٭y'im>hV=bOsrIn0^;-9vo8 9HĞKXWa2,Ju}w Ni(> >۲] ᄾT}*]}eW^`\UY!dk]=0wYv@ QܤvdyFe | d94i;&΅f<|2$ut_Xǯ-@%K@PTͿ!-<&{[uvLhESߝCE68JXq *T.VaJw@MifLUi)$o*`w=L}~<LBų5WJrE|۸꿺|ƞL}X :7dU@gN։ZȭNTfN3%˄wSf+7H&f*s*ѓ7LȰeL_39PY' 4bb49%Ui6nԼ=0G3TfJzuHSX Lگ׫qqNGTF'WY̬-M̝I \/09ܒT"%r 0L?gUBR9ĚώËh[C<;!@Q*J] 9\DYf!לneBO7<6+/Įeܸ Ws?jVwh{ɿ}He$Db=Ex}rYC2);}ƕw<-9 cWh!缕o=;_a=QbvkV0&7:+ubKNpr3,Js$gZ8##k`^(p"qO;s2b۶>U=aѝ3"W"2懓w|orт/csdR`Lcc/at,ٷ ^ +CEFrL;dQk#W{*"r297N)YI wFZi%"F&XwrczW̱,$if)N:;K T1LבrhU0z=ĪEFشKCN 3|Rt9[oQOG\AƂQX]_aբBi4mK1hm25v֖!XK ʂk^apgհ) |DLalwJP"vP~9IxBV4hZ3L ~oKmMz׹tx]ʋ5_"9xŰuj6A`(!x/=^GY$%;8Zg<_',n20؄lGRf*~rG}QK9'HڨoUl*!/pWA,UZN??(81fiwHo\0Im{֭]M:ZkVD}S:pR Yˑo@O!'.YAtL< m)#Y6Hy%D}dnTP -&I\E [Ty(:?|՚w=Os\( )f:FBJpau[t4'Ux9R`Krasmӎia /4z?^D MAt&Kb|a9qwP{s.~|,IVS3B%% ýۚ`[VkO C+U{TV#dZ.YwVp!_ͷe>V-7 8/E%ӈ}C@E(#סyÕ S5YZsTKl'2| l,ĘqqbL$0?x{ /s:/!P7 lt˒#2B {KKMPl14uygCR,HbE:vp9f͸ J+湄˜o;z{R؂<A4#CR8vY2vmqfGq8wakL{ago|rzKdN1p 0k4ۆRcW]Z\7S5q)2()ʡ~DLjZC9 cMM;XR" CIFt'Yo5D[paFDy|/@kF{w°kC>貃B<ĔFR(A(l(A8nԽ܀>TNpџ86 |[=xp8r?P.R\1.A*jc4ٲ$'2K%!06ȏFKQFZfAkpX.dxEpu%9ߛDPNp0"4oQa ()c+g0|œ־200ޯ10Wupkü'!Š&[=d|Xf/wR l54 %ٹzVMxwM b&utOb#Y7DuiP<aGyׄ/3pwWș̐\u_Q nuIL 6Ge֟v_rS{z \-f.WPv_TΜҦ0ĺ0Z;Ұ(Tx֤-xt2tl!(vBu }~큔̓Ibaz?=bI 8iltLPwE9r8Ӿi J(9f>.q7TjȞ,ܺ~G8'?1Нm%f 8wdo o"~@*'uJU`S%e^YY U|ڒf[\^s^^.>k):+68o_S=z/}.y8l1w^f۾ S# ehgK"Wj"!-" l9 -DXN?؞s(T0מk_n>"Ԥ* ~=TZĆî:LeXUkge^}M܆bn-#8+,$ނ)ip;?sWli{bbFz8֜+˦&nsґUvuDp}7 bƔ*Kj} }ݓKps X.ꦸ)MMR7boqֱ̮oJ-CV"j;+ێmj~yo뻪l,[Z}]aNtBjj{ ʹj3n|*t(%I4n6>>1Bq[[1~zho%XQFO dx>E-ax)$1ipfNZ5<Nk`"ڍݗy%@?9 )r^kv䚽7n]c<ˎЎ#BA~߂pfvat"E Кef%0ǐ}m-zpIvm;]#UdY*jʼ1%ZfcTF 7xOzʞ5|&nj&K!XO[n l3A |}iv[189hpz'`5Gٴ)ۚ}K1]X Nf@ӠtTzy__d?)K'}i[}_i6T {+\6MB=d5ct>T LSu1Hf+U܁vۼ< f g~Ł\8k-_|w9..DESI,)t֘9]l즵TWeЬÏW:>~&Ylnvo9㰣2d'n P~@ҔBJc٢(Acc3EW2Y $S .*܅8\;b*+@bgi˺͙k@4g)A$I.hIS'*k=Mp4ؔXNؽ|?zS}+ bv  n~O)-'vǓ_1鲂3ԛo:xDp)vxsԤ\XT,>d-hE)ϱEw/]\QI辡S@zn\AR hGUwxʹJ% |?P/3ihu,9V>|{la\vAW`VO]L*Tj1:bnXvHW=E:Ʀ<+唉I_!O$ZQ[{ޤR$;hj`rek|ݶ~:24ܱH/Kˊy>:.Z]uG6fh敊6 :' 0V_( ׍UgWZ E'xk;T1s3_,7~/k GHTPl1m79DM*͙0ۿMB=`ȅ E F&Mm 4`CUE6-& : oԦߜ56BF pLpρ )~\Q{Zl[0udsJ4Kl)Dm q"ʷ qgyL~fwp)c/&ʛ1p"+yk.q_ W~RBds#Y5L\+ bQA{-iC ۶l2]!{\(V5c+nbp##(wg񞉡(l[{$O˞4bG$uF%O ұG]}:geß$h9}UoLT]@|K[?S'qCүs֓Fϳ i u=$tS! HK;9WruqSǭ\=~״?[X$5Qه0㼋aB0RVekҁ.T?YaH`LBu5$${r::t/Fg0pUqJFAAfo  av(7H9*OH1=PajQ9>~|£g'|k1.+d6̰zaN@ikhshzpPegsvg9WaR:mK# tmjO,%P~ E6:Ar؂Mgsa91 8 ~F[~sk^Ƨ2&Վ;ػII4G^iwnU먭Ȁ"1vv_dCBϸKCLJ־;Y$1Pu҃ bC IM LU~L &SYYr`l9@MbM>eKėx j̼b^ngǃqDТ?e%ԉ\.*g]U~6yE̪+!Nm({X S-Hע[Ci׺ "To`dh0,UNR|Q܀My=sdR#Kx#insoZS*'(_ƈS2vQX+CX r#[gf¢@8EHT-"LFw8Dǻ[V*Wuuvԡ噻Ħs".П\Mp/ʾ0=a| A35K 9=ؼ_~ 靛y}Ӵ `_aT] 06 {vۮ1/P%V} ̀Kn\w@%~;9@nKι|zX2Id"X}=2||w9_*@;뵸 zaUo%)u&'~ eZ 4,ph[Cӡ6M IEV~JZ8$Xd`Yd,~QBRB #EA_)ydF8Cݼ-ɂx} nIfyHNb>.y.}at@?DpT='|Nevok8.ŴxtSkZxq(#a+4ͻIY+;Hh L<]L eK2IBsKS֍v`]Yy7wt`?sTouMN4 3a@. tfaw̰t8ƅEs;֍#"Vd;P $i`ci{C:MBm}W xɒ/^&L܊?sm;ؠ`M8?\=kޡyKf ?UR?tä"9aK.s8␡t=#9n2X2jczꘌvlKwU1mi]CHw:Q,py˦BjSơY']x:!XjH"jaM=ӟSbDEYNFsثyt{)8'KFL!.n^ri@Yryo7gOn{l%;N~Ry_+9,;1  gVD+!-4%+*&}.ITV"wqH= {sJhmӨ BiʑHC!kܒ]%D7PofNˆJ 5]kTCgpcNK$2{c"5P&lw X/D- Bx:Asu#Lj,\(tͻ: ^kO>nXLuPx$oS$_ /u>Ө3Lc, ]9\Dkm={GLp ]^QzkiQгo!*-!.ӜrOw4j˕,ȫ*ѡ"h>CW$2.d)3gLK 33۟XDɶf3Mt/+*M.l==ib`n77sKFobk u2~jQi;@abZuv^#FJa?X 4rHEU^~K.ᦒVz^nmTz88tseY)ki kpe^Uj`O-M=hnY 嵐~YZLu1ddl L[.k^LŦaC (q r)Q -HM'YqI,{9axͬ֋ jDXU&2銣SaUdTWewȘq_fp0|qY*Hk6U lӆzCy$E &̽…{ tB ,g2oռ{Ww;;nO?)xRnOA/-r4%$.f$9& ?Mg;r;m e1yD^-_;ZFoc & Ie IQk ]̲pznb| K+O!Gyhɠ2Y8 t$5% MYAOOZ+qDMr>4IEBN%IJ'ۯ"5@Ema5ܫexԉ^4Ǘq iMmRy˜{t=Rm8tPM-iMOL9z,@̲x'3λS1А i:OSA wPA:Q㛖A]݊kliCwKino&dU9E1O'OoB$5Y8Nd$Lc58a/G%Hb[[f+JtܟnkB{ J, bց1@BJ^gp;=s(06ht*Kf̥*^+^:\c(S8H 6Dr忕/3:YjUBfDx n!YL 4j/vShFH<]`Q2mpjx۠VP \cUJu/%>cIvK-OJW(- %~M8~wV"a 6ϼŷ*8[8$rdB#}$٫h"i if]܅;*wP` C@,rRf0n+ -_-_FEڞuf8h~u,ˈ#f>m s)4Z'&RmZc!;CnVLY 82LAjA>F? w3~"xqydMO kSjHP!:5E ȖA&!&[7^3iBc| u汻e!ERAdYvVd&!%coH7ޟbGeV 5f)h&֧ YZ