openssh (1:10.2p1-5)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/1%10.2p1-5 tag
- Git: https://salsa.debian.org/ssh-team/openssh.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 5267456
- Browser: https://salsa.debian.org/ssh-team/openssh
- Last scan: 2026-02-19 15:20:04+00
- Next scan: 2026-02-27 05:42:00+00
- Merge requests: 8
- CI pipeline status: success
- Debian changelog in Git:
openssh (1:10.2p1-5) unstable; urgency=medium
[ Samuel Thibault ]
* Do not link against libcrypt on GNU/Hurd (closes: #1128399).
[ Colin Watson ]
* Install systemd files directly to /usr and drop dh-sequence-movetousr
(closes: #1122765).
-- Colin Watson <cjwatson@debian.org> Thu, 19 Feb 2026 10:46:15 +0000
- This branch is 2 commits ahead of tag debian/1%10.2p1-5
- Git log:
commit 0e02cd7b4e863db0c0f3d158cf6abbb4bf5dac58
Merge: 2d7033ef 6818014c
Author: Colin Watson <cjwatson@debian.org>
Date: Thu Feb 19 15:17:15 2026 +0000
Merge branch 'deluser' into 'master'
Stop deleting system user on remove/purge
See merge request ssh-team/openssh!38
commit 6818014c9f35bda4040d4ced7c40feb2b2a9b744
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Feb 19 11:14:48 2026 +0000
Stop deleting system user on remove/purge
This is widely considered bad practice, as the kernel recycles
UIDs/GIDs. So any potential leftover file/directory can then
become owned by the next user/group that gets added, with
unpredictable consequences.