unzip-6.00-lp150.8.1<>,<\/=„$b+wt]eZB3ꂇmsR< c@ ?`W)١U2[9ZbxO aG E#Cz3ڱXj259ƬgZ8(\K3[0Ai- Ѭ:0X5XDl 19*#vdhkDc!ݓHV[ѿ iVtG3#S~' oߓS"#~#fwM>E%$?%d   < .4<\           |   2P    (89: >@?HFPGl H I XY\ ]@ ^bc d!e!f!l!u!4 v!hw$ x$T y$z$$$$$$$%Cunzip6.00lp150.8.1A program to unpack compressed filesUnZip is an extraction utility for archives compressed in .zip format (known as "zip files"). Although highly compatible both with PKWARE's PKZIP(tm) and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, our primary objectives have been portability and non-MS-DOS functionality. This version can also extract encrypted archives.\obs-power8-03*openSUSE Leap 15.0openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://www.info-zip.org/linuxppc64lefor bin in unzip funzip unzipsfx zipgrep; do /usr/sbin/update-alternatives --install /usr/bin/$bin $bin "/usr/bin/$bin-"plain 10 doneif [ "$1" = 0 ] ; then for bin in unzip funzip unzipsfx zipgrep; do /usr/sbin/update-alternatives --remove $bin "/usr/bin/$bin"-plain done fi    \\\\\\\\\\\\\00ebcbd73e2cdc354465d037a820090d2b87f41998487ed8210b3265175244e8980415818614fecf5e5c5eedf691ce1df57184afbfb8f5413441c9f569f76c4e7e81c46aac6c40e351250204726fcb2d236be534475992808bc7ee9bbafc1d63d077ccd18e5719776df7f06b667bda8f7547aa5c3b9cf174c0005608e9309bb8/etc/alternatives/funzip/etc/alternatives/unzip/etc/alternatives/unzipsfx/etc/alternatives/zipgrepunzip@@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootunzip-6.00-lp150.8.1.src.rpmunzipunzip(ppc-64) @@@    /bin/sh/bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.0.4-14.6.0-14.0-15.2-14.14.1[;@[3|@Z|;Y^&@XBW%WbT,@T@Q@Q@Q^N;@ML@M4@MBL{@L$@KuK@Kkstreitova@suse.comkstreitova@suse.comkbabioch@suse.comnico.kruber@gmail.comjosef.moellers@suse.comjosef.moellers@suse.comtchvatal@suse.comtbehrens@suse.commeissner@suse.comcoolo@suse.comcoolo@suse.comidonmez@suse.compth@suse.delnussel@suse.deidoenmez@novell.comlnussel@suse.decristian.rodriguez@opensuse.orgpth@suse.depth@suse.depth@suse.dejengelh@.medozas.de- Add unzip60-cfactorstr_overflow.patch to fix buffer overflow in list.c [bsc#1110194] [CVE-2018-18384]- Add unzip60-total_disks_zero.patch that fixes a bug when unzip is unable to process Windows zip64 archives because Windows archivers set total_disks field to 0 but per standard, valid values are 1 and higher [bnc#910683] - Add Fix-CVE-2014-9636-unzip-buffer-overflow.patch to fix heap overflow for STORED field data [bnc#914442] [CVE-2014-9636]- Add CVE-2018-1000035.patch: Fix a heap-based buffer overflow in password protected ZIP archives (CVE-2018-1000035 bsc#1080074)- Updated Fix-CVE-2014-8139-unzip.patch: the original patch was causing errors testing valid jar files: $ unzip -t foo.jar Archive: foo.jar testing: META-INF/ bad extra-field entry: EF block length (0 bytes) invalid (< 4) testing: META-INF/MANIFEST.MF OK testing: foo OK (see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-8139 where the updated patch was taken from)- Fixed two potential buffer overflows. The patches were extracted from http://antinode.info/ftp/info-zip/unzip60/zipinfo.c and http://antinode.info/ftp/info-zip/unzip60/list.c (bsc#1013992, bsc#1013993, CVE-2016-9844, CVE-2014-9913, CVE-2016-9844.patch, CVE-2014-9913.patch)- When decrypting an encrypted file, quit early if compressed size < HEAD_LEN. When extracting avoid an infinite loop if a file never finishes unzipping. (bsc#950110, bsc#950111, CVE-2015-7696, CVE-2015-7697, CVE-2015-7696.patch, CVE-2015-7697.patch)- Require properly the update-alternatives to not throw out errors when installing in OBS chroot- Add Fix-CVE-2014-8139-unzip.patch: fix heap overflow condition in the CRC32 verification (fixes bnc#909214) - Add Fix-CVE-2014-8140-and-CVE-2014-8141.patch: fix write error (*_8349_*) shows a problem in extract.c:test_compr_eb(), and: read errors (*_6430_*, *_3422_*) show problems in process.c:getZip64Data() (fixes bnc#909214)- build with PIE- fix defaultattr for old distros- split the rcc dependency into a spec file of it's own, we don't need that complexity during build causing cycles like this: unzip -> librcc -> libproxy -> libXau -> xorg-x11-proto-devel -> docbook-xsl-stylesheets- Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls- Don't call isprint (bnc#620483).- remove use of __DATE__ from correct file- Sync our compile time flags with Debian except Acorn stuff, this enables UTF-8, saves an unrelated warning about lchmod being not implemented. - Enable make check- use dlopen for librcc0. A direct requires causes lots of other packages to get installed such as aspell which bloats a minimal install.- Do not include build host specific info like build dates In binaries.- Doing open(O_WRONLY) and then fdopen("w+") will now fail with "Invalid Argument" whereas former glibcs would succeed. So now do open(O_RDWR). - Print error message when open(2) fails. - Add debugging traces in open_outfile.- Update to 6.0: * Support PKWARE ZIP64 extensions, allowing Zip archives and Zip archive entries larger than 4 GiBytes and more than 65536 entries within a single Zip archive. This support is currently only available for Unix, OpenVMS and Win32/Win64. * Support for bzip2 compression method. * Support for UTF-8 encoded entry names, both through PKWARE's "General Purpose Flags Bit 11" indicator and Info-ZIP's new "up" unicode path extra field. (Currently, on Windows the UTF-8 handling is limited to the character subset contained in the configured non-unicode "system code page".) * Fixed "Time of Creation/Time of Use" vulnerability when setting attributes of extracted files, for Unix and Unix-like ports. * Fixed memory leak when processing invalid deflated data. * Fixed long-standing bug in unshrink (partial_clear), added boundary checks against invalid compressed data. * On Unix, keep inherited SGID attribute bit for extracted directories unless restoration of owner/group id or SUID/SGID/Tacky attributes was requested. * On Unix, allow extracted filenames to contain embedded control characters when explicitly requested by specifying the new command line option "-^". * On Unix, support restoration of symbolic link attributes. * On Unix, support restoration of 32-bit UID/GID data using the new "ux" IZUNIX3 extra field introduced with Zip 3.0. * Support symbolic links zipped up on VMS. * New -D option to suppress restoration of timestamps for extracted directory entries (on those ports that support setting of directory timestamps). By specifying "-DD", this new option also allows to suppress timestamp restoration for ALL extracted files on all UnZip ports which support restoration of timestamps. On VMS, the default behaviour is now to skip restoration of directory timestamps; here, "--D" restores ALL timestamps, "-D" restores none. * On OS/2, Win32, and Unix, the (previously optional) feature UNIXBACKUP to allow saving backup copies of overwritten files on extraction is now enabled by default.- Use librcc to convert russian/slavic file names (bnc#540598).- enable parallel building/bin/sh/bin/shobs-power8-03 1553531807 6.00-lp150.8.16.00-lp150.8.1funzipunzipunzipsfxzipgrepfunzipfunzip-plainunzipunzip-plainunzipsfxunzipsfx-plainzipgrepzipgrep-plainzipinfo/etc/alternatives//usr/bin/-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.opensuse.org/openSUSE:Maintenance:9876/openSUSE_Leap_15.0_Update_ports/b003e34246a1c2a9579ad2a9429bcf64-unzip.openSUSE_Leap_15.0_Updatedrpmxz5ppc64le-suse-linuxemptyELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=766c4d5da3e188877b10ea392f0a50fb2260512a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=b98fc1e4c8d5659ef5c810a3db66c1a957eb4cb4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=ac926aa4d513d37880d038bfbf2f24e870b973b8, strippedPOSIX shell script, ASCII text executableRRRRRRR`. mAKHdunzip-docutf-843f8554bb0f15c6790c195053fe16a40d2700e3eac8a222c48c7c976a9178967?7zXZ !t/%4]"k%fCaWXlZ4W r<@o=yuisiTׇ&3P+qyD.y,W5̥+,w Q&Dp.O37gjǦ4@2_?:,ÃذV DJx'pޔjMDZͼ>/ɬYS*cty|C$9J$'b'䘲95SPբ$G{M9/u$/ʀXDNщ_?  s$ w9e޻eTwà =m5#m*ަ3wSg%#LQٖج}MvM$usbtX@f6Yf|IG *8)PbDYMw+&,@,_hV؂$p!w.4kp>С.RpcngA_<>/7Su=I[mމR\/m UA4ő4*iQ1]=@Ѓd ya!WJ z;Gh'TQQ#x{aDвt)7 ae!>V*@hq^&hkac/8Hgdr ?.1+Юv;1d#1삨7L6`?IAp"D!k Pb* .:jKuRǛ8 ;A`{>iOFϡ@G2r!u w]ZRrixD/\ti9(rwkvlC6k{+`F0.iH4/Dh^Γ_>:u=8)=ElA[]<2j([|IhZYmT,fTԲٰNG˜2ޙosy9y`8I g϶+\Yb2!"ĖQ '3^pGۋv>k@#m]bO{0_0,f@"Z{KihK8Gُu6e):sK"v 2e/,\dDm WgO *ɧd? E^<0L"G9)沍IG.gL|"Az8r}tq,j\Ϋ IZPBD yF)\l'ɥLZJl#ɔǕ[YybwLN(|JtySA)}robCT@oWW\!?zd%{wsC63Z\<>=EnޥݮLlO#S2$% tE/PΚ/j.Ι~ UMuͰK]IKD7s/K?kI3+ɶ<-{ 4ѵĨcmig3z9|=hxQCz}n)v3A)1#5䠿LY!Z ܵu]Z.''V蛪^zѥ[{1g8#~֘H`-'s'FZY/plgTh単aU}EzZ%c%5PKu%E1O4B{ oɦs,M򪽥3u[L'rƙF̤aSK>̐Pǚj.iq6?i&բ"fg["ARgnK\zgg2\4ه#ξ*ݘ[8 XT=jD"Zm$\lQqX*f,ĴUUmF wNK Zc4G瞆*NE-" 5ysq("8Ep=[՝K8^?8gF!v`'H涴k({MwE_>-\zbv*ġVUŝ6ȻBrMe"pHQtnö âgOʬA; uQʏ[8q!Mϸ-t[._LA5S/U")8|糶Y(DDE7egۨ2sL3*2i=; (\KtsQG#8iuDBIDB{hr<_?#EݗQZ`n OF| 4F y4DqZg$}h<2:S~35> 磚̇H 7 H(@q-37n83L N !0!(5+=P Z0YP<5o  H?|HTE@T.]e4M}ˬjrц}<_I:C -*M^s{{6 JP g ˂.L<ͥFNs:J=+mkcx-1"jM*IdSEt'P/:񌭽)۩HrMDe],([e~L;DJhPTa[坜\ (,8tk crNדf]*URbήe;\ɮrz8~fObQ6FW]|@MmQNR^Ì1q<?!7 q*%hN9 4FeY˻ѭ{!Tc'=~"jn!nx] t0 j3޽)6nò'Ng;4sHVeX˦f>two=ZVsԑ2H&h0G8A|*Hlk.Iw+ߥtb>dn\Z’{xߢ*^:nŒWv5\FGJn;cыa=gGȥOKrvTX1es._hkڧ3{L/8I8?c/e GOOp3C:6*lqGbM@ii>X_`^^Wle$A?^Fb@`\\>[;؛D(ݖV)6b]m4Fs BRߨxܟtk>@!Nk V$^Ox*Rx+\|f7opϗrR844a6}|PQݓdRoφ䱞A6s+6(u(0wwc/ԨotWSJe# J_`ehet뻼~eG(< ;v~7aQ_mʰa5#)/ƺlOByJ?A~1F%lE:frS?wn3lYmW%޷VY!gWpi|tC<t6oQ6TSH j!x>f{zny-˷Kķ dt_m.Ԍݸ vxYW[HsUBNPxʛ[)݈fO+f`W k?(Z(6HJB=靖I?I`Y)saAkع0.br1v j'9%0͡Ly'lo#If5bGْa7n>T H> U8S'3lw%{A%vV(^Lֻ9J29Q7+U]WPwz騜"rB5pӥx7B`i2^ ˛%W~H˲c$oTg ]:xvᮤMſpd&BmM$y,TɪoTlИ f &HO4 ̃۸5!D3S$Kjqv YZ