tar-1.34-150000.3.22.3<>,{cr*hp9|S1Y "gxe:fcCݑ48_R--|&OٛT4SjTy':y.D+d@G!dQιHp@LK'0e9^PG7%ԽbR݃cy 9o9A\ZO5Fsß^x=EA tKia;Q[ƹ`+b!AI !iApte{T^Y\us9XŨ4n@RXĆ)-mU_ި>A)?)d   C:K a      ,@`   (89T:F%EG%\H%pI%X%Y%\%]%^%b&Dc&d'ce'hf'kl'mu'v'w(x(y(z))(),):)D)P)V)Ctar1.34150000.3.22.3GNU implementation of ((t)ape (ar)chiver)GNU Tar is an archiver program. It is used to create and manipulate files that are actually collections of many other files; the program provides users with an organized and systematic method of controlling a large amount of data. Despite its name, that is an acronym of "tape archiver", GNU Tar is able to direct its output to any available devices, files or other programs, it may as well access remote devices or files.cr*hibs-arm-5 BSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Archiving/Backuphttps://www.gnu.org/software/tar/linuxaarch64 =K4ߡA큤cr(cr(cr*_`cr(d82d32ae09ebf9833dd7bb73083563ac2b95aceb43955277596bcc128abf044d8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b9038fece2801dbfef3cb3235e94e592bd0b5e1e2e059efec4f9916fc0e41f64fe14/usr/bin/tarrootrootrootrootrootrootrootrootrootroottar-1.34-150000.3.22.3.src.rpmbase:/bin/tartartar(aarch-64)@@@@@@@    ld-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)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libselinux.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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]ibs-arm-5 16684263441.34-150000.3.22.31.34-150000.3.22.3tartartarCOPYINGtar.1.gz/bin//usr/bin//usr/share/licenses//usr/share/licenses/tar//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_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6e8ca388228fedc7cbb53585b8ed6e357818e1e3, for GNU/Linux 3.7.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRa8\ߩmttar-rmtxz1.34utf-801070c7c7ccf9730bd0a7b15bc4b77581a282ec6d9620e4ecf16a3350f69aec6?7zXZ !t/ Mm]"k%fA|.#=YnKy7RQ/`/cfd%@` [_75ERAIOY (kj=6BCiI~k@=eF.%~}WTlNsa6d $̔5 S^S=]kC,zpc*'7ft(So =hm+W^;wٹ{)iNIA7+b ([O;g*0:iVvP/W`YE1Pl76i,b>bߵ;GyШi?/ƺ9lN`7Q}!#}UΘ/4ӳBn9KHUusoSov%\&\ WirI~G $6d<̢Dž!H_%݋{8cv>3\R^I1;T'?n|,H\蹵DP54B bX1*S=s$ qqF EEO bZcGĦh ;xb-R8TjHFvقvQVŞ~Y|HMo&uSƧy#"u \> Y1CӐF+)򑠬hxQ&U4mZ¤媅 &/xV#څqQJ"$s`k뷑ZJMXc_rmyJIJIQws 犃+OOHSBDLWqj)EPQZS/D EXn)QWVF91nt~mP7߷U`f"y:R߅D{ 3L}FiLR2|1P!V&wҰeޓ= ] >"~C IWI]y`C8~;HpFU+eHVe7cmb|m&QIScjȹ6q{; GOHcu8oCw me!;GC9dKi+@)YΌYnm<9HPlmФ@4[Q"=#Z?/j=OChx]@¶ OxA`+8 /8 Ğdt8ndqbrnT 뇀$Wx!pyHy"偖/uwP=&`-~4~߲XZLra>U%"W![ j%&:F/[[?=탉xu {،Ш/ W 4hFVL_'"F?94II<Jx3֮[( 5CHظ?"pA|!p^h&u?;FɀP Ct2+kj >!Ev3|\ =Y%8|W[|X<&*ե Ih2/?=id}<|]{,򴕕amx :1tB f ${#0ʔ2q "3eaTxp#S"[ʼSI"~Zpo,h}ER" TvLYF0R[=ȜEYzVďz0TVo]zM+#}xω&%!1<>cG~)htKkl/oI^:' #كLkN1CU` Y,(Z? )N ݫ]6y*->yuMWqv}D?9M9 ^YeZ#jwrlWK;l Q-XJ,8hbj`d]tM]!K-Ľ̃.VFoмr;Y+w.zBe܋nvAz8_*@3DI ]L|)sS>>U"zR+ŒXV -08~Wj!ˬ*o̎<5 LMSS܍$%-IX0u/HzZ*8eݟmvJFB](9WUg(u;Y,X)!0ˉSEeu5<(%(ݐZb)F;uD0= o:!9#g]'(ib1ǁW5X{s,T 2ž&WݫU$|.bS[ߔq&,3)ƜKd^$Ȑ:sa֟gC>3dMscP"kF"y5g7E-1h'Ovb9G lO3vȓt\\XAwghcn5afC%s{Q*]!3^"T^(ՖtAqs&(:$ 5Io#]xKtzSLtN9cۻr6QL©a Iޘhh|u x!!+D玷$>ew' U 1ݘI8_}e'[ƨҐͧX$g>Ff h:&<}4,<|'\k7!anB e Ӄsz…zv>cZ`WRĈ$(ﲜ.r05AgXl2.vhn΂j{G(tU$FWC|36ܡ(NaQUs^UvHeJ 6טK/9}dqjlvHq՝ս-8t3lyD58e*_(B}4GfnrRezZ,{Q;eetA_y~g(dbw$酰v ~%Pg@6Vcx KddsT$`ʟpQ6Px!„o~â[4>ʢ ^N6k  P X\˪:H3VljFK!GX0 M5 E,D2{D'yԹ2E{ ӱ~S|ނ~eeƟ &"~L*GmԳ(@E76-){g1̩EWU)v9u]E`QeMm[:*vQ" ouVrq,bQQ-E)@-~jH&uL Ջ} PS [Q}H@+^4TêӣQW7δwyW!+tuFz޾HhO$6e]^֞S?j*BN9 V.Sl'!˱ tM}\0:$²޿s0,moQ IGsMjDBF;>SMmipwѬ]1Z _TjO;?>tzm Ě|˽u3ZW[dO^ߌZ׶)+d kj3C4 O7P7p~ؓ`qL_4:=Gڸ |E}mIy:|;э1U.Ph f iuA®S)xoY0kxnhnnͬ+^v#{IF=[vd Y[*]ҏ\̶fHcOd4 9P98T\ 8ެC(pzl!fmhHݢj.gu˽Pobehq Oҙ*a 1A̒K^+o&w>IcEYk7cc` <фES,ϓaS /QZK޺ Zٚ }H~q&k'vOC .L4$*`Fuu:nc%auS F.fZϩbWʫS 9V :/rr`JePtr[8 ,z", Xg _ z<̮B>nɫΪ{_Rm+밡..6JŖ)^mkµ"z("UoHß$ ܙ*ν&Yq?«\GT5QzN{4vp^X}άUrNǪ60}ͬ/Zqi,g-*V$>t ,:K"BPQ2(0<̿GVѐ!ԕ@%K!fQZd|kua@!XnɦkURCxRe@kȁIR*߈鹳i϶\K$ސ#+O隄QG-F$r[{^R)"n *3\tb t-/R<+*(d-0f%ֲ_+z{#EC_-H& ENk0 u:Mb\~U98垉\즑X-4 MtOkvp3((6*e5|=-Q ΪhcMUIHmuN!>Qjя+fUB+ڕ"0ɜh9>:st/JVwD굑 3f㣱 `YwHw-CaSfU{WA/!i$2|~8dš@=ˡ% S8Ш+QSՋ['p"LDCvQ /Zr+ U#ld ȎvBܜebySov?\h\ʼUNJM6kٻUK ~[BiSu_緔OHLJw?cCĎVr'``hI{ͪW U ;jKic()É2n'^:.N9.p2.(Ww6ܦHPqxM$qE( xjL Э~> s""㽙&˔?tlY??Z}_E<|+COU)D(B4T~Z4 vK6XY5mIVrV*_WFRo[=@ uesaӐ 2W8FykhVQ_D/<lI"ثOv"کx|:ahSv*w:=fzcvOt:?wbS $wu'EZ;Vӑ]"Xq`Lģ ՙIḶN'kJ\>+X䦒U`l5gݷ. T4 !IuVa!L,6>ֽpB}xRAQ@`1Ytr3\ߩ# *f2F^0$h2+hBЯf& ո2) Y{gQQ۹"xW+~믤rnBuݯ,J ^<$bqb7Ӛz œo 6aGJi5,Უn% )$@!HKLhk`O?b!c@2 :yپ0slE`. :W,*[Ƶ#81A=,@;pg먴*4nnqP*fێL.Ezm/'yN{MA#7ê[&ނcZX^( k S H/7=E5d䃜D?X-U-f]#/ߛ/A~9?2CWW".;i""YKC%nQ#)iz:EI.R2+*0B[lA*+.Ikk9lztp :c[ʻj #CBjZ{8+2;_(4﯁9/jnML`RniB5ѓџ^y/HDثnd%b`W'g!3+&἟Dw1ag.d)JRy j\rpFT!hM ]fmU& 3nx cڕZ `&U.yr'ϯ_l[ݭF3HpϗkF q':/[LJ6s{O"1d]K D-o|QZg@nw1Z*^A+R6rVR=F`Nbݩ abIX<4+x V/il>/DQmKI)M[w_0Sxq55*IDyIh4#m?9yêe` qV=M74#\b2^:ݎwrH&2N`ux"i _iTEä`[F7Pdt(PSH_ %LN&pnJ&hu Q.Qrj6Yq su HYy_6s$K,ԽբPLU3*۔8U&NAjZV竐F&uJ9 gumD#>;Ig++q= hu[y 蘁v Va߃2T\OÛ)K5[ XrBOc5F@z21QiD]u4 ԣ;L &9!tTE-FBߌKU/ZK;n 5&FRK#fRKNK 1sv!`F3w~qc!$ V$33$m8h*aPb\%gŤe7k}QUғvb ۝gTjY_xLLekL|7h-=x jCAyWx}CЄifc/^6. 3n\ҹiWo!bUzPqc#7M C4Gcj^!gi=Xf5bUk=GbNV%wy{ax9D}(Ij 1oo#FMо4BW|G5|/$as,eTT7)\L[ϥ/Jю; 7HvBO޸j: ,n~'2q gP5LALNk-!*7V,(`]$HR:AvJ {%57:nOZ[ rL!T 'ݦh8`.uJ? q!=+2ҲJ܄hO{%Kڥ!Ypj!?eaĨ2 ?0.s Vo[L e_sαrkl #䵊!HUlj񜛌zL /E^%He= cxPK[M9Z  }ƺG+$jk*YO(Wd=o5Cd: RadP҈ٙ#˞ob{whpEyKC.بêJRT'<C. H=ݴ]@31)5Y!s)58q+Iv|)JBV/H[.u/ iT,7&RCvK4[B˼:4xow/]I&>ȭ {Crl>aW;lcr89e=QÄk rdKZRd>xP=<% \ˌ/^td,(v h}SRo6*n$r =E(+t:ni5$ZJ>-ۦG{]#!{,n*Յֲ5٨YԈ8)D,k4/(o9"FQ<Pv`ޙL*3Îm1铄/Oõss l*<:n8m5o>38W q$g}S2 5^S;QŞgdgqn%vys!PhKZ\Y#~:ӣw A(`$iP`y/)BH]"BXbwjͳޠ %p/# nS m7tֽos A&V1VpKD B!#(=6Z˜ʹH:R,? Mѣ21PB^Ҫc[9_1v]lf\dQ:?m ֙ߗV^i|!wicwg݌yRB+A(}-^Kߓ1Ҿ@!zFƝddi¬z@7D>)wM_LLc. f -䮻8aڸzfP0'Z䬱8ӊY/X0\Rf0[Ynhs«)#O:¦Q$X .d~=:rpFXpr CgLS vx{6m lA&jH`4F~Lmx|JT-FJ17{a:~%qM`Mismohx0p{vq?\!L __@DprZٹ7o?4V.M]Εz@Dꭱ8U7,؄ˍ`U=>v}`r|sDǂ G3g܅{S[qn0|ծc _73FMJ HdQԞiDBr]ViOw x[ ^=4c& QIeξtv7BtA3Qe˦W۾~=d[,PŀbR' ISE{"$҇~pbR/Q E~4 KD㒙B`%>3z3s01k\LαKT;Nٱ]>Ӣ,!݅`lCz23Є5A|ɉ*H aewddis *Ah_5L^v)?Qwʕm]L+>$͒ys`!190i6z%.B7K`J wRgER|ECY@r"w^9PEp(ĀcmT":ǝЄĨ'VVr01~aL&{9R^ZbVjNXWEgc9Zq+;HbLGȃ^262n̽擏_/CbQܳh*JY42Xe5)4of.+P8%m;^?yd\OT<~0GoU^206{]<e/9NDt2B~? ͫϔ\0gPLCtҿ\$(7'-ʬ2'$xj:޳N hDCjlU!# s BAa˃Q}U"($ϠKM`BĝdSmd6kC6tOR A-JL4I<y$Yo\N%\aA]`&L"}SqOI6O)5qGM F| #-H%J{'q!f`ƾ'9êvHbMЪ5(0hXI-_gl,δ+qT,{ki(z]5qڗ[Kvd)L.88;Bg1klm '`5/kG1X/S}̆T&GR U\$m(NQZMu1:;Ι髾Дyb'7^e[ldzIT=˕2}!PTP۲Wm^dw9 2ذEfѿ,y(OHL*q-W1jO,`$Bϑ@r`5%;[M&L&'Pq)d(ѹ -$fB̿5`:JwseGUƒ!q㸶0'a7RwrΌZ3GG8iG|\@NF‹:?P%]ұBqH Wԓa߾ "yiᔛdݲX~rZ!Ν0ŤuÕO 1$^mۛ^ɈF"z Vɵ0NwfQz ԇֹj& [fq&je!j؛UtjMɰv Kv.m~+zAʇe#^" <8&)owPkE䆇ՙQ4@@p:]YHgq8'Ȏ`r\kSyф=ش`'~!' X7 J)jw $,43Oq9Mvg^uP-|U<1:6eb .ܪI#^):"*N2 \gc _pK!op4'փkQ**%Z[!\Wr$m cm!KQ%(D#jmc /Վu=dDDeN  Z2y> w-e3EޒN 4`/ J# lm }r~X EUFU>#i+,l a=IxzvT ''W8U_}@{txU/2, OĐ.Hc!i_7x1$0b/r dQqR=p@ng _o~Y(аdhg{MiVngƗ㍢$7p2 ƒ#s!rGXU㱃:we/v`}֠ KBS5f֫tL-N(Y}n(h\%;UQ>/C{sw: $9Zu3:T HNUGG.͓ |}NaJmY+D* cĘ`} ++ @!Oxũ솄ðm!F bqp9=:) Nao C yͪJsCK{*[)\m~.r$ (K S~\fmmSr͌KUWMS8?dCl>>56AHF6<-UZ!@3'?^Ti^_ܿN0Kc]7q-ySU/wc/8򉓘U0{^Ҵ˷r\;I1M@P!5:]+[THvLOdȐEzD:VDg ~Gc̿nK( e|h)W#ɏgO1[ OBU#bF(qiYXT‘8,Oܛf?̎=kK,ql+Յqvzx?C7LW;:=!g7k’o?MX hp=B1H߹g8! څE~Ir_Ka ~3ͫǑ| N[",ޢaQ\HhOֿf8 H|h3U2UJ&hQSܹ&^(z#̽G7> aTJFV=*Mgtr #`|mw:q sqg$z rM/H5su?TxņMWȺi/;a@W@3# | u6*C@A!jp q:0E?2ᢞ`p ѯ v;X:aIf>gFeE 1O}>qR};`ُ8GS%b}|$y&,D#hwLD:T}">~)\TrB,ەOk `~MDE5mٛ<e6iĀ^꙾]d ʚf9Jڄ* ) )!GS&ܴ5 oW^-yw1-5g(۶zH`֕IF؜,EiFnlxTG}Nѭ JJBWs?&,Dn@fe: MbW|I/labf|HQv+R: |d^d/r }e>D8z,Ey;xd`\@&MBW/iU)UI1hkkvA2sy :./Iu~.&j(orJLҕ>U.K=v#Ҫ y|XN㥀pmx%ݾfdzIqg!+Q/@ m T#Q*XQ$i!nE[>`\=l%!3G C l 荔x >/{2JV([  A5EkwʑnPUdkk0S[5E3P|JxQɱjZ6Ud%yhkѴKy};Z{CY8Y'UOLT?UDMN[|(;S7S8[oQy `vZٍA`1DP^H^3xMg߼8"+O8*D0.Lj\Lz( ׆gu;&F֦XY" o?|"{G0adbԌ& É֟}5L, ]LjXjckAd Y^6z5$A'Zp5u+I.Z׫c%ѻ昬tw"i>r[0aqmyZrvcȆ>8eUz(H<}!7LX)и7c9%GD FUy iʆz9y0%4H 7O 6."-j[E;f i^Ёb[&9e࿚%Qz@Íl6vS9b|OkLGPKQ#썹9Y|iT7&'3 H>).-1|&ȆyɈ~C1^$iuk>Ӵ 6$~4J&.+v9=uܿV@C[zs-8<~U:YlE$o=f#G嗀U؆j?(!/9'Gߓ~nę[:bS ga:CŪE#>sc#@^a?YY-}/1yw[5h\?{k3vGLfDz3s`C[NjScl#|T%ڳ<տ`|Be'v^dYdǶxy"6keWF[o o[VS=^2{db]AKP;Z/3uI8;bE0H "K:x>@,]50rs9Է=bi e' H䈐Rc0_􉾻{xFt2Vt L ח=kP;Q;%o% H EesNBm,.iA{WnY]`Hh9`9Z}qJXJT+kDLlfؙ}͊~B aߐW`dY|l+̶,Svt)Hc m[Mt*4(R+Sp2A*,PHzxƍ'{.`r2i#fl%-cCL|ME\+24"y;Mwmը.sLa۟7ObiA\InNORKrJnvb+HjAQmV,(XyxEvM'BMz8DaWi<摦h*rPɍJ*]ҏEW"% OrZmOvf"SQ@Qa쁰;5FqGgTȰ#s𴱖3kmr,)/- DwnOIjW IB0Q=CA~_Fڵ1yx.8›30Enر m֣>,޵DM¾Bnv1nJ^'!.7L "Ll9 =%b ny,`vn7\Lc10 Lv_ r7~7؁ z6H@g|}>&L9M%ŵB 9\x<{ -7l`bD~Q N5XN!2?I{i( b>g.EM_ݣX_,bQ2+'2]פw2P!~9 gV1l6N(IBڃ&۫ZN{TMzB B,E~:CYfe c]櫄5&W-IOPd폸wt%C5/#Ɂ KZ{h5|a7>j W/Ġn/] кo0)Bust2N|'8OȗgvdO _(j\ n;wH > )K)j2l. YZ