head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.18 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.16 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.14 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.12 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.10 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.8 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.6 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.4 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.2 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.7.0.8 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.6 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.4 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.2 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.6.0.4 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.2 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.5.0.8 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.6 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.4 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.10 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.8 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.6 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.4 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2; locks; strict; comment @# @; 1.8 date 2008.06.08.16.29.28; author tron; state dead; branches; next 1.7; 1.7 date 2007.06.06.00.16.35; author tnn; state Exp; branches; next 1.6; 1.6 date 2006.12.01.10.53.15; author hubertf; state dead; branches; next 1.5; 1.5 date 2005.10.10.20.23.05; author joerg; state Exp; branches; next 1.4; 1.4 date 2005.03.23.15.24.11; author xtraeme; state dead; branches; next 1.3; 1.3 date 2004.01.24.14.01.47; author xtraeme; state Exp; branches; next 1.2; 1.2 date 2003.11.20.04.46.08; author grant; state Exp; branches; next 1.1; 1.1 date 2003.03.06.19.08.11; author jlam; state Exp; branches; next ; desc @@ 1.8 log @Update "rdesktop" package to version 1.6.0. Changes since 1.5.0: * Fix for potential vulnerability against compromised/malicious servers (reported by iDefense) * Fix for crash with recent versions of X.Org * Fix for connection to Windows 2008 Server * ALSA driver added * Sound drivers can now be selected at runtime * Smartcard support (Alexi Volkov ) * Send physical mouse buttons rather than logical ones The security fixes had already been integrated into "pkgsrc" as patches. @ text @$NetBSD: patch-ab,v 1.7 2007/06/06 00:16:35 tnn Exp $ http://rdesktop.cvs.sourceforge.net/rdesktop/rdesktop/xwin.c?r1=1.222&r2=1.223&view=patch --- xwin.c 2007/01/17 07:39:31 1.222 +++ xwin.c 2007/04/12 16:04:25 1.223 @@@@ -3218,7 +3218,7 @@@@ return; image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0, - (char *) data, cx, cy, BitmapPad(g_display), cx * g_bpp / 8); + (char *) data, cx, cy, g_bpp, 0); if (g_ownbackstore) { @ 1.7 log @Pull in a patch from rdesktop CVS, xwin.c rev 1.223. Fixes a segfault with X11_TYPE=modular. Should fix PR 36443. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Update rdesktop to 1.5.0. Changes: * SeamlessRDP - seamless windows support * Keymap fixes * Fix connection issues with Windows XP RTM * Keyboard handling improvements and fixes * SGI/Irix sound-driver fixes * Support for clipboard INCR protocol * Session Directory support * Support for long filenames on redirected drives * XOR ellipse drawing fix * Clipboard unicode support (Ilya Konstantinov) * Fix display issues with exotic color depths (30bpp, 32bpp, etc) * Large file support * The default color depth is now the depth of the root window * Basic support for Windows Vista Beta 2 * Fix high cpu-usage in OSS-driver @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.5 2005/10/10 20:23:05 joerg Exp $ d3 6 a8 9 --- parallel.c.orig 2005-10-10 22:19:37.000000000 +0200 +++ parallel.c @@@@ -14,8 +14,6 @@@@ #include #endif -extern int errno; - extern RDPDR_DEVICE g_rdpdr_device[]; d10 3 d14 2 @ 1.5 log @Don't declare errno, errno.h does so already. This will be in the next upstream version. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to 1.4.0 Changes: * Basic disk-, parallel-, printer- and serial-redirection * Fix timezone-redirection * Backing-store fixes * Fix client-IP sent to TS * XEmbed support for embedding rdesktop in other applications (KRDC) * Support for setting the RDP5 experience * Keyboard and keymap fixes * Performance improvements * Report disconnect-reason * Support for RDP-compression (currently only for 8bpp) * Support for persistent bitmap caching * Sound-driver for SGI/Irix @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2004/01/24 14:01:47 xtraeme Exp $ d3 5 a7 5 --- configure.orig 2004-01-24 14:14:38.000000000 +0100 +++ configure 2004-01-24 14:18:23.000000000 +0100 @@@@ -166,13 +166,6 @@@@ echo " libraries $xdir/lib" echo d9 1 a9 5 -if [ $xdir != "/usr" ]; then - cflags="$cflags -I$xdir/include" - ldflags="$ldflags -L$xdir/lib" - rpath="$rpath:$xdir/lib" -fi d11 1 a11 2 -ldflags="$ldflags" targets="$targets rdesktop" a12 15 #withoutopenssl not currently supported @@@@ -205,12 +198,6 @@@@ echo "CRYPTOBJ =" >>Makeconf - if [ $ssldir != "/usr" ]; then - cflags="$cflags -I$ssldir/include" - ldflags="$ldflags -L$ssldir/lib" - rpath="$rpath:$ssldir/lib" - fi - cflags="$cflags -DWITH_OPENSSL" ldflags="$ldflags -lcrypto" fi @@@@ -259,7 +246,7 @@@@ a13 30 # Check for OSS sound support -if [ -f /usr/include/sys/soundcard.h ]; then +if [ -f /usr/include/sys/soundcard.h -o -f /usr/include/soundcard.h ]; then echo Sound support enabled: Open Sound System echo echo "SOUNDOBJ = rdpsnd.o rdpsnd_oss.o" >>Makeconf @@@@ -283,10 +270,7 @@@@ case `uname -s` in SunOS) - ldflags="$ldflags -lsocket -lnsl -R$rpath" - ;; - OSF1) - ldflags="$ldflags -Wl,-rpath,$rpath" + ldflags="$ldflags -lsocket -lnsl" ;; HP-UX) cflags="$cflags -D_XOPEN_SOURCE_EXTENDED" @@@@ -294,8 +278,8 @@@@ esac -echo "CFLAGS = $cflags" >>Makeconf -echo "LDFLAGS = $ldflags" >>Makeconf +echo "CFLAGS = $CFLAGS $cflags" >>Makeconf +echo "LDFLAGS = $LDFLAGS $ldflags" >>Makeconf echo "TARGETS = $targets" >>Makeconf echo "configure complete - now run make" @ 1.3 log @Update rdesktop to 1.3.1 Changes: * Crypto fixes for RDP5 * Keyboard and keymap fixes * some endianess fixes for high color * portability enhancements @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Updated rdesktop to 1.3.0. Major changes since 1.2.0: New features: * RDP 5 * 15, 16 and 24 bit color depths * Basic clipboard redirection * Sound * IPv6 * Attaching to console on Windows 2003 Other changes: * Updated keymaps * Increased maximum lengths for usernames and passwords * Support for specifying geometry in terms of percent of whole screen @ text @d3 3 a5 3 --- configure.orig 2003-10-29 23:49:52.000000000 +1100 +++ configure @@@@ -166,13 +166,6 @@@@ echo " includes $xdir/include" d19 1 a19 1 @@@@ -205,12 +198,6 @@@@ targets="$targets rdesktop" d32 1 a32 1 @@@@ -259,7 +246,7 @@@@ fi d41 1 a41 1 @@@@ -283,16 +270,13 @@@@ rpath=`echo $rpath |sed 's/^://'` d51 3 @ 1.1 log @Use rdesktop's configure process (no rationale for not using it). It will automatically add the correct libraries for each OS, so we can remove the custom SunOS library additions in the package Makefile. Also remove the custom do-install target and simply use the rdesktop one (no rationale for not using it either). Remove USE_GMAKE setting since BSD make is sufficient. @ text @d3 1 a3 1 --- configure.orig Thu Jan 30 02:54:48 2003 d5 46 a50 1 @@@@ -220,8 +220,8 @@@@ case `uname -s` in d56 3 a58 2 +echo "CFLAGS += $cflags" >>Makeconf +echo "LDFLAGS += $ldflags" >>Makeconf a60 1 @