tar-1.30-lp152.4.6.1<>,K̉`+븋/=„A4,Ad?Td   A) B`     <K(u8|9:QFGHIX Y\<]P^mbcidefluv(wdxxy zPCtar1.30lp152.4.6.1GNU 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.`+old-cirrus3ZSopenSUSE Leap 15.2openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgProductivity/Archiving/Backuphttps://www.gnu.org/software/tar/linuxx86_64 pK4A큤`*`*`+XjK`*5d78035f0338df33c1089f20b9c9605d5eabc20226ad6879f5f1933157583d528ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b9038a1bb8a1c3810f4220c7788a6779e326e061e836f9ab5ecbdeca6db1f558e9b2/usr/bin/tarrootrootrootrootrootrootrootrootrootroottar-1.30-lp152.4.6.1.src.rpmbase:/bin/tartartar(x86-64)@@@@@@@@@@@@@    infolibacl.so.1()(64bit)libacl.so.1(ACL_1.0)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(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)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(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.1`@`OL@\ZZlZN@Z7XX9@XXӸXRX!@WI@V@U+Tء@T@TmWolfgang Frisch pgajdos@suse.comKristýna Streitová kstreitova@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- Link /var/lib/tests/tar/bin/genfile as Position-Independent Executable (bsc#1184124). + tar-PIE.patch- security update - added patches fix CVE-2021-20193 [bsc#1181131], Memory leak in read_header() in list.c + tar-CVE-2021-20193.patch- add tar-1.30-CVE-2018-20482.patch to fix a security issue where tar when "--sparse" option is used, mishandles file shrinkage during read access, which allows local users to cause a denial of service (infinite read loop in sparse_dump_region in sparse.c) by modifying a file that is supposed to be archived by a different user's process [bsc#1120610] [CVE-2018-20482] - add tar-1.30-CVE-2019-9923.patch to fix a security issue where pax_decode_header in sparse.c in tar had a NULL pointer dereference when parsing certain archives that have malformed extended headers [bsc#1130496] [CVE-2019-9923]- 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]old-cirrus3 16249763631.30-lp152.4.6.11.30-lp152.4.6.1tartartarCOPYINGtar.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.opensuse.org/openSUSE:Maintenance:16631/openSUSE_Leap_15.2_Update/2f64add3726c03ba8bfa1423e2d452dd-tar.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c9cf0af2b97bcb1e937ffaeea5d890454bc90211, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RR RR RR R RRRRR R b?r1&9Pn 3mttar-langtar-rmtxz1.301.30utf-8f3cb8d7438e4b62d01341fa73d6dd4c629f9c8297256d84bcb66335e06913af8?7zXZ !t/OH)]"k%UWB|.#=!C(,>Fk<ӗ R0xP`,?`=nAvW7S QL. w|0Z؂]|%ƾp9_(]c_ޙ WA,6P,Bk'XxÅIPXEKq0`X=7]5 |ETۯ֡F1*xp ct@&(m}zC8%Ú܇6^4]jE.%ߌ67ҩe̘ #jBqZR?Bk3EbgQ_ti!Dg=W0:y¾ Vn bd!n_rNV2C3M/%(գw=oZ_k ? j%BuǞшZp+9k+uO BWi~ݗxdTUi+Y ܾKTZϤx+~_:R4TU'DȰx(~?ˈKE1y~g(uW'*5ȣ"۝^ǘcB]&$[효Eݽ:OQ6 .M3̈WP9wˢk<,_zE4<ךR@ShwJ3@q(-iYN6rzqI]J2uf2gDz:O]Oj=j/ !z粨 Z./CegXEƶ)LJMrG;yQ$s('IYXqn-B`Bb7"ƪT inP`ӝmKEmH ;ݜbW(~U؂*|A۩Xx 4/x99. L0{8D4qQ'۾.A3`ii_z5:3jf -D{ivINU2:ǣAiHY=m 8P/ >Q! J'wyz}s w ;5@glk!7=K԰J6I3j4776g}߯&eK~5W^HD0 'F|i2SHi~i.8m =rw3J2q@1)wfgn'1zߊ%5Yi]@w $t ϑ}VXA?P W0Tȏ(:%yg)W$S v>CE;%eGR6D9&*qyRI_;0#R4w:(뇘MU-ˏ.40mQW ,pѤ,FrX(p(K%P ļRӮ"lAROzx\rnjۖ6֮fA(V/cvnDb{ )HzN^:>.o ZGeia):x:3" Xz#5g{rb(X`D'hצ d1ʠj0C83ƫ{&O AzVz]ut9}̈m &PafYV(cA~ScKH雲h>ńgZC7Fl6'I_Y08{/\0sZwqy7. el}}8Hm&'tT2e^$L@ ua^D=p. )z\A18t 61/N1`\9rfےI܉߯!;W=RaVw"K#%HR$h+EI. Z2^˪e'me|W?,tyfR8)4ؚ!SK~";bd!o#6w@ʿ'Ȗy%@(GDLICg1l֯OnRRsDYK'ndCBs7?|M!9~En Q$SlPcD^n|YpgQ= 1v=]I5eQ0iQ`1?@,[5K ! ,<5⵻5U,6 X^{<'Ca@A`Ft-pC/ǫiɟ_9|h輓u> "nG|%fjXPG.ŏȳ$Nj<[煢|ޚf1fWdqx1.Ԥr#~hdk@h"9q~QY<iXqxl_{ 25 HNvaH4p8tˢruA~7+.Z%nk5׷.`{ ǤO%]1 @Z\i7Pt \eVlXИf|EVO)"^qy!#8S [_r& ȧ>c;gx(Iz"_R]xidq7# 3>ҒU4@. 3am1=) (*@CÌݿ_^F(ч1;8mvA7NPׅ*;&K+OiU*▩HK&(^bFit~p ţ8S'@ yۣAbT8]S7ٻ~U抻#5!BEN mOU:.'; D նF^3~-|Β籓E'>b)kFmz'xKc}{aAO?Wli@~HN82,47}T a!BFmy8D'fǼ@>]Bp<;;ߣ_`3+IJ% 'ǹ+_/AݘЛZnodֽ?1Rc7mv7;)yǡa $8F n'}vy,ߋhe41שJ#lڸ4' $QwXu6ĬSaXpL-s.3o}onإӫnz6bLCPIV򓂪v15%G Y4_4tGÀ*b,Mt:Iv/$L!_e춙_?}fuVdt}ѳ Rʕ= JsxOJc"fz#7NyaLg8P ^O;Ds#LD{`IRylD-JI@[$q[8A&UVT{ žŮj7"(Ą.;xt!^ -,쒁Q|D6#~yKCԢ|:xDv2Fjͭ OT΍ K0EZ;>q-͓j}RUݢYVbI\fg6XCԪ(r.d᷎][j W^N jf7pqwEwq|x5ayՓ$ vu$ ,^P zRq spdfchU }+J^eJ.c ټITאs@%n,M#wpG{x1oŅ߇L J] AEu&6CŃNԵͱ,>t[14D0Tm z-s!"P cs%v+Fj qljs[ށGj#=F)Q&\5YT$ov`LX?C6Tilor涚b$SAq9:Rg0Uot87zaO *IUitݶda'?gF-ܴ9qVn>Gd ?ڑnۂ˖ͩ:# } )&xuvh~ '9b3Z_ ͤzqv2n)@p!@CsM"#qo⍕]0U;1!}o!f^ڗ[}ta79PYt2ʿusƓ%8ᇡ O:HzAR A~U˶ך}FRߕ}v)`O!&f <^;hz.7Rgo~]9Gar/^tD*Hͱ~*J]P}sٛh-Æowj6Ƴ)"#fU$bڨj=[3\?TGXbY>ɞ\>]ugk{vcИ7 ^'K&}zq+-)_qoת' AXD:dt[##J߹kC Ce_˔`d2++82־+#1>Znڲ _#q(3qvrQ.ONe(唏ܽF{6ϰ]V[$^)|w0KゾοMlzzUq&G$c&Zݢhd\aH$C-9MJ5:f%!Qc]8tё>Ql5h%,Mm'R+y P/I\t4Pn9b!I\miZٲ#>zel? n27K"*4=_Z @"r1S.5Z<Ta*yePl8WۀoYYuw# Kxl($gmxv.sDw|4t @JhSUr>3H=eGgZ"bvŅMN~J^w؀5i\ϧIs7ۜ67+t%dQe̩m9 IJ&rR.k[$'θnTm<=v2dgܟȶlu~onMyTv@VqR]k& O Y%VF꺘99fQ1 vd r HÝO^9W5̰Nmoߜ%JW^L21XHҦ'b I" $vӅ\ɔ3v.Ox?h;&u]w !VPD_6LUL?8)$ީ 7uhaIMFۘ4Fܤ@O1X x'R֣n|-O1e=m@kLdlp :SΰkLxu/V!= 0f9dy6ةTf0]x6y0|fY-:uzB{koVH}[U&@&vM%_S2VS dEY T'88ZWzIGr;T !138.O$M*B6Nu q% 5w A.m߹э`'_@83z丕U>l2+8 pG<Yd2/YGKݶv&)͐oiE(~ WXn._/[vہ^aFseV'e6&SL|\$Qn@0ix+Gm8N91+e>1Wճ%ƹ p+w2ȳJL.ous}ĞJM/.ĺcr,'MknOZM<wM=Ҡ0}ᖺh?HfDDņحMn#@ʏ{퐓lzc`W ´@F]b2Q!i'6=,@J;1t@he㡑>"ڡy'Rf6yiǜe0dz(\`ۖZd