diff options
author | Armin Kuster <akuster@mvista.com> | 2017-02-08 15:42:02 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-02-22 08:31:59 -0500 |
commit | d940c11e66efedfbd3cd5c694a8058464ca8ca70 (patch) | |
tree | e691b5b9aac4f6f1c14c7d37dc0c78a01a32e420 /meta-networking | |
parent | 4758f0af1461854f558241f36efe752c1089bfc6 (diff) | |
download | meta-openembedded-d940c11e66efedfbd3cd5c694a8058464ca8ca70.tar.gz |
tcpdump: update to 4.9.0 for security fixes
CVE included in this release:
CVE-2016-7922 CVE-2016-7923 CVE-2016-7924 CVE-2016-7925
CVE-2016-7926 CVE-2016-7927 CVE-2016-7928 CVE-2016-7929
CVE-2016-7930 CVE-2016-7931 CVE-2016-7932 CVE-2016-7933
CVE-2016-7934 CVE-2016-7935 CVE-2016-7936 CVE-2016-7937
CVE-2016-7938 CVE-2016-7939 CVE-2016-7940 CVE-2016-7973
CVE-2016-7974 CVE-2016-7975 CVE-2016-7983 CVE-2016-7984
CVE-2016-7985 CVE-2016-7986 CVE-2016-7992 CVE-2016-7993
CVE-2016-8574 CVE-2016-8575 CVE-2017-5202 CVE-2017-5203
CVE-2017-5204 CVE-2017-5205 CVE-2017-5341 CVE-2017-5342
CVE-2017-5482 CVE-2017-5483 CVE-2017-5484 CVE-2017-5485
CVE-2017-5486
updated add-ptest patch to apply to Makefile.in
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch | 25 | ||||
-rw-r--r-- | meta-networking/recipes-support/tcpdump/tcpdump_4.9.0.bb (renamed from meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb) | 6 |
2 files changed, 15 insertions, 16 deletions
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch b/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch index 358f6050f..196cec7f2 100644 --- a/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch +++ b/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch | |||
@@ -10,11 +10,11 @@ Signed-off-by: Hongjun.Yang <hongjun.yang@windriver.com> | |||
10 | Makefile.in | 10 +++++++++- | 10 | Makefile.in | 10 +++++++++- |
11 | 1 file changed, 9 insertions(+), 1 deletion(-) | 11 | 1 file changed, 9 insertions(+), 1 deletion(-) |
12 | 12 | ||
13 | diff --git a/Makefile.in b/Makefile.in | 13 | Index: tcpdump-4.9.0/Makefile.in |
14 | index 8c35a45..4fb8ae6 100644 | 14 | =================================================================== |
15 | --- a/Makefile.in | 15 | --- tcpdump-4.9.0.orig/Makefile.in |
16 | +++ b/Makefile.in | 16 | +++ tcpdump-4.9.0/Makefile.in |
17 | @@ -428,9 +428,17 @@ distclean: | 17 | @@ -436,9 +436,17 @@ distclean: |
18 | tests/failure-outputs.txt | 18 | tests/failure-outputs.txt |
19 | rm -rf autom4te.cache tests/DIFF tests/NEW | 19 | rm -rf autom4te.cache tests/DIFF tests/NEW |
20 | 20 | ||
@@ -25,14 +25,11 @@ index 8c35a45..4fb8ae6 100644 | |||
25 | (cd tests && ./TESTrun.sh) | 25 | (cd tests && ./TESTrun.sh) |
26 | 26 | ||
27 | +install-ptest: | 27 | +install-ptest: |
28 | + cp -r tests $(DESTDIR) | 28 | + cp -r tests $(DESTDIR) |
29 | + cp -r config.h $(DESTDIR) | 29 | + cp -r config.h $(DESTDIR) |
30 | + install -m 0755 Makefile $(DESTDIR) | 30 | + install -m 0755 Makefile $(DESTDIR) |
31 | + ln -sf /usr/sbin/tcpdump $(DESTDIR)/tcpdump | 31 | + ln -sf /usr/sbin/tcpdump $(DESTDIR)/tcpdump |
32 | + | 32 | + |
33 | tags: $(TAGFILES) | 33 | extags: $(TAGFILES) |
34 | ctags -wtd $(TAGFILES) | 34 | ctags $(TAGFILES) |
35 | 35 | ||
36 | -- | ||
37 | 1.9.1 | ||
38 | |||
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.9.0.bb index 35a5cfed1..43e388ccc 100644 --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.9.0.bb | |||
@@ -12,8 +12,10 @@ SRC_URI = " \ | |||
12 | file://add-ptest.patch \ | 12 | file://add-ptest.patch \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | SRC_URI[md5sum] = "32f57943649f276e09236ba66622bb0c" | 15 | |
16 | SRC_URI[sha256sum] = "20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c" | 16 | SRC_URI[md5sum] = "2b83364eef53b63ca3181b4eb56dab0c" |
17 | SRC_URI[sha256sum] = "eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e" | ||
18 | |||
17 | export LIBS=" -lpcap" | 19 | export LIBS=" -lpcap" |
18 | 20 | ||
19 | inherit autotools-brokensep ptest | 21 | inherit autotools-brokensep ptest |