diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2012-07-24 08:36:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:55:20 +0100 |
commit | 8462bcc7fd3382567881a5cf0bb513d45768b44b (patch) | |
tree | 442d4ebf33df70357582fdc7176a570e9d4919cf /meta/recipes-extended/iptables | |
parent | fd1a3064e9b90b8791a66dabea372c05340e54ee (diff) | |
download | poky-8462bcc7fd3382567881a5cf0bb513d45768b44b.tar.gz |
iptables: upgrade to ver. 1.4.14
(From OE-Core rev: 2afc6203baec508043d5ad672756b527f9d81111)
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.14.bb (renamed from meta/recipes-extended/iptables/iptables_1.4.13.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.4.13.bb b/meta/recipes-extended/iptables/iptables_1.4.14.bb index 59782c0175..4396ccf2d6 100644 --- a/meta/recipes-extended/iptables/iptables_1.4.13.bb +++ b/meta/recipes-extended/iptables/iptables_1.4.14.bb | |||
@@ -24,8 +24,8 @@ FILES_${PN}-dbg =+ "${libdir}/xtables/.debug" | |||
24 | SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ | 24 | SRC_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 | ||
27 | SRC_URI[md5sum] = "40a15608ec57b50e9377cace546dd115" | 27 | SRC_URI[md5sum] = "5ab24ad683f76689cfe7e0c73f44855d" |
28 | SRC_URI[sha256sum] = "321e2600fc4541a958e44cafd85a42864b0035404097e0f2e082d474029b9ded" | 28 | SRC_URI[sha256sum] = "9be675696f41cd4f35cc332b667d285fe9489ca93c8e1f77804bd04b3315a522" |
29 | 29 | ||
30 | inherit autotools | 30 | inherit autotools |
31 | 31 | ||