Package: release.debian.org Severity: normal Tags: stretch User: [email protected] Usertags: pu
Hello release team I'd like to fix the bug #921186 in stable, only adding a dependency to iptables-persistent the bug can be closed debdiff attached thanks! -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (990, 'testing'), (500, 'stable') Architecture: arm64 (aarch64) Kernel: Linux 4.19.0-1-arm64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE=en_US (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru iptables-persistent-1.0.4+nmu2/debian/changelog iptables-persistent-1.0.4+nmu3/debian/changelog --- iptables-persistent-1.0.4+nmu2/debian/changelog 2017-03-18 21:11:49.000000000 +0800 +++ iptables-persistent-1.0.4+nmu3/debian/changelog 2019-02-03 19:18:27.000000000 +0800 @@ -1,3 +1,11 @@ +iptables-persistent (1.0.4+nmu3) stable; urgency=medium + + * Non-maintainer upload + * Depend on kmod as /sbin/modprobe is called unconditionally + Thanks Hugo, Closes (#921186) + + -- gustavo panizzo <[email protected]> Sun, 03 Feb 2019 19:18:27 +0800 + iptables-persistent (1.0.4+nmu2) unstable; urgency=medium * Non-maintainer upload. diff -Nru iptables-persistent-1.0.4+nmu2/debian/control iptables-persistent-1.0.4+nmu3/debian/control --- iptables-persistent-1.0.4+nmu2/debian/control 2017-03-17 12:50:20.000000000 +0800 +++ iptables-persistent-1.0.4+nmu3/debian/control 2019-02-03 19:18:17.000000000 +0800 @@ -21,7 +21,7 @@ Package: iptables-persistent Architecture: all -Depends: netfilter-persistent (= ${source:Version}), iptables, ${misc:Depends} +Depends: netfilter-persistent (= ${source:Version}), iptables, kmod, ${misc:Depends} Description: boot-time loader for netfilter rules, iptables plugin netfilter-persistent is a loader for netfilter configuration using a plugin-based architecture.

