head 1.4; access; symbols pkgsrc-2016Q4:1.3.0.10 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.8 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.6 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.4 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.2 pkgsrc-2015Q4-base:1.3 pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q1:1.1.0.2 pkgsrc-2012Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2017.01.09.07.55.15; author ryoon; state dead; branches; next 1.3; commitid QUopfHtt3Q4YygBz; 1.3 date 2015.12.08.17.23.21; author jperkin; state Exp; branches; next 1.2; commitid dNKtrHhj0lM0vaMy; 1.2 date 2012.05.06.09.08.36; author obache; state dead; branches; next 1.1; 1.1 date 2012.02.22.09.50.24; author cheusov; state Exp; branches; next ; desc @@ 1.4 log @Update to 0.9.11 * Update buildlink3.mk * Update HOMEPAGE and MASTER_SITES Changelog: 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. 0.9.10: Overall changes: 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. LibVNCServer/LibVNCClient: 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. LibVNCServer: Merged patches from KDE/krfb. Can now do IPv6 without IPv4. Fixed a use-after-free issue in scale.c. @ text @$NetBSD: patch-configure,v 1.3 2015/12/08 17:23:21 jperkin Exp $ Use $as_echo to support escape sequences correctly. --- configure.orig 2015-12-08 11:18:14.016272933 +0000 +++ configure @@@@ -26310,26 +26310,26 @@@@ else { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&5 $as_echo "$as_me: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&6;} if test -f $ac_prefix_conf_INP ; then - echo "s/#undef *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]\\)/#undef $ac_prefix_conf_UPP""_\\1/" > conftest.prefix + $as_echo "s/#undef *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]\\)/#undef $ac_prefix_conf_UPP""_\\1/" > conftest.prefix # no! these are things like socklen_t, const, vfork # echo "s/#undef *\\([m4_cr_letters]\\)/#undef $_LOW""_\\1/" >> _script - echo "s/#define *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*\\)\\(.*\\)/#ifndef $ac_prefix_conf_UPP""_\\1 \\" >> conftest.prefix - echo "#define $ac_prefix_conf_UPP""_\\1 \\2 \\" >> conftest.prefix - echo "#endif/" >>conftest.prefix + $as_echo "s/#define *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*\\)\\(.*\\)/#ifndef $ac_prefix_conf_UPP""_\\1 \\" >> conftest.prefix + $as_echo "#define $ac_prefix_conf_UPP""_\\1 \\2 \\" >> conftest.prefix + $as_echo "#endif/" >>conftest.prefix # no! these are things like socklen_t, const, vfork # echo "s/#def[]ine *\\([m4_cr_letters][_symbol]*\\)\\(.*\\)/#ifndef $_LOW""_\\1 \\" >> _script # echo "#define $_LOW""_\\1 \\2 \\" >> _script # echo "#endif/" >> _script # now executing _script on _DEF input to create _OUT output file - echo "#ifndef $ac_prefix_conf_DEF" >$tmp/pconfig.h - echo "#define $ac_prefix_conf_DEF 1" >>$tmp/pconfig.h - echo ' ' >>$tmp/pconfig.h - echo /'*' $ac_prefix_conf_OUT. Generated automatically at end of configure. '*'/ >>$tmp/pconfig.h + $as_echo "#ifndef $ac_prefix_conf_DEF" >$tmp/pconfig.h + $as_echo "#define $ac_prefix_conf_DEF 1" >>$tmp/pconfig.h + $as_echo ' ' >>$tmp/pconfig.h + $as_echo /'*' $ac_prefix_conf_OUT. Generated automatically at end of configure. '*'/ >>$tmp/pconfig.h sed -f conftest.prefix $ac_prefix_conf_INP >>$tmp/pconfig.h - echo ' ' >>$tmp/pconfig.h - echo '/* once:' $ac_prefix_conf_DEF '*/' >>$tmp/pconfig.h - echo "#endif" >>$tmp/pconfig.h + $as_echo ' ' >>$tmp/pconfig.h + $as_echo '/* once:' $ac_prefix_conf_DEF '*/' >>$tmp/pconfig.h + $as_echo "#endif" >>$tmp/pconfig.h if cmp -s $ac_prefix_conf_OUT $tmp/pconfig.h 2>/dev/null; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_prefix_conf_OUT is unchanged" >&5 $as_echo "$as_me: $ac_prefix_conf_OUT is unchanged" >&6;} @ 1.3 log @Use $as_echo to support escape sequences correctly. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update libVNCServer to 0.9.9. 0.9.9 - 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. @ text @d1 5 a5 3 $NetBSD: patch-configure,v 1.1 2012/02/22 09:50:24 cheusov Exp $ # PR 42289 --- configure.orig 2011-11-09 11:58:39.000000000 +0000 d7 27 a33 2 @@@@ -24066,8 +24066,8 @@@@ else fi d35 10 a44 8 -# Check if /dev/vcsa1 exists, if so, define LINUX - if test -c /dev/vcsa1; then +# Define LINUX_TRUE on Linux + if test `uname -s` = Linux; then LINUX_TRUE= LINUX_FALSE='#' else @ 1.1 log @Fix build failure on Linux (PR 42289) @ text @d1 1 a1 1 $NetBSD$ @