Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

tcpdump-4.99.4-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: tcpdump Distribution: openSUSE:Factory:zSystems
Version: 4.99.4 Vendor: openSUSE
Release: 1.1 Build date: Mon Apr 10 20:19:04 2023
Group: Unspecified Build host: s390zl26
Size: 1387699 Source RPM: tcpdump-4.99.4-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.tcpdump.org/
Summary: A Packet Sniffer
This program can "read" all or only certain packets going over the
ethernet. It can be used to debug specific network problems.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Apr 08 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 4.99.4:
    * LSP ping: Fix "Unused value" warnings from Coverity
    * CVE-2023-1801: out-of-bounds write in the SMB printer (boo#1210265)
    * DNS: sync resource types with IANA
    * ICMPv6: Update the output to show a RPL DAO field name
    Geneve: Fix the Geneve UDP port test
    * build system tweaks and documentation updates
* Tue Jan 17 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.99.3:
    * Updated printers:
      PTP: Use the proper values for the control field and print un-allocated
      values for the message field as "Reserved" instead of "none".
    * Source code:
      smbutil.c: Replace obsolete function call (asctime)
    * Documentation:
      Reformat the installation notes (INSTALL.txt) in Markdown.
      Convert CONTRIBUTING to Markdown.
      CONTRIBUTING.md: Document the use of "protocol: " in a commit summary.
      Add a README file for NetBSD.
      Fix CMake build to set man page section numbers in tcpdump.1
* Sun Jan 01 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 4.99.2:
    * Multiple fixes and improvements to BGP, DSA, EAP, 802.11,
      802.15.4, RRCP, MPLS, ICMP, VQP, Juniper, lwres, Ethernet,
      IPX, Zephyr, VRRP, DCCP, IPv6, ISAKMP, RADIUS, TCP, RESp,
      Arista, sFlow, VRRP, OSPF, OSPFv3, ICMPv3, ICMPv6, NFS, PTP,
      WHOIS, MPTCP, ESP, PPP, ZEP printers
    * Build system updates, developer visible fixes, documentation
* Sun Jun 13 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 4.99.1:
    * Squelch some compiler warnings
    * ICMP: Update the snapend for some nested IP packets
    * MACsec: Update the snapend thus the ICV field is not payload
      for the caller
    * EIGRP: Fix packet header fields
    * SMB: Disable printer by default in CMake builds
    * OLSR: Print the protocol name even if the packet is invalid
    * MSDP: Print ": " before the protocol name
    * ESP: Remove padding, padding length and next header from the buffer
    * DHCPv6: Update the snapend for nested DHCPv6 packets
    * OpenFlow 1.0: Get snapend right for nested frames
    * TCP: Update the snapend before decoding a MPTCP option
    * Ethernet, IEEE 802.15.4, IP, L2TP, TCP, ZEP: Add bounds checks
    * ForCES: Refine SPARSEDATA-TLV length check
    * ASCII/hex: Use nd_trunc_longjmp() in truncation cases
    * GeoNet: Add a ND_TCHECK_LEN() call
    * Replace ND_TCHECK_/memcpy() pairs with GET_CPY_BYTES()
    * BGP: Fix overwrites of global 'astostr' temporary buffer
    * ARP: fix overwrites of static buffer in q922_string()
    * Frame Relay: have q922_string() handle errors better
* Fri Feb 19 2021 Pedro Monreal <pmonreal@suse.com>
  - Fix excess of precission in floating point registers for i586
    until resolved upstream.
* Mon Jan 04 2021 Pedro Monreal <pmonreal@suse.com>
  - Update to 4.99.0
    IMPORTANT: Upsteam moved the default install directory to bindir.
      For compatibility, tcpdump is still being installed in
      sbindir and a symlink in bindir has been added.
    * Print unsupported link-layer protocol packets in hex.
    * Add support for new network protocols and DLTs: Arista, Autosar
      SOME/IP, Broadcom LI and Ethernet switches tag, IEEE 802.15.9,
      IP-over-InfiniBand (IPoIB), Linux SLL2, Linux vsockmon, MACsec,
      Marvell Distributed Switch Architecture, OpenFlow 1.3, Precision
      Time Protocol (PTP), SSH, WHOIS, ZigBee Encapsulation Protocol (ZEP).
    * Make protocol-specific updates for: AH, DHCP, DNS, ESP, FRF.16,
      HNCP, ICMP6, IEEE 802.15.4, IPv6, IS-IS, Linux SLL, LLDP, LSP
      ping, MPTCP, NFS, NSH, NTP, OSPF, OSPF6, PGM, PIM, PPTP, RADIUS,
      RSVP, Rx, SMB, UDLD, VXLAN-GPE.
    * User interface:
    - Make SLL2 the default for Linux "any" pseudo-device.
    - Add --micro and --nano shorthands.
    - Add --count to print a counter only instead of decoding.
    - Add --print, to cause packet printing even with -w.
    - Add support for remote capture if libpcap supports it.
    - Flush the output packet buffer on a SIGUSR2.
    - Handle very large -f files by rejecting them.
    * Source code:
    - Introduce new helper functions, including GET_*(),
      nd_print_protocol(), nd_print_invalid(), nd_print_trunc(),
      nd_trunc_longjmp() and others.
    - Put integer signedness right in many cases.
    - Introduce nd_uint*, nd_mac_addr, nd_ipv4 and nd_ipv6 types
      to fix alignment issues, especially on SPARC.
    - Use a table instead of getprotobynumber().
    - Get rid of ND_UNALIGNED and ND_TCHECK().
    - Make roundup2() generally available.
    - Resync SMI list against Wireshark.
  - Remove patches fixed upstream:
    * tcpdump-CVE-2018-19519.patch
    * tcpdump-CVE-2020-8037.patch
* Mon Jan 04 2021 Pedro Monreal <pmonreal@suse.com>
  - Remove unrecognized configure option: enable-ipv6
* Thu Nov 05 2020 Pedro Monreal <pmonreal@suse.com>
  - Security fix: [bsc#1178466, CVE-2020-8037]
    * PPP decapsulator: Allocate the right buffer size
  - Add tcpdump-CVE-2020-8037.patch
* Fri Dec 13 2019 Michel Normand <normand@linux.vnet.ibm.com>
  - ignore make check failure for PowerPC as tracked upstream
    https://github.com/the-tcpdump-group/tcpdump/issues/814
* Tue Oct 15 2019 Martin Pluskal <mpluskal@suse.com>
  - Trim CFLAGS

Files

/usr/bin/tcpdump
/usr/sbin/tcpdump
/usr/sbin/tcpdump-qeth
/usr/share/doc/packages/tcpdump
/usr/share/doc/packages/tcpdump/CHANGES
/usr/share/doc/packages/tcpdump/CREDITS
/usr/share/doc/packages/tcpdump/README.md
/usr/share/doc/packages/tcpdump/atime.awk
/usr/share/doc/packages/tcpdump/packetdat.awk
/usr/share/doc/packages/tcpdump/send-ack.awk
/usr/share/doc/packages/tcpdump/stime.awk
/usr/share/licenses/tcpdump
/usr/share/licenses/tcpdump/LICENSE
/usr/share/man/man1/tcpdump.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024