Up to [cvs.netbsd.org] / pkgsrc / net / rdesktop
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.24.1 / (download) - annotate - [select for diffs], Wed May 4 17:21:25 2011 UTC (12 months, 3 weeks ago) by tron
Branch: pkgsrc-2011Q1
Changes since 1.2: +8 -4
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Pullup ticket #3421 - requested by obache
net/rdesktop: security update
Revisions pulled up:
- net/rdesktop/Makefile 1.38
- net/rdesktop/distinfo 1.20
- net/rdesktop/options.mk 1.3-1.4
---
Module Name: pkgsrc
Committed By: schnoebe
Date: Fri Apr 8 16:49:32 UTC 2011
Modified Files:
pkgsrc/net/rdesktop: options.mk
Log Message:
Correct typo on inet6 CONFIGURE_ARGS.
---
Module Name: pkgsrc
Committed By: obache
Date: Wed May 4 14:47:18 UTC 2011
Modified Files:
pkgsrc/net/rdesktop: Makefile distinfo options.mk
Log Message:
Update rdesktop to 1.7.0.
This fixes some important bugs and is therefore recommended for all users.
Key changes:
* Security: Directory traversal vulnerability with disk redirection (disallow /.. requests)
* New maintainer: Peter strand <astrand@...>
* Brush cache support
* Removed the hardcoded limit of the username length
* Increased domain name length to 255 chars
* Improved compatibility with PulseAudio/padsp
* Cleaned up and documented the return values
* Keyboard fix: avoid stuck keys in certain cases
* Support for new pointers
* License has been changed to GPLv3
* EWMH fixes for 64-bit machines
* RandR support: automatically resize session if using relative screen size
* Improved support for Windows 2008 Session Broker
* Japanese keyboard map has been improved
* New keyboard map: fr-bepo
* Many stability fixes regarding smart card redirection
* Windows 2008 R2 / 7: Fix sound playback when not using other redirections
* Windows 2008 R2 / 7: Solve disk redirection read-only issues
* Windows 2008 R2 / 7: Solve issue with recursive deletion
* Avoid exit when printing, if lpr command terminates early
Revision 1.4 / (download) - annotate - [select for diffs], Wed May 4 14:47:18 2011 UTC (12 months, 3 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
Changes since 1.3: +7 -3
lines
Diff to previous 1.3 (colored)
Update rdesktop to 1.7.0. This fixes some important bugs and is therefore recommended for all users. Key changes: * Security: Directory traversal vulnerability with disk redirection (disallow /.. requests) * New maintainer: Peter strand <astrand@...> * Brush cache support * Removed the hardcoded limit of the username length * Increased domain name length to 255 chars * Improved compatibility with PulseAudio/padsp * Cleaned up and documented the return values * Keyboard fix: avoid stuck keys in certain cases * Support for new pointers * License has been changed to GPLv3 * EWMH fixes for 64-bit machines * RandR support: automatically resize session if using relative screen size * Improved support for Windows 2008 Session Broker * Japanese keyboard map has been improved * New keyboard map: fr-bepo * Many stability fixes regarding smart card redirection * Windows 2008 R2 / 7: Fix sound playback when not using other redirections * Windows 2008 R2 / 7: Solve disk redirection read-only issues * Windows 2008 R2 / 7: Solve issue with recursive deletion * Avoid exit when printing, if lpr command terminates early
Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 8 16:49:32 2011 UTC (13 months, 2 weeks ago) by schnoebe
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Correct typo on inet6 CONFIGURE_ARGS.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 12 16:00:56 2008 UTC (3 years, 8 months ago) by sborrill
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Branch point for: pkgsrc-2011Q1
Changes since 1.1: +8 -3
lines
Diff to previous 1.1 (colored)
Make ssl support an option (that defaults to on)
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 8 16:29:28 2008 UTC (3 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
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.