cpio-mt-2.13-150400.3.6.1<>,_ȉep9|R {cLD70A}r­16Srɬ M#Y#08Mo?ĻqH (dqNA?'*c͜9`$nK\43ɹdgui΢c qHBL?<d   7| ;AITl x   " Xp ,  (#8,9:{> @FG4HLIdXlYx\]^bcd9e>fAlCuXvpwxyz8Ccpio-mt2.13150400.3.6.1Tape drive control utilityThis package includes the 'mt', a local tape drive control program.eibs-power9-11SUSE Linux Enterprise 15SUSE LLC GPL-3.0-onlyhttps://www.suse.com/Productivity/Archiving/Backuphttps://www.gnu.org/software/cpio/cpio.htmllinuxppc64le/usr/sbin/update-alternatives --force \ --install /usr/bin/mt mt /usr/bin/gnumt 10 \ --slave /usr/share/man/man1/mt.1.gz mt.1.gz /usr/share/man/man1/gnumt.1.gzif [ ! -f /usr/bin/gnumt ] ; then "/usr/sbin/update-alternatives" --remove mt /usr/bin/gnumt fi eeeeee9d5245981eb69b29295caddfcd632911c56461056c362519dda73b40c7fa75e198d7edb796489b79cb3df4199536ad7ed65fb68cb6024a717351c364e94380fc/etc/alternatives/mt/etc/alternatives/mt.1.gz@@@Brootrootrootrootrootrootrootrootrootrootrootrootcpio-2.13-150400.3.6.1.src.rpmcpio-mtcpio-mt(ppc-64)mt@@    /bin/sh/bin/shcpiolibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives2.133.0.4-14.6.0-14.0-15.2-14.14.3e@e)aza@a_@_[f_7@^]]m[t[X@XX @XӸV@V'@V'@VVZUT6T|X@danilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comlnussel@suse.dedmueller@suse.comdmueller@suse.comkstreitova@suse.comkstreitova@suse.comlnussel@suse.debwiedemann@suse.commpluskal@suse.comkstreitova@suse.commpluskal@suse.comsvalx@svalx.netkstreitova@suse.commpluskal@suse.comkstreitova@suse.comsvalx@svalx.netkstreitova@suse.comkstreitova@suse.commpluskal@suse.commeissner@suse.comvcizek@suse.com- Fix cpio not working after the fix in bsc#1218571, fixes bsc#1219238 * fix-bsc1219238.patch- Fix CVE-2023-7207, path traversal vulnerability (bsc#1218571) * fix-CVE-2023-7207.patch- Update keyring- Fix regression in last update (bsc#1189465) * fix-CVE-2021-38185_2.patch * fix-CVE-2021-38185_3.patch- Fix CVE-2021-38185 Remote code execution caused by an integer overflow in ds_fgetstr (CVE-2021-38185, bsc#1189206) * fix-CVE-2021-38185.patch- prepare usrmerge (boo#1029961)- add cpio-revert-CVE-2015-1197-fix.patch as recommended by upstream to fix https://lists.gnu.org/archive/html/bug-cpio/2019-11/msg00016.html- update to 2.13: * CVE-2015-1197, CVE-2016-2037, CVE-2019-14866 - remove patches (upstream): cpio-2.12-out_of_bounds_write.patch, cpio-2.12-CVE-2019-14866.patch, cpio-2.12-util.c_no_return_in_nonvoid_fnc.patch, cpio-check_for_symlinks.patch- starting with GCC 10, the default of '-fcommon' option will change to '-fno-common'. Because cpio build fails with 'fno-common', add '-fcommon' option to optflags as a temporary workaround for this problem till it's properly fixed [bsc#1160870]- add cpio-2.12-CVE-2019-14866.patch to fix a security issue where cpio does not properly validate the values written in the header of a TAR file through the to_oct() function [bsc#1155199] [CVE-2019-14866]- Do not recommend lang package. The lang package already has a supplements.- Use gettextize --no-changelog to drop build date to make package build reproducible (boo#1047218)- Use URL to fetch keyring - Do not force building with PIE, it is default now anyways - Use https for URLs - Install license- modify cpio-2.12-out_of_bounds_write.patch to fix a regression causing cpio to crash for tar and ustar archive types [bsc#1028410]- Use macro for configure and make install - Use update-alternatives according to current documentation - Enable testsuite- Enable mt building - Separated cpio-mt subpackge - Change recommend to own mt subpackge - Remove cpio-mt.patch - those features available in original mt-st package - Switch to use alternatives system for mt - Disable rmt building: this binary fully identical to rmt from tar - Change default rmt dir to /usr/bin- cleanup with spec-cleaner- Recommend mt_st as it is not hard dependency- fix typos in the description - add 'Require: mt_st' in order not to surprise users by the missing 'mt' binary- Disable mt building: this binary from mt_st package offers advanced capabilities with the same functionality. - Enable rmt building: 'dump' package no longer include it, besides cpio code base for rmt is more fresh. - Reflect those changes in the package description.- add cpio-2.12-out_of_bounds_write.patch to fix an out of bounds write in a way cpio parses certain cpio files [bsc#963448], [CVE-2016-2037]- update to 2.12 * Improved documentation * Manpages are installed by make install * New options for copy-out mode: --ignore-devno, - -renumber-inodes, --device-independent, --reproducible * update * cpio-use_new_ascii_format.patch * cpio-mt.patch * cpio-eof_tape_handling.patch * cpio-pattern-file-sigsegv.patch * cpio-check_for_symlinks.patch * remove (no longer needed) * cpio-stdio.in.patch * 0001-Fix-memory-overrun-on-reading-improperly-created-lin.patch * add * cpio-2.12-util.c_no_return_in_nonvoid_fnc.patch to add missing return to the nonvoid get_inode_and_dev() function - use spec-cleaner- Add gpg signature - Correct info scriplet dependencies - Cleanup spec file with spec-cleaner- build with PIE- fix an OOB write with cpio -i (bnc#907456) (CVE-2014-9112) * added 0001-Fix-memory-overrun-on-reading-improperly-created-lin.patch/bin/sh/bin/shibs-power9-11 17065420672.13-150400.3.6.12.13-150400.3.6.1mtmt.1.gzgnumtmtgnumt.1.gzmt.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:32275/SUSE_SLE-15-SP4_Update/2737cea406e20f432c7d74db5884cc74-cpio.SUSE_SLE-15-SP4_Updatedrpmxz5ppc64le-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/cpio-2.13-150400.3.6.1.ppc64le/etc/alternatives/mt' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/cpio-2.13-150400.3.6.1.ppc64le/etc/alternatives/mt.1.gz' (No such file or directory)ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ecdfbdd07f52aa771fd205b12e1d49f9d5d08a9a, for GNU/Linux 3.10.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RR!B+]D%kutf-829ee208f0d23c5b45307cdbec32adb3de8b1c4b553712c6da6572a4458610b86?7zXZ !t/t%?]"k%wIK|<"2L0K},-`;0uXV>X}IH׶k#Seք# 7fRN4g[+r[PԐTylZ̓mD6,XF!i023Z}cZv ̷\MƎruU5w8VmLsw@;E#c.P= [d}*|ߊz]eyUR=,Þ,pk3kŮ󩊟ܦns-2cpn.ۨ y: ׊+ž1ݍ5;MJ_fn 4c]I^n"@jqS{Wa,aЧ?`)/ 5ۢTC4*@`+`*Ȑd/oĴsٞ%!,\զn ٢` w?kd r?@Ib9MO;%Z4^`~EKG̅c¹'D!'Fa.MQ[ F]F,xQ-${lf;LbSSZWY?(Bp_W'"0 QH8+4Ιqf])T3sHgݖ $K($l(PVD>=1߈0ƃ•]5kbZF>Q\l,g8b{Bƒo97mTh 3Oy]Kj݇V;sYǾcbfi!xwn]ou(?h<o4}hSm'J:w3勠eU^|pK PHL87?M.Z8UXvh`Zѷ,ȯC[@ΒvbSCd} MF٭jE(%M{R`fŏJώ2}!Y:a%mKpć '}}| ݲwf7n?8,#S%g5j6$0J~ 3&Z$ӔUt4.OD)O4&ηaݗpvf$,uv"8'Ϟ@ITZ?z上k0'T݋S-w<c+ai1X,˒J v`h n4 nI5@rˑon "@QXP?Ĥ"c@T/n'`6ۜwaP$vC}&On6`NSطZW;~gʖcla-ݲ?yϹyA*?GXFDj39Blޞ$"n=-tB[NWPxGƻKE0ͲŌuc܋0{:ϸ@tǹfZh5UEe\>op~`ԑO` MwH6L n_ky~ m:PE9y8wic2SDVOY֩ǸŵN9 ρO}bOL$ tW/b^j_4"'Ij 礋P|*.j7)ΗIv,1=^}m\] ?`ӪrB"toUyb+ThrL= 0fԠ2Lx៟7Q:c 8BbK&1e}^@qRXBt r,&յX\/7VC_(t?Z(Z'q{Sh$yV[Bf{H0'5 oger+CEq穠=0WJ42_P`/ݠ3F3ϝ4!J,@UH42^ݜ *_j:UYOÜNӯG~"7'DGb_Gv2"}NƑ%}{V qz!Du8= ъߒ\@+e%p\}&h1eٕt5< ,%j%h#Ջ"3m'mm]vgM3 ]`r=WԷ[w {dK~Ϛ-spE1gԔt"ҭmGOWb=xai:Ѿj8 xH DӢtV9CG^",pwBNV({,|ir&#c\++!3wxM|.:,O/b!`,R:]-<3H H*; T,йwn猋;gɬs';wb&p@?gNe;sB<>?wWLgŊ"Aܦ.[),9MN.t^ I .ì|7M689+/8v@{  \Odqv1>1@g rsrv:?' zHkKmSuf=ZWZWl #g۔< ;V،J b9n5@Qhq6֒wi֟5I:[[8+:@PJ y%ݖ{T ;ld$VYȿwۻ)9#Tl|9uLvQ*Ҥ;|'m!x۞$͟L>7x`m4mq-麊#f⃧B¸RnSg#sh]0YM\wŘ4e1cFA'ȰYPhZF!f)Wc~#)῾G( mi"Dб.W?/\54)(C.˯_?FoDRii1NNREr y8.4DkirļƗ'wЫ'T є^ұ y[i{XE݇*(B$d-Au=vvn|7$B\8KSWֈӯ0NϚ]ݵ"oU#ݽ(>̦JVI}W/2S5\lR1Il m,mႋs, ʽ |p G r ϟ+烨K)ѳ437af5]AY1"/[5oBI'ۂb۬8hHtD4`jqujwEE R-zBXQ4ˮj4s!iU!VH{s=f/@?Or)H2`i8T 2 qWM\& 6쌣&Þ c|om?o&KLǸd8kI_X?s.R޹ ݟS7`Q}DPϸ~Kq{` x.\ !$+=5HGF{ DF" +wP4X!JʙT.T 0~?'(R֭OCd-2R189D\DwϠM'󙧩 wv^/Z6NwNCoі~Xb2Qq3C " O,\p wkI`gH2yV/8EPItSShU({23x[2͏2`^\Cǹ'TGmEڧ:q}*vDi5zh0kDaef6sW/?6jgpj r6`ER%F, NVbtY^ni7ߝ}˱mfoQp^XL;{>h́@~Oab8CMS.'/g!7ڜv]fƒen-x^Z mRn&ɜKBlk<*im)F;$= x#MOEi /c9bRk"N*{56LT?Ɣc\/tADG)'?m;?xUKěv'#5{? Y$,el ?#8H*fA40앬w C%%ybxB9E,UƘC)I;? )J?5_:R7x@ bCo~e5:Z{ K+rhQsfjS-Ir]1}/ z55O!X*\DjDmT4x;U@]B*1^iXchcz1z;6pHBA۟gzl/2Κ4 )<0h,xZDk^B4k*G4g|š,[jcwFٜ!bX==3%e}OqYٗ:Pאg5C)>J6D6ܛCQZp<=lVZ.ɋ{.{aʖ%7?Clà2䋍^M|:c6ikl8G)AcfbᰇVOXj)^\o]q f\_X6ȎdF! UbE3j9KWEsՍAOmؐh5+5PՃ$ݰ3';k,[*B&/ Xt3`p;Dٟl.Uzu*"D `$U[\b2ykp?kaw+`M9lGG,ݸ o5Ϳ m׹_W$5⯽Ȝ>R7.眄F  h8+":1'h'P|@9g:. k6!r 3rQywH&t(սxZgb76Fx!BO9ZB:XHI3Xą`$#G:+Fڪ{3z0S`I5mbzhn5qUH"_:ZM$QH'.0ad-FN/K0N,#7D#\ ){c%h^()'d AP:/dԚSOtnzT["}#6,aYC'9qլ X1k0oP~zJF-v]+w;=ޜb7^[Wg5Sh ɍZZHmQ%͵wJI:3w)J҄n"4D8D*ɂI,1Epf2y(_ FO4 ,\iD_21]^$u!0l<1{rҧ~ıol?g"ww={5=71~AdCy_-Rc+aG&Ha}2fDbBPXRsЧ%,Bʉ̘NlyiK'q 3*-e]WC=.L`LUvOÜXh=ǐ _Fʷ2Ab*յ$@%ӚBc^Rt8lG _I;@?l]Z$kyKQ%TZj@ړِVc06Ei Gs3_#A5\DeH=Hޘ2 :?E(h9^]FbENۡ+ПI?U805\a>'#;r$Zt>rF\>sF{J}z uAxئMǮ%,9O^6dyHbB\t/Tf5]bEWj=T<w $KHk 0S' H D&6fWH#_‡79 1vJtf C܀Pw/tuL!o%=IoY)3`Շ 8nz_>˓ᳰ&޲`^B><~ >9 eaWcRMd,wWV帣7+-;d׻,+Nl*rUIF^!,YQqNu_ ׬1O~X決 /Txۉ돆T֓ja#EenN99_-Di?/9x⴬@4LznW5W @㱶?l8C~~'ïhsJA,_?tnq jMmw(,h>t9jgeZ=5Z4y|17I,M@"O=[5 V-}*nVŠ?Q"M*1Fz&AG5 4w>7%WL}aa+qb=N^qRN;Tf=F,/ 5Hx? PIzngҌ^JnOѨNGǒ _>B_AҒT64ԭw rUfW8ρ0Jĵ#fs+BJVumJ#tͭ-XT<?z3 pt'~zt .^>uY"]7Phl{!Igڲ@:/7opK{;z [vEN g(pS-rCzu)_&b}6p&fw,[xS~!ֹ;ԡ8ðkE_eHI @LiL@AyXX X 1"_סD[K0NRx2>W[vNĤ?[7ՄXSJ([E`6fI+S OMFaޞ'~cl@ 1sk9ޯ3gNV2kWl>+m$1*bEDA2yЁHཱྀ˒D zٕ2BZ>6T<^OI0 F?hu1q;Px!*ig) 9e/ZΩ8gރEDk+cy4C^`yԨ{|~~}]6Q& k3ml1jI=Ew05'֞hC8ޡϪ Mwvƾ#|˥Z%Y ղ!H9q(ѠɮesrJn٥SRfx8QRSo"H-D#mb&'9䩯[kFxט#JyeĄ)ӺH#*B)`?(F_(DQ o7|x6A)/ɲ0 b|Dcʊ;v߾D_U+ךxH+WVv9 +igs05 oYїzt=ǰy'﷽U}0𶱋fJ[xvδTxtg/|m{WS4qg Zw[edpƥ:3גg,Vy$֡zf2h\T*T mŧu%]([(R(sSAg 3`$歇\΢͘} R_x^:kjvӿ>qcjo-l빋+]1h<'(jJaZRCL@jsO5Z }4'G4}! 7c?nY j&wZvLwE'o5?6LopGFWd ʷC. ds\q`5)ہU{H\~4RVH(fFǀJt6U$5!K_z{t%Ϩl8Ǣ,Orxg$fH,,y?ԝi*\~pҳVPygWeK6|1۪XL`lo^)hsM$'7pҳ*@- ٶk]oae5*l7YMn2r5OMR>'0}u3͂=DOb KQI*ʝ Zg[]Xs>k',J RJ*6K]&H[S*s5@lL/s5(Jw>dݕ596rNz<$T866+o}q5]C0&uӳn̂HNt Nlif :}@ɾ$i7ld WLRwWt~1͙o+1E?\&ٳxyTy J.|0g5'jC j\)I8Wzݠqp2|.:(ҕ[]UJIyeP@FRm4ŊQ ړGK2Hd.ן3]_z͸8.xI1.F zvN5jܠ{ܔwq !tZ֢RKgsi_喃#–:{]Sj4RE^y?A4h8E9z u}f93Ne܋Ip@ %v'͋U8bZAN5c;K5/3 bY/~s^=lW U4hJӔytQ޹j/ʈrtuwݤ)=?/eGfok+ii{%,{!<Ӗң/b1S5nP!ZL8UŅZhوBtfo`Ԡ/"}nL^!9NJp̌󽑴)XZM컗(( 7=ךTD=%3G%ü2Hgퟨ<)Yt)ؕM6%ܥɖFɠa,ދ-AsUƧHpS`#j[9HrG/v.Sy}.m{V(ؚ"v~#FF:f}1t2qb5bx;a.&<`d ǡ-eKBEJVgT^39&qϏg?IΫkV8mˍ.8M2uj_@Wq{Yw?;fGZ  #Q6}_NQE@%t=y7I 凗xdonܱrPZqkhuEE *\=4`R:lpB$X(LзMJ$&DWݖd?di%bBk(')R`iGԳ9"QÖfmbo}|IYB^9@>{-V gQ? yFv '<}{u8'Ա IYw+e#{b9$o+񖎼8 0cyΙ Hnߡ(g%E{ek~l=Dꚠ ZY[16  z'>{_W(o.k6'"Qܻ:r P̻ eN JȬ^qC=i!ʞHS084`b0>Q˄-9?ŻB3m-өomPOr3){ tK="S{}} ):w蒷kb`;;kJR@vV-l1r|kz:rNB4qŦȝ>@fwUu[mI (:q|i[ 1wRu #$)R SUԫ$OJϹDA&[%nUp1`(nw[P"[|5a v-!"tjX!fM>iJm 5KݣEܣb7#{wqBpixD/k b]TX:`ds#2uY<4%,ȸ`@JƢ:JB\d4ԩ9O%>C5>;J_ryd.2a噁~3 9,9kǷnhT6. Wak8oA* u09W_π΀}8=BXn6nWl,kp"2.H&^"Kug16|Rmף 9Zw$쇱o1hjyf[-uyb N4P$ gtԡ;p0Խg4`MPB~R*6ovjʻ K>\Jl쾓^xy\E y3$hRZU|lX(r>! ddnGeNC3T1q ^8cyǸa&rJƍ$UV{v㌹Wvݪ*8G\qVoUrDRĸwp>$!Л eb-+]evr Hƚ i,|`sG߉.nW,(#^q?_Oof_E)Eկ$fBJ/= ]o"#aQzG4 xc'`寕]ErɊ@[9Jӭ\ګ`kDl Vf꫕k/KwTZYW=[ɠ9Feknܾ9f3jG%];\rAI>O_=M7U-2nެ(G0 ?_D,j2=%#3 e? OC|Kh$j"mlvkɊKzBf 3G"ޔAѶt_ 9!"@( bK_`2PjBs.`0/!G>mcc1Df}Jd 50%~mwGlg[*N MM_K UZ Н`bX.,3 봇_h"ǭS)9KT-m軒vhW$b2p4 KVYEAρ*AYal%9_Y"` !/}2wO   YZ