37 Commits

Author SHA256 Message Date
Christian Wittmer
006a4e26b9 Accepting request 1138147 from home:manfred999:branches:X11:Utilities
Some assorted fixes found in the "Issues" and "Pull requests" sections of the rdesktop github site:
- 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

OBS-URL: https://build.opensuse.org/request/show/1138147
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=53
2024-01-15 18:12:17 +00:00
998443bf44 Accepting request 867143 from home:seife:branches:X11:Utilities
remove dependency on python2

OBS-URL: https://build.opensuse.org/request/show/867143
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=51
2021-02-01 09:35:20 +00:00
Christian Wittmer
f1999535eb Accepting request 760071 from home:computersalat:devel:X11utils
fix for boo#1158593

OBS-URL: https://build.opensuse.org/request/show/760071
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=49
2019-12-30 18:51:55 +00:00
25339b58ba Accepting request 758127 from home:markusbeth:branches:X11:Utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/758127
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=47
2019-12-20 23:43:58 +00:00
899462d271 fix release
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=45
2019-11-14 17:32:38 +00:00
1e61c666e6 fix release
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=44
2019-11-14 17:32:12 +00:00
953418c570 Accepting request 747391 from home:z1trus:branches:X11:Utilities
- 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)

OBS-URL: https://build.opensuse.org/request/show/747391
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=43
2019-11-14 17:05:03 +00:00
e101b26bf3 Accepting request 710432 from home:markusbeth:branches:X11:Utilities
Added patch to fix connections to VirtualBox.

OBS-URL: https://build.opensuse.org/request/show/710432
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=39
2019-06-19 09:55:50 +00:00
Christian Wittmer
ae0884f3a9 Accepting request 704821 from home:markusbeth:branches:X11:Utilities
version update to 1.8.6

OBS-URL: https://build.opensuse.org/request/show/704821
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=37
2019-05-28 21:37:14 +00:00
b0bffdf27e Accepting request 670733 from home:jengelh:branches:X11:Utilities
- Trim redundant wording from description.
- Use %make_install.

OBS-URL: https://build.opensuse.org/request/show/670733
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=35
2019-02-18 14:22:52 +00:00
fb04949226 Accepting request 669391 from home:markusbeth:branches:X11:Utilities
- update to 1.8.4
  * 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

OBS-URL: https://build.opensuse.org/request/show/669391
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=33
2019-01-29 14:26:59 +00:00
701e0eaf3a Accepting request 576406 from home:markusbeth:branches:X11:Utilities
- Added rdesktop-Fix-key-caching.patch
  backport of a3dfceefc2

OBS-URL: https://build.opensuse.org/request/show/576406
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=31
2018-02-14 12:19:58 +00:00
72cfea797c Accepting request 572297 from home:alois:branches:X11:Utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/572297
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=29
2018-02-03 20:56:26 +00:00
87b89498c6 new meta
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=28
2016-06-25 12:05:59 +00:00
d162de0545 Accepting request 321645 from home:pluskalm:branches:X11:Utilities
- Use url for source
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/321645
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=26
2015-08-10 15:29:45 +00:00
Christian Wittmer
1139db5c56 Accepting request 266791 from home:computersalat:devel:X11utils
fix for boo#897205

OBS-URL: https://build.opensuse.org/request/show/266791
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=24
2014-12-29 15:09:30 +00:00
Stephan Kulow
4cd9cde0dd Accepting request 253709 from home:elvigia:branches:X11:Utilities
- Enable libao backend, this will help with pulseaudio 
- Do not buildrequire xorg-x11-devel just the specific needed
  X libraries

OBS-URL: https://build.opensuse.org/request/show/253709
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=22
2014-10-06 09:26:27 +00:00
Christian Wittmer
58edc16119 Accepting request 235971 from home:computersalat:devel:X11utils
update to 1.8.2

OBS-URL: https://build.opensuse.org/request/show/235971
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=20
2014-06-01 15:21:05 +00:00
Christian Wittmer
5acccc3170 Accepting request 208668 from home:computersalat:devel:X11utils
update to 1.8.1

OBS-URL: https://build.opensuse.org/request/show/208668
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=18
2013-11-27 12:16:05 +00:00
1540441cfa Accepting request 186743 from home:computersalat:devel:X11utils
update to 1.8.0

OBS-URL: https://build.opensuse.org/request/show/186743
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=16
2013-08-22 17:17:05 +00:00
Ismail Dönmez
3d840c0f24 Accepting request 156331 from home:aledr:branches
Enable smartcard support.

OBS-URL: https://build.opensuse.org/request/show/156331
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=14
2013-02-25 20:18:11 +00:00
Ismail Dönmez
337afaa06c Accepting request 148213 from home:coolo:branches:openSUSE:Factory
- remove suse_update_config

OBS-URL: https://build.opensuse.org/request/show/148213
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=12
2013-01-12 22:20:40 +00:00
Christian Wittmer
b5719f7014 Accepting request 106572 from home:computersalat:devel:X11utils
add missing comments to patches

OBS-URL: https://build.opensuse.org/request/show/106572
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=10
2012-02-23 00:01:03 +00:00
Stephan Kulow
f4c8d192d7 Accepting request 106526 from home:computersalat:devel:X11utils
update to 1.7.1

OBS-URL: https://build.opensuse.org/request/show/106526
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=9
2012-02-22 17:39:44 +00:00
Pascal Bleser
7b59892a72 Accepting request 99264 from home:rudi_m:branches:X11:Utilities
- enable ipv6 support
- remove unused patches

OBS-URL: https://build.opensuse.org/request/show/99264
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=7
2012-01-06 15:57:09 +00:00
Asterios Dramis
6cf381261d Accepting request 94482 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94482
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=5
2011-11-30 18:39:14 +00:00
Sascha Peilicke
4b4b26edd1 Autobuild autoformatter for 72914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=16
2011-06-15 07:10:17 +00:00
Sascha Peilicke
e03a4dc998 Accepting request 72914 from X11:Utilities
version update to 1.7.0 (forwarded request 68734 from etrash)

OBS-URL: https://build.opensuse.org/request/show/72914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=15
2011-06-15 07:10:01 +00:00
OBS User unknown
aa5c0294f9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=9 2009-02-08 01:59:48 +00:00
OBS User unknown
5ad33b30c8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=8 2008-11-21 14:49:03 +00:00
OBS User unknown
3c48900e7e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=7 2008-11-17 16:55:31 +00:00
OBS User unknown
16e4c99e83 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=6 2008-10-15 23:52:58 +00:00
OBS User unknown
2b3c49fc25 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=5 2008-09-24 15:27:11 +00:00
OBS User unknown
4d4760b02f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=4 2008-06-25 20:55:03 +00:00
OBS User unknown
be0ba71ef9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=3 2008-06-02 23:09:32 +00:00
OBS User unknown
29e91dd9ba OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=2 2007-04-25 23:17:56 +00:00
OBS User unknown
a369e6afd9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdesktop?expand=0&rev=1 2006-12-19 16:20:24 +00:00