Skip to content

Commit

Permalink
Merge pull request #747 from appneta/Bug_#745_remove_autogen.sh_from_…
Browse files Browse the repository at this point in the history
…dist

Bug #745 remove autogen.sh from distribution tarballs
  • Loading branch information
fklassen authored Aug 26, 2022
2 parents bbf42b1 + b44e896 commit 1c0e25e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
15 changes: 8 additions & 7 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1c0e25e

Please sign in to comment.