1ee961a873
- Disabled ikev2pI2 test that fails on some architectures * Added patch tcpdump-ikev2pI2.patch - Update to version 4.9.2 [bsc#1057247] * Security fixes: - CVE-2017-11108 segfault in STP decoder - Segfault in ESP decoder with OpenSSL 1.1 - CVE-2017-11543 buffer overflow in SLIP decoder - CVE-2017-13011 buffer overflow in bittok2str_internal() - CVE-2017-12989 infinite loop in the RESP parser - CVE-2017-12990 infinite loop in the ISAKMP parser - CVE-2017-12995 infinite loop in the DNS parser - CVE-2017-12997 infinite loop in the LLDP parser - CVE-2017-11541 buffer over-read in safeputs() - CVE-2017-11542 buffer over-read in PIMv1 decoder - CVE-2017-12893 buffer over-read in the SMB/CIFS parser - CVE-2017-12894 buffer over-read in several protocol parsers - CVE-2017-12895 buffer over-read in the ICMP parser - CVE-2017-12896 buffer over-read in the ISAKMP parser - CVE-2017-12897 buffer over-read in the ISO CLNS parser - CVE-2017-12898 buffer over-read in the NFS parser - CVE-2017-12899 buffer over-read in the DECnet parser - CVE-2017-12900 buffer over-read in the in several protocol parsers - CVE-2017-12901 buffer over-read in the EIGRP parser - CVE-2017-12902 buffer over-read in the Zephyr parser - CVE-2017-12985 buffer over-read in the IPv6 parser - CVE-2017-12986 buffer over-read in the IPv6 routing header parser - CVE-2017-12987 buffer over-read in the 802.11 parser - CVE-2017-12988 buffer over-read in the telnet parser - CVE-2017-12991 buffer over-read in the BGP parser OBS-URL: https://build.opensuse.org/request/show/524782 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpdump?expand=0&rev=43
21 lines
615 B
Diff
21 lines
615 B
Diff
Index: tcpdump-4.9.2/tests/crypto.sh
|
|
===================================================================
|
|
--- tcpdump-4.9.2.orig/tests/crypto.sh
|
|
+++ tcpdump-4.9.2/tests/crypto.sh
|
|
@@ -72,15 +72,6 @@ then
|
|
echo $failed >.failed
|
|
exitcode=1
|
|
fi
|
|
- if ./TESTonce ikev2pI2 ikev2pI2.pcap ikev2pI2.out '-E "file ikev2pI2-secrets.txt" -v -v -v -v'
|
|
- then
|
|
- passed=`expr $passed + 1`
|
|
- echo $passed >.passed
|
|
- else
|
|
- failed=`expr $failed + 1`
|
|
- echo $failed >.failed
|
|
- exitcode=1
|
|
- fi
|
|
if ./TESTonce isakmp4 isakmp4500.pcap isakmp4.out '-E "file esp-secrets.txt"'
|
|
then
|
|
passed=`expr $passed + 1`
|