diff options
author | bad <bad@pkgsrc.org> | 2015-02-14 13:16:39 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2015-02-14 13:16:39 +0000 |
commit | 177fef2d500f0511453851a181917fcd8ce6f56e (patch) | |
tree | da6a5959877d5aedfbe552f27d5703ccead1326f /net/rdesktop | |
parent | 134f28923cd17b417dacdb18a574c2747c830df9 (diff) | |
download | pkgsrc-177fef2d500f0511453851a181917fcd8ce6f56e.tar.gz |
Update net/rdesktop to 1.8.3.
This makes rdesktop work with Windows Server 2012 and 2012 R2.
rdesktop (1.8.3)
* Added a persistent mode used with SeamlessRDP
* Added US international keyboard layout with dead keys
* Code cleanup to match specifications, use constants defined
instead of magic numbers, remove of dead code
* Fix regression with failed connection and a invalid licensing
message, introduced in 1.8.2
* Fix issue with Non ASCII user / password when using CredSSP
* Fix issues using smartcard redirection with Windows 2012 R2
* Fix issue with windows key functionality
* Fix memory corruption when using rdp_out_unistr()
* Fix workaround for the lack of support for alpha cursors
* Fix silent exit when redirected when using CredSSP
* Fix crash when starting rdesktop without domain specified
while using CredSSP
* Fix issue in SeamlessRDP protocol parser upon reconnect
* Fix issue were a new SeamlessRDP application is respawned
upon a reconnection
-- Henrik Andersson <hean01@users.sourceforge.net> 2014-10-31
rdesktop (1.8.2)
* Support enhanced server redirection (Session broker 2012)
* Support License Error Alert PDU
* Changed default driver for printer redirection
* Fix CredSSP login using non-ASCII username/password
* Fix double login prompt bug with Win2008 server redirection
* Fix keysym collisions
* Fix mouse cursor with 2012 R2
* Fix local drive redirection with Win8 / Win2012
* Fix issue with mouse cursor hotspot
* Fix issue with mouse / keyboard against VirtualBox RDP
* Fix uncomplete czech keymap
* Fix error in dutch keymap
-- Henrik Andersson <hean01@users.sourceforge.net> 2014-05-20
Diffstat (limited to 'net/rdesktop')
-rw-r--r-- | net/rdesktop/Makefile | 5 | ||||
-rw-r--r-- | net/rdesktop/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 4463294b25e..4df8a711f3e 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2014/11/30 03:17:49 markd Exp $ +# $NetBSD: Makefile,v 1.45 2015/02/14 13:16:39 bad Exp $ -DISTNAME= rdesktop-1.8.1 -PKGREVISION= 1 +DISTNAME= rdesktop-1.8.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} diff --git a/net/rdesktop/distinfo b/net/rdesktop/distinfo index a759bcb959c..4d5d80e0ea9 100644 --- a/net/rdesktop/distinfo +++ b/net/rdesktop/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2014/01/02 15:12:16 prlw1 Exp $ +$NetBSD: distinfo,v 1.23 2015/02/14 13:16:39 bad Exp $ -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 (rdesktop-1.8.3.tar.gz) = aa1e56043782e04a0121357b24874e3ad6ae7b1d +RMD160 (rdesktop-1.8.3.tar.gz) = c278b54be54f434d79e0f07a9cdc2cca62286103 +Size (rdesktop-1.8.3.tar.gz) = 320212 bytes SHA1 (patch-aa) = a56f15d51e32b3e53fd1e42736944a6805cbe9e0 |