pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/tcpdump



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep  1 09:49:12 UTC 2024

Modified Files:
        pkgsrc/net/tcpdump: Makefile distinfo

Log Message:
tcpdump: updated to 4.99.5

Summary for 4.99.5 tcpdump release
  Refine protocol decoding for:
    Arista: Use the test .pcap file from pull request 955 (HwInfo).
    BGP: Fix an undefined behavior when it tries to parse a too-short packet.
    CARP: Print the protocol name before any GET_().
    CDP: only hex-dump unknown TLVs in verbose mode.
    DHCP: parse the SZTP redirect tag.
    DHCPv6: client-id/server-id DUID type 2 correction; parse the user class,
      boot file URL, and SZTP redirect options; add DUID-UUID printing
      (RFC6355).
    DNS: Detect and correctly handle too-short URI RRs.
    EAP: Assign ndo_protocol in the eap_print() function.
    ESP: Don't use EVP_add_cipher_alias() (fixes building on OpenBSD 7.5).
    Frame Relay (Multilink): Fix the Timestamp Information Element printing.
    ICMPv6: Fix printing the Home Agent Address Discovery Reply Message.
    IEEE 802.11: no need for an element ID in the structures for IEs, make
      the length in the IE structures a u_int, include the "TA" field while
      printing Block Ack Control frame.
    IP: Enable TSO (TCP Segmentation Offload) support; fix printing invalid
      cases as invalid, not truncated; use ND_ICHECKMSG_ZU() to test the
      header length.
    IPv6: Fix printing invalid cases as invalid, not truncated; use
      ND_ICHECKMSG_U() to print an invalid version.
    IPv6: Fix invalid 32-bit versus 64-bit printouts of fragment headers.
    ISAKMP: Fix printing Delete payload SPI when size is zero.
    Kerberos: Print the protocol name, remove a redundant bounds check.
    lwres: Fix an undefined behavior in pointer arithmetic.
    OpenFlow 1.0: Fix indentation of PORT_MOD, improve handling of
        some lengths, and fix handling of snapend.
    TCP: Test ports < 1024 in port order to select the printer.
    UDP: Move source port equal BCM_LI_PORT to bottom of long if else chain.
    UDP: Test ports < 1024 in port order to select the printer.
    LDP: Add missing fields of the Common Session Parameters TLV and fix the
      offset for the A&D bits.
    NFLOG: Use correct AF code points on all OSes.
    NFS: Avoid printing non-ASCII characters.
    OSPF: Pad TLVs in LS_OPAQUE_TYPE_RI to multiples of 4 bytes.
    OSPF: Update LS-Ack printing not to run off the end of the packet.
    OSPF6: Fix an undefined behavior.
    pflog: use nd_ types in struct pfloghdr.
    PPP: Check if there is some data to hexdump.
    PPP: Remove an extra colon before LCP Callback Operation.
    Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397;
      Note: This problem does not affect any tcpdump release.
    PTP: Fix spelling of type SIGNALING, Parse major and minor version
      correctly, Print majorSdoId field instead of just the first bit.
    RIP: Make a couple trivial protocol updates.
    RPKI-Router: Refine length and bounds checks.
    RX: Use the "%Y-%m-%d" date format.
    smbutil.c: Use the "%Y-%m-%d" date format.
    SNMP: Fix two undefined behaviors.
    Text protocols: Fix printing truncation if it is not the case.
    ZEP: Use the "%Y-%m-%d" date format.
    ZMTP: Replace custom code with bittok2str().
  User interface:
    Print the supported time stamp types (-J) to stdout instead of stderr.
    Print the list of data link types (-L) to stdout instead of stderr.
    Use symmetrical quotation characters in error messages.
    Update --version option to print 32/64-bit build and time_t size.
    Improve error messages for invalid interface indexes specified
      with -i.
    Support "3des" as an alias for "des_ede3_cbc" even if the crypto
      library doesn't support adding aliases.
  Source code:
    tcpdump: Fix a memory leak.
    child_cleanup: reap as many child processes as possible.
    Ignore failures when setting the default "any" device DLL to LINUX_SLL2.
    Fix for backends which doesn't support capsicum.
    Update ND_BYTES_BETWEEN() macro for better accuracy.
    Update ND_BYTES_AVAILABLE_AFTER() macro for better accuracy.
    Introduce new ND_ICHECK*() macros to deduplicate more code.
    Skip privilege dropping when using -Z root on --with-user builds.
    Add a nd_printjn() function.
    Make nd_trunc_longjmp() not static inline.
    Include <time.h> from netdissect.h.
    Remove init_crc10_table() and the entourage.
    Initialize tzcode early.
    Capsicum support: Fix a 'not defined' macro error.
    Update the "Error converting time" tests for packet times.
    Fix warnings when building for 32-bit and defining _TIME_BITS=64.
    Free interface list just before exiting where it wasn't being
      freed.
  Building and testing:
    Add a configure option to help debugging (--enable-instrument-functions).
    At build time require a proof of suitable snprintf(3) implementation in
      libc (and document Solaris 9 as unsupported because of that).
    Makefile.in: Add two "touch .devel" commands in the releasecheck target.
    Autoconf: Get --with-user and --with-chroot right.
    Autoconf: Fix --static-pcap-only test on Solaris 10.
    Autoconf: Add some warning flags for clang 13 or newer.
    Autoconf: Update config.{guess,sub}, timestamps 2024-01-01.
    Autoconf: Add autogen.sh, remove configure and config.h.in and put
      these generated files in the release tarball.
    Autoconf: Update the install-sh script to the 2020-11-14.01 version.
    configure: Apply autoupdate 2.69.
    CMake: improve the comment before project(tcpdump C).
    Do not require vsnprintf().
    tests: Use the -tttt option, by default, for the tests.
    Autoconf, CMake: Get the size of a void * and a time_t.
    Fix propagation of cc_werr_cflags() output.
    Makefile.in: Fix the depend target.
    mkdep: Exit with a non-zero status if a command fails.
    Autoconf: use V_INCLS to update the list of include search paths.
    Autoconf: don't put anything before -I and -L flags for local libpcap.
    Autoconf, CMake: work around an Xcode 15+ issue.
    Autoconf, CMake: use pkg-config and Homebrew when looking for
      libcrypto.
    Fix Sun C invocation from CMake.
    mkdep: Use TMPDIR if it is set and not null.
    Add initial support for building with TinyCC.
    Makefile.in: Use the variable MAKE instead of the make command.
    Makefile.in: Add instrumentation configuration in releasecheck target.
    Make various improvements to the TESTrun script.
    Untangle detection of pcap_findalldevs().
    Autoconf: don't use egrep, use $EGREP.
    Autoconf: check for gethostbyaddr(), not gethostbyname().
    Autoconf, CMake: search for gethostbyaddr() in libnetwork.
    Make illumos build warning-free.
  Documentation:
    Fixed errors in doc/README.Win32.md and renamed it to README.windows.md.
    Make various improvements to the man page.
    Add initial README file for Haiku.
    Make various improvements to CONTRIBUTING.md.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/tcpdump/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/tcpdump/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/tcpdump/Makefile
