libvncserver0-0.9.9-16.12.1<>,]\Uϸ/=„lӺ;NRY{`rC+UķhXl]łȎ!_ڊ"1G9+c 2d+" xxA8@U풸 ?$7`J:GYbN}56Dk.PScH$ Wڵ< ? d  @ /\blt x |   H(89t:,>@FGHIXY \,]4^\bhc defluvw Xx `y hz Clibvncserver00.9.916.12.1Library implementing a VNC serverLibVNCServer/LibVNCClient are cross-platform C libraries that allow implementing VNC server or client functionality in your program.\Ubuild72HpopenSUSE Leap 42.3openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://sourceforge.net/projects/libvncserverlinuxx86_64Hp\U\Ua43d75c1fd5c7e00dcbf4cbd9acfad15libvncserver.so.0.0.0rootrootrootrootLibVNCServer-0.9.9-16.12.1.src.rpmlibvncserver.so.0()(64bit)libvncserver0libvncserver0(x86-64)@@@@@@@@@@@@@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(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)libgcrypt.so.20()(64bit)libgcrypt.so.20(GCRYPT_1.6)(64bit)libgnutls.so.28()(64bit)libgnutls.so.28(GNUTLS_1_4)(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)libpng16.so.16()(64bit)libpng16.so.16(PNG16_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2.5)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2\mA@\Yz\-@Z@Xk@VD@Ta@T.QGPP@PP,P}L@Pb@P;a@P/NNtMLI@I@Felix Zhang Petr Gajdos Petr Gajdos pgajdos@suse.compgajdos@suse.commax@suse.comolaf@aepfle.deolaf@aepfle.demmeister@suse.comjengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmvyskocil@suse.comp.drouand@gmail.comidonmez@suse.comgber@opensuse.orgcoolo@suse.comjengelh@medozas.decrrodriguez@opensuse.orgcoolo@novell.comgarloff@suse.decrrodriguez@suse.de- Add BuildRequire libgnutls-devel: Remmina needs it for VNC connections (boo#1123805)- security update * CVE-2018-20749 [bsc#1123828] + LibVNCServer-CVE-2018-20749.patch * CVE-2018-20750 [bsc#1123832] + LibVNCServer-CVE-2018-20750.patch * CVE-2018-20748 [bsc#1123823] + LibVNCServer-CVE-2018-20748.patch- security update * CVE-2018-15126 [bsc#1120114] + LibVNCServer-CVE-2018-15126.patch * CVE-2018-6307 [bsc#1120115] + LibVNCServer-CVE-2018-6307.patch * CVE-2018-20020 [bsc#1120116] + LibVNCServer-CVE-2018-20020.patch * CVE-2018-15127 [bsc#1120117] + LibVNCServer-CVE-2018-15127.patch * CVE-2018-20019 [bsc#1120118] + LibVNCServer-CVE-2018-20019.patch * CVE-2018-20023 [bsc#1120119] + LibVNCServer-CVE-2018-20023.patch * CVE-2018-20022 [bsc#1120120] + LibVNCServer-CVE-2018-20022.patch * CVE-2018-20024 [bsc#1120121] + LibVNCServer-CVE-2018-20024.patch * CVE-2018-20021 [bsc#1120122] + LibVNCServer-CVE-2018-20021.patch- security update * CVE-2018-7225 [bsc#1081493] + LibVNCServer-CVE-2018-7225.patch- security update * CVE-2016-9941 [bsc#1017711] + LibVNCServer-CVE-2016-9941.patch * CVE-2016-9942 [bsc#1017712] + LibVNCServer-CVE-2016-9942.patch- bsc#897031: fix several security issues: * CVE-2014-6051: Integer overflow in MallocFrameBuffer() on client side. * CVE-2014-6052: Lack of malloc() return value checking on client side. * CVE-2014-6053: Server crash on a very large ClientCutText message. * CVE-2014-6054: Server crash when scaling factor is set to zero. * CVE-2014-6055: Multiple stack overflows in File Transfer feature. - bsc#854151: Restrict the SSL cipher suite.- Provide libvncclient.so.0()(64bit) in SLED12 (bnc#904676)- Obsolete old LibVNCServer.rpm in libvncclient0 package. The old version included binaries, devel and runtime libs. But nothing removes the old package, which leads to file conflicts during upgrade if linuxvnc.rpm is not on the install media (bnc#893343)- Add Url to Source section in spec file- Follow shared library packaging guidelines - Avoid self-obsolete tag - Put libvncserver-config into -devel where it should belong - Provide pkgconfig() RPM symbols- Switch SSL backend to openssl, we all agree that OpenSSL has it faults, but it is heavily optimized in all platforms not only x86 and performance matters in interactive,latency sensitive tasks like VNC. - libvncserver-ossl.patch Ensures openssl use less memory and avoid abi breaks on openSSL updates.- libvncserver-byteswap.patch : USe OS byteswapping macros which are optimized for the target arch. - BuildRequire libpng-Devel- delete not used LibVNCServer-0.9.9-system_minilzo.patch - document patches - rename redef-keysym to redef-keysym.patch- Update to 0.9.9 version: - Overall changes: * Added noVNC HTML5 VNC viewer (http://kanaka.github.com/noVNC/) connect possibility to our http server. Pure JavaScript, no Java plugin required anymore! (But a recent browser...) * Added a GTK+ VNC viewer example. - LibVNCServer/LibVNCClient: * Added support to build for Google Android. * Complete IPv6 support in both LibVNCServer and LibVNCClient. - LibVNCServer: * Split two event-loop related functions out of the rfbProcessEvents() mechanism. This is required to be able to do proper event loop integration with Qt. Idea was taken from Vino's libvncserver fork. * Added TightPNG (http://wiki.qemu.org/VNC_Tight_PNG) encoding support. Like the original Tight encoding, this still uses JPEG, but ZLIB encoded rects are encoded with PNG here. * Added suport for serving VNC sessions through WebSockets (http://en.wikipedia.org/wiki/WebSocket), a web technology providing for multiplexing bi-directional, full-duplex communications channels over a single TCP connection. * Support connections from the Mac OS X built-in VNC client to LibVNCServer instances running with no password. * Replaced the Tight encoder with a TurboVNC one which is tremendously faster in most cases, especially with high-color video or 3D workloads. (http://www.virtualgl.org/pmwiki/uploads/About/tighttoturbo.pdf) - LibVNCClient: * Added support to only listen for reverse connections on a specific IP address. * Support for using OpenSSL instead of GnuTLS. This could come in handy on embedded devices where only this TLS implementation is available. * Added support to connect to UltraVNC Single Click servers. - remove upstreamed LibVNCServer-LINUX.diff - remove upstreamed LibVNCServer-0.9.8_git201104301110-overflow.patch - remove upstreamed LibVNCServer-system-lzo.patch - rename and refresh dont-build-x11vnc to LibVNCServer-0.9.9-no_x11vnc.patch - add, but not enable LibVNCServer-0.9.9-system_minilzo.patch - add libvncserver-0.9.1-multilib.patch- Devel package needs a dependency on gnutls-devel- enable support for gnutls- add automake as buildrequire to avoid implicit dependency- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build- Update to version 0.9.8 latest. * Changes too long to list here, see NEWS - Use system lzo library- add baselibs.conf to build 32bit libs for DirectFB-32bit to use- Update to LibVNCserver-0.9.7: * add (server-side) ZYWRLE support * fixes (update after resizing, endianess, width != scanline) * improve timeouts, port fallback, and connection time of the SSL Java viewers- remove static libraries and "la" files/sbin/ldconfig/sbin/ldconfigbuild72 15530940950.9.9-16.12.10.9.9-16.12.1libvncserver.so.0libvncserver.so.0.0.0/usr/lib64/-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:9851/openSUSE_Leap_42.3_Update/9d0c748c19a6388e76b6cf39b85445cf-LibVNCServer.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=af2da0a15832ea637180de7bbb55056ef95d683e, strippedPRRRR RRRRR R RR RRRRRRRRR RRR%ʏ\1Iok0?@]"k%wd%"ISʼn:t#{BEM (?A β$OUV{D@cX4؏.{*b -`s򪲮R =J-6MC' w2:wg=:HƚjL$0?[9)ke_Y);V<ε)Z\s#9wO]f^VP%>,goN垠b=:lU}oR*%`kfQ'* 7+`rF|boe>NP;o3BQǻF2౞'RmK,8~ $HDjQ$GCO`%. ïKv 8ҦO=xf+{NTPc 2D',V fC~6QFȟ(bډ.Fhmz2Wއ`|;Z&W Sh1AsP=4H"'LЎMBۋ Bmw&XH86Px7,' xv/eQaG)j0=,2 0M7Ҷ# Z8 ~>أOUQ 9 Cb 2;&844# r̵F;e;X € >(DFtg|O9av&Rd2yn퍒9 c>B>p;3s= !U+߻:syt;lQ(Ί(>5fҐezU{S2`b=C8]awnc/Psa ~[6рe  L(V 7[$!HSJh"XjiyNz~P yBe ROHōz9rc`nXğD} Ӂha}vlAfhM]Ojn{xziQrPKx*9Xyj< Wz8Nj^U9<%G|BRȻ:5eU#hҲ{Ŀ)dd+v 0hì)bK~Hͅ= p<5s~Mad21IS%/&`7=%r6)@J|.A918.zMqrKc0n]=[U@};Y{u1GR'5;Ş.tY}|l`5^ 0=n=RR1y ;N7LZ69/i+w)̣krWŻomOG!ұk,eIL9x#pzhBN/VecLJnTPHNQ3 c 6w@寧Ȉ7S^wU0tL˞vv90)Ҫo|\X5Ԟ{~8E$^oD875`RxWj# lM\Ge,xJn17IyiÚJwS9v>OrA0%V`仌$#eO;BekOuO0dwco/9ET)m!w (PWBȼ)H&0Q'8҇3,N%E\ܶA'eY;~,sBK}(bjQz@`kA>#0/v)8]X(=`= JlqCwEIwA b%"qE>E\u>eX5~H 9fE9x!W1 *օƍ" V$b F0m1QArXż,ͽ ?HE-cYl euP!Ȼh݇ڍ|Ck< oQ%H-qrd {0 Kw6D{zlœ|)hW *⧡cLB >_CadY}.Kj~:ߜ6,Yׂ`01\!X'z LXO;73EҘoKG_B}H_PYb ϯ1x,ԩk 8 5iw}ZS%s^c~zO;I 0qlV[*H(=jlAqM̅,d y <|quT(SӴ?O.a.gmh_^w^]z'_7l8a21jFI 43i pW蘓>J'G} 6[t'rT3H)f >^Y_%K g}-rۦ}#nH`4`ʃ+d]LU;A ȈpO"'@%bxKgJ PULw(# r'^zr69^{'ri dSՑH{;$9q;wf؜CrM`'^d18|M.)\d{ih.qch@!,t7=5jae<}?2[H>Ёdfodž}>շZ2v#DEf^๜+ze]ǿeCFoVO,_|z7$4Vq՜|jUGYoEequܯM7 5\Erl$5q,T(NU+5xl@yͷ[p/_AvIbmX!ALW=|,νuBº}sҮb78LKgYa8wMCȽ͠(b y@k’†2_nv7&'H%$2y*vКc2Щ0MH< gO)PG6JbiC/$ 5gn UW#XP ~XW}\Uj/ }GL4hWĭ~35/;-_qX Jqඬ UeB F!mG9#{MM.?k1ǽ`2FLteD#,YMH?~MZ9?Җ4F&,& 9DUHkABdv'Zj&bP^ns붻> ́h*b3]VKQK< $|x濰n 3;s?eN:F9jLv zo6E^&U5WWZ3PR t> ^Gcw@첈zg90rG9ۿy 5䶏!. k]C@!2gF/n._ WhYe tLMD f(=$5Nkxi;00AӋ q ]z,oLJH,1X 1PG 4؇0G<1}jkdrp21_#;''B%BFuڊ6l[mj[y`XKC:%BZ#Sj~ƚ(Jz8QUŅ kbkƆѺ1/.އeمx[֭S 75\1#;caTDq: B›굔 w:m0l[|"PV KRò2)CΊ]d & i=7f'g 1豧4xf?2`3u7ƼY=0X' - ;cnUpF\o&maa[>P۱nnlU-yk$=†K6/k {S1G8y(wiMhFj }lטalVެ*_A} 4x`ΔLE{˦1<)@с* ;mț+X4M&_[q&-S}#7LWARF7dO1:LUu.7zX_,ig̹U>ާ+$۾]сU>*(' NԠurfX9Yqd_ۘ em%l(_& ^y<=׆?[!

