diff options
author | prlw1 <prlw1@pkgsrc.org> | 2014-01-02 15:12:16 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2014-01-02 15:12:16 +0000 |
commit | 894512e8d4aa17e44a522f1d82920a8dc3092c15 (patch) | |
tree | 28ee48c5e69350640efb9fdaf6f2567603b5226b /net/rdesktop | |
parent | 3b757e67c79cccb99ec9e2effb4ccaea17061831 (diff) | |
download | pkgsrc-894512e8d4aa17e44a522f1d82920a8dc3092c15.tar.gz |
Update rdesktop to 1.8.1
Note that major additions are CredSSP and smart card single-sign-on, but
I have no way of testing them, so rather than adding untested dependencies,
I disabled those options.
rdesktop (1.8.1)
* Fix a typo in configure.ac
* Fix a bug which made rdesktop steal CPU cycles.
* Fix issue with reconnect, make use of deactivate variable
* Added 4 new disconnect reasons with exit codes
* Fix issues of window handling in SeamlessRDP parts of rdesktop
* Fix a backward compability with OpenSSL < 0.9.9
* Fix a bug when code needs a x window available but there are none.
* Fix a sigsegv zeroing memory
* Fix a 64bit portability issue
-- Henrik Andersson <hean01@users.sourceforge.net> 2013-11-18
rdesktop (1.8.0)
* Support for protocol negotiation eg. SSL/TLSv1 and CredSSP
* Support for CredSSP + Kerberos authentication (NLA)
* Support for smart card single-sign-on
* Support passing smart card pin as password as argument
* Added IPC for controlling a master rdesktop process
* Support for connection sharing when using SeamlessRDP
* Improved handling of network connection failures
* Autoreconnect using the connection cookie at network failure
* Fix a few smart card issues
* Fix bug with mouse scroll handling
* Fix for left/right braces in Italian keymap
* Fix crash and memory leak in local drive redirection
* Fixes issues with license files loading/saving
-- Henrik Andersson <hean01@users.sourceforge.net> 2013-08-09
Diffstat (limited to 'net/rdesktop')
-rw-r--r-- | net/rdesktop/Makefile | 7 | ||||
-rw-r--r-- | net/rdesktop/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index a7d69ddb680..d0595a13928 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2013/02/06 23:23:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.42 2014/01/02 15:12:16 prlw1 Exp $ -DISTNAME= rdesktop-1.7.1 -PKGREVISION= 1 +DISTNAME= rdesktop-1.8.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} @@ -14,6 +13,8 @@ GNU_CONFIGURE= YES USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --with-x=${X11BASE} +CONFIGURE_ARGS+= --disable-credssp +CONFIGURE_ARGS+= --disable-smartcard LDFLAGS+= ${LIBOSSAUDIO} diff --git a/net/rdesktop/distinfo b/net/rdesktop/distinfo index 2903b0cd8bb..a759bcb959c 100644 --- a/net/rdesktop/distinfo +++ b/net/rdesktop/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2012/04/26 14:54:28 abs Exp $ +$NetBSD: distinfo,v 1.22 2014/01/02 15:12:16 prlw1 Exp $ -SHA1 (rdesktop-1.7.1.tar.gz) = c718d0f49948a964c7ef8424b8ade73ecce3aba3 -RMD160 (rdesktop-1.7.1.tar.gz) = d9f39cb75ab13d7be846f61ea40276cddcbcb550 -Size (rdesktop-1.7.1.tar.gz) = 298808 bytes +SHA1 (rdesktop-1.8.1.tar.gz) = 57bb41f98ddf9eeef875c613d790fee37971d0f8 +RMD160 (rdesktop-1.8.1.tar.gz) = cbb213ba434eed34211f5f89a4ab5264c299d2cf +Size (rdesktop-1.8.1.tar.gz) = 314198 bytes SHA1 (patch-aa) = a56f15d51e32b3e53fd1e42736944a6805cbe9e0 |