commit tcpdump for openSUSE:Factory
Hello community, here is the log from the commit of package tcpdump for openSUSE:Factory checked in at 2017-07-28 09:44:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcpdump (Old) and /work/SRC/openSUSE:Factory/.tcpdump.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "tcpdump" Fri Jul 28 09:44:45 2017 rev:35 rq:512663 version:4.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tcpdump/tcpdump.changes 2017-03-05 17:53:33.340548329 +0100 +++ /work/SRC/openSUSE:Factory/.tcpdump.new/tcpdump.changes 2017-07-28 09:44:51.763758211 +0200 @@ -1,0 +2,17 @@ +Wed Jul 26 12:33:53 UTC 2017 - pmonrealgonzalez@suse.com + +- Disable ikev2pI2 test that fails on ppc, ppc64 and ppc64le + * Added patch tcpdump-ikev2pI2-test-fails-ppc.patch + +------------------------------------------------------------------- +Wed Jul 26 09:16:56 UTC 2017 - pmonrealgonzalez@suse.com + +- Update to version 4.9.1 [bsc#1047873] + * CVE-2017-11108/Fix bounds checking for STP. + * Make assorted documentation updates and fix a few typos in output. + * Fixup -C for file size >2GB + * Show AddressSanitizer presence in version output. + * Fix a bug in test scripts. + * Fix a use-after-free when the requested interface does not exist. + +------------------------------------------------------------------- Old: ---- tcpdump-4.9.0.tar.gz tcpdump-4.9.0.tar.gz.sig New: ---- tcpdump-4.9.1.tar.gz tcpdump-4.9.1.tar.gz.sig tcpdump-ikev2pI2-test-fails-ppc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcpdump.spec ++++++ --- /var/tmp/diff_new_pack.1RqYgp/_old 2017-07-28 09:44:52.599640478 +0200 +++ /var/tmp/diff_new_pack.1RqYgp/_new 2017-07-28 09:44:52.599640478 +0200 @@ -18,7 +18,7 @@ %define min_libpcap_version 1.8.1 Name: tcpdump -Version: 4.9.0 +Version: 4.9.1 Release: 0 Summary: A Packet Sniffer License: BSD-3-Clause @@ -28,6 +28,8 @@ Source1: tcpdump-qeth Source2: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz.sig Source3: http://www.tcpdump.org/tcpdump-workers.asc#/%{name}.keyring +# PATCH-FIX-OPENSUSE tcpdump-ikev2pI2-test-fails-ppc.patch -- Disable ikev2pI2 test on ppc, ppc64 and ppc64le +Patch0: tcpdump-ikev2pI2-test-fails-ppc.patch BuildRequires: libpcap-devel >= %{min_libpcap_version} BuildRequires: libsmi-devel BuildRequires: openssl-devel @@ -40,6 +42,7 @@ %prep %setup -q +%patch0 -p1 %build export CFLAGS="%{optflags} -Wall -DGUESS_TSO -fstack-protector -fno-strict-aliasing" ++++++ tcpdump-4.9.0.tar.gz -> tcpdump-4.9.1.tar.gz ++++++ ++++ 1637 lines of diff (skipped) ++++++ tcpdump-ikev2pI2-test-fails-ppc.patch ++++++ Index: tcpdump-4.9.1/tests/crypto.sh =================================================================== --- tcpdump-4.9.1.orig/tests/crypto.sh +++ tcpdump-4.9.1/tests/crypto.sh @@ -28,8 +28,13 @@ then [ $? -eq 0 ] || exitcode=1 ./TESTonce espudp1 espudp1.pcap espudp1.out '-nnnn -E "file esp-secrets.txt"' [ $? -eq 0 ] || exitcode=1 - ./TESTonce ikev2pI2 ikev2pI2.pcap ikev2pI2.out '-E "file ikev2pI2-secrets.txt" -v -v -v -v' - [ $? -eq 0 ] || exitcode=1 + case $(uname -m) in + "ppc" | "ppc64" | "ppc64le" ) echo "skipping test ikev2pI2" + ;; + * ) ./TESTonce ikev2pI2 ikev2pI2.pcap ikev2pI2.out '-E "file ikev2pI2-secrets.txt" -v -v -v -v' + [ $? -eq 0 ] || exitcode=1 + ;; + esac ./TESTonce isakmp4 isakmp4500.pcap isakmp4.out '-E "file esp-secrets.txt"' [ $? -eq 0 ] || exitcode=1 fi
participants (1)
-
root@hilbert.suse.de