summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iptables
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2012-12-21 17:49:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-26 11:34:08 +0000
commitaa90e6090d482f43ee941dda6c7f0bc22116c89f (patch)
treea41813c628db6199ea2e1bf806635ad038c84c54 /meta/recipes-extended/iptables
parentae84362fcce244d81b2c14773b218db0c2ac02f7 (diff)
downloadpoky-aa90e6090d482f43ee941dda6c7f0bc22116c89f.tar.gz
iptables: upgrade to v1.4.16.3
(From OE-Core rev: 88869fc442c9387f70a408b64f874a947909f0d5) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/iptables')
-rw-r--r--meta/recipes-extended/iptables/iptables_1.4.16.3.bb (renamed from meta/recipes-extended/iptables/iptables_1.4.15.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.4.15.bb b/meta/recipes-extended/iptables/iptables_1.4.16.3.bb
index d556c771ee..37665a0b71 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.15.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.16.3.bb
@@ -1,4 +1,4 @@
1SUMMARY = "Tools for managing kernel packaet filtering capabilities" 1SUMMARY = "Tools for managing kernel packet filtering capabilities"
2DESCRIPTION = "iptables is the userspace command line program used to configure and control network packet \ 2DESCRIPTION = "iptables is the userspace command line program used to configure and control network packet \
3filtering code in Linux." 3filtering code in Linux."
4HOMEPAGE = "http://www.netfilter.org/" 4HOMEPAGE = "http://www.netfilter.org/"
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263\ 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263\
8 file://iptables/iptables.c;firstline=13;endline=25;md5=f1028f2401da1c120df27594b2be50ef" 8 file://iptables/iptables.c;firstline=13;endline=25;md5=f1028f2401da1c120df27594b2be50ef"
9 9
10PR = "r1" 10PR = "r0"
11 11
12RRECOMMENDS_${PN} = "kernel-module-x-tables \ 12RRECOMMENDS_${PN} = "kernel-module-x-tables \
13 kernel-module-ip-tables \ 13 kernel-module-ip-tables \
@@ -24,8 +24,8 @@ FILES_${PN}-dbg =+ "${libdir}/xtables/.debug"
24SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ 24SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
25 file://types.h-add-defines-that-are-required-for-if_packet.patch" 25 file://types.h-add-defines-that-are-required-for-if_packet.patch"
26 26
27SRC_URI[md5sum] = "8bf564ea8348522fc1db727868828def" 27SRC_URI[md5sum] = "6dd40c12fb8f4c4312a0f8434369fbcd"
28SRC_URI[sha256sum] = "867c144e60075e7bebe6fcecf0b65169d5e2d1fa5ceec2ebd9780cd5026123ea" 28SRC_URI[sha256sum] = "643ccf34099d53d5b839e1d889c05627745a51ec122648e76a9fcec3a8a9ec79"
29 29
30inherit autotools 30inherit autotools
31 31