cpio-mt-2.13-150400.3.6.1<>,+emp9|Tho Y疉Lfw8&#`AmEQ dܓ!T+g`'BH HeH  Ej:IZҽ._pd R|[~cq0pۙ8lviaPYe&+N9|bI"_?r($uC:OX]Oy z#Z]CK}\eˋݎѾ-Ֆ̜9VOP} &ldhiö,$>B?d   7|  7=CPh t    Tl4W(89:>f@nFvGHIXY\]^7bicdefluvwxy z 04:|Ccpio-mt2.13150400.3.6.1Tape drive control utilityThis package includes the 'mt', a local tape drive control program.ems390zl31tSUSE Linux Enterprise 15SUSE LLC GPL-3.0-onlyhttps://www.suse.com/Productivity/Archiving/Backuphttps://www.gnu.org/software/cpio/cpio.htmllinuxs390x/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 fileleledebebeda6c13d0b1d30953168080e91aa340441c28b33026aabe2331a543b4f8c22abec98d7edb796489b79cb3df4199536ad7ed65fb68cb6024a717351c364e94380fc/etc/alternatives/mt/etc/alternatives/mt.1.gz@@@Brootrootrootrootrootrootrootrootrootrootrootrootcpio-2.13-150400.3.6.1.src.rpmcpio-mtcpio-mt(s390-64)mt@@@@@    /bin/sh/bin/shcpiolibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(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/shs390zl31 17065421892.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_Updatedrpmxz5s390x-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/cpio-2.13-150400.3.6.1.s390x/etc/alternatives/mt' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/cpio-2.13-150400.3.6.1.s390x/etc/alternatives/mt.1.gz' (No such file or directory)ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5b60e9d4abd1aa9bb1cad69c010fd8ca3ff80550, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRBsE.0Ulutf-8bbdc7121df6ad50da5529180d4817cb781145c41c1d1a1d61868d4117ac22b6c?7zXZ !t/ A ]"k%n K|<"V .]L(TO=q&үꭑĚxX6>k[DNy Ju^U!JH5ʄ͸j m;Ë`Sr˺6'3hwl10$ R˧;СfߓI-AEoʲ;j+*2~c@-]Ҥ:"ZA"|-ecf|XgM|מD2TL"@/'i4;/}Rݨ@-{85 |o>ԒhowUw)ϞJB:<ɓǡNS] 8?~\N1r?Jic)`-Vaqske{AqSK#!r0ޒљED.B`(>i>huwHCfZa28虳 :$,ȁk:5 wYýPaAAquB$v}Mz5^+ڻMϠ8dn.M DmdeL >k>F1@5* g%rFBA;k %P^B xk?5l~=Ƚrq:XgR"E]h} 6씫>J5x<ٴ(}F*I- Ii~Cz ﬍]}"bhu(V J'ԄWtyi~sXCyb7}Tx,Iŏns1u+PWsPpB8plPUx+ߎtD1/$"gCFl$Kݕ33|-6;h!OzQv&1'n00{LUQ"b'["u [+APmSkK*]3=q YS}1@6lXy_zRh^Jk鞙dyօo%MOdd$T,VlHPL'8jGXMJ}Uv4)e?Ze FL6JXS(#'Q9TJyPeЛYpMuk\_HEyٖA7gTFBJ@ puanzo (|x5JߨXK?:zM`KC1Ug_"{zҤD02Y裬޾wlf+WPL 6QF.l?J"] s3MT fe`pV*9@ :8utN#nzZ9`+ t+23b"n+ zw5>P j!Ї($iGx>vÈs৺>wѩ-7Y_Reh}R =!UF^u]bẇ&v֏17wbCB$5Olj"U#;%_ MnWbn6iz#xR; sVxքZ4eC7+v;[bX5&Y̽Pi櫞#Vɘrc -^>q;x@S#;hDrICl"tJTĔ٭%8)Z7R &VwGBAP3ſg̣5a;|Nsb; Z0:4Fm_'9ZIID=z{Pm4]J}>o08mWz{~:Ӳ2lʽ̔Vf幄"Ees.< +sxJYAT-]2]sOezc z@ڈ)$Ԍ&6^ty9 Җ(]ًZ)iIh@1gSU5 S*ov`i]F9O/l>?EzyQXÛ^A@nN6a^l2z",̰EO 8 lwVMHk1{Btj(&܆̬0R-쀩9xҷ=뵂(neB73r4?A}V9.^|TǡRv7@4 YZ