summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-10-18 22:38:33 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2016-11-14 10:07:27 -0500
commit406ca647b696f83e5581783f68d1973932eac196 (patch)
treea6f771019e9bcdba8ecf7037773032e22639cc9d /meta-networking/recipes-filter
parentdce441f95ea37356b10dfa03de794925d82089b0 (diff)
downloadmeta-openembedded-406ca647b696f83e5581783f68d1973932eac196.tar.gz
libmnl, nftables: Update versions
libmnl -> 1.0.4 nftables -> 0.6 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-filter')
-rw-r--r--meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb (renamed from meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb)4
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_0.6.bb (renamed from meta-networking/recipes-filter/nftables/nftables_0.5.bb)5
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb b/meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb
index b3a5f2e95..b45879980 100644
--- a/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb
+++ b/meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb
@@ -7,7 +7,7 @@ LICENSE = "LGPLv2.1+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 7LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
8 8
9SRC_URI = "http://www.netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar" 9SRC_URI = "http://www.netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar"
10SRC_URI[tar.md5sum] = "7d95fc3bea3365bc03c48e484224f65f" 10SRC_URI[tar.md5sum] = "be9b4b5328c6da1bda565ac5dffadb2d"
11SRC_URI[tar.sha256sum] = "6f14336e9acdbc62c2dc71bbb59ce162e54e9af5c80153e92476c5443fe784de" 11SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
diff --git a/meta-networking/recipes-filter/nftables/nftables_0.5.bb b/meta-networking/recipes-filter/nftables/nftables_0.6.bb
index 11b5e5a90..5dd93627a 100644
--- a/meta-networking/recipes-filter/nftables/nftables_0.5.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_0.6.bb
@@ -10,8 +10,7 @@ RRECOMMENDS_${PN} += "kernel-module-nf-tables \
10SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \ 10SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \
11 file://fix-to-generate-ntf.8.patch \ 11 file://fix-to-generate-ntf.8.patch \
12 " 12 "
13 13SRC_URI[md5sum] = "fd320e35fdf14b7be795492189b13dae"
14SRC_URI[md5sum] = "94bfe1c54bcb9f6ed974835f2fca8069" 14SRC_URI[sha256sum] = "dede62655f1c56f2bc9f9be12d103d930dcef6d5f9e0855854ad9c6f93cd6c2d"
15SRC_URI[sha256sum] = "1fb6dff333d8a4fc347cbbe273bf905a2634b27a8c39df0d3a45d5a3fde10ad6"
16 15
17inherit autotools pkgconfig 16inherit autotools pkgconfig