cpio-2.13-150400.3.6.1<>,2ep9|}r %펚ӑ*2QshXrLhxɸWЊ Ĝi7*:ӑkG P6Sfj0ѧpFBxVw8*%Nm.V| _ *Zy9EL™:ͱ)3 L:΂!zSVj5IinwNNjSH7Оw}́w=W&vi<,n8Gr•>E?d   8| ;AI     $  H      9 f (89: >?FG H I XY\4 ]X ^b6cd^ecfflhu| vw x y8z@PT`hpvCcpio2.13150400.3.6.1A Backup and Archiving UtilityGNU cpio is a program to manage archives of files. Cpio copies files into or out of a cpio or tar archive. An archive is a file that contains other files plus information about them, such as their pathname, owner, time stamps, and access permissions. The archive can be another file on the disk, a magnetic tape, or a pipe.eibs-power9-11AhSUSE Linux Enterprise 15SUSE LLC GPL-3.0-onlyhttps://www.suse.com/Productivity/Archiving/Backuphttps://www.gnu.org/software/cpio/cpio.htmllinuxppc64le ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/cpio.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/cpio.info.gz || : fi ; fi ; 8PE"  A큤A큤eee]}X]v8eeXjKe31e9fa5b586eed40c6da6ece9c4306f60125a492e60ed103f08be25ed5fa7bc7e5bc5a6df7dceafef857f251aff7fd9b1e67f1041ba949f3a9b1d8fe861b1908211c1a460a0e63697072cefe2948f2176341dd2528a4c4c7d0bb95f9d68bf3175d582e401654e231a2dab1c706cb7186f567ae96c61b8243a3cc8f837629aa4cfc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7287bce74767fb0799bba4b10dd0b16596cd4f751309f5e4e8521a68e7c4f924b/usr/bin/cpiorootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcpio-2.13-150400.3.6.1.src.rpmcpiocpio(ppc-64) @@    /bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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 1706542067 2.13-150400.3.6.12.13-150400.3.6.1cpiocpiocpioChangeLogNEWScpio.info.gzcpioCOPYINGcpio.1.gz/bin//usr/bin//usr/share/doc/packages//usr/share/doc/packages/cpio//usr/share/info//usr/share/licenses//usr/share/licenses/cpio//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-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4b9f96073f24545f7e1cb06d0f2a423011456643, for GNU/Linux 3.10.0, strippeddirectoryASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RR!B+]D%kcpio-mtrmt2.13utf-8cd375d0cc77200ba8dd29f2d784d9a5a8f2ddc634a97cadd0b8377373b88d423?7zXZ !t/!C]"k%fɈKw)%GkhM)ۭI?r [__Q$Y?glXX^GBvW/@` 0ҵNh49)0 K{ϢqmއD+D[|m6Zz9edu Y队v0.D:[.RWX*;;*t-/M0m)ֲP 4PӓpEXⵛxx'#b|ԑe~ϯqĤr)?g~TI_Ǹ<9 VL=>TŃfP~5,*1O ڞl^U.neV74^~xMjhq*[}_=GfӻP4[ $Y6 d XsQVi&Zdz2gTvEvOŗJsY5>r,Tڄ"?nUHpd/:u7`Hq:P@}_iH^}0k6/PyE/[ `R;sp)v7]OҚ0RgRaIY͚2ʄUB;~)Vp{AM`zpcN [%9 l@,oq L=5bea.O Lw>[-gH_i \lq>H/,G4.EY>XʹTU1}iZo*yCoR/߾:((."TM%i=R;Gn h-D!_"f&l2PJ4;p@:~L~|$&h+&@ݱmrH1^D{^3sǥR|f% 6 uh<>(PIh0Q՛$ӿq'$w]26y!`{^ u*Ú'sOt[8&5(-3!ϠMvKl%SU9>WzƬ*?b3)z=6wad|6V$D5O0sW)< DݨT_BH'P&كYgM-&VHVހ,K51S5^4hʶ~\KfG˾46^&k.'{ 5?\p㗶]jIQ)hreؑ3)|o"-LfIuAFчlixPO#y)1~eJ546`@t`׻ѧڌQ:i ]ą!sJ6B[VYm˱v_XOhTW>EGװ*s6lPQ5F8yam< Jb̛g?}6 /XS<9[=vV;Q0<VKs lzVcc_̻]K|f@l1K#Ln0< w>^9 %{Rm^i:gLJ)W#i,C~f :yO2BLqK4n%,[ 5rjl84Tyw0~WJɣƩeUS>}JKS ݠ2x{ jE\ 1f.#](uΜo ȍRAH~YtOUt:B+щyP_o()e O%*LFQF {4(37}Tð2BV{eև(A{4͊U)#w~(=ɸ[Obː @B_5hv1"S.X b+@ح;//Xvvspn9n*K>۔xbBtw93+d'X0f 0Ww"P[Q%EDk{E4ڣ%AciH,W*0=l"~ $=8} қxT#6 w ^`R#Do ZYI3-.R rl0޼y =]oc\gN{XAfWo ֵm75(-隬45O(J;v{Y~:!V^.FR@,E SZ1ZVM| +s6HVG 5zeAj^l5,$X!@U,>igmOO7^]LpsV7!YE$[eN| rYjٯ2|M/^RY ',[QֵKLmy0)S3eK3rk>LA-]`0h_~fg°-Kg* ; [x <)q~e-,Qy+}rH\ztӹyAz2Џ a 'nĪÑN߸7ú9UeB",=^qgw1^?!uC1cMw{BV xRmj?TN0 /F4 U`ad LO3PhqTg<'T"= 'l.bί24L;UCnhzy,6wxCxZMYF?%1Fm[qҪ5˙o7BƛHj_|;\UI.4$wYk.Be3 (}R;EYV3H$i'5rf4JX*R5c_ٽ3ʋBfpY(̕ ]?[C$&nl-:8a实O Bx` YZ