Commit graph

19 commits

Author SHA1 Message Date
abs
e6edc598f2 Updated net/rdesktop to 1.7.1
rdesktop (1.7.1)
 * Fix clipboard issue when not building with unicode support
 * Fix compilation against newer PCSC lite versions
 * Fix for per-device license mode on Windows 2008 R2 terminal server
 * Fix building 64bit version with static openssl linkage
 * Rewrite of smartcard handling for 64bit support, fixes several bugs
 * Improved license handling using XDG directories
2012-04-26 14:54:28 +00:00
tron
1ea29d5cf4 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.
2008-06-08 16:29:28 +00:00
tonnerre
d98d170994 Add patches required to fix CVE-2008-180[123], taken from rdesktop CVS.
1) An integer underflow error in iso.c when processing RDP requests can
   be exploited to cause a heap-based buffer overflow.
2) An input validation error in rdp.c when processing RDP redirect
   requests can be exploited to cause a BSS-based buffer overflow.
3) A signedness error within "xrealloc()" in rdesktop.c can be exploited
   to cause a heap-based buffer overflow.
2008-05-10 15:28:04 +00:00
tnn
693e24acc2 Pull in a patch from rdesktop CVS, xwin.c rev 1.223.
Fixes a segfault with X11_TYPE=modular. Should fix PR 36443.
2007-06-06 00:16:35 +00:00
hubertf
25f8ff738b 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
2006-12-01 10:53:15 +00:00
joerg
cdead68501 Don't declare errno, errno.h does so already. This will be in the next
upstream version.
2005-10-10 20:23:05 +00:00
xtraeme
f270ef370e Update to 1.4.1, changes:
* persistent bitmap cache optimisations
   * support for more RDP-orders (ellipse, polygon)
   * libao sound-driver (for Mac OSX and others)
   * Unicode support for transmitted strings/filenames
   * Added korean keymap
   * Xembed fixes to work with krdc correctly
   * Portability fixes
   * Support for RDP-compression (all bpps)
   * process RDP recv queue if send queue is full
2005-05-18 01:11:44 +00:00
xtraeme
356cb19a85 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
2005-03-23 15:24:11 +00:00
xtraeme
48324696ae Again... there's no need to use CFLAGS to pass the audio device
in some file, use subst.mk and remove the patch.
2005-02-15 20:20:06 +00:00
xtraeme
86e4785fb1 Update rdesktop to 1.3.1
Changes:

   * Crypto fixes for RDP5
   * Keyboard and keymap fixes
   * some endianess fixes for high color
   * portability enhancements
2004-01-24 14:01:47 +00:00
grant
466686b97a fix sound support on NetBSD by picking up ${DEVOSSAUDIO} from
ossaudio.buildlink2.mk and using it.

reorder WRKSRC to appease pkglint.

bump PKGREVISION.
2003-11-22 03:34:51 +00:00
grant
c6c45e2138 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
2003-11-20 04:46:08 +00:00
jlam
627ace230f 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.
2003-03-06 19:08:10 +00:00
grant
927c14c576 update to rdesktop 1.2.
Changes since 1.1 unknown, author does not maintain a changelog.

closes PR pkg/20334 from Juan RP (though I already had this
update in my tree).
2003-02-13 23:25:05 +00:00
grant
ee69c7c910 fix build on solaris:
* don't set -O2
* use ${LDFLAGS} instead of -L -Wl,-R etc.
2002-07-25 02:47:46 +00:00
cjep
c9e99404f3 Pass an -R to the linker, fixing this package on NetBSD/arm. 2002-06-07 10:28:13 +00:00
rh
1bebacda6c Undo previous import. Alistair already committed an rdesktop package some
time ago.
2001-09-30 11:15:19 +00:00
rh
2895509207 Initial import of rdesktop-1.1.0, an open source Remote Desktop Protocol
client.
2001-09-30 11:08:13 +00:00
agc
1be43417ea Import rdesktop-1.1.0, an open-source RDP client for connecting to Windows NT
and Windows 2000 terminal servers, into the packages collection.

Package provided in PR 14059 by Grant Beattie (grant@grunta.com), slightly
modified by myself.
2001-09-25 12:45:59 +00:00