diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:48:48 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:12 +0000 |
| commit | cbd6e6e32a59b61f7fac3d1a9830146ac29b4dab (patch) | |
| tree | 80d50359c65b05282f42fa48c1f0c6fafc991fe9 | |
| parent | 9ada2c0601ed7dfa1e5efb97592749199d4179cd (diff) | |
| download | poky-cbd6e6e32a59b61f7fac3d1a9830146ac29b4dab.tar.gz | |
iptables: upgrade 1.8.5 -> 1.8.6
(From OE-Core rev: d81f9f3ed497241d6ac93d3c756eb55747eb07a0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/iptables/iptables/0001-build-resolve-iptables-apply-not-getting-installed.patch | 45 | ||||
| -rw-r--r-- | meta/recipes-extended/iptables/iptables_1.8.6.bb (renamed from meta/recipes-extended/iptables/iptables_1.8.5.bb) | 5 |
2 files changed, 2 insertions, 48 deletions
diff --git a/meta/recipes-extended/iptables/iptables/0001-build-resolve-iptables-apply-not-getting-installed.patch b/meta/recipes-extended/iptables/iptables/0001-build-resolve-iptables-apply-not-getting-installed.patch deleted file mode 100644 index 51ed66ed24..0000000000 --- a/meta/recipes-extended/iptables/iptables/0001-build-resolve-iptables-apply-not-getting-installed.patch +++ /dev/null | |||
| @@ -1,45 +0,0 @@ | |||
| 1 | From d4ed0c741fc789bb09d977d74d30875fdd50d08b Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jan Engelhardt <jengelh@inai.de> | ||
| 3 | Date: Wed, 3 Jun 2020 15:38:48 +0200 | ||
| 4 | Subject: [PATCH] build: resolve iptables-apply not getting installed | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | ip6tables-apply gets installed but iptables-apply does not. | ||
| 10 | That is wrong. | ||
| 11 | |||
| 12 | » make install DESTDIR=$PWD/r | ||
| 13 | » find r -name "*app*" | ||
| 14 | r/usr/local/sbin/ip6tables-apply | ||
| 15 | r/usr/local/share/man/man8/iptables-apply.8 | ||
| 16 | r/usr/local/share/man/man8/ip6tables-apply.8 | ||
| 17 | |||
| 18 | Fixes: v1.8.5~87 | ||
| 19 | Signed-off-by: Jan Engelhardt <jengelh@inai.de> | ||
| 20 | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | ||
| 21 | |||
| 22 | Upstream-Status: Backport | ||
| 23 | [https://git.netfilter.org/iptables/commit/?id=d4ed0c741fc789bb09d977d74d30875fdd50d08b] | ||
| 24 | |||
| 25 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | ||
| 26 | --- | ||
| 27 | iptables/Makefile.am | 2 +- | ||
| 28 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 29 | |||
| 30 | diff --git a/iptables/Makefile.am b/iptables/Makefile.am | ||
| 31 | index dc66b3cc..2024dbf5 100644 | ||
| 32 | --- a/iptables/Makefile.am | ||
| 33 | +++ b/iptables/Makefile.am | ||
| 34 | @@ -56,7 +56,7 @@ man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ | ||
| 35 | ip6tables-save.8 iptables-extensions.8 \ | ||
| 36 | iptables-apply.8 ip6tables-apply.8 | ||
| 37 | |||
| 38 | -sbin_SCRIPT = iptables-apply | ||
| 39 | +sbin_SCRIPTS = iptables-apply | ||
| 40 | |||
| 41 | if ENABLE_NFTABLES | ||
| 42 | man_MANS += xtables-nft.8 xtables-translate.8 xtables-legacy.8 \ | ||
| 43 | -- | ||
| 44 | 2.17.1 | ||
| 45 | |||
diff --git a/meta/recipes-extended/iptables/iptables_1.8.5.bb b/meta/recipes-extended/iptables/iptables_1.8.6.bb index 5976128807..9c15b0bc9d 100644 --- a/meta/recipes-extended/iptables/iptables_1.8.5.bb +++ b/meta/recipes-extended/iptables/iptables_1.8.6.bb | |||
| @@ -11,13 +11,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
| 11 | SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ |
| 12 | file://0001-configure-Add-option-to-enable-disable-libnfnetlink.patch \ | 12 | file://0001-configure-Add-option-to-enable-disable-libnfnetlink.patch \ |
| 13 | file://0002-configure.ac-only-check-conntrack-when-libnfnetlink-enabled.patch \ | 13 | file://0002-configure.ac-only-check-conntrack-when-libnfnetlink-enabled.patch \ |
| 14 | file://0001-build-resolve-iptables-apply-not-getting-installed.patch \ | ||
| 15 | file://iptables.service \ | 14 | file://iptables.service \ |
| 16 | file://iptables.rules \ | 15 | file://iptables.rules \ |
| 17 | file://ip6tables.service \ | 16 | file://ip6tables.service \ |
| 18 | file://ip6tables.rules \ | 17 | file://ip6tables.rules \ |
| 19 | " | 18 | " |
| 20 | SRC_URI[sha256sum] = "d457d74512e63aa3f50336e0597d4023c0e3c6845594d38532efb6ebcb294309" | 19 | SRC_URI[sha256sum] = "a0f4fe0c3eb8faa5bd9c8376d132f340b9558e750c91deb2d5028aa3d0047767" |
| 21 | 20 | ||
| 22 | SYSTEMD_SERVICE_${PN} = "\ | 21 | SYSTEMD_SERVICE_${PN} = "\ |
| 23 | iptables.service \ | 22 | iptables.service \ |
