tcpreplay: update to 4.4.1
02/12/2022 Version 4.4.1 - fix support for piping PCAP files from STDIN (#708) - build failures Debian/kfreebsd (#706) - bus error when building on armhf (#705) - typo fixes (#704) - heap buffer overflow in tcpreplay (#703) - double free in Juniper DLT (#702) 01/31/2022 Version 4.4.0 - remove obsolete FORCE_ALIGN support to fix macOS 11 compile (#695) - add a security policy document (#689) - ability to specify directory of pcap files (#682) - incorrect PPS rate for long-running sessions (#679) - option --skipbroadcast not working (#677) - revert #630 to fix --multiplier issues (#674) - gcc 9.3 compiler warnings (#670) - installed netmap not automatically detected (#669) - latest macOS SDK selected by default (#668) - heap-buffer-overflow with flow_decode() (#665) - add feature VLAN Q-in-Q (#625) - add feature update Ethernet MAC on multicast IP (#563)
This commit is contained in:
parent
fde4f8f14c
commit
649638efd8
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.27 2021/06/12 06:22:09 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2022/06/16 00:29:30 gutteridge Exp $
|
||||
|
||||
DISTNAME= tcpreplay-4.3.4
|
||||
DISTNAME= tcpreplay-4.4.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=appneta/}
|
||||
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.17 2021/10/26 11:07:01 nia Exp $
|
||||
$NetBSD: distinfo,v 1.18 2022/06/16 00:29:30 gutteridge Exp $
|
||||
|
||||
BLAKE2s (tcpreplay-4.3.4.tar.xz) = 08ec0f89342a1594a91c560f71d9dc26267791d000f7648103728e4221a751cc
|
||||
SHA512 (tcpreplay-4.3.4.tar.xz) = 6d19cf492114c68a9fafcf7790c08f31607d2c0112e02fa41eed8747255bbbef85f281f74348e1d51f1d476b88f07d64715224618ec15268688baefaf7cc7124
|
||||
Size (tcpreplay-4.3.4.tar.xz) = 739280 bytes
|
||||
BLAKE2s (tcpreplay-4.4.1.tar.xz) = e0181ff25d6af1504f4f2adf12a973d60eb4a16310abfa5df80faeb891f67dec
|
||||
SHA512 (tcpreplay-4.4.1.tar.xz) = 25a4a94b7c0c416b8ef57aba5640803dcd6e271fe8789f3f6e281529e336e326b35738d7673fd44ac4ded0faf577dc4c6255b926bd67b8ba5104a8bad81a98f1
|
||||
Size (tcpreplay-4.4.1.tar.xz) = 751036 bytes
|
||||
SHA1 (patch-configure) = b0fd4b920672bf399d4ec8213cbb3f084a2edf94
|
||||
|
|
Loading…
Reference in a new issue