* Wed Apr 19 2023 Fabian Vogt <fabian@ritter-vogt.de>
- Add patch to fix delays on shutdown (boo#1210391):
* 0001-Avoid-starting-a-new-session-on-exit.patch
* Tue Apr 04 2023 Fabian Vogt <fvogt@suse.com>
- Replace proper_pam.diff with installation of source files:
* sddm.pam, sddm-autologin.pam, sddm-greeter.pam
- PAM services:
* Make use of substack for common-*
* Include postlogin-*
* Run pam_keyinit before common-session
* Deny password in sddm-greeter
- /run/sddm is owned by root:root
- Add patch to fix possible deadlock:
* 0001-Process-all-available-auth-messages-in-a-loop.patch
- Add missing dependencies on update-alternatives
* Tue Apr 04 2023 Stefan Schubert <schubi@suse.com>
- Migration of PAM settings to /usr/lib/pam.d.
* Mon Feb 20 2023 Giacomo Comes <gcomes.obs@gmail.com>
- Honor /etc/nologin like login, sshd, xdm and gdm do
* added: auth requisite pam_nologin.so to proper_pam.diff
* see: man 5 nologin
* Mon Dec 12 2022 Callum Farmer <gmbr3@opensuse.org>
- Move dbus-1 system.d conf file to /usr (bsc#1206348)
* Tue Oct 25 2022 Fabian Vogt <fabian@ritter-vogt.de>
- Add patch to avoid launching xdg-desktop-portal by accident:
* 0001-disable-automatic-portal-launching.patch
* Fri Mar 18 2022 Andrew Hibberson <alerts2@hib.by>
- Add patch to retry starting the display server (boo#1196228)
* 0004-Retry-starting-the-display-server.patch
Version: 0.19.0-bp154.2.78
* Mon Feb 21 2022 Fabian Vogt <fabian@ritter-vogt.de>
- Handle the case of %_distconfdir not being /usr/etc (boo#1196228,
currently only possible due to a misconfiguration in SLE, bsc#1195679)
* Sat Jul 17 2021 Fabian Vogt <fabian@ritter-vogt.de>
- Update patch to include security fix from upstream PR:
* 0001-Redesign-Xauth-handling.patch
* Wed Jun 02 2021 Callum Farmer <gmbr3@opensuse.org>
- Change to systemd-sysusers
- Remove old SUSE RPM constructs
* Tue Mar 09 2021 Fabian Vogt <fabian@ritter-vogt.de>
- Add patch to reintroduce /etc/profile reading if fish is shell:
* 0001-Add-fish-etc-profile-and-HOME-.profile-sourcing-1331.patch
* Thu Nov 05 2020 Luiz Angelo Daros de Luca <luizluca@tre-sc.jus.br>
- Use pam derived username (fix sssd with multiple domains and local groups)
* 0001-Use-PAM-s-username.patch
* Wed Nov 04 2020 Fabian Vogt <fabian@ritter-vogt.de>
- Revert switch to %service_del_postun_without_restart for Leap
* Tue Nov 03 2020 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 0.19.0:
* Don't disable authentication in --test-mode
* Fix X not having access control on startup
(fixes CVE-2020-28049, bsc#1177201)
* Don't fill UserModel if theme does not require it
* Set re-use session option by default
* Avoid adjusting active auth sessions
* Cleanup sessions on exit
* Don't abort on failure to start the display server
* Custom default font
* Limit systemd service restarts
* Typo fixes
* Fix graphical glitches on NVIDIA after VT switching
* Rewind password database
* Memory allocation fixes
* FreeBSD fixes
* Use C++ scoping for handling buffer deletion
* Allow to configure the QML installation directory
* Port connects
* Keep string termination characters in utmp entries
* Look for available display for test mode
* Interlingue translation
* Remove chVt() from declarations
* Rewind password db before scanning it (again) for available users
* Session reuse: Only consider "online" sessions
* Use modern connects
* Update translations
- Drop patches, now upstream:
* 0001-Destroy-the-QLocalServer-in-Auth-on-shutdown.patch
* 0001-FreeBSD-Split-implementation-of-VT-switching.patch
* 0003-Move-VT-setup-to-sddm-helper.patch
* 0001-Don-t-disable-authentication-in-test-mode.patch
* 0001-Session-reuse-Only-consider-online-sessions.patch
* 0001-Support-both-X11-XDisplay-Wayland-and-WaylandDisplay.patch
* 0006-Don-t-fill-UserModel-if-theme-does-not-require-it.patch
* 0001-Revert-Adds-sourcing-of-etc-profile-to-fish.patch
* 0001-FreeBSD-Link-to-libutil.patch
* 0002-Only-allocate-VTs-for-seat0.patch
- Refresh patches:
* 0001-Remove-suffix-for-Wayland-session.patch
* 0001-Redesign-Xauth-handling.patch
* 0001-Set-XAUTHLOCALHOSTNAME-in-sessions.patch
* proper_pam.diff
* 0001-Read-the-DISPLAYMANAGER_AUTOLOGIN-value-from-sysconf.patch
* 0001-Systemd-service-unit-Use-tty7-by-default.patch
* Tue Nov 03 2020 Franck Bui <fbui@suse.com>
- Replace '%service_del_postun -n' with '%service_del_postun_without_restart'
'-n' is deprecated and will be removed in the future.
* Sat Oct 24 2020 Fabian Vogt <fabian@ritter-vogt.de>
- Add patch to set XAUTHLOCALHOSTNAME again (boo#1177835):
* 0001-Set-XAUTHLOCALHOSTNAME-in-sessions.patch
* Sat Oct 03 2020 Callum Farmer <callumjfarmer13@gmail.com>
- Change paths from /etc to /usr/etc for UsrEtc Move (boo#1177195)
* Tue Jul 07 2020 Callum Farmer <callumjfarmer13@gmail.com>
- Fixes for %_libexecdir changing to /usr/libexec
* Sat Jul 04 2020 Fabian Vogt <fabian@ritter-vogt.de>
- Use pending upstream solution for hostname changes:
* Add 0001-Redesign-Xauth-handling.patch
* Drop sddm-relaxed-auth.patch
* A known issue with the redesigned Xauth handling is that it
leaks the tiny xauth file in XDG_RUNTIME_DIR on session end.
It's on a temporary tmpfs mount though and so shouldn't cause
any visible issues.
- Add patches to fix FD leak:
* 0001-FreeBSD-Link-to-libutil.patch
* 0001-FreeBSD-Split-implementation-of-VT-switching.patch
* 0002-Only-allocate-VTs-for-seat0.patch
* 0003-Move-VT-setup-to-sddm-helper.patch
* Mon Apr 20 2020 Callum Farmer <callumjfarmer13@gmail.com>
- Update to version 0.18.1
+ Fix crashes when creating a user session
+ 0001-Use-C-scoping-for-handling-buffer-deletion.patch no longer required
* Wed Mar 11 2020 Fabian Vogt <fabian@ritter-vogt.de>
- Don't add sddm to the video group, it's not necessary (see later
comments on boo#1165987)
* Fri Mar 06 2020 Dr. Werner Fink <werner@suse.de>
- Add user sddm to group video to allow e.g. to use devices for
Nvidia X server (boo#1165987)
- Add (pre)requires for systemd macros, video group, the getent
(currently in glibc), and the groupadd (currently in shadow)
* Sat Jan 25 2020 Fabian Vogt <fabian@ritter-vogt.de>
- Do not restart sddm on upgrades (boo#1161826)
* Mon Oct 14 2019 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Pickup UID_MIN/UID_MAX default values from the new %_distconfdir
(/usr/etc/) default location for login.defs
* Mon Aug 19 2019 Fabian Vogt <fabian@ritter-vogt.de>
- Add pam_keyinit to proper_pam.diff (boo#1081947)
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.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