head 1.3; access; symbols pkgsrc-2016Q2:1.2.0.8 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.6 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.4 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.2 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.1.0.4 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2016.09.19.09.19.28; author wiz; state dead; branches; next 1.2; commitid VgFTIxicYjjZCSmz; 1.2 date 2015.07.21.21.51.39; author markd; state Exp; branches; next 1.1; commitid DVm4E9mIp6Lyscuy; 1.1 date 2015.03.22.20.07.46; author joerg; state Exp; branches; next ; commitid rlnD7pIV4y6ANDey; desc @@ 1.3 log @Updated tigervnc to 1.7.0. Still using xorg-server-1.17.2 for now. The proper release of TigerVNC 1.7.0 is now available. Lots of changes have been made since the last release, but the highlights are: Multi-threaded decoder in the FLTK viewer Windows Vista/2008 is now the minimum requirement Improved SSH integration in the Java viewer Fine grained lock down of Xvnc parameters Compatibility with Xorg 1.18 Lots of packaging fixes Better compatibility with Vino, both in the FLTK and Java viewer @ text @$NetBSD: patch-common_CMakeLists.txt,v 1.2 2015/07/21 21:51:39 markd Exp $ --- common/CMakeLists.txt.orig 2015-07-11 13:00:36.000000000 +0000 +++ common/CMakeLists.txt @@@@ -9,7 +9,7 @@@@ add_subdirectory(rfb) # because PIC code does not exist on that platform and MinGW complains if -fPIC # is passed (additionally, libvnc is not used on Windows.) -if(CMAKE_COMPILER_IS_GNUCXX AND (CMAKE_SIZEOF_VOID_P MATCHES 8) AND NOT WIN32) +if(NOT WIN32) set_target_properties(os rdr network Xregion rfb PROPERTIES COMPILE_FLAGS -fPIC) endif() @ 1.2 log @Update tigervnc to 1.5.0 TigerVNC 1.5.0 - Lots of changes have been made since the last release, but the highlights are: - IPv6 support in the servers - You can now have two passwords, one for full access and one for "view only". - syslog support in Xvnc - GnuTLS priority configuration - Performance fixes - You can now easily start more clients on OS X - More translations TigerVNC 1.4.3 - This release addresses the following issues: - Upstream patches applied to the underlying Xorg code base to mitigate CVE-2015-0255. - Fixes for performance regressions introduced in 1.4.0. - Character encoding of clipboard text send by Java viewer now strictly adheres to the RFB specification. TigerVNC 1.4.1 - This is release is in response to the recent Xorg Security Advisory. There are no known vulnerabilities in TigerVNC itself related to this advisory, however some of the changes to the Xorg codebase were not compatible with TigerVNC. TigerVNC 1.4.0 - Lots of changes have been made since the last release, but the highlights are: - Colour map (aka indexed, palette) mode is largely removed. TigerVNC is still compatible with other VNC implementations, but you can no longer run Xvnc in colour map mode. - Improvements to the keyboard handling both on the server and client - Support for newer Xorg versions in the server build - x0vncserver now supports XDamage for instant updates, making it slightly less useless - WinVNC now works in service mode on newer Windows versions - Better full screen mode for the Java client on OS X - man pages should now be up to date - Improved TLS implementation in the Java client - Lots and lots of cleanups and bug fixes @ text @d1 1 a1 1 $NetBSD: patch-common_CMakeLists.txt,v 1.1 2015/03/22 20:07:46 joerg Exp $ @ 1.1 log @Do as the comment say and use -fPIC everywhere but for Win32. Bump revision. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- common/CMakeLists.txt.orig 2015-03-22 17:29:15.000000000 +0000 d5 1 a5 1 @@@@ -16,7 +16,7 @@@@ add_subdirectory(rfb) d13 1 a13 1 if(USE_INCLUDED_ZLIB) @