[oe-commits] [meta-openembedded] 39/62: tcpdump: upgrade to 4.8.1

git at git.openembedded.org git at git.openembedded.org
Tue Mar 7 13:29:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch morty-next
in repository meta-openembedded.

commit 70f1e0fa31299ae957057faa3158cfae96320e9b
Author: Oleksandr Kravchuk <oleksandr.kravchuk at pelagicore.com>
AuthorDate: Tue Jan 10 12:54:56 2017 +0100

    tcpdump: upgrade to 4.8.1
    
    Upgraded tcpdump to version 4.8.1 and removed deprecated ipv6 configure
    flag.
    
    This update includes:
    CVE-2014-8767, CVE-2014-8768, CVE-2014-8769
    
    Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk at pelagicore.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-support/tcpdump/{tcpdump_4.7.4.bb => tcpdump_4.8.1.bb} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
similarity index 85%
rename from meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
rename to meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
index e18228f..35a5cfe 100644
--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
@@ -12,16 +12,15 @@ SRC_URI = " \
     file://add-ptest.patch \
     file://run-ptest \
 "
-SRC_URI[md5sum] = "58af728de36f499341918fc4b8e827c3"
-SRC_URI[sha256sum] = "6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af"
+SRC_URI[md5sum] = "32f57943649f276e09236ba66622bb0c"
+SRC_URI[sha256sum] = "20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c"
 export LIBS=" -lpcap"
 
 inherit autotools-brokensep ptest
 CACHED_CONFIGUREVARS = "ac_cv_linux_vers=${ac_cv_linux_vers=2}"
 
-PACKAGECONFIG ??= "openssl ipv6"
+PACKAGECONFIG ??= "openssl"
 PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl"
-PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
 PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi"
 PACKAGECONFIG[libcap-ng] = "--with-cap-ng=yes,--with-cap-ng=no,libcap-ng"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list