diff -u pkgsrc/net/tcpdump/Makefile:1.55 pkgsrc/net/tcpdump/Makefile:1.56
--- pkgsrc/net/tcpdump/Makefile:1.55    Tue Oct 24 22:10:34 2023
+++ pkgsrc/net/tcpdump/Makefile Sun Sep  1 09:49:12 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2023/10/24 22:10:34 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2024/09/01 09:49:12 adam Exp $
 
-DISTNAME=      tcpdump-4.99.4
-PKGREVISION=   1
+DISTNAME=      tcpdump-4.99.5
 CATEGORIES=    net
 MASTER_SITES=  http://www.tcpdump.org/release/
 

Index: pkgsrc/net/tcpdump/distinfo
diff -u pkgsrc/net/tcpdump/distinfo:1.32 pkgsrc/net/tcpdump/distinfo:1.33
--- pkgsrc/net/tcpdump/distinfo:1.32    Tue Apr 18 07:59:47 2023
+++ pkgsrc/net/tcpdump/distinfo Sun Sep  1 09:49:12 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2023/04/18 07:59:47 adam Exp $
+$NetBSD: distinfo,v 1.33 2024/09/01 09:49:12 adam Exp $
 
-BLAKE2s (tcpdump-4.99.4.tar.gz) = 289572da7635ba352c38150dd521dc291d1ba5c0a758e62b32a9c48eb4119da6
-SHA512 (tcpdump-4.99.4.tar.gz) = cb51e19574707d07c0de90dd4c301955897f2c9f2a69beb7162c08f59189f55625346d1602c8d66ab2b4c626ea4b0df1f08ed8734d2d7f536d0a7840c2d6d8df
-Size (tcpdump-4.99.4.tar.gz) = 1903612 bytes
+BLAKE2s (tcpdump-4.99.5.tar.gz) = 335cc6732eb989b639aa26bfe7924989278d1e6e56065e46423acf707db4f01a
+SHA512 (tcpdump-4.99.5.tar.gz) = 69bc52ef7af7fd562370adf2e95cb592aad6193df9ab1708de52ac86a4c1cff72e8b256a739b435c324ee2df61051abde7d2659bc40f061d7c4fbcab1dcaa2e2
+Size (tcpdump-4.99.5.tar.gz) = 2045086 bytes
 SHA1 (patch-Makefile.in) = e492eeb10b2a08ae0d0f4a3433e4956bcbba04df



Home | Main Index | Thread Index | Old Index