tar-rmt-1.34-150000.3.12.1 >  A bUp9|Cb C:0/< \j2iG ĝMCtUeRt+3*RP $?/Ϥ[B<D m"rڻ1 O~fA3C/~FKEXNaáWދڼpxАnQ?<8CρmUŲ"'>oTuiԅnnKO R5N,̢x{lK oڥz37m"12fe94b1b6e91e393ab737168c8ddcb19f0fb9ebacfb9d7f9be4fd94976830b9901f8e843057c5cdee1916acb4660f00f64aa64ctbUp9|ȥd(\>/pX󠜯Jk r+L%‰v,ۢʍF 0A^A#4":[J պxZq AP*\>]d3`֝Ơٍ%{eW_ @k P;~G[ijD4u=UUbہV.rAtH<>}׬1)ء Q`^FQPj{]h&򦯽k -(>JՂ҂v9|>pB(P?(@d   E  +MSZp    > tT(89,:A>#@#F#"G#8H#PI#hX#pY#|\#]#^#b$c$d%:e%?f%Bl%Du%Xv%pw'x'y'z''''(<Ctar-rmt1.34150000.3.12.1Remote tape drive control server by GNUProvides remote access to files and devices for tar, cpio and similar backup utilitiesbUfsheep19iSUSE 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 YbUfbUfbUbUbUbUe0123e54d28cf46f650e32bd03d92a7b5ad76cc96ab4bdcde98b93b60d29ee54a19cd50719113a29b3eee3ebfb019781336e9bbab8498c480f43b34c570ca429/etc/alternatives/rmt/etc/alternatives/rmt.1.gz@@@Brootrootrootrootrootrootrootrootrootrootrootroottar-1.34-150000.3.12.1.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.1aha`2`@`)__^%@^4\\\eX@ZZlZN@Z7XX9@XXӸXRX!@WI@V@U+Tء@T@Tmmail@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- 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/shsheep19 16497767421.34-150000.3.12.11.34-150000.3.12.1rmtrmt.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:23714/SUSE_SLE-15_Update/165e0c98fc01759a16f4e01a23fb2e5c-tar.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/tar-1.34-150000.3.12.1.x86_64/etc/alternatives/rmt' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/tar-1.34-150000.3.12.1.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]=3c5c9504e7d629c9203a64c9881fdad431aace4a, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRR>K +1utf-8c30d90c4f796c62309725dc03479159ea07f7dfe8afd73295df21ff58f7f234a?7zXZ !t/i] cao^Js$t1қO(wsL[KGF/3Ĉ1bGF|sHu.:p)k#q tUn}QʦE5gc1; HX=}urJ@A؆N*%l{,ay. S|\:C:=Q}}mnuH'(lK*kM\SET,y~Ѿ9=s߱mnƊCﰂEWgNvjږ̋dd@Z2ߝA('.lVWUJU{ZdV6G^٤ju.T+Z^oc1#+3Эtoq[ *Uf@6(7*.|e&E~TGnK+QS ~yiuZ' @"rs;ᯕSDC< 1ܝ* *si6^a7 "8x2SzsmfG7\5ҡ},YԒr6CIu] BdI _CKH^C:=j>UM=]w7*b AmLY֘T h -K31-ᶏ?옽H˖Vyn&1d}ъ¯ӣ'چӤMI`dbt.l_t~T߸j&+ID %6fd *87:Qpý; N=};W J#w~S&7kXS}?BBV"8~ f/W8*[Dutd/}7gھE8̛aMW7Qmy w^Ycg\YVa |-; ;Bى@==q&^: |>UC=(Ft>(JAz`t$5ͨp?_yH7]wj\,)7\,Y>6S /yt[>HH"?2-ԬߐJ(Xϊd rs,EmߵG8]__Ů =ü!@5]|8%%S>ъ;e.EͶ]XIqDŽ=_mL3 Yzds8zEcIሥ_?~۽'(zN܂{ןT#Xd<Lꍬgν#룶§SW}1|s4RRYvGp~;f΢tU-TOMlw{j@crh w~ `&M*3jޘ}#+٧(w}yR\BFJ~ȰGN_# ,R=K8228p>%+nΖc^o7ǣiS7F3>j+`1?N+rPSp5)Ԁ=6r|ȷHMZ- gGHIFR<1QRH &(nEb;gԶd0\"svfHRچR}hڰ[_vc>*u溬3ER-V m$9&!6}b *Erٖq8+^@ā`)8t)Z_Ycm(4˰}azC MWn\UMtQA^i-b锲]Igf (I&Tf%PDHl k 7KzlZUle}zVbtQUUɍ,yʼ KuF 1`3Q QcْjidWev#4t<@!3|B,HP) fʪϤ9)XRqaִ2EY6MN: T']w*ڽy^JUT.I_O{ 1qZєr=BP\w- ms}_ V kҦ2K~I۾R\ύ@E`@`?3}w&0BgكTc<DVZ&@9NMo"-Rw,[1%fUJ2 w'y/\jhž(8DoLKC eEr 7gt*D {]I#2Dsnkg)QVP 7)IPo:xH%n@X+hi%rr/_vpx:#h͆3wۊ?La*&j;%acT,b!x6vLqSkvۡ.^cΧ[_VDՁ6O S(,Ҽ6D? '$`Kd0@?ܓ6c_TSxYYIǮעOT Yvqk%I?e%jv?P[;0w MtE>7<]3dM쮓g O6ӎ,Yh 5\ryd*c:`:1_'4 fUJם;|mޟF (s;'&^(rLqD\4p[4]gkP?hL##߼(=>^x=SP-1/eTN&d?G9Q##QAD"s*fF٤ݼ;pabwJb k)fyK@>UۂV%d#>j=wI1lI'}%ӹ!34h9bݎ*W?n ;6J Oc߄O:էbm+kFֵ T8}S'Ev,@:BGMq[at֗~eI^2u NdY?vtd eE_rJ*2<7g3F<֛TDoJsw[(4ڗ}UQ_ !LTs4sLx:E&|z2+U_uߤr! % 4\CqDq'+ <;`5SSAڻ/5uރyAS&xʉf~!.=;)\u;4ʒ̂~pP0T{3ʑ\@-)_;lԧ, +fspJiY(q Ǩj5=eoBJ O djӇ=I@taD⋐Ð`4dL>нCʻJ%Kƚ7T=mB1E TxmR/R\[pc'RÜx+UecD46S?VL>dŸSxxB +YCzZrD{yȻl@u12ĒO x2!aF.$Io|&IrdCN4~KE{1)ZHerhy 6K: }pR-yi&;-5ne@{z΁;4 X zQ_Y̸O]Ol(dv$- C\ޞ \5zҮлp[1U3#:v}ԹOljdBЉb/{ݽ+蛍CW.I=AX×]~[WNCO0Ct OgEn^bFT$^b DOYq۠13q?52:-\[ʕ4_I Te1䇍)l= ̆,GȮ~k0-*B3I*Yjc1j:=+i|H )FEG51f'F_ߪݗ\lbR=qF"Tq*^)F~f:AĹԱSuC^Fo^*$ژd}ya@9T9Q6iO WW? `%pnn霞?xEzfzB$tmg rV/R.AhJb@>^; ]sԝ|ôAxo=p䱯/i/B Dvgb"_0*iSGZi2CVW6GbpzceUǏqrJ 6+9zDR˖3d"u\,))7{n0t( rp S=1;۬oRc @xOTSlk4!*p[B(tlDge"cn]쎁f_!Os[0ۥ9BQKc;ٺ*Ɩ8,P!]PL g:|Ey$uߓz_Q,o6˟03'`]n9`th792h!.V-gAaw^W.{Tl:*7A"G,CaV3 H=E^_І06 ޯtd^3;y?Tl{2rͷ)# VT R We~Ww#*Y̮ԇkO3 pf_3m\3]a)P;X? #'s sS,>jEkO)LS/-]='Pwغxttςa BLh 熈;Ĥx$izrKnyڕާ8(:*hs5/~ AeN=t1fŽO&#\4{RBBZ'5GdGrNT>{N6k1s9q%W ](/*RvZ~E:V5h#z~ElZ)7}?8MM x*l$4\ev%?AV'vE9cV&yR/Yxnnfd} / ż`}PpKMy2۷Ȅį Rr!K}n~Z+5Ն3IѰ_4I):@ͲTLU_AVi)`,m0d}/%|Bl7 WD5YHeR-ώ 8d絲YJE>(Y}4X$-ziv3(i٬%qqA:] @ys@ stS1yuvy(J -5@QDqx`yOLXL0ۤzk*?7].hUb-X9cG1 5S^DRcAðgNj,h%Kw4L a,3T +V eJzSO64s]G8QѰ[NgE{$cB[%bxDz=a-wؐ! 0{U jJ-{m^eۿ|Q`|d`+ *(aznĤ~Wet)GX#G1>ٳ|d*Z߷V1G,YSTZq`k q,\\K2\o5A"&? /Be?8/ztU88q^C2eܙIpvF?uG)ǵ]lĬ֑3"zsdߊFPO;:36A*?O VGYb1sTf+X"ck5nD:JἾjYG,; FM25TO\tWd2H\+;8K`#헕+6.8nP}mm,eNFɣ; k}Hd}Q(~nl34ACy*nlLŖ%%d1CJ.(ȇL?HPŞjو^7lYGB@!Z(c L5oRc'Usc^dSK%mӽ:抵 "SEƹqvab.SLB ##sK4=djxS}ykܞ‘ 1K?>ft@J Bo!"N%,Uĝ'~ AAwq<`eͩ yF)'y*I7Čg>q(=fEwKE^0*>gW('~'#%T`* ܹTEoBPf¢HN.Tή$vs ͛Yj4EZTmD%TȉX?sII:FVjVor- z<|ngOa Q_>uZVc$gss]W\RvN۰L'\Jk$FH~L)U(aV5rx*ŮܵުƦ5NÇe,GG?AvmL+3~R:Tm&U[bF]rMԨ.Kk'S= C&Lg<5+ot;;rpehڳd]"$5yCKѶ@z|DIa?΁)ޒ*;LN Qt؈2/iwShkwoʋ)5z\eۑ:%-4`|^^-ĦWxb)7 0\!Ĺ7Jc٧9f++YŹ/ yYg֒'EA݋CķzI ͏Z(͇`3OPQ9bƂnjȄa'Nsed(x@7īLP4$c˫k ah􍺩ߑXbH1yB'zh&Nn{Ӯy\W%NQW"/Gu \la4>vt+ $`U6l^uilӲ#}c4T40Q 1ĩ>7ڕҍlL\ _ ogZ8*M=}*dfwb~zzJ\qZ[Rhq:ۊܧc֋V?w7i;nҽd|C7oKf<sm[߾Rl2+e#%T E֤A,A}.Um:ڢsި{r@tsA_!=>H`,#nM6;X"~Cۉ'FD6Ch GnmL-6?oy:(w3۾7Wٚ-ʒgk>26r^3F' uCEII1>VZ s̿qAqR&g{ O3Q*w[ ӤQ迪K(.Oo49{Q~>Pܕh {zIxRtl9u]hi|ksc"W-V9';RhLqI[lq=ҡ] H~240<\d3@54uT{/^ i^*k6c/onԬ% y_PUxvъw|V͵֭WeA̳:gZ!2=Yћ7ɕlG:>4I^K]}|DF3&`/edZ,'JI$U鹇!$_9ub2Ϯ%Uny_s)zsf9 {c8_ <`ׯT1V[2?nI*el!mл*GI5Ґ*g&Eנ4AL6Sཀ~P?.w:u6]nF?Na6 OCO,P [sW[Ɵ]?Oݏ@}INۥ:,o%$Dnrz^൹ %GKR /g;yؑo):k5Q!AH1 ܥ_*ڈXnvkLp-TeUI"MUYoN 6,^xb1 X&pdg(u,D?ּZxø^ׁޅxT`ՂT[4s& 姍]H6`;/پt.T۪?NT:modE&rit)Sl¿rOu1(fn6h9䗦ޤh #ɛMPc1D<ҿ1I,* Ys۹{Z1eD+#?+ 2wF?y>鿢 |} 0:!` ޔSzG쉪RՇ3<{-O͒X)\UD8ޜ{ uB]̓\*GAOږz #-byh&⚍@ؕ< :+Mɽcj\chLJbɦu:~E)OsE;JM|^-Y]ʶcr)]hZ[nC~(c:fbIT8aZm+9cݮ/RvuU D,|NS`01,cbA`_LnHI{^O?nDs2ˁ B ]jT4V6o L!8*F_!7״=5w .:(ٴn_d}7v" ZODqtl*=9!Vw%]2e; 4Fݸ~Չ$49` 3!8 CB>;~V#䤸T!zh.a;h[9V\wK-IJO 㧛!&=o* 1Qz2Nt]͸<þƥm?gtY^mm%Ơ&hq+IEl vI|Y#*`F{dY _5Zq 6Oh TkDc8I⇘g\=i>YW[i2xH4jݠ }VB;9z{LvT`N>6 ߟi_^8N8'm6Zu8 Tqc^Kاw&}K8M" [-Y=l6X5oԝH24z*U !ƋQ70~Q5! ֣Ό(0 O [2?`"2V!cH$=.L:E]EPыܕu< -_րEjrJt'Hr'y~cD>m YOV§@`g#\43¦"͞1js~bg#RL 1Bd"ts6?`Ւ/u.<= ::]P}V͸Afv${vg!l8L3u]ԟ^Ս"͡FkN $GIiE;\0~q~ǝH~0 ̑AD6x! 4%ϖ^Nvj3ltIvb8r.+g- PhȆP\2}*b[}ehqm}!əS+ op,t;IP&W|O@zϒF?FwXXyx"f&ؠ |7XrϿɳ05S]s/ '~ Äw4iT Th ac<>As4 |8BɊJ똀8wv+pfM4V^jx\E;H{jH,!ra  9D2Z?pʉL'c} X#"廝`Ԣ+%4H ]Xm*芢0_M*$ꖄ'11f>SI_ZdBS(LpZ,1ķZ_L3/WLd19w$_'d#%^\=[SA8śIe5U˸(xB#b+Ӊljp !GIheC~Ceʧzg[bз9 )iA w>w]h9\oMT,l|KJAFc0AtϖAO`WtkgQ'N.s&8|7<8EdO`XRebynS2ڛua57qb%Z "݇Up(Ȼ!o ^kS,'A"G,xpٛL=2uuVRuUμ8 `fTdf\(<٢s:g] NrGX]JSI|POh/2; eUQm--qte Xs 5[ h eTv"\ U>AfΡՇo,-L#d'^9)VruT(׾$)&ti(OVsp6JFtOsڷ t`Ts?C.q=1Lȷx9P n14 |KG)Aco|7Xsd̋,HΧSm.o n#WIߜCi\4:{or0.qZGo[\t_ PNT uWK5`vR]ʧv$̍,B .;»V iQ`Wq3F35 )Tt$Q3 \3\49Lf>үi:* ?%YRNFtD?$F,z7h#HCmICN |]Ů7|˂Q|̓y='h2+i_:e,Q+_6͞1^h,\g&P,13lo+8ĈKBo3.gmem#E1Dz_S?Aj~ry͂n>WsV`~MshH eՠIG$dvxS}^e{#+Yp]Q濫_`p;-Q@0}`,q-?"Eo>)J1 :DےLLL04 iomgi+ SgG gX.'KWϐrw/S$XV>hIJ-YK$sUBC/D6SZt2(^#`|߻&1܋T]ѦYlld?8kZb-mF竮8 }NfD_?=U'0S݃XL%i4N5L&ּȘ:8_t0WZ5lYJjeH *LJOH_Uq-a7r'(g,A֬]-=YYs;ͪ0M,lh;;yҗ]S m.+R%/Q u'Mx}[?Nv!%8h8q JLF8_}ǓͳYCT4{U]"Zo>4Z{H A? nU"'@#1ϟbJahF^N~SYt;z =#9m`&rqTzM;^IrY $|[a#ur6-9 C_Ħ Bsgum?2s)%pB=cZ.Hq0OH߄Ay>|*h{[G`0 б%΀DS,|l:>ig='/ U=OI )Gx_ApI ^4Ț7xW?Ȝ(+POѤ)bfkg뭼|^B* fI|Ieu0=i" Ei)@;ъGе\4q AG*{VGqoL a~mkU1XS"Pb4,-C c.@3v>PFd0jhg,ҘnRڋѓmym>ݖ&80Hb \CszgK:܀ ^y$rQmjK͕/YsN(Lz|g!t}ֺ%)dWvJgy)y6zW ">z?bJV~f{NXSY'`N};eKul02DV{XR;$R//cQƜv?GIZ«f(7!␛pGຖ[Fޢ+du3|تdMdtj6+ &{w#j[02(IZcu: jror&f($wFK~Ao ͝?e^\lbW@ƪ"[B_Hގ'<]pNtN~jޒJc?l>Z킬I6)o0'E5qA!Hm-~I/;ϡJeQ3|e^[4UHE#mfckڂ aXq凓ԱH3b)ak^ nbTA )*"ض}~*O C] ~?!ݑqͺ5XW1w҉E$=FbĜQҙ-q/Rwr4_sC#egE.}hGoV5Slq0Q#ŠX,m:H<^Tj#sp:_8)inFɫ@TlI1Ŵ= -̴VWU+s曆FќQ_cW.K r  6H'$.SȃLh^p&œa:)%GvmsX(|gȠ<M5r#ü ̞5! Vz@+9򿲼I#VTH#VlFUN2oόWHY?|Hi}*<1Pr}H#ݓ^Q4ǕfHV毈2IF^ؠVIJƟ=^~tQg, kDywE0:pKƌ2Ç\-qurj!Cߪ|Ji<kJ 1i 0a#l>֪=Y# ly&! ~A_حF8<8ː6׌ER ,ALPhއqÂ0z% sFS`aԃR =FEey'%m*W$=Ȣm ݵ%-u~vٸ/OQ +k4Zkdhi6`m !MEv'qajYxV.pVV͆sj,:$Wb? dk&zBV?)(.*pnVy֗uw~.ʑ9FUڌeޘMƗv@lyW7!Gd)}㒌$BUN3Yf^ϓNo gKHO bO;2+D*͞[qQbZ8(ԧΚR.\u E&?oQ2ISt:Ynb:2H(_4 zS]C ʗs%C;-jYn팼qI:&"vzuB3cy@,Tkz2X%Yc4ou3,[R<ݚ)´8|G%Es!xH;$?uXmPM:Savwr?@y$0?OCHnx6ciKp57yd 4RoeD@"!pke(nH o;4N }J;.S:R{ӽ_?]}IZcZ|8Q- gZ5&͕AGKP0E /~Ѧ[$e1҅fYF7撆WfFQ/wFF}Oo5B4hAi7բ '^ڊ Myj(sV"[@DM=)W2Ȩ!sk4޶.Yp摉&^KÝ1:D(_+B5<ԋ 52'hwN]먻W7ѿxL[m'neCCTeԷn9&9#wC^RwE6I5ELI6~t(^Q:hD +o^t L?+v&xU\r$W,˘-FcR֚P뵵̆z:Dp|W+S`/Rݛ8!s,%Ö׺rMcZ 7e#j}6iC\U,7Z <θxz6_WE쇀Im㗳 Iw¨fU]dwmcHCxBɆ~ y`\HU"6;4gHHo"\3UucϛE` ySSDYg8א7Unxfm>9#Ѷ2J,ZIܼ~BRK>O/0e71,uUgBط:6cH/y} ٨ #[d?!n/ޑs!^9UG*krzR22J:j'~1iwM-0f?,&=/L#q>z.jն?5vsZRcDR6PY4xH]&C39PoD:i2[gۨgى=؟/@D5- ;6BIr t"dߛ\) *_ m`;0 yE iu{gSTRNrhjUJit v#թBj]unmg9M('tb!ۓ՘XꦬΩ\gypS46=-U;AL;[ݙCDK8hN8^h|Ӎ`qd=,cʔIj}NK:Mا0ζ@1#o4A_爊:vN'd<_l~4o>ץҠԺ/M-X-]k}TYdX%VEuNfzu=5e:CըGVN;1;!Q4T.1)_[]Jڞ<2Qu|~Ż%ASB~=)*N[:5i:B6wa_A+s1 Ԏ>-?+ <V( R|{6~mxV[OxF sKy6]Ea`G8v̠OʾDr6Zꩂ6}9fDYxn__|~gG[x:`m16|{tTsͮ+X6>x8gZ?fDj#&i.\r)I\( yiT!+KZPwYx:IjDթYFp"sۖ}@rs. Dm3>{cPh+Cޗר0z6P/"R(~7[t R1%#UZg4uɵMu٧ѕw&jO G'RaTH]acpv|!(ZTQʿbgz,0$!KqT<ܐw#(|W٭YX` ѹsFq8J}o`gP|Z@$/@[ۍUf"DFõ% 8.l} K7dz!G>f|:uu-c{L%93w5wI,DAU K } <,v5Er|6V8ըe^_f <e8pʕ J-T(8s|!?Saq&V(,՘?5:$O4H٬T) Y᫹z`Xˎ^OlJb*73?G3|sjڋ䰺>VΪQ f lEB9z>;`|NXoRp2`SwWOdC2At[O|VnZ;k2"v2EM;6.鯍U3PFp/ʳ1;['R6u%Ju.K}PbjMb3|!D:+LCt"8V8HR%a(]yf9aD0m6nrz!ۧd:.oø<「,~c-XʛR2E*:J|iX'c~RL3Q"uŸO ]Ǎcj@I}xhUáugtV@&Y߈ÔLWbpp8|ѓ]XH'<8ք qFyP<̀6>Bb+{775|d/,+W딿R< bܸT2t#A)cHXH-i-|ՑŦkCz^ ?5[HAك=M>{q$>Nk`sTy~6ՀNK-dxAS!6kuGW3rO`;0Gª%eHa<^tZHV$m Fs&t K^3v%_a]ȐTnQ6` N%,vp'% y4j0pDg3q-@F) Ef.m-HѳZW㢭jbz͌94N`6fYS&G)~('S䚧PFJC{{CezT𙃋fjL,|D -0 E;1'~gKg 0e zogi&1f |%ҢHӂ#n=t͡I}I+N|?O}g@X)iu31Vj&Ђ>2ϋ.akَa-\vR< 7O dzQ↥-7Wo:UjZD{]>qT}̵kf}*48^]mK xݎT D1lk_,d,,f8"󤊯eáSg,$A<~ k)3A,;Q6!ɶj,f:{&\9mN=®BF^7qoĺ%v5 ÕÔ;{5Ty5^] p*>e}ץ_v󬞌a n5$K3R%a:p1F,3Mq,3 20xb Yi>r8Ph}=Z@27/(cL3ɭzV}x aHtt`Phw ,lb`%<#*#G'˄Zv>k}c2q)k%+?mwܜ\)}_z[Jτ8ͪAM:=kOtcN1Es撔&JD-sJۏ4עз2lU#i(1_@i)&dQâffBM&D"}}ދNG(0[V(TI~ sm{}hn#R^5Ear|/٠XQFG5m.n%32Hft{K6<61vme"rNЦ7eWjdA)K@XmrOբ$i'ڥ7J}Gfs5$#>7lֻ'm7._J8b:?_qƁ:W Xg8 7<^r͙iC|о{|2Wb* ra* OFV 2a/k]p' ߌbih^(`R,=;!. yC8=٬44jq9У%&PgāQ*4TnU7aiYho LWKdNcAt3%D[Df.RŖQ ڎ=|5Vߒ 'lR˝*DM_q#PDo}J._M2zaKh1pf{lz{&F,ƒjdzVy}T+CL5g4E,qz l48W50G;[V7`%EЄۡx%&.b9s^ u)!y<~DPV,T&4sqs"+~Pfb,ٿb+u4^VĘoSg%-oY")Ap_;bFn[UkSONEζwWwooʕpUY f%ؽKAzȫz~qqf Y'͉:6X flZL$F@!D|E3$i _4or;626F߾KkK½>"am"]U򽶡YDļncɑ{3EV'zqU"c_3gg$tLzs<`Pthrjc>1'PPFumTj=toa0(N.ޏ lZd6/cbҔdA1}=1M䉥EJnpjCy%,(^oe!rͷ{Kmc6`QD_ѭ8݁a}XӁd).Gyc7. ވȈ:vԂWi/5&$O3p&&\dt ŧ?fS*epo7箎Ҧ6 +!$¶ YZ