ppp (2.5.2-1+2)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/2.5.2-1+1.2 tag
- Git: https://salsa.debian.org/debian/ppp.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1904640
- Browser: https://salsa.debian.org/debian/ppp
- Last scan: 2026-08-17 15:24:03+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Fppp API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-08-23 12:58:00+00
- Debian changelog in Git:
ppp (2.5.2-1+2) unstable; urgency=medium
* Change ownership of /etc/ppp to root:root from root:dip. There's no reason
/etc/ppp itself should be owned by group dip and this causes
inconsistencies in group ownership depending on package unpack order.
(Closes: #1133164)
-- Chris Boot <bootc@debian.org> Tue, 05 May 2026 16:30:37 +0200
- This branch is 1 commit ahead of tag debian/2.5.2-1+1.2
- Git log:
commit 68a40178996ff13c651d17c9266c070af52cce11
Author: Chris Boot <bootc@debian.org>
Date: Tue May 5 16:31:28 2026 +0200
Fix group ownership of /etc/ppp (Closes: #1133164)
Remove /etc/ppp from the dh_fixperms chown to root:dip, leaving it
owned by root:root. There is no reason for the directory itself to be
group-dip, and doing so caused inconsistent group ownership depending
on package unpack order. Subdirectories that legitimately need dip
ownership (/etc/ppp/peers/, /etc/chatscripts/) are unaffected.