From b44e896c28e94bce86b5f579d927444ba372592a Mon Sep 17 00:00:00 2001 From: Fred Klassen Date: Fri, 26 Aug 2022 10:39:54 -0700 Subject: [PATCH] Bug #745 remove autogen.sh from distribution tarballs This should reduce confusion. --- Makefile.am | 2 +- configure.ac | 2 +- docs/CHANGELOG | 15 ++++++++------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2d6f420c7..9f7e20876 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,6 +59,6 @@ DISTCLEANFILES = .tm_project.cache stamp-h1 *.tar.* MAINTAINERCLEANFILES = Makefile.in configure *.bak -EXTRA_DIST = doxygen.cfg.in autogen.sh \ +EXTRA_DIST = doxygen.cfg.in \ m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 \ m4/ltversion.m4 m4/lt~obsolete.m4 acinclude.m4 diff --git a/configure.ac b/configure.ac index 4ef23e235..bb490812a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl $Id$ AC_PREREQ([2.69]) dnl Set version info here! -AC_INIT([tcpreplay],[4.4.2-beta2],[https://github.com/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/]) +AC_INIT([tcpreplay],[4.4.2],[https://github.com/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/]) AC_CONFIG_SRCDIR([src/tcpreplay.c]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_AUX_DIR(config) diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 604976e3b..b3a7c79ba 100644 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -1,13 +1,14 @@ -08/28/2022 Version 4.4.2 Beta 2 - - heap-overflow in get_l2len_protocol (#735) +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) - - format string vulnerability in fix_ipv6_checksums (#723) - - heap-overflow in parse_mpls (#719) - - heap-overflow in get_ipv6_next (#718) - - reachable assertion in get_layer4_v6 (#717) - - heap buffer overflow in get_l2len_protocol (#716) + - 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) 02/12/2022 Version 4.4.1