cpio-2.11-38.3.1<>,W[}/=„H5X<$)N|#K'eL#:eVS7, }2OA5Q?e:lEl$%VƘeZ_:-!R~iy!rI M$#54$k0+!Dc޹LJ-!u,"y ^5rVn!1/*+k32( Z?qJ0䷮}FIJ= DWg9ʭ$pN>A ?d   2DHPTgpx    , D  6Tp ( 88 @9 : F>'@/F7GLHdI|XY\]^bcdMeRfWlYulvwpxyzCcpio2.1138.3.1A Backup and Archiving UtilityGNU cpio is a program to manage archives of files. This package also includes 'mt', a tape drive control program. 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. This package normally includes the program 'rmt', which provides remote tape drive control. Because there is a compatible 'rmt' in the 'dump' package, 'rmt' is not included in this package. If you are planning to use the remote tape features provided by cpio, install the 'dump' package as well. Authors: -------- David J. MacKenzie Jim Meyering [}lamb21ropenSUSE Leap 42.3openSUSEGPL-3.0http://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://www.gnu.org/software/cpio/cpio.htmllinuxx86_64 ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/cpio.info.gz) NUM_ARGS=${#ALL_ARGS[@]} if test -x /sbin/install-info ; then if test -e "${ALL_ARGS[$((NUM_ARGS-1))]}" ; then /sbin/install-info "${ALL_ARGS[@]}" fi fi ; ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/cpio.info.gz) NUM_ARGS=${#ALL_ARGS[@]} if test -x /sbin/install-info ; then if ! test -e "${ALL_ARGS[$((NUM_ARGS-1))]}" ; then /sbin/install-info --quiet --delete "${ALL_ARGS[@]}" fi ; fi ; )@"!큤[{[|[|[z[{[{e4af144e007fe504940763873eb04fd0d34683d8971d0b3d8c29edd8d8cbff7cdc156d8f62ed5c2ec18c6a0fdc4efde2c8da7c2d1627562af7b7a5836999a6865b421db550fd9fd96a4f89d0ffd7bf20/usr/bin/cpiorootrootrootrootrootrootrootrootrootrootrootrootcpio-2.11-38.3.1.src.rpmcpiocpio(x86-64) @@@@@@@@   /bin/sh/bin/shinfolibc.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)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Zv@X@X6@T|X@Qp@QJ@P@O*zO@Nl@Nu@L7L|La?@L(K,KO@K5J@J`@J J`gJ`gJ?r@kstreitova@suse.comkstreitova@suse.comkstreitova@suse.comvcizek@suse.comvcizek@suse.commmeister@suse.comaj@suse.derschweikert@suse.comvcizek@suse.czcoolo@suse.comandrea.turrini@gmail.compuzel@novell.comaj@suse.depuzel@novell.comjengelh@medozas.demseben@novell.commseben@novell.comjengelh@medozas.decoolo@novell.comrschweikert@novell.commseben@novell.comrguenther@suse.demseben@suse.czmseben@suse.cz- drop cpio-dir_perm.patch that is no longer needed since cpio 2.11 and it caused troubles [bsc#1076810], [bsc#889138]- modify cpio-2.11-out_of_bounds_write.patch to fix a regression causing cpio to crash for tar and ustar archive types [bsc#1028410]- add cpio-2.11-always_use_32bit_crc.patch to always use 32 bit CRC and to prevent checksum errors for files greater than 32MB [bsc#1020108] - add cpio-2.11-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]- fix an OOB write with cpio -i (bnc#907456) (CVE-2014-9112) * added 0001-Fix-memory-overrun-on-reading-improperly-created-lin.patch - prevent cpio from extracting over a symlink (bnc#658010) * added cpio-check_for_symlinks.patch - fix a truncation check in mt * added cpio-fix_truncation_check.patch- add a missing fix from SLE for bnc#830779 (original bug bnc#658031) added paxutils-rtapelib_mtget.patch- Added url as source. Please see http://en.opensuse.org/SourceUrls- Fix build with missing gets declaration (glibc 2.16)- leave binary in /usr (UsrMerge project), link to binary from /bin- added autoconf to BuildRequires- add automake as buildrequire to avoid implicit dependency- fix typos in spec file- disable-silent-rules- Recommend instead of require lang package since it's not mandatory.- add cpio-pattern-file-sigsegv.patch (bnc#629860)- use %_smp_mflags- updated to 2.11 * Fix mt build. * In copy-in mode, if directory attributes do not permit writing to it, setting them is delayed until the end of run. This allows to correctly extract files in such directories. * In copy-in mode, permissions of a directory are restored if it appears in the file list after files in it (e.g. in listings produced by find . -depth). This fixes debian bug #458079. * Fix possible memory overflow in the rmt client code (CVE-2010-0624). - deprecated heap_overflow_in_rtapelib.patch,chmodRaceC.patch and include_fatal_c.patch- added heap_overflow_in_rtapelib.patch fix possible heap overflow in rtapelib.c (bnc#579475)- enable parallel build- updated patches to apply with fuzz=0- close files after copy (bnc#543132) (cpio-2.10-close_files_after_copy.patch)- merged DAT160.patch with mt.patch - added other tape density definitions from mt_st package (bnc#523357)- Drop rmt BuildRequires again- fix identification of the density code for DAT160 bnc#415166- updated to version 2.10 * Ensure record headers are properly packed (fix builds on ARM). * Fix exit codes to reliably indicate success or failure of the operation. * Fix large file support. * Support MinGW builds. * Minor bugfixes. - deprecated : lfs_correction.patch,paxlib-owl-alloca.patch, gcc4_3.patch,segfault_in_copyin.patch,doc_typo.patch, m4_macro.patch,gnulib.patch, no_rmt.patch - added include_fatal_c.patch : fix undefined ref in mt build - configure stage : removed useless DEFAULT_RMT_DIR=/sbin, added - -with-rmt="%{_sysconfdir}/rmt" and --enable-mt/bin/sh/bin/shlamb21 15405553892.11-38.3.12.11-38.3.1cpiocpiomtcpio.info.gzcpio.1.gzmt.1.gz/bin//usr/bin//usr/share/info//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:9068/openSUSE_Leap_42.3_Update/462fa42fa8698b7553591e260e17dab8-cpio.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=3a7e4ed61bb586a6b482a7b075e3b2f1a65a5e80, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=535147a2d4383b4adbb9d7adbf8a03ab56486703, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RR RR RRRRRRR RRRƏ2}R֚㓖cpio-lang2.11?]"k%HiKw)U'KcQo5fM/Pi®lF[hs#y[ g+6 1RI:Hd`I_]gD,3\tg>wWOo£Ky}؇U5b?⸡=˛0`('JI(F;&XÀNG\ TnYj; "ct)-u*myeYˑ^>lmeFw1A``/!\ _~YX\$(|DT~Z#D:eFCIs"HnH-̡Tk``⎂Gp<l'4t8iG ϵ62 +y !B6ti'aKZe'۠K)`{Gb^ߛL}ox\2t~wEY/CKR3t370IzAE=CAfn.B{ f}4 P/m/ວX|+-oy)sn632T«R{!#/c!9ϰPiеB"O+MjtD_v`Yo+QPb.I㛥#u*1Зa@{q"I(1HЏ+^p^AS?U;iI[uхYdm ZJBfy.w;7giՕQN!+*"e΍כg 44DR9nM kh?B6>̪¥ҹǵv#| rVA D7dɃêJiV^/;c}d ֆQLc@W1>7OTqf:S:wTdW3_Fّsw?P;-j{JZh6՜V׻Ф c84qfSMy1)s:7_1 bCrY-2znQ0,l"td q]FY FIU:ti~| iGvv1PlFL- >9}\o]AQmiq>%/d\-3 8t&R=A /aه\8D 7ºH7+؈홤 Z0 xR˔«ס Ao@Ac%ۨѺiy.] *E 0ep%ToUn$ƚƓcq)K\uB.D/R9+XƟFjEBJKrVsM_9LGZqR6nftzDғ{C 32x tC4B&%bWuE4L&o۴^T* ?363Tcqgs dkNm}T 2ld"AtİxCy/F右:mS¥1Rǜpv[qO#yՅ ^cjݚaH7ު4YT9jXnOpT>k^_?_$ 0:3~'^|Dm:͞u |lا౏ۻ4^>;9)|ɣ/U ހFC$szFiH25l_"τ1) `V,#GGj?8Wsy וpXވF*a}}<ӃtqȰU܎(4ʋX*A4jhxsFd)]:_gO?0D&s pǽ3c$(nʈU8@،y:s`$ .B)H c^?k({T¸Rh`{Vq\ʘ<%>!т!"\I.`#"EqF:tz u6 O ?._*]^+V9!',NhyM` 4t9ZhLfIyE)' pݔ)I6^-QNVZ:" u|.\"džI~=PG NNxzn)}=7 <:Kg=-$N|4<-_׽Y}k{*T\%`W $#\&T.xeT+ F ӯ/K^M4[l&a;3+ќk1w@,i2\s߇'I!]>lؾ7 RZ4M"Xfx%KUgimD I}?#Ҥ"OjxXٜ)&"=CELr7XX ݊YیV-) rlV3"ODǕO4V' u6CDD{a={C_F_+TcD-Ss'dԗSȍ6y춧pE-\gU!wuΙ&*UiNNŸfqr0QMmD<5d՞-;RB}Ӊ~"\顊 S7 CTg'R0MjȿK֚tKM`~O";EqpDǁ>5l#Cᶵxq"hU6bjcI{#IIRfڝu.ׯ~=aNXD;Q7M,GDŽOFO]Pa*(\'DhSHͳڑ"gH]oek߷'D> Kw4hKR FldTNXÿ.M"X6dy]k-Pfc JR>>gԧe9 (.ײx|̌-eKQʩR&YԠ.+}ϝC+Vwxl^nL_7}8S)^a!Z?;6\wlGxSv-)WC\n&eW3W wΕ2'L<m)J="KNWj{HWϳvk Īi}\XR=x1@mIUJ^ a R:~66[0ƨ”q$}{VvPK vu9hfiF0C> *~ћ9!ht\2Bqnm| *KˀY4\>/vӝ+(Am8N'FKm$^i n;8F6Z=:[/fQj9\)lk< f xe!Xnh.h{LT9Y$!eZǬ= xE}QUb^J8QN> g^ル5S;Hr_K9aKƭ7Sp5#4d1{!/I]C}挅yԴp?Cypo[;gLV>ŕy5#76 ɪ$鮻e]s?Tc1NQʏ;bYZ1 c L,#]EYL0bwjr{3>\ )N2amɞ_'qFV6[<~Ohs?9l a)vJqf]Ew3~"¸=1m8/:b~d`&Z TG F6LN-"UAM8pq`z+{_SOl*ha $1"䧸qv2DFZ#e!3Ѿ'Qnt3GEk˅a*pk(Ҩ $cf ?xv/†J]p*uˣIW^>󄧶 gFH˼})E+3c%r ZeWeST*Q`ńY\gZvDL-iTX-ڂ2綂4$җ>`!OVr~*+J/%ϭpz;#БomO+.lr YR_ Ha}J|ƕ]/߱< g|2CԿ;% yJ#WROye8]!g֗16^J]52k zBe|?bAB˞-1@]uOY>cQOi/s)+sYъ^vS] L|*F &Yqxq\FVP*$w1K,8ӝ7`KIjI.V%;q6K8tu~N[ְYk&’X૸+Ӎ q3gXYd에=P kH(Ixe^,T0g#y^3BnۄV[D{ʤ浙i" rڵ lGW`gz>FqynxBi-#WpKW2>9v6gՈp |L89`ɒWU*7;{ra{>mM?Q!G $ur33!lx )L:r{U$,J#lmK<:}w 2{рR+Z6c*71جV/Z9j]$R.TRޔ7_D kKBfadTAKTG_uM&bpw^TG<obwEǟ0CM5,Rf %d~~NbJBpJ)Lg7{=Ax(moo[7Rl*+|Bp,x#nJ1T05# j4[$QX_T| eB|HC 1 ʋ6W؍X!TPj_RH i.X*Š5ވkF~Qs_ GtONrW~浆UO{G azPxkS&MŷOk־%n6  !XnLFK/{ڿ_!#eJueM NA ʲy YMuImg^$Sj 8r'LAz9:~b1\V]1!CF g01rRٝacTrű{zQ2ίK[p~"[|Xmo;SÆ6>_ȗׄin"o-S,;jԗ"n9yjԚ͘˹3*o8:g܏l,Bfj3+'2SV=΅Hd\1JFr1Y oI6q66?!`Bzc*0 'KzJ%ڙrި/<>3'F񸨲B>I/cИO7!&MA.Q2$O`1].e؂HUϣ^05 <[dVu%Y wshRituMnESFBC:Wa@(1-8&s(G4)σwL\B²U9cd\7`LbZ˻Қ#gn_[*Rz-7\H' ߛq$9TB{~2yRj^^VF@4jʒs$ʗ ЎiEpIi쩊bA'ׂqJ1M~0r1FW^ƻ2)-Rm/dM':_ϴ?(ԈC"*W t'^t.Ypd>oxIK]?,6bUM$ŭ+] 鑢ZPhˎ~?O ]z ]U TKqk$FO2w#g|7,P):^'?B%z|'ݦ/ٶ~I[OЇuws>9uK<)DZaoq p6' G2P ?v/KdR2xD+)wa(xa X [A*)5;!C L$. qO^nMi?y2"0fVN;iwP@ֆ㮘jxtWiYcG9Օ lIh5߳ieho"C_ncIjH[ ldU[\ .ŷ\ՓEs1e(nؗD) 6_VlO^f0 Ā"j:Y{} 1~צ4I i*C#rȈrt6Bq݁0ԣC 켐}:e"Y,2͌>m]sá&OL5%p] CB”%?tW>,`叐87ˁ4Th QG>W+[WL5Axddq[deKHw|KUi}Z֑ĨbW?9?]1ok [7+h'lg %^67+=vC`tȴ"&ՀaKYP}X3Z\ 6st%_rk.:ox[hN[H؀nOg,#X ~\S` `̤֏"[-Y-ꢰ9 Bu I}G64$ %SK҃tKNޓڠ!ƱCv$5}N3eԜDAIIGFQ;}W}_í[iD{"E|v ĵM9D,"x:6-Nw/Oh3:"|jT0udpb"gM(U|¡$a {@`]}\~< D6+͗ RH;83jg$j=`A^0;B>\2w͈QM9D^:!1}NN l諫ڀEpz)\ϷᏔfo*0^Q̶&hxCjZ@c<0~/SgPE 5B*>L*R7ɐ0AX+ -cr~[u'JXHw 6JⶠAjPb"Jl2R+cUDC9i ^5Pd ?&?%jq~w;[KE4EUҗX8eFĈʚ0e%zvEǐU>pɪɛIb =" `fYJn 6CUKޱqc\Mԋn: `*Oh{zj8`R$,5!a+fgHć/UGazɻt%0\f-wjb/v!b9(XT٤1,,m(3@᷾%1xFMLa<OyQ@7*>jYDvNe5'b Yompl Sak =1CvٷmX=jK]mp|^|4D4hit@8>sϱ{3L[邐T4ò,Hv)e> q<}JZX" {JD{c;`[-Z8yq8J2'kXGSRT'zgq z,5RuG#o<^uB(WSMGhRjj4eЈ 5$֌z3 t*>\yLKBACzJ?'ӻ'ZGipoW"{/VH+YE#R,ZZ緳_U-? }JGڐ_ gSejڲeՍ7O8 "rFX3|tR;8X:L")-/Iݿuxl[Qv[E*+b\#G{M /Bd3=g#~Y߀tJTIGvןNYϴ^JvC#shg\Pt3iw?^U!<.I" X)%*Qse[8E;M9/ihvI3a":IIa_)7u2?IEݽͅ YUޯumd 0anr&mf >}f#W7k<5>!u#I5M}p y+j!yb{,c.-?#/A;/j=+DP0y)cr[ ;j-4Sb=&:G4i{\.Aٱ[M6/?ַgGn0Nmlm'0"ћ,g.xSGGD unp%G#t5tqONy(L eSk5FtO>"L pگ${sUZ#QU=וG'5By/-[ pPc =O"KL2 ' 6ySyJG{Խ-'śP~k3&د+'#G>(:y>&r 0-ir$H^E S" {5 ltW6 ,v D1"[ (FMyW{g$W9JU M|@٦[SUv -! H~:[H*y?h*5C̹[  Lf$VϩܵV(==LB4( =#n%j#ե>E'^gt`JV@`s/dUDJ1>Uwx0miҋ R5Cg5='.uQtLyO |GJ(Yر]"k7O'Q.y#!zj/(:PATJE[iWRiyiF3-6fZKAfg' u\4ٿ^? ;.6ķ0KwWR>p ,02)kJb`[DecܖnaOa?@p C`K2dڧ *Xvhf r޼ kC:>/ )vv^k6gP̗,Ҋʫ[>tuQ=tf7Oq(B{ySR/C0?r;%>Π@0ZTݬd% @_PVTxґBp,|t}Rcu;%Өۢ)y Bݳ^gw]ܾ]@_O$%(캨?mӆkOY>#~{S ~Dр5ҏ/< lQvʂb+^=1><.|tŸcm+G^gĖ+Y.V_SVuL.GD >PZ[O  F8*ݷPb߇5y.X>!)=C1m4-=@I_Ȩg&$)H`0| Jl>vJb:FW_|o)p9iqE}._vF@}*M)#;Ф\PZŒnJށh3ZHG\_6syud+ E"+[rVlcڏ5$-B{zHCfݷ@_@1\1 bz) uZS2d!@)JN!۾@#xnV; <~j(CQy`-:Lb`Y06 f͇ E\[Z$HSrL̬Z4ɏq)cNkD܍'D^iLwňNL #ծ'a+GXhMX݁ jJ'1H(yA9~*^(ZҞɇ7,VKs!x7