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:46:47 +0100 |
commit | 2afc6203baec508043d5ad672756b527f9d81111 (patch) | |
tree | f2ce1741ec67b19fbcc76362b898aacebd513cfb | |
parent | 05c3c327370971eaa9d872a88782278126030229 (diff) | |
download | openembedded-core-2afc6203baec508043d5ad672756b527f9d81111.tar.gz openembedded-core-2afc6203baec508043d5ad672756b527f9d81111.tar.bz2 openembedded-core-2afc6203baec508043d5ad672756b527f9d81111.zip |
iptables: upgrade to ver. 1.4.14
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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" SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ file://types.h-add-defines-that-are-required-for-if_packet.patch" -SRC_URI[md5sum] = "40a15608ec57b50e9377cace546dd115" -SRC_URI[sha256sum] = "321e2600fc4541a958e44cafd85a42864b0035404097e0f2e082d474029b9ded" +SRC_URI[md5sum] = "5ab24ad683f76689cfe7e0c73f44855d" +SRC_URI[sha256sum] = "9be675696f41cd4f35cc332b667d285fe9489ca93c8e1f77804bd04b3315a522" inherit autotools |