Dirk Mueller
c0feafb82d
- Drop xrdp-openSUSE-logo.patch and openSUSE.bmp: not really necessary OBS-URL: https://build.opensuse.org/request/show/509702 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/xrdp?expand=0&rev=21
490 lines
18 KiB
Plaintext
490 lines
18 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 11 16:58:40 UTC 2017 - fezhang@suse.com
|
|
|
|
- Add source verification:
|
|
+ Add xrdp-0.9.2.tar.gz.asc
|
|
+ Add xrdp.keyring, from the signer Idan Freiberg (@speidy on
|
|
github)
|
|
- Drop _service and _servicedata: not needed for stable releases
|
|
- Drop xrdp-openSUSE-logo.patch and openSUSE.bmp: not really
|
|
necessary
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 25 16:56:29 UTC 2017 - fezhang@suse.com
|
|
|
|
- Rebase SLE patches:
|
|
+ xrdp-avahi.diff
|
|
+ xrdp-bsc965647-allow-admin-choose-desktop.patch
|
|
+ xrdp-fate318398-change-expired-password.patch
|
|
+ xrdp-fate319683-allow-vnc-resizing.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 7 11:24:14 UTC 2017 - jengelh@inai.de
|
|
|
|
- Remove filler wording from description.
|
|
- Rectify RPM groups and little errors in the summaries.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 20 07:36:25 UTC 2017 - ftake@geeko.jp
|
|
|
|
- Update to version 0.9.2
|
|
+ RemoteFX codec and Bitmap updates support are enabled
|
|
+ TLS ciphers suites and version, and connected computer name is
|
|
now logged
|
|
+ Miscellaneous RemoteFX codec mode improvements
|
|
- Update to version 0.9.1
|
|
+ Support for TLS security layer (preferred over RDP layer
|
|
if supported by the client)
|
|
+ Support for disabling deprecated SSLv3 protocol and
|
|
selecting custom cipher suites in xrdp.ini
|
|
+ Support for bidirectional fastpath
|
|
(enabled in both directions by default)
|
|
+ More configurable login screen
|
|
+ Support for new virtual channels:
|
|
- rdpdr: device redirection
|
|
- rdpsnd: audio output
|
|
- cliprdr: clipboard
|
|
- xrdpvr: xrdp video redirection channel
|
|
(can be used along with NeutrinoRDP client)
|
|
+ Support for disabling virtual channels globally or
|
|
by session type
|
|
+ Allow to specify the path for backends (Xorg, X11rdp, Xvnc)
|
|
+ Multi-monitor support
|
|
+ xrdp-chansrv stroes logs in ${XDG_DATA_HOME}/xrdp now
|
|
- New sub packages for shared libraries and development files
|
|
+ libpainter0
|
|
+ librfxencode0
|
|
+ xrdp-devel
|
|
- Drop patches merged by the upstream
|
|
+ xrdp-fix-buildtime-warnings.patch
|
|
+ xrdp-Allow-sessions-with-32-bpp.patch.patch
|
|
+ xrdp-vnc-enable-32-bpp-support-for-Xvnc-it-actually-works.patch
|
|
+ xrdp-Fix-support-for-32-bpp-clients-connecting-to-16-bpp-.patch
|
|
+ xrdp-dont-set-LANG.patch
|
|
- Refresh patches
|
|
+ xrdp-pam.patch
|
|
- its main part has been merged by the upstream
|
|
+ xrdp-default-config.patch
|
|
- keep to use Xvnc as a default backend instread of Xorg
|
|
(upstream default)
|
|
+ xrdp-disable-8-bpp-vnc-support.patch
|
|
+ xrdp-openSUSE-logo.patch
|
|
- Add xrdp-do-not-execute-psuedo-login-shell.patch
|
|
+ prevent ~/.profile from being executed twice
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 18 09:08:57 UTC 2017 - fezhang@suse.com
|
|
|
|
- Add xrdp-dont-set-LANG.patch: Backport upstream commit 5575197,
|
|
sesman should stop setting LANG and let initialization scripts
|
|
take care of it (bsc#1023988).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 11 04:12:48 UTC 2017 - fezhang@suse.com
|
|
|
|
- Update xrdp-fate319683-allow-vnc-resizing.patch:
|
|
+ Fix a crash caused by double freeing stream (bsc#1034606).
|
|
+ Remove DisplaySize from Xvnc default policy to enable it
|
|
resizing.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 6 10:31:26 UTC 2017 - fezhang@suse.com
|
|
|
|
- Add xrdp-fate319683-allow-vnc-resizing.patch:
|
|
Add support for ExtendedDesktopSize VNC extension into xrdp's VNC
|
|
client to allow it to do resizing, so that returning clients can
|
|
reconnect to session if their resolutions changed (FATE#319683,
|
|
bsc#948062).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 1 12:14:29 CET 2017 - vliaskovitis@suse.com
|
|
|
|
- Backport upstream patches for 32bpp support (bsc#1022098)
|
|
- Add xrdp-Allow-sessions-with-32-bpp.patch.patch
|
|
- Add xrdp-vnc-enable-32-bpp-support-for-Xvnc-it-actually-works.patch
|
|
- Add xrdp-Fix-support-for-32-bpp-clients-connecting-to-16-bpp-.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 25 09:41:28 UTC 2016 - jengelh@inai.de
|
|
|
|
- Trim/fixup summary and description. Use faster find -delete.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 30 12:28:07 UTC 2016 - fezhang@suse.com
|
|
|
|
- Add xrdp-disable-8-bpp-vnc-support.patch:
|
|
Disable 8 bpp vnc support. Xvnc drops support for 8 bpp since
|
|
1.4.0. Trying to launch Xvnc in 8 bpp will cause it to dump core
|
|
(bsc#991059).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 01 07:28:34 UTC 2016 - fezhang@suse.com
|
|
|
|
- Add obs source services:
|
|
+ tar_scm
|
|
+ recompress
|
|
+ set_version
|
|
- Update to version 0.9.0~git.1456906198.f422461:
|
|
Fix tarball naming from 0.9.0git to 0.9.0~git to conform openSUSE
|
|
naming scheme for pre-release version.
|
|
+ Numlock out of sync fix
|
|
+ neutrinordp: minor changes, coding style, log level
|
|
+ Update faq-compile.txt
|
|
+ Change to allow authentication against all authentication
|
|
methods.
|
|
+ Add details for crypt_level=fips to man page
|
|
+ libxrdp: no logic change, tabs to spaces
|
|
+ libxrdp: opps, fix typeo
|
|
+ Fix "\ _" on jp keyboard
|
|
+ xrdp_keyboard.ini: Fix jp keyboard model
|
|
+ update xorgxrdp
|
|
+ add keyboard options to xrdp_client_info
|
|
+ xorgxrdp=68412e5
|
|
- Add an extra legacy service action force_stop:
|
|
Forcefully killing xrdp processes when it cannot be stopped
|
|
normally.
|
|
Usage:
|
|
$ service xrdp force_stop
|
|
or
|
|
$ rcxrdp force_stop
|
|
- Merge X11:RemoteDesktop and SLE package, unfortunately we have to
|
|
drop the original X11:RemoteDesktop xrdp changelog due to
|
|
unresolvable chronological inconsistences with the SLE changelog.
|
|
+ Add xrdp-default-config.patch:
|
|
Rebased from contribution of cyberorg@opensuse.org in original
|
|
X11:RemoteDesktop package. Adjust various default settings to
|
|
openSUSE standards including removing dysfunctional backend
|
|
entries from xrdp login UI (bsc#989309).
|
|
+ Add xrdp-openSUSE-logo.patch:
|
|
Split from xrdp-default-config.patch. Add openSUSE logo to xrdp
|
|
login UI.
|
|
Add openSUSE.bmp:
|
|
Taken from the original X11:RemoteDesktop package, the logo.
|
|
+ Add xrdp-fix-buildtime-warnings.patch:
|
|
Fix buid time warnings, backported from commit ded462a.
|
|
+ Drop xrdp-lsb.patch:
|
|
SysV and LSB init scripts are no longer supported by systemd
|
|
(bnc#442211).
|
|
+ Update xrdp-avahi.diff (bnc#586785).
|
|
+ Update xrdp-pam.patch (bnc#441750).
|
|
+ Update xrdp-bsc965647-allow-admin-choose-desktop.patch
|
|
(bsc#984834).
|
|
+ Upbate xrdp-fate318398-change-expired-password.patch
|
|
(FATE#318398).
|
|
+ Cleanup specfile.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 15 12:08:19 UTC 2016 - fezhang@suse.com
|
|
|
|
- Update xrdp-bsc965647-allow-admin-choose-desktop.patch:
|
|
Fix startwm.sh broken by changed gnome-session environments
|
|
(bsc#965647, bsc#984834).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 1 08:52:52 UTC 2016 - fezhang@suse.com
|
|
|
|
- Update xrdp-fate318398-change-expired-password.patch:
|
|
Fixed some internal bugs (FATE#318398).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 30 13:09:26 UTC 2016 - fezhang@suse.com
|
|
|
|
- Add xrdp-fate318398-change-expired-password.patch:
|
|
Enable the user to update expired password in login window
|
|
(FATE#318398).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 22 08:10:16 UTC 2016 - fezhang@suse.com
|
|
|
|
- Update to version 0.9.0, git master branch id f422461
|
|
(FATE#319910).
|
|
+ Added FIPS support.
|
|
- Drop xrdp-change-default-crypto_level.patch:
|
|
fixed upstream (bnc#764044).
|
|
- Drop xrdp-some-minor-changes-to-arch.h.patch:
|
|
fixed upstream (bnc#910824).
|
|
- Drop xrdp-fix-segfaults-in-xrdp-chansrv-code.patch:
|
|
fixed upstream (bnc#899105).
|
|
- Drop xrdp-add-systemd-support.patch:
|
|
fixed upstream (bnc#899105).
|
|
- Drop xrdp-tab-from-mstsc-updated.patch:
|
|
merged into xrdp-filter-tab-from-mstsc-on-focus-change.patch,
|
|
which introduced the bug fixed by this patch (bnc#623534).
|
|
- Rebase xrdp-avahi.diff (bnc#586785).
|
|
- Rebase xrdp-pam.patch (bnc#441750).
|
|
- Rebase xrdp-bsc965647-allow-admin-choose-desktop.patch
|
|
(bsc#965647).
|
|
- Rebase xrdp-lsb.patch (bnc#442211).
|
|
- Rebase xrdp-filter-tab-from-mstsc-on-focus-change.patch
|
|
(bnc#601996, bnc#623534).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 13 15:25:40 UTC 2016 - fezhang@suse.com
|
|
|
|
- fix rsakeys generation test (bsc#973130) in xrdp.spec.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 2 08:24:46 UTC 2016 - fezhang@suse.com
|
|
|
|
- allow admin choose desktop (bsc#965647)
|
|
add xrdp-bsc965647-allow-admin-choose-desktop.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 23 09:55:03 UTC 2014 - rmilasan@suse.com
|
|
|
|
- Fix endian issues (bnc#910824).
|
|
xrdp-some-minor-changes-to-arch.h.patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 21 09:47:55 CET 2014 - rmilasan@suse.de
|
|
|
|
- add systemd support into xrdp (bnc#899105).
|
|
- fix some segfaults in xrdp-chansrv (bnc#899105).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 25 08:26:53 UTC 2014 - fezhang@suse.com
|
|
|
|
- update source to version 0.6.1.
|
|
- rebase the following patches (bnc#871761)
|
|
- xrdp-avahi.diff (bnc#586785)
|
|
- xrdp-lsb.patch (bnc#442211)
|
|
- xrdp-pam.patch (bnc#441750)
|
|
- xrdp-filter-tab-from-mstsc-on-focus-change.patch (bnc#601996)
|
|
- xrdp-tab-from-mstsc-updated.patch (bnc#623534)
|
|
- xrdp-change-default-crypto_level.patch (bnc#764044)
|
|
- drop the following patches (bnc#871761)
|
|
- xrdp-0.4.1..48f00f.diff.bz2
|
|
- xrdp-NOMAD.diff
|
|
- xrdp-558195-display-id.patch
|
|
- xrdp-xdmx-backend-cfg.patch
|
|
- xrdp-auth-fix.patch
|
|
- xrdp-clean-auth-file.patch
|
|
- bug-569797_xrdp-sesman-ini-add-dmx-args.diff
|
|
- xrdp-available-display.patch
|
|
- xrdp-xdmx-setxkbmap-params.patch
|
|
- xrdp-xkb.patch
|
|
- xrdp-807610-24-bpp.patch
|
|
- xrdp-810265-port-not-available.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 4 03:08:22 UTC 2013 - dliang@suse.com
|
|
|
|
- add xrdp-810265-port-not-available.patch to fix bnc#810265
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 25 12:33:54 UTC 2013 - dliang@suse.com
|
|
|
|
- xrdp-807610-24-bpp.patch add 24 bpp support (bnc#807610)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 7 06:10:04 UTC 2012 - lzwang@suse.com
|
|
|
|
- set default crypt level to high. (bnc#764044)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 9 21:04:22 UTC 2012 - sreeves@suse.com
|
|
|
|
- Update xrdp-NOMAD.diff to fix remaining issues in bnc#442182.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 3 10:00:56 UTC 2011 - lzwang@suse.com
|
|
|
|
- Add xkb support.(bnc#497578)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 12 08:22:00 UTC 2010 - lzwang@novell.com
|
|
|
|
- Add xrdp-xdmx-setxkbmap-params.patch to fix bnc#597298.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 20 16:04:32 CST 2010 - dliang@novell.com
|
|
|
|
- Update xrdp-clean-auth-file.patch as Marcus Meissner's advice
|
|
- Update xrdp-available-display.patch to fix bnc#616761
|
|
bnc#616744
|
|
- Add xrdp-tab-from-mstsc-updated.patch to fix bnc#623534
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 12 12:19:33 CEST 2010 - ro@suse.de
|
|
|
|
- fix broken patch xrdp-avahi.diff including a duplicate
|
|
hunk from xrdp-NOMAD.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 29 11:57:17 CST 2010 - dliang@novell.com
|
|
|
|
- xrdp-xdmx-backend-cfg.patch bnc#505015
|
|
- add backend option to use different 'depth'
|
|
xrdp-filter-tab-from-mstsc-on-focus-change.patch bnc#601996
|
|
- filter the fake tab key which is used to notify the session
|
|
xrdp-auth-fix.patch bnc#503677
|
|
- login even if the first attemp was done by root.
|
|
xrdp-clean-auth-file.patch bnc#505015
|
|
- clean the auth file when a session was end
|
|
bug-569797_xrdp-sesman-ini-add-dmx-args.diff bnc#569797
|
|
- disable the compose effect by default.
|
|
done by Lance Wang (lzwang@novell.com)
|
|
xrdp-available-display.patch : updated patch of bnc#558195
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 1 16:43:18 CST 2010 - dliang@novell.com
|
|
|
|
- Update xrdp-avahi.diff and xrdp-NOMAD.diff (bnc#586785)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 4 15:39:01 CST 2010 - dliang@novell.com
|
|
|
|
- Get the valid unused display id. (bnc#558195)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 18 18:38:47 EDT 2009 - davidr@novell.com
|
|
|
|
- Send complete login info requests to sesman. (bnc#486632)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 17 12:02:39 EDT 2009 - davidr@novell.com
|
|
|
|
- Use correct X11 rdp port number when display number is
|
|
greater than 99. (bnc#484086)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 25 12:29:27 EST 2009 - davidr@novell.com
|
|
|
|
- Allow up to 128 simultaneous sessions. (bnc#477376)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 11 11:20:48 EST 2009 - davidr@novell.com
|
|
|
|
- Fix a number of vulnerabilities. (bnc#442182) (bnc#466373)
|
|
- Don't reset username/password. (bnc#442293)
|
|
- Fix xrdp-sesrun. (bnc#466373)
|
|
- Fix user name selection support. (bnc#474840)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 5 13:13:32 EST 2009 - davidr@novell.com
|
|
|
|
- Add proper Xdmx keyboard layout handling and allow X server to
|
|
reset when last client disconnects. (bnc#447682) (bnc#442292)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 22 16:15:25 EST 2009 - davidr@novell.com
|
|
|
|
- Fall-back to regular RDP connection when X11 channel
|
|
fails. (bnc#450142)
|
|
- Make sure multiple RDP connections to the same DMX
|
|
session can exist at the same.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 9 14:57:30 EST 2009 - davidr@novell.com
|
|
|
|
- Fix multiple buffer overflows. (bnc#450898)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 6 10:01:45 CET 2009 - davidr@novell.com
|
|
|
|
- Properly install firewall definition file. (bnc#460835)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 5 11:27:17 EST 2009 - davidr@novell.com
|
|
|
|
- Register session as remote. (bnc#441751)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 23 11:34:28 EST 2008 - hfiguiere@suse.de
|
|
|
|
- Fixed xrdp-pam.patch according the the last comment in bnc#441750
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 23 12:09:04 CET 2008 - davidr@novell.com
|
|
|
|
- Add firewall definition (bnc#460835)
|
|
source: xrdp.fw
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 9 13:52:52 EST 2008 - hfiguiere@suse.de
|
|
|
|
- Added patch xrdp-pam.patch: fix pam config file, and fix pam
|
|
calls to use the proper service name (bnc#441750)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 23 08:04:48 EST 2008 - davidr@novell.com
|
|
|
|
- Use authorization files for all sessions. (bnc#442223)
|
|
- Use authorization file for X11rdp. (bnc#442223)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 18 16:37:57 EST 2008 - davidr@novell.com
|
|
|
|
- Fix initial screen resolution.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 12 16:00:48 EST 2008 - davidr@novell.com
|
|
|
|
- Fix X server startup issue.
|
|
* Avoid using unix domain socket files to determine the
|
|
presence of X servers.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 7 14:37:38 EST 2008 - hfiguiere@suse.de
|
|
|
|
- Remove fuzz from xrdp-avahi.diff
|
|
- Add xrdp-lsb.patch
|
|
* Make the init script LSB compliant (bnc#442211)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 7 12:58:50 EST 2008 - hfiguiere@suse.de
|
|
|
|
- Add /usr/sbin/rcxrdp (bnc#442692)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 6 17:34:36 CET 2008 - ro@suse.de
|
|
|
|
- fix last change (just adding "#" does not work for multiline rpm
|
|
macros).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 5 09:43:03 EST 2008 - hfiguiere@suse.de
|
|
|
|
- Don't enable xrdp by default (bnc#441742)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 27 15:51:42 EDT 2008 - davidr@novell.com
|
|
|
|
- Include .so files for modules.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 27 13:20:18 EDT 2008 - davidr@novell.com
|
|
|
|
- Update xrdp-NOMAD.diff
|
|
* Fix zlib compression.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 12 12:18:21 EDT 2008 - hfiguiere@suse.de
|
|
|
|
- Update xrdp-NOMAD.diff
|
|
* Fix openSUSE branding
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 8 17:14:18 EDT 2008 - hfiguiere@suse.de
|
|
|
|
- Update xrdp-avahi.diff
|
|
* remove warnings for missing prototypes.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 17 17:34:08 EDT 2008 - hfiguiere@suse.de
|
|
|
|
- Update xrdp-NOMAD.diff
|
|
* Fix Xdmx command line arguments
|
|
* Fix session data matching for XDMX sessions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 11 19:41:49 EDT 2008 - hfiguiere@suse.de
|
|
|
|
- Add Avahi support.
|
|
- More comprehensive support of NOMAD.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 2 18:00:38 EDT 2008 - hfiguiere@suse.de
|
|
|
|
- Initial release.
|