File rdesktop.changes of Package rdesktop
-------------------------------------------------------------------
Thu Jan 11 14:24:42 UTC 2024 - Manfred Schwarb <manfred99@gmx.ch>
- add patch fix_C99_issue_in_configure.patch to fix detection of statvfs64
- add patch fix_dashes_in_manpage.patch to prevent dashes from being utf8 mangled
- add patch fix_segfault_in_utils_cert_handle_exception.patch
- add patch fix_wrong_string_null_terminated.patch to null-terminate
the correct variable
- adjust patch rdesktop-fix_pkgconfig_check.patch so it can be applied with "-p1"
- minor spec cleanup
-------------------------------------------------------------------
Wed Jan 27 10:30:05 UTC 2021 - seife+obs@b1-systems.com
- remove dependency on python2
* add rdesktop-convert-map.python3.patch, remove obsolete
rdesktop-Fix-keymap-script.patch
-------------------------------------------------------------------
Mon Dec 30 18:37:34 UTC 2019 - chris@computersalat.de
- fix for boo#1158593
* fix python shebang, use any python (2 or 3)
-------------------------------------------------------------------
Wed Dec 18 21:31:28 UTC 2019 - Markus Beth <markus.beth@web.de>
- Added rdesktop-fix_segfault_in_rdssl_rkey_get_exp_mod.patch
Patch from https://github.com/rdesktop/rdesktop/pull/357 to fix
segmentation faults when connecting to certain servers
- removed obsolete --with-openssl switch for configure
-------------------------------------------------------------------
Mon Nov 11 13:42:37 UTC 2019 - Namor Barcode <z1trus@gmx.com>
- Update to 1.9.0
* Use GnuTLS and nettle instead of OpenSSL
* Improved certificate handling
* Add support for dynamic resize of sessions
* Add support for alpha cursors
* Add PulseAudio support
* Add Kerberos support on macOS
* Kerberos support no longer requires libgssglue
* Remove support for rdesktop's custom microphone extension
* Several fixes to improve compatibility with modern desktops
* macOS compatibility fixes
* Improved handling of redirections
* Many smart card bug fixes
* Many disk redirection bug fixes
* Improved logging
* Lots of other small bug fixes
- Remove rdesktop-Fix-key-caching.patch (merged in upstream)
- Remove rdesktop-Fix-decryption.patch (merged in upstream)
-------------------------------------------------------------------
Mon Jul 1 13:03:04 UTC 2019 - chris@computersalat.de
- update changes file
* add missing info about bugzilla 1121448
-------------------------------------------------------------------
Wed Jun 12 20:07:09 UTC 2019 - Markus Beth <markus.beth@web.de>
- Added rdesktop-Fix-decryption.patch
Patch from https://github.com/rdesktop/rdesktop/pull/334 to fix
connections to VirtualBox.
-------------------------------------------------------------------
Wed May 22 18:30:55 UTC 2019 - Markus Beth <markus.beth@web.de>
- update to 1.8.6
* Fix protocol code handling new licenses
-------------------------------------------------------------------
Wed May 15 22:32:15 UTC 2019 - Markus Beth <markus.beth@web.de>
- update to 1.8.5
* Add bounds checking to protocol handling in order to fix many
security problems when communicating with a malicious server.
-------------------------------------------------------------------
Sat Feb 2 16:20:41 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim redundant wording from description.
- Use %make_install.
-------------------------------------------------------------------
Mon Jan 28 20:29:52 UTC 2019 - Markus Beth <markus.beth@web.de>
- update to 1.8.4 (fix for boo#1121448)
* Add rdp_protocol_error function that is used in several fixes
* Refactor of process_bitmap_updates
* Fix possible integer overflow in s_check_rem() on 32bit arch
* Fix memory corruption in process_bitmap_data - CVE-2018-8794
* Fix remote code execution in process_bitmap_data - CVE-2018-8795
* Fix remote code execution in process_plane - CVE-2018-8797
* Fix Denial of Service in mcs_recv_connect_response - CVE-2018-20175
* Fix Denial of Service in mcs_parse_domain_params - CVE-2018-20175
* Fix Denial of Service in sec_parse_crypt_info - CVE-2018-20176
* Fix Denial of Service in sec_recv - CVE-2018-20176
* Fix minor information leak in rdpdr_process - CVE-2018-8791
* Fix Denial of Service in cssp_read_tsrequest - CVE-2018-8792
* Fix remote code execution in cssp_read_tsrequest - CVE-2018-8793
* Fix Denial of Service in process_bitmap_data - CVE-2018-8796
* Fix minor information leak in rdpsnd_process_ping - CVE-2018-8798
* Fix Denial of Service in process_secondary_order - CVE-2018-8799
* Fix remote code execution in in ui_clip_handle_data - CVE-2018-8800
* Fix major information leak in ui_clip_handle_data - CVE-2018-20174
* Fix memory corruption in rdp_in_unistr - CVE-2018-20177
* Fix Denial of Service in process_demand_active - CVE-2018-20178
* Fix remote code execution in lspci_process - CVE-2018-20179
* Fix remote code execution in rdpsnddbg_process - CVE-2018-20180
* Fix remote code execution in seamless_process - CVE-2018-20181
* Fix remote code execution in seamless_process_line - CVE-2018-20182
* Fix building against OpenSSL 1.1
- remove obsolete patches
* rdesktop-Fix-OpenSSL-1.1-compability-issues.patch
* rdesktop-Fix-crash-in-rdssl_cert_to_rkey.patch
-------------------------------------------------------------------
Mon Feb 12 23:25:43 UTC 2018 - markus.beth@web.de
- Added rdesktop-Fix-key-caching.patch
backport of https://github.com/rdesktop/rdesktop/commit/a3dfceefc2c729243b71270e3f503fa2dd57ec8d
-------------------------------------------------------------------
Sat Feb 3 13:41:52 UTC 2018 - aloisio@gmx.com
- Added rdesktop-Fix-OpenSSL-1.1-compability-issues.patch
and rdesktop-Fix-crash-in-rdssl_cert_to_rkey.patch to fix
Factory build
- Added rdesktop-Fix-keymap-script.patch
-------------------------------------------------------------------
Mon Aug 10 14:44:54 UTC 2015 - mpluskal@suse.com
- Use url for source
- Cleanup spec file with spec-cleaner
-------------------------------------------------------------------
Mon Dec 29 15:02:59 UTC 2014 - chris@computersalat.de
- fix for boo#897205 (rdesktop to Windows 2008 R2 Terminal Server)
- update to 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
-------------------------------------------------------------------
Thu Oct 2 20:47:41 UTC 2014 - crrodriguez@opensuse.org
- Enable libao backend, this will help with pulseaudio
- Do not buildrequire xorg-x11-devel just the specific needed
X libraries
-------------------------------------------------------------------
Sun Jun 1 13:42:16 UTC 2014 - chris@computersalat.de
- update to 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
-------------------------------------------------------------------
Wed Nov 27 12:02:29 UTC 2013 - chris@computersalat.de
- update to 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
- remove obsolete patches
* tcp_return, 64bit_portability_issue
-------------------------------------------------------------------
Mon Aug 12 12:08:27 UTC 2013 - chris@computersalat.de
- fix for sf#366: http://sourceforge.net/p/rdesktop/bugs/366/
* added patches: tcp_return, 64bit_portability_issue
-------------------------------------------------------------------
Sat Aug 10 10:42:02 UTC 2013 - chris@computersalat.de
- update to 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
- remove obsolete rdesktop-1.7.0-lib64.dif patch
- add missing dependency for libgssglue
-------------------------------------------------------------------
Tue Feb 19 15:11:04 UTC 2013 - alexandre@exatati.com.br
- Enable smartcard support.
-------------------------------------------------------------------
Sat Jan 12 19:17:46 UTC 2013 - coolo@suse.com
- remove suse_update_config
-------------------------------------------------------------------
Wed Feb 22 15:27:08 UTC 2012 - chris@computersalat.de
- update to version 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
- fix rpmlint
* incorrect-fsf-address
* non-standard-group
- remove obsolete patch
* lib64 patch
- rebase fix_pkgconfig_check patch
-------------------------------------------------------------------
Fri Jan 6 15:29:41 UTC 2012 - sweet_f_a@gmx.de
- enable ipv6 support
- remove unused patches
-------------------------------------------------------------------
Wed Nov 30 10:35:55 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Thu Apr 28 20:00:05 UTC 2011 - claes.backstrom@opensuse.org
- update to version 1.7.0
* Security: Directory traversal vulnerability with disk
redirection (disallow /.. requests)
* New maintainer: Peter Åstrand from Cendio
* 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
- updated rdesktop-1.4.0-lib64.dif -> rdesktop-1.7.0-lib64.dif
- remove obsolete patches
* rdesktop-1.5.0-fix-printer-strcmp.dif
* rdesktop-NOMAD.dif
-------------------------------------------------------------------
Wed Feb 4 10:43:29 EST 2009 - davidr@novell.com
- Better detection of fullscreen dimensions when no window manager
is running. (bnc#456172)
-------------------------------------------------------------------
Fri Nov 21 04:57:17 EST 2008 - davidr@novell.com
- Fix resize restriction issue in NOMAD patch.
- Fix background color typo.
- Fix annoying keyboard grabbing issue.
-------------------------------------------------------------------
Tue Nov 11 12:11:39 EST 2008 - davidr@novell.com
- Fix DMX input focus handling.
-------------------------------------------------------------------
Wed Oct 15 11:16:05 EDT 2008 - davidr@novell.com
- Don't prevent DMX DnD support from working properly.
- Fix handling of special keys when using the rdpx11 channel.
- Disable old fs fix. NOMAD patch includes a much better fullscreen
fix that actually works.
- Fix blocking issues in x11 forwarding and make x11 stream
compression work properly.
- Fix issue with grabbing of the keyboard and preventing events
from being forwarded when rdpx11 channel is used.
-------------------------------------------------------------------
Wed Sep 17 17:05:28 CEST 2008 - mc@suse.de
- add NOMAD patch (for FATE 304243, 304244, 304246)
-------------------------------------------------------------------
Wed Jun 18 17:17:51 CEST 2008 - mc@suse.de
- update to version 1.6.0
* Fix for crash with recent versions of X.Org
* Fix for potential vulnerability against compromised/malicious servers (reported by iDefense)
* Fix for Windows 2008 Server
* ALSA driver added
* Sound drivers can now be selected at runtime
* Smartcard support (Alexi Volkov <alexi@myrealbox.com>)
* Send physical mouse buttons rather than logical ones
- remove obsolete patches
-------------------------------------------------------------------
Thu May 8 14:29:51 CEST 2008 - mc@suse.de
- fix multiple problems in rdesktop
* CVE-2008-1801 - integer underflow vulnerability
* CVE-2008-1802 - BSS overflow vulnerability
* CVE-2008-1803 - integer signedness vulnerability
-------------------------------------------------------------------
Wed Apr 25 17:21:55 CEST 2007 - mc@suse.de
- fix segfaults after recent update of X.org
[#267016]
-------------------------------------------------------------------
Tue Dec 19 10:49:52 CET 2006 - mc@suse.de
- fix "comparison with string literal" [#228709]
-------------------------------------------------------------------
Mon Nov 6 20:32:08 CET 2006 - schwab@suse.de
- Don't strip binaries.
-------------------------------------------------------------------
Tue Sep 19 11:26:16 CEST 2006 - mc@suse.de
- rdesktop (1.5.0)
* 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
* 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
-------------------------------------------------------------------
Mon Sep 11 17:58:43 CEST 2006 - mc@suse.de
- /usr/X11R6 => /usr/
-------------------------------------------------------------------
Fri May 26 19:56:07 CEST 2006 - schwab@suse.de
- Don't strip binaries.
-------------------------------------------------------------------
Thu May 4 17:52:21 CEST 2006 - mc@suse.de
- add xgl fix [#164671]
-------------------------------------------------------------------
Mon Mar 20 12:12:36 CET 2006 - mc@suse.de
- fix Compiz makes rdesktop window entirely transparent
[# 155335]
-------------------------------------------------------------------
Wed Jan 25 21:41:06 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Jun 3 12:07:42 CEST 2005 - mc@suse.de
- switch to version 1.4.1
* 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 (Debian bug #246461)
* SGI/Irix sound-driver fixes
-------------------------------------------------------------------
Wed Mar 30 15:58:07 CEST 2005 - mc@suse.de
- switch to version 1.4.0
- remove rdesktop-1.2.0-24bit-color.dif, rdesktop-1.2.0-configure.dif
and rdesktop-kdehead.patch
- add rdesktop-1.4.0-lib64.dif
-------------------------------------------------------------------
Tue Aug 24 10:38:28 CEST 2004 - mc@suse.de
- add rdesktop-kdehead.patch to make krdc working
#43860
-------------------------------------------------------------------
Thu Feb 26 10:49:50 CET 2004 - mc@suse.de
- switch to version 1.3.1
* Crypto fixes for RDP5
* Keyboard and keymap fixes
* some endianess fixes for high color
* portability enhancements
-------------------------------------------------------------------
Sat Jan 10 21:35:43 CET 2004 - adrian@suse.de
- build as user
-------------------------------------------------------------------
Thu Oct 30 12:27:38 CET 2003 - mc@suse.de
- switch to version 1.3.0
-------------------------------------------------------------------
Mon Aug 18 13:10:41 CEST 2003 - mc@suse.de
- renamed rdesktop-1.2.0.dif to rdesktop-1.2.0-24bit-color.dif
- add rdesktop-1.2.0-configure.dif . Makes it possible to set
CFLAGS from external.
- add -fno-strict-aliasing
- removed unused patches
(rdesktop-unified-patch19-9-0.bz2, rdesktop-1.1.0.dif)
-------------------------------------------------------------------
Fri Jul 4 20:09:28 CEST 2003 - sndirsch@suse.de
- workaround for 24bit color depth problem (Bug #27726)
-------------------------------------------------------------------
Mon Jun 16 10:19:46 CEST 2003 - coolo@suse.de
- use BuildRoot
-------------------------------------------------------------------
Tue Mar 18 14:29:31 CET 2003 - sndirsch@suse.de
- added missing keymaps (Bug #25565)
-------------------------------------------------------------------
Thu Jan 30 22:55:40 CET 2003 - sndirsch@suse.de
- updated to release 1.2.0 (Bug #23211)
* this features new keyboard mapping code, high encryption support
and many small additions and bugfixes
-------------------------------------------------------------------
Fri Aug 23 12:58:52 CEST 2002 - uli@suse.de
- added patches from http://bibl4.oru.se/projects/rdesktop
that have been reported to be necessary for proper operation
(bug #18223)
-------------------------------------------------------------------
Wed Apr 24 12:58:22 CEST 2002 - uli@suse.de
- fixed for lib64
-------------------------------------------------------------------
Thu Oct 18 12:18:35 CEST 2001 - uli@suse.de
- initial package