rtpengine (26.0.1.13-1)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/26.0.1.13-1 tag
- Git: https://salsa.debian.org/pkg-voip-team/rtpengine.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 352256
- Browser: https://salsa.debian.org/pkg-voip-team/rtpengine/
- Last scan: 2026-06-09 13:41:17+00
- Next scan: 2026-06-15 16:50:00+00
- CI pipeline status: failed
- Debian changelog in Git:
rtpengine (26.0.1.13-1) unstable; urgency=medium
* New upstream version 26.0.1.13
-- Victor Seva <vseva@debian.org> Tue, 02 Jun 2026 16:56:32 +0200
- This branch is 4 commits ahead of tag debian/26.0.1.13-1
- Git log:
commit 92f599eedd5ba1923337977fc760a379fd6f8817
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Jun 9 14:47:41 2026 +0200
Revert "Install and use sysusers.d/tmpfiles.d config files"
This reverts commit f7a5ee43ea964c393aed14020d059a4cde96d658.
commit e93222bf7fefb44814c0840c73ab487541378ec6
Merge: 3aedbb5 f7a5ee4
Author: Victor Seva <vseva@debian.org>
Date: Tue Jun 9 14:12:39 2026 +0200
Merge branch 'sysusers' into 'master'
Install and use sysusers.d/tmpfiles.d config files
See merge request pkg-voip-team/rtpengine!2
commit f7a5ee43ea964c393aed14020d059a4cde96d658
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Jun 7 15:46:45 2026 +0100
Install and use sysusers.d/tmpfiles.d config files
sysusers.d/tmpfiles.d config files allow a package to use declarative
configuration instead of manually written maintainer scripts. This also
allows image-based systems to be created with /usr/ only, and also
allows for factory resetting a system and recreating /etc/ on boot.
https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html
https://www.freedesktop.org/software/systemd/man/latest/tmpfiles.d.html
commit 44ffb2522f05354c691034e88a7fab46c07f2dc1
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Jun 7 15:32:16 2026 +0100
Stop deleting system users on 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.