gdm3 (43.0-3)
[PTS] [DDPO]
COMMITS: VCS has seen 5 commits since the debian/43.0-3 tag
- Git: https://salsa.debian.org/gnome-team/gdm.git
-
- Branch: debian/master
- Path: debian/changelog
- Repo size: 21544960
- Browser: https://salsa.debian.org/gnome-team/gdm
- Last scan: 2023-01-31 18:09:06+00
- Next scan: 2023-02-08 16:56:00+00
- Merge requests: 3
- Debian changelog in Git:
gdm3 (43.0-3) unstable; urgency=medium
* Team upload
[ Marco Trevisan (Treviño) ]
* debian/tests/control: Use multi-line Test-Command for easier
maintenance
* debian/tests/sssd-gdm-smartcard-pam-auth-tester.sh:
Assert that entering the wrong PIN leads to authentication failure
[ Patrice Duroux ]
* d/rules: Generate one man page at a time.
Otherwise, the content of one arbitrary .pod file gets duplicated into
each of the man pages. (Closes: #1029839)
[ Simon McVittie ]
* d/tests: Avoid autopkgtest failure if test user has blank password.
If the test user has a blank password (which might be the case in an
expendable test VM) and PAM accepts blank passwords, then
gdm-smartcard-sssd-or-password will always authenticate successfully.
If that's the case, temporarily change the user's password to be
non-empty while running our tests. Also do the same for root.
* Move dbus-daemon security policy from /etc to /usr/share
* d/control.in: Drop unnecessary dependency on lsb-base
* d/control.in: Remove Multi-Arch: same from gir1.2-gdm-1.0.
It is not usefully multi-arch co-installable because it depends on
libgdm1, which contains /usr/bin/gdmflexiserver.
* d/po/sv.po: Transcode from ISO-8859-1 to UTF-8
* Update syntax of Lintian overrides
* Standards-Version: 4.6.2 (no changes required)
-- Simon McVittie <smcv@debian.org> Sun, 29 Jan 2023 17:32:20 +0000
- This branch is 5 commits ahead of tag debian/43.0-3
- Git log:
commit 70bd36f50e338dcecf56719959dd303094a67f96
Author: Marco Trevisan (Treviño) <mail@3v1n0.net>
Date: Tue Jan 31 16:54:02 2023 +0100
debian/tests/sssd-gdm-smartcard-pam-auth-tester.sh: Some minor cleanups
commit 18344635664ba514e5036ab53f12ff28a337cff2
Author: Marco Trevisan (Treviño) <mail@3v1n0.net>
Date: Tue Jan 31 17:25:31 2023 +0100
debian/gdm3.install: Do not list config files, just install all gdm3 ones
That's used as is in ubuntu (where we install more data and we use the
upstream `custom.conf` name for config file), so we don't have to diverge here.
commit bbf99aae5f91cd259ab4352a81f50e9682c51169
Author: Marco Trevisan (Treviño) <mail@3v1n0.net>
Date: Tue Jan 31 03:44:59 2023 +0100
debian/tests/control: Add explicit dependency on libpam-sss
Even though it could be an implicit one it's still what we're testing
commit e5ca285b852ec6bece34305b1829d5b4234c1783
Author: Simon McVittie <smcv@debian.org>
Date: Mon Jan 30 19:00:45 2023 +0000
d/tests: Explicitly use blank input when checking for blank password
Otherwise we could block indefinitely when running tests that have an
interactive console available.
commit 9a5958b8bf20387b5f1e6b5a3dfa86e3379764a3
Author: Simon McVittie <smcv@debian.org>
Date: Mon Jan 30 18:59:59 2023 +0000
d/tests: Don't reset root password
Even if the root password is blank, we want to assert that
authentication still doesn't succeed, because we explicitly don't allow
smart card authentication as root.