SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libvncclient1-0.9.12-lp150.74.1.x86_64.rpm :

* Mon Feb 11 2019 Petr Gajdos - use upstream commit, amend cmake-libdir.patch
* Mon Feb 11 2019 Petr Gajdos - fix cmake build, add cmake-libdir.patch (upstream issue #281)
* Tue Feb 05 2019 Petr Gajdos - update to version 0.9.12 - Overall changes:
* CMake now is the default build system, Autotools were removed.
* In addition to TravisCI, all commits are now build-tested by AppVeyorCI. - LibVNCServer/LibVNCClient:
* Numerous build fixes for Visual Studio compilers to the extent that one can now _build_ the project with these. The needed changes for successfully _running_ stuff will be implemented in 0.9.13.
* Fixed building for Android and added build instructions.
* Removed the unused PolarSSL wrapper.
* Updated the bundled noVNC to latest release 1.0.0.
* Allowed to use global LZO library instead of miniLZO. - LibVNCClient:
* Support for OpenSSL 1.1.x.
* Support for overriding the default rectangle decode handlers (with hardware-accelerated ones for instance) thanks to Balazs Ludmany.
* vnc2mpg updated.
* Added support for X509 server certificate verification as part of the handshake process thanks to Simon Waterman.
* Added a TRLE decoder thanks to Wiki Wang.
* Included Tight decoding optimizations from TurboVNC thanks to DRC.
* Ported the SDL viewer from SDL 1.2 to SDL 2.0.
* Numerous security fixes.
* Added support for custom auth handlers in order to support additional security types. - LibVNCServer:
* Websockets rework to remove obsolete code thanks to Andreas Weigel.
* Ensured compatibility with gtk-vnc 0.7.0+ thanks to Michał Kępień.
* The built-in webserver now sends correct MIME type for Javascript.
* Numerous memory management issues fixed.
* Made the TightVNC-style file transfer more stable.- removed patches - LibVNCServer-CVE-2018-20021.patch (upstreamed) - LibVNCServer-CVE-2018-20023.patch (upstreamed) - libvncserver-0.9.10-ossl.patch (not upstreamed) - LibVNCServer-CVE-2018-15127.patch (upstreamed) - LibVNCServer-CVE-2018-6307.patch (upstreamed) - LibVNCServer-CVE-2018-20019.patch (upstreamed) - LibVNCServer-CVE-2018-7225.patch (upstreamed) - LibVNCServer-CVE-2018-20022.patch (upstreamed) - libvncserver-0.9.1-multilib.patch (cmake now) - LibVNCServer-CVE-2018-15126.patch (upstreamed) - LibVNCServer-CVE-2018-20020.patch (upstreamed) - LibVNCServer-CVE-2018-20024.patch (upstreamed)- removed by upstream - libvncserver-config- security update
* CVE-2018-20749 [bsc#1123828] + LibVNCServer-CVE-2018-20749.patch
* Fri Jan 11 2019 adam.majerAATTsuse.de- Fix devel package dependencies
* Thu Jan 03 2019 Petr Gajdos - 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
* Thu Jan 03 2019 Petr Gajdos - Update to version 0.9.11 Overall changes: LibVNCServer/LibVNCClient development now uses continous intregration, provided by TravisCI. LibVNCClient: Now initializes libgcrypt before use if the application did not do it. Fixes a crash when connection to Mac hosts (#45). Various fixes that result in more stable handling of malicious or broken servers. Removed broken and unmaintained H264 decoding. Some documentation fixes. Added hooks to WriteToTLS() for optional protection by mutex. LibVNCServer: Stability fixes for the WebSocket implementation. Replaced SHA1 implementation with the one from RFC 6234. The built-in HTTP server does not allow directory traversals anymore. The built-in HTTP now sends correct MIME types for CSS and SVG. Added support for systemd socket activation. Made it possible to get autoPort behavior with either ipv4 or ipv6 disabled. Fixed starting of an onHold-client in threaded mode.- dropped patches: - libvncserver-0.9.10-use-namespaced-rfbMax-macro.patch (upstreamed) - libvncserver-byteswap.patch (stop maintaining not upstreamed patch)- modified patches: % libvncserver-0.9.10-ossl.patch (refreshed)
* Tue Mar 20 2018 pgajdosAATTsuse.com- security update
* CVE-2018-7225 [bsc#1081493] + LibVNCServer-CVE-2018-7225.patch
* Tue May 24 2016 antoine.belvireAATTlaposte.net- Fix build errors of applications using stl_algobase.h and libvncserver\'s rfbproto.h, e.g. krfb (issue #102)
* Add libvncserver-0.9.10-use-namespaced-rfbMax-macro.patch
* Sun Feb 08 2015 crrodriguezAATTopensuse.org- Remove xorg-x11-devel from buildRequires, X libraries are not directly used/linked
* Sun Feb 08 2015 crrodriguezAATTopensuse.org- libvncserver-0.9.10-ossl.patch: Update, do not RAND_load_file(\"/dev/urandom\", 1024) if the the PRNG is already seeded. (It always is on linux)
* Sat Dec 13 2014 p.drouandAATTgmail.com- Update to version 0.9.10 + Moved the whole project from sourceforge to https://libvnc.github.io/. + Cleaned out the autotools build system which now uses autoreconf. + Updated noVNC HTML5 client to latest version. + Split out x11vnc sources into separate repository at https://github.com/LibVNC/x11vnc + Split out vncterm sources into separate repository at https://github.com/LibVNC/vncterm + Split out VisualNaCro sources into separate repository at https://github.com/LibVNC/VisualNaCro + Merged Debian patches. + Fixed some security-related buffer overflow cases. + Added compatibility headers to make LibVNCServer/LibVNCClient build on native Windows 8. + Update LZO to version 2.07, fixing CVE-2014-4607. + Merged patches from KDE/krfb. + Can now do IPv6 without IPv4. + Fixed a use-after-free issue in scale.c.- Update Url and download source to new project home- Remove LibVNCServer-0.9.9-no_x11vnc.patch; upstream splited it out of main tarball- Rebase libvncserver-ossl.patch to upstream changes > libvncserver-0.9.10-ossl.patch- Remove linuxvnc subpackage; like x11vnc, it has been splited out but is depreciated and unmaintained.
* Fri Oct 03 2014 olafAATTaepfle.de- 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)
* Tue Jul 01 2014 cooloAATTsuse.com- remove old .bz2 file
* Mon Mar 18 2013 mmeisterAATTsuse.com- Add Url to Source section in spec file
* Sat Jan 12 2013 jengelhAATTinai.de- Follow shared library packaging guidelines- Avoid self-obsolete tag- Put libvncserver-config into -devel where it should belong- Provide pkgconfig() RPM symbols
* Tue Jan 01 2013 crrodriguezAATTopensuse.org- 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.
* Sun Dec 30 2012 crrodriguezAATTopensuse.org- libvncserver-byteswap.patch : USe OS byteswapping macros which are optimized for the target arch.- BuildRequire libpng-Devel
* Tue Oct 16 2012 mvyskocilAATTsuse.com- delete not used LibVNCServer-0.9.9-system_minilzo.patch- document patches- rename redef-keysym to redef-keysym.patch
* Wed Sep 26 2012 p.drouandAATTgmail.com- 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
* Mon Aug 27 2012 idonmezAATTsuse.com- Devel package needs a dependency on gnutls-devel
* Sat Aug 18 2012 gberAATTopensuse.org- enable support for gnutls
* Wed Nov 30 2011 cooloAATTsuse.com- add automake as buildrequire to avoid implicit dependency
* Sat Sep 17 2011 jengelhAATTmedozas.de- Remove redundant tags/sections from specfile- Use %_smp_mflags for parallel build
* Fri May 06 2011 crrodriguezAATTopensuse.org- Update to version 0.9.8 latest.
* Changes too long to list here, see NEWS- Use system lzo library
* Fri Oct 08 2010 cooloAATTnovell.com- add baselibs.conf to build 32bit libs for DirectFB-32bit to use
* Tue Apr 21 2009 garloffAATTsuse.de- 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
* Fri Mar 06 2009 crrodriguezAATTsuse.de- remove static libraries and \"la\" files
 
ICM