cpio-2.13-150400.3.6.1<>,IЉep9| +/=p92eF\BX .?,Gt۠qC*:)-&CKj{I NFRr=f `Ըid|IW|(3sR?wd$C6goz;Ft 5#_ ZXpV.?:u6٩E-(>/4'NHZ)0id gL?6tsll]s8514rbQq:/ݫ$ N>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/J'L]"k%a)Kw)%Gla1jNwKCiefD}7J2|3 ~: v8/\XN<1`ȥTE243]˗5]i/n U U&s8,- rwvm /oL˜݁crRrAiamf{#Uǁ]f٣'*2?NʸLBEpGW;P8E\u.EdS:4K! 5 c~/ЌH7zm[+jui∘\7zAWv{pxZ>åf{cZߵo?ôJ.j/dSuۂ>ƏC77]3,߰-g%"C"xJ.:X ہǡʢsRmBgYS}( 7ƄukMez/cy IQ;Ҟ,]V١APWyZn:ECFs@-OTvD x6EÀT"dz*b{>+'v|L{Q鵪9o=s},;8kTXO:toQIP_=⡘qDR͸~dKԻ_晴j_hZ\zH{,qVudj2p$ "z8է}^,Z(/jVrPᣒ' }f8$MgcY(}eb;aJT(['؃I^+h;>*9z A/QU+hejq~PaW.sdnz49M`몏ҷ^ۣcLx|1 VhѪMrLb"VvulI%#0(F%P@ƝpC- S7 |U$BZ(SSyrDm@eu.M7FeHeGb ^]3Kxt7 \4S!\ՇE"Fe=:@t6G~3ebFoem[k 9Jq ӟ)`kax<օI) ӧ]4K;ZԎ*C-S!ԋO_mB:ƒ(ofd&ghZ"ߚe_zDIuU|kI/c=[$w|~&ޏ<-=4۶t_2>1` fҾ}nt:zI$\Ag=KMo;}#>ytsP[*&#C82}xH9/?IBAϸ{NK? ~_kR)eFw>?.K]&h2R];Ogr㙁 ]ox߰CD']@r ?A/G$ ·%0OKg)b=eVFOcԽbwΌw#!+TצW9,[ % ÁYI3{XܾIՓ;=1c& ?9CqЙ{@5>Qi' ~}ug}%YY,Y}1TjՊ6s2Oo0n'u|qvUp`k}&#Q<@-&r6bF%>Ȣ [8EVisFU_^<bW͞ db lׁ%B6är ,j톰HV վ^ت`\Ar2ϑe҆>Za`0j?qw*nNG鰶MFR-1ȍKG7q,{5zPvR:% *&}.5WlO/(+[/lxAAJy Ɠ~ܕz"O%m$w @O2$:CD&b!zŞ]F !bkMqU\8(]?$MOpBn{KGg\)zWH)aҺ($tjyQGE?HMQ/ kǩ?}hSt 8}e|m{Lh5U<ù^f;߭n`%lsrsԙhrŊEudo q?uHV6徒X >N:(ɝ8A1ca#;[bR+x A_N4@9cj.JǍsv{?).wm0̼-0rp@SpAR? .CPZ-+UFp3$+7*!68.Z!P~ GK>%?΂aJ"98&3ճΖQI qڶ2`kWAk1X0jU׭Y}[q3}RsB.4E6dUF|iL#Jq390Wh}hMZmP/,9`o1e$ !i`*U}$6j}rހHiXLyRIF?Bcy90m B̙k19Z\~ZO*Bܪt(jjj_0Š5$+j)dK)  ]yasm5`H!O '#p mnV6}LáT`PaSo.4LON,VGCda)%rx:Q?B&{6jEvah%LÑqBa5w&+U)=K~m;:z C?(Њf;AԑwGn'!? U7RYлU0ΗuCQOjȵu`XT'?>wZ9Lj5O.9#|ώH!C~y'7(ib>~Y_d >mC7{ )0|"w$gbQ=W݉~3r?!p*ivmF /<X%Y^>rx U=5HѣP%h|19IP#Թ'(_77R cXU4Vg}p#? -''u 9֡+0JjqU3L[һ  J"4ĉ׼8ܫdd٨;ߺ)S8XT@P^Ͻ}Khvv"O#xJhh=jN% &Ud MJъ\4_)a˓bP jsYJF|w䱄ݿ&Yw9hb޻ | yxk4gHW KxK#T?)[m=byػc6}~%/0_Q4B ܧ/޹#iqpL͕:pꋉuK+3\hksfqcYLԏKVCׁw}K 3Ԩ2?,C~ ?T~j`==-Z!* ;KTrZ~)GLàeUayt[զPFӷQ^LDZ񔰆Jm`ߞbfzd2?xz/0&Zș+]%Ko WtL0hΟw¼A0CTg[QL0ЖUaZ8,{nl+T_^g ơۊ*e~"{&ԙIq7[Ѡ!<7ߧ305lMIv+^˘~!SQ壗SA%}|<ߝ$ʙ9e9Ϲ9cȇre}z"msh@u> 8p 2&ʯ:A1) 4pOۗlVK3M@[Zl_,4/3hGV1M4#K~0+QpRD<-tFŵl :bOŎGD*-:'F9vMha㌺Y|IfZ;FTw'" {O3LMzPY& 2~%$Uڀ@D;Pßsc`/!֥ Y$Ld_ t]#_6.&zѵn1S ȕ{Tv"l:,t!oxݸQW3&0(`W"ciȩz CAL2$=en ]{?+}^xf|?h7nlE )6\g\̚UA? mvzb6;#N6W|Lvy9N$Km2Csqqm^A%Jkp{C1׃ 9~`j G%XE~r-?鉿&i\J4!/̲Tw`y{y %Ԫ1aG{ A᧻^SQzk $`Q?tFM_r&1Zwo> OB YZ