tar-1.34-150000.3.22.3<>,_$cr(p9|s ֢oc#P.F-1yR #ڞ8.b٬1(lV&ކL8w;A^<+kt%n}۵zLeɺ;G;(9d9ޡ nh`jޭOwb!N\1&6',Y>A)\?)Ld   C:K a      ,@`  a (89:ZF$G% H% I%4X%<Y%H\%p]%^%b%c&d'e'f'l'u'0v'Dw(x(y(z((((()))HCtar1.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(nebbiolo bSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Archiving/Backuphttps://www.gnu.org/software/tar/linuxppc64le =8K4ߡA큤cr(cr(cr(`cr'932014db46c54cabde1e9f5acb583282f2e53603f3149a79a6c8aaaad07684838ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b9038fece2801dbfef3cb3235e94e592bd0b5e1e2e059efec4f9916fc0e41f64fe14/usr/bin/tarrootrootrootrootrootrootrootrootrootroottar-1.34-150000.3.22.3.src.rpmbase:/bin/tartartar(ppc-64)@@@@@    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]nebbiolo 16684259401.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_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b3c5a2b367a4eb9a7e86908ae1a0b79760315bb0, for GNU/Linux 3.10.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRR*cգ K(^݃mttar-rmtxz1.34utf-872f533e0ad76e3aaed924e24fb91e26069e0063b4c6ad54f90b7fd52ab2a3531?7zXZ !t/F1M]"k%fA|.#=YnKy7RQ/` G"~P˭ٴr1DY1K0r'7`%=N,M._]bU:r#"YĀ.S&5@K Κ<_ME$1B+&B"4({ ֫@2A)u$`/ڣwStԭJ Ăt29^ENk!}aoc'T(,.Ǿ-dNjl<t׋.{SLYVJ2JlCۙθq" +UC j{F-_fWp5Quī> [[z/@,H*v4QyףL5;ےck"B;y;u{7(>_ϗf ؛TK>,VrA@ } ;uFؖ uY|IŭWK[*1s2R KWx:'?8 q'hW_&$\x@T EV#&ŌP7'M%W=bA.˫w*>5-ࡉRl7r=B! m;N&ֹn6L1@YLZYw! a66>NSqN~ "pkQ7L3|!@WL"?Ѧ%IT0+T jT7j3T_T>Kr`p9B4T2;XY`ew^&LvI6m۳5Аnxp]n 25/za uOdY`> Z8/6Nk?owVLC|\KJ<-7Mj3ӤBÅJUMq:Es9;j9m1Y &k )A J>w.~'F%{U8 vf/Oݵxf<7*Xdʆl wd"Vި|׊OEݥ]9#IѲE8rY'ZL?!yk}4XwPfTI4Lm{C!JyDf 7:_ˏI's-*)|VUJ3ag|?a`9ˉNyfmfVuvq$*bLk4,u$eݜԽ_1.IM:LWg-8sT'+Ua0Y 1dp̯ Y vs%yyLО7-V?C&P;~.WmKO>ti!ޓ?`+rVTǾ^$9R*&_ Fy=bZv*>Sg +i^cDUvq#AHd-}?zu!3:=voؠw/WdP LC֮kv,0aL*)^B]ZDU^{]!"(kmbC(& )`i2=$ÕqXc`0JR6&%כosxM=e/)+284~ARggscrńAssd-g+}!Z)r*fvJ!r0ӘP΀?f]6፯jCJ_ Vk,ߓNs$vR,?5db/Gzԑ>7teRiwUA#0p4s v{',e1|jRҙ\k6#.%Vo фfe\H;ݜ DJDM09Jpۚh_xLp?>@^+Cs [o@x2BypO**y(km T a@P7k/C'ŲA6c#FP"nlRE®MBA2gbOWLحi~ϔaff<fcp6b@!T~l߮vLa1 r.x0 uKEGMSp7_,w9A\BcnyHK@^ 9ZO=pj`I ҳϧ:Uf zH 2jL'_;wU^R6c~hL˜ն_eHĞ,A d,2^%4]rGt<0㐿TH$D)Zߜ6][R6LCe%I085`fn3A Bm|.O*8-O .Sjyβ >啃%Hd9{i.0:ѭ7ą= -2dTzg,Rk,S[? ԺՊZfz2 2[Z|NF_䜦JV 3Zu m!́D>Sdp@IV(Ym%+ ̥a3uPg9US=]IODp3N!:"^ ,V3g?fz?c8jjLBw@B&3ɲ4_~X痖irzmŁSd ch6kj4|LWOϪM ;ϟQttڼ:LB'I0{ 09#p'fkOj4kj7$5W݊x툆b uQp(`0xEF4n4ꭞ4QHfM=|=b>*K(N_IM{x=4հь|{ "¬Xnzڮ(;B6;AA-{Q Q; /< jDT~ld~ҀVBA/85)J/)C% P|C{5GST}67떗j #]Ը:v؋JeQ z͐4*mhh!kA`HRδ:XD@|"-u̡HR-lZUI̊8-!\Iydbîij`D#n|D([!Zq&~8/vZ &0=cpUeIѼ,]Aa V$2Gin 2xF@}3lllS>Xfaҝ8`^`c.gYLXQf)]) ;l2D2.n :w"jқQ(A i*X;L~re1LTid35ek\`u_F%v٢糽+1Rkp PP_uQ?`zYl Ǡң&F3"0!/{O!YUr7M}%No"_﵌ը}$=U%Q4`/JdqF^APAt*{!AS%+wwO^@I-o+R jj 4__Nә }TP۟KQ7{Ё2 't)RLIM]OVvji{JbkZe{XLeEjFң9i^\xүZ=ӱcQ``tOFO }z:SB|%9/8ip  _=mҞ0tjgw}RO$zi ~/\[m,)[ xP@,e6.fRܛD\J p.ypVJS9ьhxMd[K]]\-_Oݨ(ur4GXa-0GP`x+-*j/Z z|Qc9mױĀjKErO%( #MiWtYRMtiL" MEMm=ʘаCQۥ4_ǒqЊh YQ1ޥ2DhTB .טx> .Nz). U .@;ʻ! _m58\<rZ y۠k ?kƙt(lc"Ձ2 @|7KV>:7! O6 Kr6.E AT+ cQ2?}~=eӰ<ە%z}C(MEy./sDq7e R_rD!ó{KXJQcwLc:g EHb@#Z!_F%haUEə^$lu"C/2Grp<ԃRnyw7~*UU.9|4F:&J&!2וּ [&3֋{L*R<󳩛Ktj1r#,0 l7i6Cqƫ$qinN\h9sf 4Nk#0w~̝p9-6>Mcv)hs~Q(AΙP%0>d內R &jpb)&.TVM4/`Ay@ *:7׬Oc*"TcӀe|4.wiъ[3??gi^y%霄#~3z;lGILZlWx3MCZ1CQVm9t IU#9ɕlm~r浂-bE\A5S.j*"jq4*lQ]`zuq)oAttJXKEȯ9yʄ7R8d=9b`[+ n9q&\&8ր #Si7?y ~hxUEn=_c^w%OݚZrlYLkE 7j%HͬIQLƉI3ѯjm𞢽!7<%>\r#7j͒8y4[5-"ϼア`fo0voI4ub:%V@)@:t%&ّր0GHN'48˪ȺTEś@kdi#@[q~>8G0K}LgAԏNyX-SPŐuZskdDoOͱo:TVJ^IGt>L*zW3Q5FHM+VҾ˱YÂp ߣ|&;ԊI]*ѬJP먧G{+uo7zi}OWs$l<~~o n(9KܠkO 'ዄԂ+'j/U-圝FZKoxo@3 v*ߐ.{UVXȨ'|e,[y!%Ӈ44^K3iUj͹Hp$*ME 튖@{cX?ރQኡ?J^6}Kϟ]^ᕕCz{[Pgud/y"iKH7Ő_#f ;U . VA/hljx=R_,W V2 Sh LK╢Ԥߧr$(zk.4xwqOnC cщ+8Q EXA_ i$X벸T9AJ}fʢc<Ӯ|m]М쨟(z609 cI:Ji5w yH hKk"'`aEI)ma9i_+[͜;gfj sVk Bv,V L>v]bԎXh89{| Io6*s7#y9 ?bE D,1u G)!v`_eyq6a?k3?B6mћ^P+3|]ncRuA kDd᲌7exOF3k̲@L_Ĭ'+S7g9h @HpI~%3]-o-w ~@/K+Q a$kW{>6"C-nKY5’p"E Z6Ǭ1#ͨG44e|Jݎًqr4+-zH3Pu-i- z1s 7A4~Ӕc{b.u(062AS!٬ #1C  9ƚ^PmiKh˙hly\!=쩨Mԕi p|Kwc])wsIF"g&Wz K;#1"r˞|oo+V7h‹t(r^^.S Υը?jfuiV",9c6bS54 uF!dݨ{Y/mjKP*7&JHH"ᅎQWZyc\p#]/WrZ5G7ǯ +*6~mSrL'u[{c Ǒg+PpE'3/4}Fk&<SҠ5JmhF5->ԚK)7p5p3슓@W'n`)nv}2sKm#D :/%ܾ\b3ƣ7$@tƚ \CԤpo ml>6T\ \$әxQkmV+L;c)ie Ef Q~qtVfp@0M\*p+_FwT1뇞c;@ Fn ]:x9pma٫GHuSbI?^duX T,b碽9"šsP{(h ЂUؽ_ivMxU f}S939Ⴕ$Wx3~~4uy8b~>t[Dgܷ],1[6rqxR%"cZx%a!rl+L>:N/7}?+#H.duWU(; gi3H .D]mZXM 0\?άm{[oeh9Of#{)kבrB& ]⅘;" "avpf01<@UtV4H%vmcF ZDž+p8'[i,( s%bȞPg{̟mIs liKam.;4ZOQ=W&{%Ga?a{Ќ<&\Vd$zs}]ige.XfP9;_AX2@m*!x'9o$o۶(-ZWz#nPu9=idS]4^` ]>9>ffY/CurZDnu cZ~Z~~cfєvMj6}$f}-?Ba,S;j!Z@Y FݬΜy0޺ְWi3SV;$c>Z\,(UKd͕I;Jc `?x%[ nk>56d%-Gu8&tefju'@hRMfk,yMCƂd@ Q 䱧N^㨐~FI ]-Wk Nʭ4ξlxltqDx}֢mEmEGiđ$J;&Wz#wLeg= gG101ǂ|wtwp $b$N67ΒA ^T>×FhYW|W-4pLn@vO4Y\R%JqDg ܥ |cU6*6i^ae?dՋ(=5-]nk wOmM6kicڒ ppGZ/\.,$aL̲x* (\JI=ah5 }s RfAm3$r(?^~d;.zJޱ{!x,~Zo˿#?ͣGa+1`P" tIT^O̚ܜT&Z(,9єAA;@~mMW5zB n-*H c?_zP{om/L!3yhFMDN&o<;|hG [?VvjZ;G je*~ Г^j#Tߒ?4y:5%TlʰgN- 0 O#Ҩ)3.%K֑'8J]U=3USZB5g(isH kAےvJ0ecɐqfQ722jk 3D.jIm>xCV%U]vGhJ? CҎnz(4pf-\U.7tJ]OoƇYY,zާB~T47T/ɇd5:AT76yJLq+qsIG^OkC>g%w?Anz.V AL#.zc.t-B k18L3&O]Y6ֲMfABk k/B Cτ\]jc̭N$/l]c7bi^\`kCO\IQfos.4|ijL@c).ǭR !{k w73ۤj(x#>#-M }4å8|I``Eq\&qk%fd6;10`yܕĄ G_@&?vHv(*&21]4>`Pp "s$BUX9bF'#gwlxx>*./]G 53'g8g Nb'xDm]Łv~*2C|Xjk ,AC΂ыmD 6\JVa8_r=d>]B-N ^gC#%[.͈ٶ8kWϛFw@|)Ib]ʙo:yTlKp;Wmܥ_ Ug }Usb< R&Ln=DǴqǷ '> rLs.#Yn `1dƛR54{(VO.HbY/0;X:f A.9pŞդ>~0Lڕ@1%뽢w)UdoASI2<P@\T^gTkodl\# %C$+e9e%m- .]NhQ*r$a) VQNoTD|U  .HQzQc ựpW#V=R*:b,j"S"ř?WM&ϋ5->XcpPMoI^KDh ~1WEIQ2RixNeb]>=^d@4#>>%ǒXlTBZO ж40ƛB#?rE?ZLN edI1o)8-=^FH_LJgJAQP?{-S{B ݮ_9D[Ҩ}d|92һE*M&P@5#KLH(w(S5BW{5nz%+Ψ~`o[y"A@sb)o/&AE&t/rddx#mX?הB7!3 - 2FwyS8򗨭}󽁶l]jENݡJ54!K^ka "50QvsPKJHfa'aZP¼owA:>H<+a&5Ϩfv9UzX2EiԵRb|/+0cb!ZTŔiWAp )2 i=PCBSTeٚ2SGa ꔽ Çw8e5/w&uy{ j;l@dcDğ"n i.Y*.a Y'y)}^[ȇ`:N$g+i-Pe 'Eb{4=\NyYO ׋F$& S/K;?clڒ-'jѰJ NMȺw/%PƌCVt'H#ò?a|JJށ`‚ ! ;Nn绂@,?#uCi)'AJh 6}FMԻ-*3?\ұDs5s1hr; 85@xrf p7^^T5 'r/ηшsINdGǙrH:h0b(!ǓE)J(oY*(f0r"%(Gi"~Ucy YZ