nH0Ի&&&+[أޛtrٔc&8=M6z!FWmM9!Yr1h;WrvtheAcd,3ʖoVOMJNRtC:,dSbJckzH"!f;Miۉ.JbjJ&L,p#qY F0p7t VF1EF?<lO[VS857x@v -wDAHB.o*ސ n&=ŔXʨ5XKNɞ`ll*PNjm6^c$2 ҍ9(?} R|6[tQ u/A{g/+d7 ezN 펭b:"gͦG p5CG-ڠl?꿜>r$CHJgCY\;Z},Yq<] )释*rj #Cˁe}C %g33K*{&/Y AmbDyN[*_`ҹ4N\3x4֐ TZ·qzTzn;F(Ĭ/&(R[͙w`܎;ǣ@di Ǐ(X'72'橁U6ol"L)TV?9-ĊVM75fsH2NWSH< \_'(oUX|@ ֽaPI\AK ],h9QHM.&m1[)ʫ?NT.Ҟ3ֹg}ڢ`#QoJ aY7Ws$Ed#%p۫_HnN,'hV)pFtQi$=)a\Jz`` 쪬-)Dq>ޢ7glI2*#&{[OوX\ftlz=O KISp.iS\nC, (}Ȁ"JM'oM%#J5j=[X iZъB7Seru! SN/KGe_7F j^ENyg[[l/Xe"7%(Օ I@]̉I\ə73ݻvƨ-g x8S1@":EVHm7d?s9 =o + ѼZf[gR5TBuM~>T2KMftBDτ@F$yS^{|p.NLnB=<U&P e#|eE9ZNooðhtE>Ad˨;;utg`Ci;6̓^‘=uZᣴ-aE؂,&퀐]ZA>FvcڰK7P"ҲÞ~7`A0ebꯔΌ,hl:u ['IW_Md<7`s80{He T5sup4!rJ9ʗP-(غ2`~aJ9ULsą͐c,o &]'m0\9V5HyLSI#mGs>!7Dnf?Q$M=kqOHdaI FT[Q -sʽq'[m ;v]itO=uÞyw5r8 g$ttZ'ݺ!c(P !Zuܹ~Fԅv[ 6tfqʣM{Ֆs<~?K֐e,d"t1ve,$= Zw6_݊BiH ӷ?|㘦@zrT,jI`_ HK|KWRpYK:R;)a1"t?{sU`nKC{U)+ː(}[pwE"ϓ-cL'n12d0le]7⹋&y%J-w[%{kQp1)B|;V>ޓj:#Ym)l[49Bd.%t6r:;B t:Z^Mמ*Z_st3R[kSg=@~Nnm挾-̓=cX'WvJεc]bK~U:=(/VJ20̣ٙ̾5xh~,bdw_E|JUfq}GɃשz+d g?~ ^{luM",Y< ÚRN-P"jTj"q.lޥ?:HՈ˲޶76Fs ,+mӔ 372z3a1?z}+σ3 3U$xeL%\r ܅$4!c- ':i_BeDX/9k/Zw?z] ::f ]C=MJM.k j?Ņ9-`WY$XnZ ;Ron:NQoeq 4Eq?\"y( d=#v.J@171ǶѕU#`u_Kߧ=*%ۍNG ;\sR8ucJ6#r1{"c|)-H9t"Y+^P4dA <W2IۆGGxǁ*n߮uiFBHh١tqzʹ4?s`WX XA_9<*#D*OTKAaAs-r716@i,Rr]6K2OoUksH>f=ahUK, 8p{<&nP\ܜmW{l~ ƳM3׹# Ӑo1^#Ex&½:I#wXcC姷pdىcπ~WӔaIY` 0oX[O&\T4[t=ԟO濌u 2lu/9YMGluoG/~#NjQjVՎwUjs?dH&b\V& SVϐfԁ[. dצaJ?N=*PV# -1{&lp(1kQv5_/rmZƯ7Xa ̆>\ ,2WJ!ڐ4LWE,2?m1v fR,Vh1=&0I8 _1v\:U!~o_Vg(g@bd$zY_$KC:^/@Ӑ4*]}JC5]6-]7IDÓ5*."l&| |ºj,o@ZsPDSh*B9ճgveZd|{RiN>|a7E h|3mә)%./c4ᦤƮ:ͭn; @6B`$l{NꡙV5Bܘ s7+&, &JA.MbUxmcwD1Nr?6NDwRNLؽ@\GfTÃ""e7d--N UIߕU̲M|o 7ȮsvDs\k1~I#]R&hRBw=`&Nu{<8>s96pf:}n%sD!o  ?dCZm ;Br +8dۿ"_Z=U}HF+ ϸ+Qen i&qRTL<|%tkn <ޱ: Ew떩 'l>b-:i y!귗:$:a~ıwIqc`qDyڱ\ P1oLpQ2%G7%_=\SsN1RG\Fb^uu{rCtr IP%gJ3KQ{2T88q6ؘ#T4(B>IJӵ9`qN q(f8WqX¤EO5jNsNYaZYLj$]j%}+ea$pt'g{L8Ů!DAnheUvL:a:Q&ӮgDm|0MG촳z Ld +蕌 5 \+܉qb #REl(CN3{kI V3eVYΡ0[K!ӛyf-OfiA-!AZQf `{`\;؅aQTG -O-7Ōnbnz7eutʨK(Pj3,d$ Xy!l3(SVRȔYo:pߴpBvB1y^1yK8.!s(ܦ,jqX'Š{>TZЉn`Ǚ^.b~th8!$0ǘ!LhWJ!0evũ>cMe|ۆ__KuoxnAU)]OqQ%gJWW)k"YFHwX M2yOmޟ 5];!'- ɡ5y̛hXy1/ J 9pBꓨe/sY9#qG[%0y؏]2.<ׂ9Xyqcx}6- rXe|n⩍m7C RZߤJ⦨l/ j:c)76eR&f]];^TEE0}Ԁ1i^cr h"\Εpi~UWn{Bi#H5z*@O*m\>XV쇐A~lw6|{ibeUtڅ812s ıX_sE>S\˞m^ԲK4&>ZR,޹Nn[)ݎB|(,baǢDàͧ=}nW 8 G֒~O*C=)2f4?cN"#񷗷/nT=>CF 7BRd\z%J3$S-Ɲ3?-׺oLe[rnyiB4.mFNvD}|lrmM ,Z *O?\{J9:!k?S2k[ƠeeLjP=F^şv,A;y>kODZ8Mmu*'9ٛ