2016-05-25 10:25:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 24 17:25:53 UTC 2016 - antoine.belvire@laposte.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
|
|
|
|
|
2015-02-11 13:05:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 8 04:24:43 UTC 2015 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- Remove xorg-x11-devel from buildRequires, X libraries
|
|
|
|
are not directly used/linked
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 8 03:54:55 UTC 2015 - crrodriguez@opensuse.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)
|
|
|
|
|
2014-12-13 17:38:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 13 13:50:35 UTC 2014 - p.drouand@gmail.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
|
2014-12-14 10:03:22 +00:00
|
|
|
> libvncserver-0.9.10-ossl.patch
|
2014-12-13 17:38:38 +00:00
|
|
|
- Remove linuxvnc subpackage; like x11vnc, it has been splited out
|
|
|
|
but is depreciated and unmaintained.
|
|
|
|
|
2014-10-05 18:32:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 3 19:51:18 UTC 2014 - olaf@aepfle.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)
|
|
|
|
|
2014-07-01 13:35:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 1 13:35:34 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- remove old .bz2 file
|
|
|
|
|
2013-03-18 14:07:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 18 09:36:38 UTC 2013 - mmeister@suse.com
|
|
|
|
|
|
|
|
- Add Url to Source section in spec file
|
|
|
|
|
2013-01-13 15:30:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 12 14:01:28 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Follow shared library packaging guidelines
|
|
|
|
- Avoid self-obsolete tag
|
|
|
|
- Put libvncserver-config into -devel where it should belong
|
|
|
|
- Provide pkgconfig() RPM symbols
|
|
|
|
|
2013-01-09 10:09:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 1 19:35:08 UTC 2013 - crrodriguez@opensuse.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.
|
|
|
|
|
2012-12-30 22:31:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 30 22:02:37 UTC 2012 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- libvncserver-byteswap.patch : USe OS byteswapping macros
|
|
|
|
which are optimized for the target arch.
|
|
|
|
|
|
|
|
- BuildRequire libpng-Devel
|
|
|
|
|
2012-10-16 12:02:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 16 12:02:12 UTC 2012 - mvyskocil@suse.com
|
|
|
|
|
2012-10-25 10:16:40 +00:00
|
|
|
- delete not used LibVNCServer-0.9.9-system_minilzo.patch
|
|
|
|
- document patches
|
|
|
|
- rename redef-keysym to redef-keysym.patch
|
2012-10-16 12:02:30 +00:00
|
|
|
|
2012-08-27 11:30:06 +00:00
|
|
|
-------------------------------------------------------------------
|
2012-09-29 10:29:36 +00:00
|
|
|
Wed Sep 26 21:08:14 UTC 2012 - p.drouand@gmail.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.
|
2012-10-25 10:16:40 +00:00
|
|
|
- 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
|
2012-09-29 10:29:36 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-08-27 11:30:06 +00:00
|
|
|
Mon Aug 27 11:29:44 UTC 2012 - idonmez@suse.com
|
|
|
|
|
|
|
|
- Devel package needs a dependency on gnutls-devel
|
|
|
|
|
2012-08-18 13:35:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 18 09:53:29 UTC 2012 - gber@opensuse.org
|
|
|
|
|
|
|
|
- enable support for gnutls
|
|
|
|
|
2011-11-30 14:33:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 30 14:30:22 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- add automake as buildrequire to avoid implicit dependency
|
|
|
|
|
2011-09-17 10:05:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 17 09:39:03 UTC 2011 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Remove redundant tags/sections from specfile
|
|
|
|
- Use %_smp_mflags for parallel build
|
|
|
|
|
2011-05-09 07:28:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 6 21:00:48 UTC 2011 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.9.8 latest.
|
|
|
|
* Changes too long to list here, see NEWS
|
|
|
|
- Use system lzo library
|
|
|
|
|
2010-10-11 12:39:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 8 14:03:58 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- add baselibs.conf to build 32bit libs for DirectFB-32bit to use
|
|
|
|
|
2009-04-23 23:50:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 21 22:28:00 CEST 2009 - garloff@suse.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
|
|
|
|
|
2009-03-13 15:01:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 6 05:32:52 CET 2009 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- remove static libraries and "la" files
|
|
|
|
|
2008-10-27 16:02:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 27 15:36:23 CET 2008 - garloff@suse.de
|
|
|
|
|
|
|
|
- fix-warn.diff: Avoid pointer > 0 comparison (bnc 435610)
|
|
|
|
|
2008-02-25 16:18:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 25 07:27:32 CET 2008 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- fix library-without-ldconfig-post* errors
|
|
|
|
- devel package requires zlib-devel
|
|
|
|
|
2007-10-11 19:51:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 11 15:46:54 CEST 2007 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Use binding specific avahi package.
|
|
|
|
|
2007-07-18 19:39:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 17 01:16:12 CEST 2007 - garloff@suse.de
|
|
|
|
|
|
|
|
- Split LibVNCServer into itself, -devel and x11vnc.
|
|
|
|
- Update to LibVNCserver-0.9.1.
|
|
|
|
- Drop patches that have been integrated upstream.
|
|
|
|
|
2007-04-12 16:01:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 11 10:40:20 CEST 2007 - stbinner@suse.de
|
|
|
|
|
|
|
|
- fix misplaced guards in rfb.h
|
|
|
|
|
2007-03-16 08:47:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 15 17:14:53 MDT 2007 - ccoffing@novell.com
|
|
|
|
|
|
|
|
- Fix incorrect usage of condition variables, which was causing
|
|
|
|
a crash during heavy updates. (#246100)
|
|
|
|
|
2007-01-15 22:49:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 28 19:14:22 CEST 2006 - garloff@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.8.2:
|
|
|
|
* Support for VNC protocol version 3.8.
|
|
|
|
* Many UltraVNC encodings and features added: FileTransfer,
|
|
|
|
SetSingleWindow, ServerInput, TextChat, UltraZip, etc.
|
|
|
|
* Support for PalmVNC and UltraVNC style 1/n server-side scaling.
|
|
|
|
* Improved Statistics reporting.
|
|
|
|
* KeyboardLedState encoding.
|
|
|
|
* LibVNCClient and x11vnc enhancements.
|
|
|
|
* Many bugs and leaks fixed.
|
|
|
|
* CVE-2006-2450 fix is already included, drop patch.
|
|
|
|
- Use -allinput in x11vnc_ssh script.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 19 12:59:00 CEST 2006 - garloff@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.8.
|
|
|
|
- Enable -fstack-protector for auth relevant files.
|
|
|
|
- Fix some compiler warnings.
|
|
|
|
- Disallow NoneAuth if password is set (#184418, CVE-2006-2450).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 24 22:51:21 CET 2006 - garloff@suse.de
|
|
|
|
|
|
|
|
- Optimize event loop in LibVNCserver (from intel for Xen).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:33:41 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 30 20:45:29 CET 2005 - garloff@suse.de
|
|
|
|
|
|
|
|
- Don't enable -threads by default; it's performance is nice, but
|
|
|
|
the stability is not that great.
|
|
|
|
- Include x11vnc_ssh in distribution.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 22 18:55:29 CET 2005 - garloff@suse.de
|
|
|
|
|
|
|
|
- Workaround for -thread mode: Wait for a client being fully
|
|
|
|
authenticated before sending data.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 21 15:27:36 CET 2005 - garloff@suse.de
|
|
|
|
|
|
|
|
- Update to LibVNCServer-0.7.99
|
|
|
|
- Fix compiler detected bugs (uninitialized var, buffer overflow).
|
|
|
|
- Package documentation.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 20 11:52:22 CET 2005 - ro@suse.de
|
|
|
|
|
|
|
|
- do not try to detect LINUX by presence of /dev/vcsa1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 21 03:27:19 CEST 2005 - garloff@suse.de
|
|
|
|
|
|
|
|
- Initial creation of package LibVNCServer-0.7.1.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|