unzip-6.00-31.3.1<>,\[/=„J &^ 5?!x.4ڦ~tbŦ(gG9 O00ĩhkMPn3']RJ[7d2"n{986nC%{:6p~u@xXVRovw$߾{VnA[Ycc+݈+1w>,/-AN6\[? {|+o f2xS 0ҽ@xfϣd^]ZcC|pIyP{@C HлGd<Ęf6vƋUχ$ڮf#>A"?"d   9  "(/P           p   &@ t   (89L: >4?<FDGX H I XY\ ]$ ^bc]deflu v@w! x" y"<z""""Cunzip6.0031.3.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.[lamb21openSUSE Leap 42.3openSUSEBSD-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 fiY+0 [[[[[[[[[[[[[d41d8cd98f00b204e9800998ecf8427ed41d8cd98f00b204e9800998ecf8427ed41d8cd98f00b204e9800998ecf8427ed41d8cd98f00b204e9800998ecf8427e74c7364fbb206830582f7c9656677c0d63ee781247f3e0c8e5e31bd4b6430791e08bdec10a4748276c1ec27c1b1e1c26ddf51a6f1d31b015b654033bd027c94a/etc/alternatives/funzip/etc/alternatives/unzip/etc/alternatives/unzipsfx/etc/alternatives/zipgrepunzip@@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootunzip-6.00-31.3.1.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(PayloadFilesHavePrefix)update-alternativesrpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2[2*X+W%T}TY@TQ@Q@Q^N;@ML@M4@MBL{@L$@KuK@Kkstreitova@suse.comjosef.moellers@suse.comjosef.moellers@suse.comtbehrens@suse.commeissner@suse.comtbehrens@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 CVE-2018-1000035.patch: Fix a heap-based buffer overflow in password protected ZIP archives [CVE-2018-1000035], [bsc#1080074] - 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] - Update Fix-CVE-2014-9636-unzip-buffer-overflow.patch to the new version as the original one isn't sufficient [bnc#914442] [CVE-2014-9636]- 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)- 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)- Add Fix-CVE-2014-9636-unzip-buffer-overflow.patch: fix heap overflow for STORED field data (fixes bnc#914442)- build with PIE- 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)- 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/shlamb21 1538496529 6.00-31.3.16.00-31.3.1funzipunzipunzipsfxzipgrepfunzipfunzip-plainunzipunzip-plainunzipsfxunzipsfx-plainzipgrepzipgrep-plainzipinfo/etc/alternatives//usr/bin/-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:8848/openSUSE_Leap_42.3_Update/070af6477fe43d87427a9c960b4c364b-unzip.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxemptyELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=30beb54e660e26d56cf53c920e3a1000e7698ae5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=12b212d44cb38fface287a1bbb4e9a351947e360, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=1a69811ba684ca172dc973fe8a4bb259b2ac0633, strippedPOSIX shell script, ASCII text executable RRRRRRRRRRRRRRRRRRЦ"v|jm,I0yuunzip-doc?]"k%HaWXl!T6N$9S;s2=UƝV蓾$۪7ds+G# —8ry +={vD\ȕ=>욉 ֵw;N^sL@CI%V[d#6l6!N2TTnNyA(9smCi'Z:U*"t?tEܥFa {{ R |@>WRJNRH)BhVF֋*1'j?PԷKkPy8cIC /LZ%cߋ2zp~BF$|+9vqho^Έxco,iv.%1==F%UybQcѿߒʞ1gԝTNty87[dkmt?,#h)W[a-ۂpf۬On&[-LQn+PVj=`ebUeߖۇ)4qPE{oMfAY4;5+F̅W[Ehm=J7`XkJ_e42WnOƱV5 bYD XшsO2҆tY`m?,\+.Fʞ(EOĶ%tk'!B"5c0zL/ >ڎC-$ax!?`+n9r-y77N =φ=˕Zܺ.eE%I%ĥTh4"S- f5/o %Vk MAF>K9`J8cCp:X2Eiw;i أ+Ȩ oޖ-ɱVwЌZpNvrL/~ Qd%춓sb:큃fY-ϏQEF(.ޢhN\E]Cys=`Y_}D*GjH&HJP}^`d ˁ˾k8 t\ѣ`CsIPB3xQԒ[?ŭWh$ >HX "ΆAYX1 .s%λ҈ $Xt\ 7 Ah/1e$#z\CzPSS a<1xX+N\A\vj4 ORcC6O"*r-YtOVyǩd;"fcl9~?zUjMឤ (iфRAJcʏ s)_du@%PV4)Scz0;svS|v⤱e3[0Nd. 5<\iAܔ_ځE ˏ46>[[~7`/P>y}0h 8It&HU\觪Iب!CMS/\@)T&ԧ3BOZ5_Bhud/tٜlXV-AN aUf'/{ yEؘ9PE~2n&LvА>: n%6`vSb lM#K\v~zm[:% a6=4*3/Ay nLZ;_AET="G}"mXC"\"f$8U |`aXYZr%x?A-C^ґdOa;]lqBHPt^ZB@o廣 jdB{Ǻ"j/:ThJ Z|dMW}v ϻs_k39b&fQ ? c(3 _ L6Wso{vZ2n%^BlYVD5Q4&Hm:iK{iW歙d̖zᵡsmz00u*MNreۼ+ \niKuWE`)ԃ`B:y6?q^Y+grq1RJ S2)<&88c+ jK\ž~L%oj*\! _.r:QK2⡙W {oKF^I\xϷg'Bw@86$}5%J@%>/5o\? +WDz) -΁30Ow c?aЅu[kA@xܑuX4t:k~$Rxo}JN -8 $ ީڙ5RtSͭUOnXSiƺ$Lƺq:n8#Nڽ3J9jR$k.Z7ίpebL-.?m3ӽ(s%>=_8T%Y+rz{+=Ivܐ'-`ZY\hn{~Uxccm;B f;z͵R*ܼ޶RGc3Y kZ-Q6EO\f|~64NԚd ,C"s 6 m"e8pТ[f<,] YaBe[%?ƅ-T̼+78tU2$B0^mGS\K, `TLI}aB#\f)(K{g6[.zO 9HN 1#9&i'd Q+12/ ZV$'zDJ$rC~!9s\M"mހ zJjݪw>9C<]^o\p@._AT%^a sqB lMWg#I?LJ t-#DJU`!RIသGCU/#J F~zC{Pj 3`>3 E ٟm^5/p.3hۜ!EJvݳ/NC!P-zu+|޶ދp{}- ]) ;\4mf&u?t@y2ӤGN$%f[ca-N L:vu+5+{ ^ _"  t]R匓oG)S'x`U6ݱ\+U7RRx$G S[Q:fTt/ O>co-ӗԤ'9zo@`J$V}뤗w3x'+_3"FHEfVIEBG'&jSXY.7V: 12pFYCtL$r U5i2FH>n|QJDɚC1뽧СeSsMHQ͙0`k@ϩ <7'|r e65GF2y ruwsxF{ҥgMVwmdCY=6 %-f Ol΂撖o1BcyZR逎Ρ};~E`:6e,Qz9;v1ltZuQP~xI6eƒ aׯ!ph5ч2Y:S0Q.QDhi+*{UTTOB][ȗhl+G-$JpiihH`Lm{[ {A!TRCpU9\ ÏpLdBgJ; YLwN/ϢRH+ f($I# G W$7d4kȁ61')1b Ge]ZD$?ʥt G GM޳2<+1珦3BP Gnb.$(,{Zu=+friu4Y&;.``t7LbU3WKx{+ _ h#v_j*8 b3zNkY_BjX~eJ_o5IcQ,W{!}HvÎCYgNs\أ0n䧤yxz|T ۄ%"k¹o)fnCP1oZP'FV+fW ov'\%i<W^msSv`^Qf)rr0.,pRzPj %b.Fhyy<l>(C ɬ'TDot^E6~cEt FW g `T⏘[.^ÊS\grFqfAnf% ՉB5R}ƆJpo;,Aҏq|A0:dJv8vX@X?.et u`[&TB+𣜲ǢD) B+5pX4r #و䘣H+rfH;\;p-m02*ͪ+\+gЏ1JU0Ԅ%Y}lx4fA̻lh axY;=Mx;`\54Pr7NGZ:g v|)(w`  yL( wj+rOh'1~)EXt6a#XBRo'5O"cQ-32id 8GuUgcv>zԝKh|)Hz?;9ơx'}ښD/~ eb+DrsDȸG8b vs$B~Lom1lLAS۩@Xn=.5HUUmp˹gw0Xw# }q,|6ao=SR3Ӫ_K=e떶:;\[9BMf+)Un̤"UckWwwã8- i=CB[W_*X=oî r]6Wi(%j-RaFU;Be{{}}pPS\܇ j:}g:C?!03 xUaEBd2 Dh2[jƩB-Ud Pf(9}kkDSm?;e,@R.]jCx[D){|5L^mlf .mq2y`㇏o,Mt hX{gE,-"iّS/%(аNk,%(ZaSNZ{6ht_l &Bkϴ㕩ٚP_2Pqo4ɇ1 |[wp.; j^5UЙ*;ZQ ܔb1fh]ɕJb oj\m(G;Y"PuCԱ 3m;5Yd"pLK+:s ?(EN! Y/oF 7F"#R"གྷu~CIPI41qzeN`%GN9IOBzt@h9eQ_"^A4ۇ;iwRl9R-j *2'A(H2ft !oIQvfsE([8Y-cmcAE: "+@UܑhO39@NރHS< N3u:йAJqEIYpz0 *d0a )SG׳\xؗ +t,d̫/@Hej9 $5JS-4)),C3p*oOl=?Z52'ʒX^S )N}[F(itl6-FTI=ͭ>6mI$ #- o?ň߰&6:P;'!N>c ^NcAq:]?q()l:W{Օ7V? n*ǎHzHW ˗xXn(3?0̇1Xat<|#$ pk)K9r7 1 b'܌DA"^4+4h6cEs Rܩ=z-6 [ez|Sd Zٮ=Sa&/c8S0{5F%H@ 99j)#Fh ejD7d#z6gI*-FМ%j8"Qj/U-QBTf b=& vL\ѿW{b⨱ yI{J셵8]'7Mk]׆#o( `~ # SP"!Oӣs"Fe Ƚb`O|7-$xdMIZk&lɧ^Hbۡ^'х P|d"nWk{ aɨm 0>4:Jll*K; ^տ/u3cn$e F>B)vozNUqNh"cVڇ~6<i-ӞFaJU Sʻ}f 婇`2ٱK(s/gP(Tw89HelFқ|u`3VzZ=bMܨ)uj1R0slnݾCc19 5R#~ݜ^@I::*3@|B_t >43}o>1^=X٧_Qxoj7N*^OLCB=Ǥn+[!TVYujYCT7| *1)Gc|4* HǢ5U;1i t {?F)X#B,Jm0d/Gkipov0vF^ }H5𜄓fD; B5 QiO:UЊIeZPd`əbA% l.߲_ې? 3*Fr00b OuQF*?l88xMk PzK&n5D_1_Qk7D :t;) ~';Zwz߀ jR0vG`~G^ddOYkqBs|A۷*f.5PA+Y[@ŽuǑQ8zo703ā EI{"|X' [,q%kǞ2|k>+f=<|HG[V3tNgE<@gUୈ8Iý]`ά0AؑD6Z(\V'foCqY<Kx2 tV9"Lf}V{RўWu[W1wۺy"&(Rռg+1SQU͈^b%1 ,9p߇$ OH]+r(,z0@(tmy&ܟHH͏i)8;}c SxL~u1pJ?#+؆*~ 3;sB1=4UBZM+(J'Mw9^IF(3m64"7%:w~fT>n ۶?^̵)…>4Ep7iVK?C[_ /f8T|BU ᰿q r/yAdВ!ciFa˜ {؅l\fXv03~pu<9͕nMz# ]%\n_uz+H]Xwt< ?؛J۵2+ڽ@@|G Sm ˁg6H0;Y~8Gq?+kVjz](tԷ:h+=Ф":_1"KbD{A~ݥplM0Ֆn1@~‰4ӥڝ)u/!(@ h!5VQR=bWYI,/iਫ~[U?G?v:SIjxda;U!l{ӭ2ފ|9UvZ W|fT\2RZT`0P?<2pewȥ6ާfA {$sǒBw[IcOnHq03 bJK'3J@| G]BۢE$(.[\ -+U^SwY9Zq' DPyJ ؛vs  Xo U6v W l'2SVY4TMKE!CH_yD  V3b&uxw<.4)d؄&GLO?; 9-k%v Wd?)8GaO城 %A6^\ޮffp~|Uw'U/h92{iأZ+>Z#6l\:y:2$,krG>{L۫\?G^ vHQ Z]l/xDrghaRj);2 hJ`OB́O.idwo[ˡ3z"ogsW'"7&o$=}Qzy_y`"ŏgZXXZ"28@`ݍl4FhwQ- 0RȈ[=gϢgK3D{äJu6cl'(3)$`;` W/Ƥ C;(s,!_o-+v臨chd!fN;ljѶQh,&1 s%(g~(@Vcy.N!9&efQsʻ#26TZ:bo|CcT>Zzq-sj_$|2сB~ĻJ잉ŽzAr-`N"?{ =:5,0~8XxI^0:6^qʷ<,jKW[L0mS$o)PCe &2 i 7ɏippRZ RԊI^@칝urhڝq[ \&Y,!} UJ8窫‹9KwLy[U5KOd[e_0IfuTR 2z?Z=db`RE$JǸ4.rtTK34JXF gJETƅS!UFi^*L#^kD H.w~bҧN}9P)}}R8͡5Cй#FrR:A&Ϯ˫S[ŏ- VEk(~FO*NaFX>[Ew>P5^٨TUmI[N&&&%OTZ[ٮ-eyTf,