unzip-6.00-lp150.8.3<>,R\t/=„uBmt0.-FNr2ZcAM0cϦeI6Z+'L2veɖɢTԥh̩xTTC4rB~ƽJ}e |86cF7R"r(2b|H ߑM1Sxd%*g&S)Vݸ%QV>d\r_3qy(@I{ٰifCe-Fvpn>$>E%d?%Td   <  &,3T           t   *H |(:8D9: >?FG H IL X\Yd\ ] ^ 2b Oc d!e!f!l!u! v!w$4 x$h y$z$$$%%%%%PCunzip6.00lp150.8.3A 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.\tlamb12IopenSUSE Leap 15.0openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://www.info-zip.org/linuxx86_64for 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 fiYH* \r\r\r\r\r\s\r\s\r\s\r\r\r7ba01e664f8fe67940421da5974622211cd98589e704572e21c186b882e9de2c23a25cee26862d166bc0cac93b4d92a2f5fadd14be49c65bd3667e8c108a0db7f015f94d40764e265157f72b98460f20f9ab52e46b90dcc0594aa9eb919d2dafd077ccd18e5719776df7f06b667bda8f7547aa5c3b9cf174c0005608e9309bb8/etc/alternatives/funzip/etc/alternatives/unzip/etc/alternatives/unzipsfx/etc/alternatives/zipgrepunzip@@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootunzip-6.00-lp150.8.3.src.rpmunzipunzip(x86-64) @@@@@@@    /bin/sh/bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(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)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/shlamb12 1553531764 6.00-lp150.8.36.00-lp150.8.3funzipunzipunzipsfxzipgrepfunzipfunzip-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/b003e34246a1c2a9579ad2a9429bcf64-unzip.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxemptyELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=a86c2f0d2f07ab4115f20a1a7c1045a36b0d9774, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=7dcf1f42efd0f0c22e63573cd6b50019a862bf66, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=53cb2db053f233665fe1e4cc5dc904f472bce7b7, strippedPOSIX shell script, ASCII text executable RRRRRRRRRRRRRRRRRR# (PTyunzip-docutf-804d31311f2341f52f27bdead193da4b12835835ac9329b996caf24ba8f3e29c6?7zXZ !t/;x']"k%fCaWXlZ4W r<@sN{yB*Q1ʶ9@'u=?pl hI8QC]aq;>s`D! /[,1!7kר<!n8޻꼎6HȮj橦*:h/| 7z07IZf+06Q+]dItj JSȴ+PV*&QSŜIёcnaDA\ ''_U " U=V~%#([ӳNSs]x{;cg_~9FzB~Lc>-|yc{8"lORֱ9wd=x;,NaLDz 9 0EgPq9uFb*PqW|U~fGm܍WBQH#!ڛ(s.| өj&YMicQX_ mGSDm9JasT/\;z| `M0z;mxbu"NWOY r4۶ߜWfr XJ]Cx:hq .h\:OSn Ƽ]alM]ĉZxm0=Bp=62p 8ˎMy;?ҳ]IWv/<: EE-&{M m7BF>VQdL+YnRsrXRa%P\ a2͊N8 `mAq;2?PtO 4hEQcʦ1QWK"(~yDD(qeKZH Ww*뙍5,un3^[hr* %¹<@UC ;(D6[2[WPEwOC-#g9׎^bW' !Z|X H|W^#N${f_zI}V ^+xH¢V^V2{XF"PZ׆WώY0tZ`Z|ϒ9'rLы<unXs ۥ煃j,/=}kh f7rbJEXMCn3hl?|r38]|:K"m>Hp4SAj/IΈTe|]vʥR\=QoŖpI ܌g\Wz>ƙ{>o6Y"1B+%E=uCp?GFi@\]~Ŵqi+_|b堫@WD@ ?D[' I {OBd7xDWlRY^4pYgPxj!|9*;T\rBoooCėOzYa yPy*iA%!%#cagn@1PpJPz""\uVbCKʘGL$&Y,G& 94M>dx"r6.6fC ab0JÎAtj#OcuePU]{t#q'febH!˾5+ӑ;JJq ɸ mG )zJv c94)Zu,GT{i HuM7u8[ AmRbB܀259(/Kr>bu$@t<]"4Z-}Dga\ML#3P, NQʆTm0U2Yjrp7)vЌ%c0Ϻԕ@j>utGe Z:%2(vE#?mǁH G1r&Uiea=Q5|PQSA`m$8}C<}fzE}(h:.{xA2w&nnTL|jaɹ&?2~][2}zx 4PF94G"IMo.~Ӛݧ`)J63OǙ.9Ӽ^k;uO:;QEo@7ďTD$:N;.o(ΤCLkTTCg1E?CwǹDsmnP?8*/\i@zR#X;YĹC"3Y4CjJ'CJyFiK-ifu,wAt>ǵw'w"LGoNM-6뽂HRTv&`A)J2q\],6[,.7Sj*0-#0P0J^\HdF&H J5L yKԖ,ќy}$h/j"@nh$߲-Vi(*d _x]nKL[(}UQZKSZ.qSvă4w^:I&r(PVlC]-.%55C3gԪ*IR:EVG/ ^;zȠ_J#+XBV`] g{W2PR@d o< X>̏RJ%e\Ft ' 9" Ke3<]j/!IŕlZ?72= * ՚ܙ2wRpda$Bu=}+5u\s5sC CQخ8'"IBXZ ^ˡg6C&VF ?֣<&K_2f;Yk('i< fS;lSS?br ԓ>5"ȑ+t`Sh ܸLsO!f@E:o)Ig.wW B'~QбyVyt}osd?=p_iցaJ@菂6v~]֒B +l$|.+ǼG^?,٤=`7JfYMGFyH"Tv|Ƈ[}de`o}{s/EleWY!kl?GTMx[;Pm͈F‘BllIA$8xx)qTnN)I3È?Kؕ/`{\T͋xu F\MsL*~.=~RUŨ6,ìm*.} -E'vb$&/㳊'xjM=l4f2鐅3ehN6xV"NП81: 󿄫*vF&>V\`^Gt:BvUBMvI S:")!fAhTm1B_֡q."+=e!C7 (1Q0 hvC^͑0}Pi+|o@zLWnwRuXVm3IAic.8“q.d}{lVJǐъB j||2iu'S=4ݲM;.n$)ΰmK4! 9b:@鉺-f2KV|* TrE5}謹E\J!/iU@  sXmhRCM|ɀֶ6VP%)]\k2A+-3 4οB͚U.ù) oKxqQ32ËZƫ&h)˞p)g,n+: ,OM V1zz҃xӿ~0q!MmQ_ ZU2v$&Uaε0;8w]4@ " /M^dPwZ`IVd |0@YH'"zj*d{/\IdA58{uka:)3J`{M82rd?Q*5\ _fVks }㳙>LF@OwhmH8%\h季{Isz?FON'2C# L e澾wG#.ڰ(??W# Mhnk 0lܥ;N*wE8ѣ LڽkƷ,m&D8b9 #ѾojlG%6zFbI:͘gOVM Lg̬PҩitX8Oq^FP 2`jk^4 ! ]>cGasW/-Μ M 3,/$qqb UVԍӾCp\4s4--}QGHn2U(@\ΚN(^7vge܄„ R RSdV7MbCGH>qle5;g xLOۻTm5yB~vÉgXy.9/0#Ԓeppf1bU jIZ.Գo'K6) ׏͚)`EyrRqwiW#lZ9NKvB'~_ivށTė6K ۑ C#W]ddIȀR^L[-[n&pC')Yr5')ř#?XJI@vJ}jOP4,m6ALǔoFĢtp\q-Ig}slH GaHImsV8HP_3m`Cm5#g#1sU8 aiBp8YܞOk;.?,w_%c,'A:Yױ>|8=AG<\9/?u1YB3hXiP'sjklE 9O PqjUj/+Cqtw, =ha\KBUF;p,ǽKR:PCpiwօd糩1jQ'mrG5 %G:hLj#g@2Ly ꔱиUZO_ܤv c·* -gvD QL0W r5G8653]>F﷬U@o6ֽ?[uƆkSij }]@fvґkSz2V5m$FKAaԺ1QSRY=IH/B,W+@j@XBCrTYS|~SO~zpL+$IJUK`*Bϖo9R߼ "OYEg6C$^[0 ]5%tQBအUJX,LM3 j uA5 O;b:-IAJIȀ@~~2qn:l k`cKŔO K0YuLut)l&P&6A9(?G'[.5x,,y_5Z$mk9{'Klxɐ]1nZ'ૣRug::Y)'$;E:CI`$ _HSKpM{GXKXƇ@#(Ҙ®K[Z1&{)"@=/a=uP'+2\ JN^"פjUa72峢 'St2ga eWYM=]4h̻BtC=O LJ{PE̔ڀ%Ǎ]xmPD鍼$`4|.:wq͈YJqL$&mv8BQ’ nXĚ>/qh:G}c0OX/_ME'l ٺ: &L" 8ƭuַHKi{ƼdzQ3$jTHS0ˎc-AD"Z>^E](UhdawS2o3z wEuD\pKiG vM3w= |c43eJP:>}1l nHe,sS]9`@1d?H¡libqCC@y,r'ƅ{`7 hSV ,?PafL-C)DlF4lNH+P^ԆF| hz@ I@[kyo;%aРKaxqZ4ϤTLD풡  1~vUen{AU$ćmfX'ݞ?7Ÿ830a Fᛉm,^H>lTDtNzݢVY?^72W?Mg,c<'2r~} /36ShuRt#@2=/CGy[Mygy@ηOƺR ?ZUg{QV\yAbBy"B#5o'l>Ao\YH{eqڤ>Y8o7!8&׾E(ffTDĪm*@-Гƒ}OթKTYUSs"*crhEr^<Zsᛇ_ړ;0Jxhf-8o]OQsГֱ_Qu7$T7{7VIa)}=V;{xYͳ#VqczŢȳ>5OTbz}LmfbEAXHVIǖ=9^4Nx5:ʴpP c跊W2nd7`\OP:s/ d<]ػL7K} 0emEa9;\dnMnJb,yS1\9.k?+C;t@*4K"P,>g7A&' uNWp̧ȝE9Xg,Y6IfRb4h;B[I9s&ۈ<44x _s3=!8PvG&Bs YZ