Package: release.debian.org Severity: normal X-Debbugs-Cc: x...@packages.debian.org Control: affects -1 + src:xrdp User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package xrdp [ Reason ] Fixes serious #1104505. [ Impact ] The bug results in a config file being included depending on a broken distribution autodetection. The pkg is going to be autoremoved without this unblock. [ Tests ] Building the pkg in a minimal sysroot results in different file content from when the -3 revision was first built. [ Risks ] None. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing [ Other info ] This was a NMU upload because the Maintainers have not answered the bug in over a month and xrdp should stay in trixie in my opinion. unblock xrdp/0.10.1-3.1
diff -Nru xrdp-0.10.1/debian/changelog xrdp-0.10.1/debian/changelog --- xrdp-0.10.1/debian/changelog 2024-08-30 08:24:26.000000000 +0200 +++ xrdp-0.10.1/debian/changelog 2025-06-06 12:43:34.000000000 +0200 @@ -1,3 +1,10 @@ +xrdp (0.10.1-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Explicitly configure debian pam configuration. (Closes: #1104505) + + -- Bastian Germann <b...@debian.org> Fri, 06 Jun 2025 12:43:34 +0200 + xrdp (0.10.1-3) unstable; urgency=medium * Fix FTCBFS: (Closes: #888772) (Thanks Helmut Grohne for the patch) diff -Nru xrdp-0.10.1/debian/rules xrdp-0.10.1/debian/rules --- xrdp-0.10.1/debian/rules 2024-08-30 08:24:26.000000000 +0200 +++ xrdp-0.10.1/debian/rules 2025-06-06 12:43:34.000000000 +0200 @@ -71,6 +71,8 @@ --enable-rfxcodec \ --enable-opus \ --enable-painter \ + --enable-pam \ + --enable-pam-config=debian \ --enable-vsock \ ${CONFIGURE_ARGS} cd librfxcodec && ./configure \