nftables (1.1.6-1)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/1.1.6-1 tag
- Git: https://salsa.debian.org/pkg-netfilter-team/pkg-nftables.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 4788224
- Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-nftables
- Last scan: 2026-02-12 13:15:05+00
- Next scan: 2026-02-20 17:24:00+00
- CI pipeline status: failed
- Debian changelog in Git:
nftables (1.1.6-1) unstable; urgency=medium
* [76930dd] d/watch: add `Matching-Pattern`, use `@PACKAGE@` in `Source:`
* [2ffdc3a] New upstream version 1.1.6 (Closes: #1121439)
- Complete lightweight tunnel template support, including vxlan,
geneve and erspan
- Support for wildcard in netdev hooks
- Support to pass up bridge frame to the bridge device for local
processing
- fib expression correct bytecode for Big Endian and other Big Endian
fixes
- man nft(8) documentation updates
* [5e550d0] d/patches: drop upstreamed patches
* [8db0897] d/control: bump min. version for libnftnl-dev build-dep to
1.3.1
* [0a941cd] d/rules: drop obsolete configure option
* [7a1086c] d/rules: suppress running of test-suites
* [33bbeba] d/tests: drop obsolete minimum kernel-version checks from
test-runners
* [baaeb07] d/t/internaltest-monitor.sh: use `-H` option to test with
installed nft
* [705fbab] d/t/internaltest-py.sh: use `-H` option to test with
installed nft
* [64c9797] d/t/internaltest-json-echo.sh: run new test-suite
* [4d2ee27] d/t/control: add gawk dependency for shell test-suite
* [201eb5a] d/rules: use `$(DEB_SOURCE)` for source package name
* [d12f0ee] d/rules: use `$(SOURCE_DATE_EPOCH)` for build time-stamp
* [c380eb1] d/p/fix-man-page-typo.patch: new patch to fix typo
-- Jeremy Sowden <azazel@debian.org> Sun, 07 Dec 2025 09:07:32 +0000
- This branch is 1 commit ahead of tag debian/1.1.6-1
- Git log:
commit b5cb9496ab02ff9ee36a6ba9c30bbd1c68d2ece6
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Feb 28 00:26:30 2025 +0000
nftables.service: add ConditionFileNotEmpty=/etc/nftables.conf
When booting with an empty /etc/ (factory reset, image-based
build with only /usr/) nftables.service fails:
Feb 28 00:18:41 localhost nft[475]: internal:0:0-0: Error: Could not open file "/etc/nftables.conf": No such file or directory
Feb 28 00:18:41 localhost systemd[1]: nftables.service: Main process exited, code=exited, status=1/FAILURE
Add a condition to the unit, so that it is skipped unless a config
file actually exists, to avoid spurious failures.