unzip-6.00-lp150.8.3<>,b\t/=„OVWl;&F ԠI׮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/K8k]"k%]ξaWXlZ4W is2-™KrGЊWޱ^PCoXG~M5Cv'TT 1y4eyܞ'W6.?sCH,[ \. ED nFԍZv{yV"d+ r:T/) ;:00tDc3ەS6L~׊o|L;.~?[g82,<{ٝ;`4 _a*UK{ن=UMXS]rZ0!DQrV(|Ou.:(@Oߊ#>_N̊d3LdON>VˀM jQ/f>;'rE|w%PzVz)O4Vd#ϗ^+ߎzkrGv a&c f. 6\l$G8/AgTbH>S"-E*ΆDOt4(XuI?جM>P>aWzt] kd{:g^qf##R*&v1aMqJ&#hԅO+m ?W뵷!2,\ \n/Y?+h-!?B c\梠o=2J%Q#y:MsD9;S̉9|I}=&b6v ]F]Git[&Oq`ZOf;(RVrF3GhMK[mũjc,*õbtw3d'l GGaiGOi?U̕@|7 ߫0%"Zymo# s4Os oL Eim)Ktɬ4sr6I$+\팞{}V~+bvxUb>j0Kwӧ/'*P=,3ZVXRJ jE߉ -ytE`ޠ2y63+|{r4{V9-y< e|Bk8 I]6?ȱ7Hr1 =c|i-윞O<Ӵ%\) :0y1ExYfns܇73!q'd}<6m6`P1sSз;/tuE,"-"^.WG]U&McC:\-k''r Gn9|'09ҕU~ɆJ>Q74GрڶPAq%F62 kW~P6$bm8.K?jZՁj1jҷXƴ9;(m4V Wk,MZ)Hz!iP#}ʛ)}_&`L"p<ٯ. Ä߱}ɡwJTu75m@AXXd^o$z!"K.=%?qK ׺5`[(AG(MJMapחf#m0VgZ!^4bPAz͢rx {uJ?]miDP4pn[Τt>p-xj so56m$MD䳿I B6H_MqaX0v 4x F£Z0]H 9 [Ťma'!냑m^ɺ7},BrM<؛$6}TI@ N93\mWncI13'wrqRt4;f_3,=́ݵ霐@pSnG jԓ_ލLihԒ(G3! `vYF$tMTq%d2h/;.rpmΖ).am$0s@o;PU_x/KbRBk$^QO(°LNE\"(WhiK?ea)f",tO&JLq=\`5cmP(.'Hy/L@ɖч-auv۱V'9PWUk܃+16n8Ď/G8Ξ-S q\"n dŻ$sq9%+QQy\ճزݬ-mzV'?ߢTCZ7x9K<4$!$閉sCe,[D 5f]bkN9a!|#E v ˪CbKuYJ0i Fܷ i۞zܝ}KB3w@١[AH忦#a;b8Hgr3܄Ҽ(M#w$[㤉@;mVLъRȜuFA lpN:wWP-"* m*ٶԮ3 ܼbm4gT)IM'|X^PܾyZQr\f`rAƘV!^~Yxg%܇KAϦO` &4޺uMɖW)z<-lV`6d)pyod#_A>wݽIYwQv}dTv8_ƭ?D3Q~3b} s1w_$b }U,#ĝG0WE7~r:&{?Caja K+ #ً!s~EE2:? xyO[} hyI(h Ҕɜ0,TXz(h*U^!eqiGɽIvXqgGayIk(Yr nf4&,q^2;q?^Z h 6^;IV9 "ɻy:SbOkm]+H}=|3S:'8*;m+ oNHsɮ{sz S#ۦ!FCي +X/)=xՁ9By}sP& e?v O7Ꮐy^m8s(>J ߈}>f -x0w&pѣ쾉<2[y7,9 gTt63.\.sO%v'0&cW&OV`;~đ/e&}$BE&.[QW]HEX6w924ZxLx Mc=9tOGRE">YAyS2FĮP{SuEJ}[嵂ru6u]J'Ve~f ]ήJzѿ\x+€'M"]9k2)(o&,AnBnf딌L, ʬm94,QxY_ N@H0lhtPT|Ð~|opSuLwo:'z8E>%1ah)O.!2OiΥ Ş!-RsEjƁB3hgĦa^ij;eS?\JA ݲ91.9nIߞU aC+8J$\y?tڟv'j|H,vGO.ve҆RzLS5&VKIF5‘-S8_ƃ{%To'$ ZwJtrEV i &9AIЅV< sqڕ~nZ|-:r).]bИ"EѴU$Њ3 MV0Oͯ7 zUܾ!C]ߺ#ISmrI .k@ p|sAVcSi7s@_eu(J_@]`"3<c UsC 2Г2aJZ03/<:]m{?+L/R3yr+`جOŽHsd>6ed m :ʓIl9-AOضmsEFATQ)SXPJf̕6be10Dʤ(ά$=pe68G+hP/SQO &# Dd݄ 4 HQ06w\օI +@2.Mq4K`E+ h *²o~<,"5`8T ec)Q-aLO. 9*57iĦԖ . (+p S^2  ʡ0ڑ:8VM/$Ch)M! |٦ 5ﭣ&Ż@Ү^==KRKA)ݽ4988CSBÐ9paoUOHI l>hI[YGvaU t2iUㅌ~:&hh` " `xT-NjR"D-՝iquBR%k)@ax5XX4ĴW`dk-?`Bs-:K+qYҘlO9Q[)53oZUjU %{ׯxQ|NaA9k={4K:$@ʈp?bIn-upL}TK}4/b+䫯ҴhuK`{%eW:#]̭Y(.4#^o x!\Nfa[x,uҊ% 2v!*iVjݖX2A9nk:Fyƅ3ι{ W&{de={e` ڱĢ3/8== ׂąx}3h3!G $G&>WkaN5%/$p83GIY47bI5p=i81*my>>IUi~|2,_)AE||1 A$Xj2#:7%|\@I&&77"t⴮wQ P7'R,>=8hXNz%7Tszԩ ɭJM!A$zYP"P?&̩p -#$)-ux1p6ͭ#;#["6!{s-T[E[D-߉YjqƶETC]k 4|UP:,KK"Wiq]1L}hxd1O% %}4T<S0 ]抱w um aґ05ػFG6z 3&ҦWL߇IRϷ@%w{j/RwEɀITJ.e&S>gc;;=t ^7vTnF}XQ`n~gWQ hy+'I"s dZåE7B!-1VtsSIEDi'V;bR#r3 ou@p5|l)j|C[Z76L]/oBcyc~G ےsխ Eڞa@l5=SaKR4`ɥwx>H;0#Һ&9)OC z?+)xIu3[)W&7G_m U,P\b ׄYo ]pf, @iZw`$<ZGyWFq/-*T* Za$2<͕<ӇĹH m{ЀXVËmold-̸By^dKT9eLp!{ ⫭;at9h<,-кߗu$W}R9VBwV2f,+%%GjFcR0f (5ѾUKU{zeرD+o] 1j _ɇ`4-ݮu,tMP:%2&5ϘJ#3dW8ԚW )Wajks `u_SNX8Y,kiu3.+n_`O:_7"@zVcGtSrĢ G/j`B#X)DpŃmʦc;yn=%v$#FDҩmwbF-|is;uq,v ekuDEk~n훤p:.R!M9R4da˅[b2B}dw&;QF!Whw buZ= Y:{\ Q^ 'pךEƮUkwF#\-6%SlDےh\„T$"n]e(|1=-.ЩqDw8 !6EvU}o.gt0tXwM9y>s`ƵݎH$Q+];󝏁Hя.TaYҕG';uk*zuђ=Ci?8{4]c_YrqM|Y%SˋNVULۡ}| {_MJ֙PH)9<Ċ9aP\D;[ñjUPy$Ņ!4mC 8P]&( jg"0C4d#Z06I/aV OpnV۪$ EJ߫- ͏ KkGH?ڴꗇ' R쀼ZIA)E u0y%g =.)9é'xjl+Vx#E-߷^ '{q4T$"IɖP:NB˾.r,hv'} eyJ2ܗ; BW<5im)xHy"NٷWjB)@clu j{B$R!8jD~;=һ(S"h@FQ,:,iҖ97wwګT"\տ C ce4lkG`.[ǪzSj, )HэÈ =f ~|{"`}gnB|ĻDPKR5a#ER_%ْOc~2m/QˁLei=;:bDCCD4sauyJɄ]+~b|=(#6Ezo GT?EF7p"\k̚ Cb_yџת,uHi3<O4Ü1K4Y+ŏȻEhVecFYeγ/^LT~>D) 7ܬ<+Dqn.ɏ^giY?AsӴ _e ^,ZRu摮K0WH[ DVWgw2cKT(@\z*T$x0ܧP5Рf&Ii~wlM!P,znℏM( {}zB*Dc,KjAj;sŹޢPPD?&%/OuO~-1b|3jzsL{C; Ф},_S}ozarWF/p{j۱Z%pp`c<~ۏ'rty3iNx$u{]ӫY!yʤ?ىa] (ޙe%;)uc&\k KjcbWvO%I' p NN:honڿݩuPO^1_hV_:Js"sg[jgwAimV~61DPSnoIu_NT\}aWe@@A7 gK"{~Ҍ)Khs(EΘh>ڴWoȄc]S$LIm! 3i4'o z( H'"˵P &G=Ba@,p2KБ0<1ߥF̬챙s] Tg |6poLN;8ȉh_Z8٣:t ~:ۨz(1,fxfb( T, ˜_@肰[x5`:O.ESKV'ӿ*\UkiT!z eXܣ`SATq3Zݾ5v(4DƦ62HU~&oL4ƈ;?^zY*jn2FY^Q7tوevߪ\d,+A-*kI6NO>L ᗱ^VB!IQB1: &9^¬ȾP&hܢ)_ng ErZgeHQg!.äR%欛$^ڱW{,:`]*ypQx ?Lnm'WT~QӥKgrFK YRD|؈TK׃-#hHC@st㚅: 13Z?Óz%=*Z)Ff>{J>iTvCm|8y+U tWU,w!8e& ɚhC0NxX>N/ĴzA<|[0pY-36'}$I yF"7L+rѭ޳JO?gv@Zg*}1nGMJ% fS\74wsG#ң\*lΊvGvT:A%@<-9z\nlZ4Emݎs4 iwϓe,)h^yaCwh8J w*}^h^%ɚYLw;mlsS <q'oլSάKWS\ W;#SkP|x:; [? Q9Xm*i|EHհZ, u~* `ks;bj NK=.Ct*ld{ϿpG  K 2+1fcuh(F߯:rLrNxZE!7R`1c}Qja##Jlǎaqj8q<! ![O^q?hڹk}EK엄(LǁͩlrqxaXgϗoPp蜓w&-8*dl0Qn7"90%k]q .>CCWܸNG?v4}FkHggb F& OML pD hdf3+%T8lP@p1nDSQIPكDjRVILŲj֥@c!*L[(#dt"^^ir~uaP6>I$^>d7A~LSv`|])gF7AKsje(kRF'Hڍq~T(?K%ll PA&Fi|_6w{áP);:c^ʘrD qţDž8Ɉ {z)H!fm%Q4uss:zA]` 9ll@Z1*(e7HnFG~z)Ƃ"(M9uA.ԼfKU bĩpI,GbL5(>mံaͻ4rOpJ}ӛP?Oȓb[tj c(8{ lzݡ"QҢC"rI5FG8u³ KU>7I99o:") m@vnG]2 *81aX6XJ)==685Puvn\"ɸYup1LKYCYӨmH. /TBX#Zt#4 *pl6iE'3xWqa2.ueYV l:{݋ 4GB+8tp@^NUl]5mQNM .'@1a\eGҟ?[<U#9Ӿ}C?^ZP >-R2aW3R1PX:6yb,YClbq֞kHt {eql _pqG>qLl]T?ꃈTZd?j2U '&m ڍ/7kNL!Ac=b]Y-3νo,yg]:!"qҔu>|?tvuNtRչs=kTB}.Nu|9trAt)Hnf;u+ sIRmԗB+y]m˙+4AoB_+[@D RT%I7}Ѱtz urM+̩-Y3ܪ;j&+9҄+hqdCUmMSf:Rl3>dhD@4<:&rU7 m,?5Ghj1vۙ1I~7{.KX+) co_*f {?=E9P>ùc I {fngE ŭ|Ơ\ĢnQv{g,Hߋdv(D"fU XN}odN.$i5vkQ%${;~) ISƜV+?4&dy3qrLOejqFz, (Х(j:q,ڶ YZ