pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2022Q4]: pkgsrc/net/tcpreplay Pullup ticket #6712 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1c77765518e
branches:  pkgsrc-2022Q4
changeset: 391154:f1c77765518e
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Jan 04 10:28:08 2023 +0000

description:
Pullup ticket #6712 - requested by gutteridge
net/tcpreplay: security fix

Revisions pulled up:
- net/tcpreplay/Makefile                                        1.29
- net/tcpreplay/distinfo                                        1.19
- net/tcpreplay/patches/patch-configure                         deleted

---
   Module Name:    pkgsrc
   Committed By:   gutteridge
   Date:           Thu Dec 29 23:29:04 UTC 2022

   Modified Files:
            pkgsrc/net/tcpreplay: Makefile distinfo
   Removed Files:
            pkgsrc/net/tcpreplay/patches: patch-configure

   Log Message:
   tcpreplay: update to 4.4.2

   08/28/2022 Version 4.4.2
        - remove autogen.sh from distribution tarballs (#745)
        - CVE-2022-37048 heap-overflow in get_l2len_protocol (#735)
        - replaying on a loopback interface is broken (#732)
        - replay edit with both --loop and --preload_pcap options (#729)
        - test suite bus error on armhf (#725)
        - CVE-2022-28487 format string vulnerability in fix_ipv6_checksums
   (#723)
        - CVE-2022-27942 heap-overflow in parse_mpls (#719)
        - CVE-2022-27940 CVE-2022-37047 CVE-2022-37049 heap-overflow in
   get_ipv6_next (#718)
        - CVE-2022-27939 reachable assertion in get_layer4_v6 (#717)
        - CVE-2022-25484 CVE-2022-27941 heap buffer overflow in
   get_l2len_protocol (#716)
        - remove bash-only test in configure script (#714)

diffstat:

 net/tcpreplay/Makefile                |   4 ++--
 net/tcpreplay/distinfo                |   9 ++++-----
 net/tcpreplay/patches/patch-configure |  15 ---------------
 3 files changed, 6 insertions(+), 22 deletions(-)

diffs (45 lines):

diff -r dab1837bdb96 -r f1c77765518e net/tcpreplay/Makefile
--- a/net/tcpreplay/Makefile    Wed Jan 04 10:26:35 2023 +0000
+++ b/net/tcpreplay/Makefile    Wed Jan 04 10:28:08 2023 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/06/16 00:29:30 gutteridge Exp $
+# $NetBSD: Makefile,v 1.28.6.1 2023/01/04 10:28:08 bsiegert Exp $
 
-DISTNAME=      tcpreplay-4.4.1
+DISTNAME=      tcpreplay-4.4.2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=appneta/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r dab1837bdb96 -r f1c77765518e net/tcpreplay/distinfo
--- a/net/tcpreplay/distinfo    Wed Jan 04 10:26:35 2023 +0000
+++ b/net/tcpreplay/distinfo    Wed Jan 04 10:28:08 2023 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/06/16 00:29:30 gutteridge Exp $
+$NetBSD: distinfo,v 1.18.6.1 2023/01/04 10:28:08 bsiegert Exp $
 
-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
+BLAKE2s (tcpreplay-4.4.2.tar.xz) = 853679688be05aed27c68d676c6c89e580c0394a8e1d030d4d81c167814e7afc
+SHA512 (tcpreplay-4.4.2.tar.xz) = 78e5482c0cd70a55aa80167c602b33811fa01203860fab4b2d504da71a95e218356ea0cc85254e12be7cb13b611487a150f13df94f9da274661f71e921bd6045
+Size (tcpreplay-4.4.2.tar.xz) = 750592 bytes
diff -r dab1837bdb96 -r f1c77765518e net/tcpreplay/patches/patch-configure
--- a/net/tcpreplay/patches/patch-configure     Wed Jan 04 10:26:35 2023 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.2 2021/06/12 06:22:09 nia Exp $
-
-Shell portability.
-
---- configure.orig     2021-05-02 00:25:04.000000000 +0000
-+++ configure
-@@ -23400,7 +23400,7 @@ fi
- 
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 'make test' profile" >&5
- $as_echo_n "checking for 'make test' profile... " >&6; }
--if test "$host" == "$build" ; then
-+if test "$host" = "$build" ; then
-     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- $as_echo "yes" >&6; }
- else



Home | Main Index | Thread Index | Old Index