[oe-commits] [meta-openembedded] 36/71: tcpdump: update to 4.9.1 to fix CVE-2017-11108

git at git.openembedded.org git at git.openembedded.org
Thu Aug 31 13:00:13 UTC 2017


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

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

commit 37e3ccdf17f55057fccc87b1513ddb2b82ff5fd2
Author: Wenzong Fan <wenzong.fan at windriver.com>
AuthorDate: Tue Aug 15 19:18:42 2017 -0700

    tcpdump: update to 4.9.1 to fix CVE-2017-11108
    
    Summary for 4.9.1 tcpdump release
      CVE-2017-11108/Fix bounds checking for STP.
      Make assorted documentation updates and fix a few typos in tcpdump output.
      Fixup -C for file size >2GB (GH #488).
      Show AddressSanitizer presence in version output.
      Fix a bug in test scripts (exposed in GH #613).
      On FreeBSD adjust Capsicum capabilities for netmap.
      On Linux fix a use-after-free when the requested interface does not exist.
    
    Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-support/tcpdump/{tcpdump_4.9.0.bb => tcpdump_4.9.1.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.9.0.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.9.1.bb
similarity index 90%
rename from meta-networking/recipes-support/tcpdump/tcpdump_4.9.0.bb
rename to meta-networking/recipes-support/tcpdump/tcpdump_4.9.1.bb
index c7123d7..4010697 100644
--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.9.0.bb
+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.9.1.bb
@@ -12,8 +12,8 @@ SRC_URI = " \
     file://run-ptest \
 "
 
-SRC_URI[md5sum] = "2b83364eef53b63ca3181b4eb56dab0c"
-SRC_URI[sha256sum] = "eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e"
+SRC_URI[md5sum] = "1e0293210b0dea5ef18e88e4150394b7"
+SRC_URI[sha256sum] = "f9448cf4deb2049acf713655c736342662e652ef40dbe0a8f6f8d5b9ce5bd8f3"
 
 export LIBS=" -lpcap"
 

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


More information about the Openembedded-commits mailing list