net-snmp (5.9.5.2+dfsg-2.1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 5.9.5.2+dfsg-3 > 5.9.5.2+dfsg-2.1
- Git: https://salsa.debian.org/debian/net-snmp.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 741376
- Browser: https://salsa.debian.org/debian/net-snmp
- Last scan: 2026-08-01 13:21:15+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Fnet-snmp API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-08-07 12:47:00+00
- Debian changelog in Git:
net-snmp (5.9.5.2+dfsg-3) UNRELEASED; urgency=medium
* Use systemd-sysusers for user creation !17
* snmpd.conf: Only allow localhost by default Closes: #1132997
* Update build-dep for libmariadb-dev Closes: #1137756
* Add turkish translation for debconf Closes: #1104474
* Also update net-snmp-create-user manpage path Closes: #1106791
-- Craig Small <csmall@debian.org> Wed, 27 May 2026 20:22:46 +1000
- This branch is 8 commits ahead of tag debian/5.9.5.2+dfsg-2.1
- Git log:
commit a2df5b3e7ff6a085abcfe30be9cfeeafce980cb2
Author: Craig Small <csmall@debian.org>
Date: Wed May 27 20:58:49 2026 +1000
configure: Add patch to use mariadb_config
Signed-off-by: Craig Small <csmall@debian.org>
commit f18afca0e430f6f067473e8d3bc1319bc9b26ff8
Author: Craig Small <csmall@debian.org>
Date: Wed May 27 20:26:30 2026 +1000
d/control: Fix typo
commit 077e35e94561d92e24b8456333d87e8ed0b6c1ba
Author: Craig Small <csmall@debian.org>
Date: Wed May 27 20:23:23 2026 +1000
Also update net-snmp-create-user manpage path
Closes: #1106791
Refreshed the no-err-* patch
commit 765658fad981185662ba016b93e28c2e1cb1eaac
Author: Craig Small <csmall@debian.org>
Date: Wed May 27 20:15:43 2026 +1000
Add turkish translation for debconf
Closes: #1104474
commit 2164f0b3a20ee7af2a41661be7b898e90af98ac1
Author: Craig Small <csmall@debian.org>
Date: Wed May 27 20:12:18 2026 +1000
Update build-dep for libmariadb-dev
Instead of default-mysql-* use mariadb explicitly
Closes: #1137756
commit fb3c826250bb23422c30f1850b1fb0747a27560e
Author: Craig Small <csmall@debian.org>
Date: Wed May 27 20:10:03 2026 +1000
snmpd.conf: Only allow localhost by default
While the listen address only had localhost the community
allowed access from everywhere. Update the community to
only be valid for localhost Closes: #1132997
Also added changelog for Use systemd-sysusers for user creation !17
commit ae1bdee79f23e6c657a056b1586ee0456b3c1186
Merge: 009a0bd d816a8a
Author: Craig Small <csmall@debian.org>
Date: Tue May 19 10:59:48 2026 +0000
Merge branch 'sysusers' into 'master'
Migrate from adduser to sysusers.d
See merge request debian/net-snmp!17
commit d816a8a9da6a2bf6113773c355c69a9aaec11553
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Apr 19 13:12:30 2026 +0100
Install and use sysusers.d/tmpfiles.d config files
Create the user via systemd-sysusers and create the runtime directory
and apply ownership/permissions to the configuration file via
systemd-tmpfiles, instead of using adduser/deluser in maintainer
scripts.