[source] tcpdump: noop commit to refer CVEs fixed in 4.9.2

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 18 06:50:30 PDT 2017


stintel pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/12a0da6315e66045be68270b6e564316c14a3347

commit 12a0da6315e66045be68270b6e564316c14a3347
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Mon Sep 18 01:26:44 2017 +0300

    tcpdump: noop commit to refer CVEs fixed in 4.9.2
    
    When bumping tcpdump from 4.9.1 to 4.9.2, I did not include the fixed
    CVEs in the commit message. As the list of fixed CVEs is quite long,
    we should probably mention them in the changelogs of the releases to
    come. This commit will make sure this happens.
    
    The following CVEs were fixed in 21014d9708d586becbd62da571effadb488da9fc:
    
    CVE-2017-11541
    CVE-2017-11541
    CVE-2017-11542
    CVE-2017-11542
    CVE-2017-11543
    CVE-2017-11543
    CVE-2017-12893
    CVE-2017-12894
    CVE-2017-12895
    CVE-2017-12896
    CVE-2017-12897
    CVE-2017-12898
    CVE-2017-12899
    CVE-2017-12900
    CVE-2017-12901
    CVE-2017-12902
    CVE-2017-12985
    CVE-2017-12986
    CVE-2017-12987
    CVE-2017-12988
    CVE-2017-12989
    CVE-2017-12990
    CVE-2017-12991
    CVE-2017-12992
    CVE-2017-12993
    CVE-2017-12994
    CVE-2017-12995
    CVE-2017-12996
    CVE-2017-12997
    CVE-2017-12998
    CVE-2017-12999
    CVE-2017-13000
    CVE-2017-13001
    CVE-2017-13002
    CVE-2017-13003
    CVE-2017-13004
    CVE-2017-13005
    CVE-2017-13006
    CVE-2017-13007
    CVE-2017-13008
    CVE-2017-13009
    CVE-2017-13010
    CVE-2017-13011
    CVE-2017-13012
    CVE-2017-13013
    CVE-2017-13014
    CVE-2017-13015
    CVE-2017-13016
    CVE-2017-13017
    CVE-2017-13018
    CVE-2017-13019
    CVE-2017-13020
    CVE-2017-13021
    CVE-2017-13022
    CVE-2017-13023
    CVE-2017-13024
    CVE-2017-13025
    CVE-2017-13026
    CVE-2017-13027
    CVE-2017-13028
    CVE-2017-13029
    CVE-2017-13030
    CVE-2017-13031
    CVE-2017-13032
    CVE-2017-13033
    CVE-2017-13034
    CVE-2017-13035
    CVE-2017-13036
    CVE-2017-13037
    CVE-2017-13038
    CVE-2017-13039
    CVE-2017-13040
    CVE-2017-13041
    CVE-2017-13042
    CVE-2017-13043
    CVE-2017-13044
    CVE-2017-13045
    CVE-2017-13046
    CVE-2017-13047
    CVE-2017-13048
    CVE-2017-13049
    CVE-2017-13050
    CVE-2017-13051
    CVE-2017-13052
    CVE-2017-13053
    CVE-2017-13054
    CVE-2017-13055
    CVE-2017-13687
    CVE-2017-13688
    CVE-2017-13689
    CVE-2017-13690
    CVE-2017-13725
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    (cherry picked from commit 2375e279a7cb462d62fd6028cb3fbd56217222de)
---
 package/network/utils/tcpdump/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile
index 92e08d5..bb04369 100644
--- a/package/network/utils/tcpdump/Makefile
+++ b/package/network/utils/tcpdump/Makefile
@@ -76,7 +76,6 @@ endif
 MAKE_FLAGS += \
 	CCOPT="$(TARGET_CFLAGS)" INCLS="-I. $(TARGET_CPPFLAGS)"
 
-
 define Package/tcpdump/install
 	$(INSTALL_DIR) $(1)/usr/sbin
 	$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tcpdump $(1)/usr/sbin/



More information about the lede-commits mailing list