diff options
author | tron <tron@pkgsrc.org> | 2008-06-08 16:29:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-06-08 16:29:28 +0000 |
commit | 7224f251b1afee189c23d26819388e0027d18d09 (patch) | |
tree | 967b6ad303a87d646a6931b3953bdaf87bd928eb /net/rdesktop/options.mk | |
parent | a6d38f59e242682e5884d73c12de36e97f7da1c8 (diff) | |
download | pkgsrc-7224f251b1afee189c23d26819388e0027d18d09.tar.gz |
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 <alexi@my...>)
* Send physical mouse buttons rather than logical ones
The security fixes had already been integrated into "pkgsrc" as patches.
Diffstat (limited to 'net/rdesktop/options.mk')
-rw-r--r-- | net/rdesktop/options.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/rdesktop/options.mk b/net/rdesktop/options.mk new file mode 100644 index 00000000000..d6397d9ab6b --- /dev/null +++ b/net/rdesktop/options.mk @@ -0,0 +1,14 @@ +# $NetBSD: options.mk,v 1.1 2008/06/08 16:29:28 tron Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.rdesktop +PKG_SUPPORTED_OPTIONS+= inet6 +PKG_SUGGESTED_OPTIONS+= inet6 + +.include "../../mk/bsd.options.mk" + +### +### Support both IPv6 and IPv4 connections. +### +.if !empty(PKG_OPTIONS:Minet6) +CONFIGURE_ARGE+= --with-ipv6 +.endif |