diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-08-16 15:55:18 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-17 18:04:24 +0100 |
commit | 969953eb67fd79e0c532cf920ed1dc3e8fc49090 (patch) | |
tree | 6aa7dc80ae7c768901bc89d5ab3d6e0e9989ec9a /meta/recipes-extended/iptables | |
parent | 802849dfffc309fbd0a0a5705fc7374d10874a6c (diff) | |
download | poky-969953eb67fd79e0c532cf920ed1dc3e8fc49090.tar.gz |
iptables: upgrade to 1.4.15
(From OE-Core rev: e69976e4938e9a5a30a0876052521dd62e97bbac)
Signed-off-by: Constantin Musca <constantinx.musca@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.15.bb (renamed from meta/recipes-extended/iptables/iptables_1.4.14.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.4.14.bb b/meta/recipes-extended/iptables/iptables_1.4.15.bb index 4396ccf2d6..a6297f392b 100644 --- a/meta/recipes-extended/iptables/iptables_1.4.14.bb +++ b/meta/recipes-extended/iptables/iptables_1.4.15.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] = "5ab24ad683f76689cfe7e0c73f44855d" | 27 | SRC_URI[md5sum] = "8bf564ea8348522fc1db727868828def" |
28 | SRC_URI[sha256sum] = "9be675696f41cd4f35cc332b667d285fe9489ca93c8e1f77804bd04b3315a522" | 28 | SRC_URI[sha256sum] = "867c144e60075e7bebe6fcecf0b65169d5e2d1fa5ceec2ebd9780cd5026123ea" |
29 | 29 | ||
30 | inherit autotools | 30 | inherit autotools |
31 | 31 | ||