ulogd2 (2.0.8-1)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/2.0.8-1 tag
- Git: https://salsa.debian.org/pkg-netfilter-team/ulogd2.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 3883008
- Browser: https://salsa.debian.org/pkg-netfilter-team/ulogd2
- Last scan: 2023-01-23 17:50:59+00
- Next scan: 2023-01-30 14:18:00+00
- CI pipeline status: success
- Debian changelog in Git:
ulogd2 (2.0.8-1) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on libnetfilter-conntrack-dev and
libnfnetlink-dev.
+ Remove 1 maintscript entries from 1 files.
[ Jeremy Sowden ]
* New upstream version
- New IPFIX output plugin
- Introduces pkg-config for libdbi, libmysqlclient, libpcap and libpq
(Closes: #916998)
* Add d/.gitignore file
* d/compat, d/control:
- remove d/compat
- add a build-dep on `debhelper-compat = 13` to d/control
* d/README.source:
- bump dh version
* d/control:
- bump Standards-Version to 4.6.1
- add myself to uploaders
- add `Rules-requires-root: no`
* d/copyright:
- add myself to debian/*
* d/not-installed, d/rules:
- add libtool archives to d/not-installed
- remove deprecated `dh_install` override from d/rules
* d/patches:
- add patch to fix libpq `CFLAGS` fall-back
* d/rules:
- remove no-op `dh_strip` override
- replace several `override`s with `execute_after`s
- remove obsolete flags from `dh_auto_configure`
* d/ulogd2.dirs:
- remove directories created by `make` (/usr/sbin) and `dh_install` (/etc)
- remove /var/log/ulog since it leads to warnings from `adduser` and
will be created by `postinst` anyway (Closes: #731638, #805940)
* Add d/ulogd2.manpages and update d/*.install files
* d/ulogd2.postinst:
- remove obsolete code related to the ulogd init-script
- only create user and group when configuring
- create /var/log/ulog once with the right ownership and permissions
* d/ulogd2.preinst:
- remove obsolete code related to the ulogd init-script
* d/ulogd2.tmpfile:
- rename to ulogd2.tmpfiles
* d/u/signing-key.asc:
- update and minimize signing key
* d/watch:
- bump to v4 and use HTTPS URL
* Update Lintian overrides
-- Chris Boot <bootc@debian.org> Thu, 29 Dec 2022 16:11:14 +0000
- This branch is 2 commits ahead of tag debian/2.0.8-1
- Git log:
commit 87b48e90c1a0f2d1af126c47e8bd271f1dd1ba30
Author: Jeremy Sowden <jeremy@azazel.net>
Date: Tue Jan 10 20:39:17 2023 +0000
d/patches: add patch to fix pcap null pointer dereference
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
commit cae6ea87e4cd3803c88aeda691f251c2aa179dd3
Author: Jeremy Sowden <jeremy@azazel.net>
Date: Tue Jan 10 20:37:55 2023 +0000
d/patches: refresh existing patches
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>