Package Release Info

sddm-0.18.0-bp151.4.6.1

Update Info: openSUSE-2020-1897
Available in Package Hub : 15 SP1 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

sddm
sddm-branding-openSUSE
sddm-branding-SLE
sddm-branding-upstream

Change Logs

* Tue Nov 03 2020 Fabian Vogt <fabian@ritter-vogt.de>
- Patches to fix X not having access control on startup
  (boo#1177201, CVE-2020-28049):
  * Add 0001-Don-t-disable-authentication-in-test-mode.patch
  * Modify 0001-Redesign-Xauth-handling.patch
Version: 0.18.0-bp151.2.4
* Mon Feb 18 2019 Fabian Vogt <fabian@ritter-vogt.de>
- Add patch to fix reading garbage from getpwnam (boo#1125624):
  * 0001-Use-C-scoping-for-handling-buffer-deletion.patch
* Wed Jan 09 2019 Jan Engelhardt <jengelh@inai.de>
- Do not ignore errors from useradd.
* Sun Jan 06 2019 Fabian Vogt <fabian@ritter-vogt.de>
- Add the dirs created by systemd-tmpfiles as %ghost as well
- Use service macros and create rcsddm link for sddm.service
* Fri Jan 04 2019 Fabian Vogt <fabian@ritter-vogt.de>
- Add patch to delete socket on shutdown:
  * 0001-Destroy-the-QLocalServer-in-Auth-on-shutdown.patch
- Move creation of runtime directories and cleanup of files on boot
  into sddm-tmpfiles.conf (boo#1116431)
* Wed Oct 03 2018 fabian@ritter-vogt.de
- Remove 0001-Don-t-leak-VT-FDs-in-jumpToVt.patch as the FD leak
  worked around a race condition as a side effect
* Tue Oct 02 2018 fabian@ritter-vogt.de
- Add patch to not leak tty FDs for wayland sessions:
  * 0001-Don-t-leak-VT-FDs-in-jumpToVt.patch
* Thu Sep 27 2018 fabian@ritter-vogt.de
- Fix wayland session start if fish is used as shell:
  * 0001-Revert-Adds-sourcing-of-etc-profile-to-fish.patch
* Sun Sep 23 2018 fabian@ritter-vogt.de
- Rewrite sddm-relaxed-auth.diff as sddm-relaxed-auth.patch:
  * Set XAUTHLOCALHOSTNAME only where necessary
  * Also set it for the Greeter session (boo#1091784)
* Tue Jul 31 2018 fabian@ritter-vogt.de
- Add patch to not switch to "undead" sessions (boo#1102832):
  * 0001-Session-reuse-Only-consider-online-sessions.patch
- Reenable ReuseSession=true again
* Fri Jul 27 2018 fabian@ritter-vogt.de
- Disable ReuseSession=true for now (boo#1102832, kde#391253)
* Wed Jul 18 2018 fabian@ritter-vogt.de
- Update to 0.18.0:
  * Support theme supplied avatars
  * Compile against Qt 5.11
  * Fix platform detection for HighDPI
  * On close, switch VT to a running session if applicable
  * Better ConsoleKit support
  * Fix authentication when reusing existing sessions
  * Hide sessions with NoDisplay=true
  * Honor PAM's ambient supplemental groups
  * Cleanup socket destruction
  * Don't quit on SIGHUP
  * Updated translations
- Set EnableHiDPI=true by default (boo#1089932)
- Set ReuseSession=true by default (boo#979775)
- Drop patches, now upstream:
  * 0001-Don-t-add-session-files-with-NoDisplay-true-to-Sessi.patch
  * 0001-Don-t-quit-on-SIGHUP.patch
  * 0001-Fix-authentication-when-reusing-an-existing-session.patch
  * 0001-Fix-build-with-Qt-5.10-Use-QString-instead-of-QLatin.patch
  * 0001-Fix-build-with-Qt-5.11-1024.patch
  * 0001-Fix-platform-detection-for-EnableHiDPI.patch
  * 0001-Skip-theme-for-greeter-call-if-none-is-set.patch
  * 0001-Support-for-theme-supplied-default-avatars.patch
  * 0001-greeter-Use-Qt-command-line-parser.patch
  * 0002-Remove-trailing-spaces.patch
  * 0003-UserModel-optimize-filtering-out-duplicate-users-995.patch
  * 0004-UserModel-fix-filtering-out-duplicate-users-998.patch
  * 0005-UserModel-optimize-setting-of-default-user-icon-999.patch
  * 0007-Honor-PAMs-ambient-supplemental-groups.patch
- Refresh patches:
  * proper_pam.diff
  * 0001-Systemd-service-unit-Use-tty7-by-default.patch
* Mon Jul 02 2018 luizluca@gmail.com
- Backport fix for pam_group from develop branch (boo#1105342):
  * 0007-Honor-PAMs-ambient-supplemental-groups.patch
Version: 0.17.0-bp150.9.10.1
* Wed Aug 21 2019 Antonio Larrosa <alarrosa@suse.com>
- Add SLE branding package for PackageHub (boo#1101297)
- Change the Supplements of branding packages, so they get installed
  when sddm and the respective branding package is installed. Also
  added a Supplements to sddm so it gets recommended when
  plasma5-workspace is installed.
Version: 0.17.0-bp150.4.3.1
* Wed Aug 15 2018 luizluca@gmail.com
- Backport fix for pam_group from develop branch (boo#1105342):
  * 0007-Honor-PAMs-ambient-supplemental-groups.patch (gh#sddm/sddm/834)
Version: 0.17.0-bp150.3.1
* Mon Jul 16 2018 fabian@ritter-vogt.de
- Add patch to fix fallback to embedded theme:
  * 0001-Skip-theme-for-greeter-call-if-none-is-set.patch
- Use %license
- Add patch to fix authentication when reusing an existing session
  (boo#1101450, CVE-2018-14345):
  * 0001-Fix-authentication-when-reusing-an-existing-session.patch
* Sat Jul 07 2018 w01dnick@gmail.com
- Fix 0001-Support-both-X11-XDisplay-Wayland-and-WaylandDisplay.patch
  * Corrected section name for Wayland
* Tue Jul 03 2018 fabian@ritter-vogt.de
- Remove patch as libxcb bug is fixed meanwhile (bsc#1099908):
  * 0001-Move-Xauthority-to-a-different-location-and-truncate.patch
* Mon May 14 2018 fabian@ritter-vogt.de
- Add patch to not include sessions with NoDisplay=true in the list (boo#1086614):
  * 0001-Don-t-add-session-files-with-NoDisplay-true-to-Sessi.patch
* Wed May 09 2018 fabian@ritter-vogt.de
- Amend patch to also canonicalize desktop session paths (boo#1092251):
  * 0003-Leave-duplicate-symlinks-out-of-the-SessionModel.patch
- Add patch to fix build with Qt 5.11:
  * 0001-Fix-build-with-Qt-5.11-1024.patch
* Mon Apr 23 2018 fabian@ritter-vogt.de
- Add patch to show a username input field with too many users:
  * 0006-Don-t-fill-UserModel-if-theme-does-not-require-it.patch
- Backport related changes from develop branch:
  * 0001-Support-for-theme-supplied-default-avatars.patch
  * 0002-Remove-trailing-spaces.patch
  * 0003-UserModel-optimize-filtering-out-duplicate-users-995.patch
  * 0004-UserModel-fix-filtering-out-duplicate-users-998.patch
  * 0005-UserModel-optimize-setting-of-default-user-icon-999.patch
* Mon Apr 16 2018 fabian@ritter-vogt.de
- Revert previous change, had the opposite effect for some reason
* Thu Apr 12 2018 fabian@ritter-vogt.de
- Start the X server with -keeptty (boo#1089287)
* Sat Mar 24 2018 fabian@ritter-vogt.de
- Don't add a suffix for wayland sessions anymore, for symmetry with
  gdm and lightdm:
  * 0001-Remove-suffix-for-Wayland-session.patch
* Thu Mar 22 2018 fabian@ritter-vogt.de
- Add patch to fix build with Qt < 5.10:
  * 0001-Fix-build-with-Qt-5.10-Use-QString-instead-of-QLatin.patch
* Fri Mar 09 2018 fabian@ritter-vogt.de
- Reorder patches for easier maintainability, needs refresh of:
  * 0001-Move-Xauthority-to-a-different-location-and-truncate.patch
  * 0001-Read-the-DISPLAYMANAGER_AUTOLOGIN-value-from-sysconf.patch
  * sddm-relaxed-auth.diff
- Replace 0001-Revert-Rename-XDisplay-and-WaylandDisplay-config-sec.patch
  with 0001-Support-both-X11-XDisplay-Wayland-and-WaylandDisplay.patch
- Add patches to fix setting EnableHiDPI in the configuration:
  * 0001-greeter-Use-Qt-command-line-parser.patch
  * 0001-Fix-platform-detection-for-EnableHiDPI.patch
* Sat Mar 03 2018 fabian@ritter-vogt.de
- Add patch to not quit on SIGHUP (boo#1080305):
  * 0001-Don-t-quit-on-SIGHUP.patch
* Fri Feb 23 2018 alarrosa@suse.com
- Only use python-doctools when building for SLE12 since SLE15 has
  rst2man in python3-doctools.
* Thu Dec 14 2017 fabian@ritter-vogt.de
- Update to 0.17.0:
  + Added possibility to change border width of ComboBox widget.
  + Added missing utmp/wtmp/btmp handling.
  + Make greeter see icons set by AccountsServices.
  - Fix sddm.conf man page syntax error and update.
  - Fix ComboBox widget.
  - Fix connection of PropertiesChanged event for LogindSeat.
  - Avoid race conditions with Xsetup.
  * Update de translation.
  * Update lt translation.
  * Update zh_TW translation.
  * Adjust order of components in the default PATH.
  * Set default input method to qtvirtualkeyboard.
- Update to 0.16.0:
  + Support non-latin characters in theme settings.
  + Support fish shell in Xsession and wayland-session.
  + Unlock GNOME keyring at login.
  + Configuration directory.
  - Make the default cursor themed.
  - Update date and time in elarun theme.
  - Fix theme metadata default values.
  - Fix session selection in elarun.
  - Do not truncate XAUTHORITY on login.
  - Make enabled property of Button functional.
  - Fix typos in documentation.
  * Re-use existing sessions.
  * Add ConsoleKit 2 support.
  * Stop assuming shadow(5) is always available.
  * Explicitely set XDG_SEAT when starting a user session.
  * Suppress errors when pam_elogind is not available.
  * Suppress errors when pam_systemd is not available.
  * Added possibility to change color of dropdown menu.
  * Add Hindi translation.
  * Completed Swedish translation.
  * Update French translation.
- Move to system configuration dirs, replace sddm.conf with
  00-general.conf and 10-theme.conf
- Refresh patches:
  * 0001-Revert-Rename-XDisplay-and-WaylandDisplay-config-sec.patch
  * proper_pam.diff
- Rename patches:
  * sysconfig-support.patch:
    0001-Read-the-DISPLAYMANAGER_AUTOLOGIN-value-from-sysconf.patch
  * create_pid_file.patch:
    0001-Write-the-daemon-s-PID-to-a-file-on-startup.patch
- Remove patches, now upstream:
  * 0001-Do-not-truncate-XAUTHORITY-file-on-login.patch
* Thu Nov 30 2017 fabian@ritter-vogt.de
- Add patch to add back Xauthority truncation in a way that does
  not break ssh -X (boo#1043221, boo#1069498):
  * 0001-Move-Xauthority-to-a-different-location-and-truncate.patch
* Tue Nov 28 2017 fabian@ritter-vogt.de
- Amend patch toremove elogind from sddm-greeter.pam:
  * proper_pam.diff
* Sat Oct 28 2017 tschmidt@suse.com
- Add "Requires: xdm" because sddm.conf references the files
  '/etc/X11/xdm/Xsession' and '/etc/X11/xdm/Xsetup'
* Thu Oct 12 2017 dimstar@opensuse.org
- Have update-alternatives handle Xinit's integration of the
  displaymanager, replacing /etc/sysconfig/displaymanager
  (boo#1053863).
* Fri Sep 01 2017 fabian@ritter-vogt.de
- Update to 0.15.0:
  * Fix loading of some avatars
  * CONFIG: add option EnableHiDPI to allow opt out of auto scaling
  * Theme cursor
  * Support optional kwallet PAM opening
  * Autologin, used last used session if not explicitly set in config
  * Ignore session desktop files with hidden=true
  * Support elogind
  * Many new and improved translations
- Remove patches, now upstream:
  * 0001-Also-set-QT_IM_MODULE-in-non-testing-mode.patch
  * 0001-Also-theme-the-default-cursor-for-the-root-window.patch
  * 0001-Fix-display-of-user-avatars.-684.patch
  * 0001-Make-the-default-cursor-themed.patch
  * 0001-Parse-desktop-file-sections.patch
  * 0002-Add-a-config-option-to-enable-high-DPI-scaling-701.patch
  * 0002-Ignore-session-desktop-files-with-the-Hidden-propert.patch
  * 0003-elarun-Update-date-and-time.patch
  * 0004-Support-Non-Latin-characters-in-theme-settings-708.patch
  * 0005-Cleanup-dangling-pointer-in-SocketServer-725.patch
- Refresh patches:
  * 0001-Revert-Rename-XDisplay-and-WaylandDisplay-config-sec.patch
  * proper_pam.diff
* Mon Jul 10 2017 fabian@ritter-vogt.de
- Replace patch with version merged upstream, to avoid potentially
  killing the X server:
  * 0001-Also-theme-the-default-cursor-for-the-root-window.patch