diff --git a/CHANGES b/CHANGES index b91f20b..e143e33 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +2023-06-15 Jerry Lundström + + Release 2.1.2 + + This release fixes reusing of TCP state during an out-of-memory event, + the reused structure was not cleared of old information. And fixes + compatibility with OpenSSL v3.0+ due to deprecated functions. + + 756f78a OpenSSL 3.0+ + d2bd12f tcpstate on out of memory + 2023-02-03 Jerry Lundström Release 2.1.1 diff --git a/configure.ac b/configure.ac index b3c5657..de16a23 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ # POSSIBILITY OF SUCH DAMAGE. AC_PREREQ(2.61) -AC_INIT([dnscap], [2.1.1], [dnscap-users@dns-oarc.net], [dnscap], [https://github.com/DNS-OARC/dnscap/issues]) +AC_INIT([dnscap], [2.1.2], [dnscap-users@dns-oarc.net], [dnscap], [https://github.com/DNS-OARC/dnscap/issues]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_CONFIG_SRCDIR([src/dnscap.c]) AC_CONFIG_HEADER([src/config.h]) diff --git a/debian/changelog b/debian/changelog index 9eb5e64..365ec6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +dnscap (2.1.2-1~unstable+1) unstable; urgency=low + + * Release 2.1.2 + + This release fixes reusing of TCP state during an out-of-memory event, + the reused structure was not cleared of old information. And fixes + compatibility with OpenSSL v3.0+ due to deprecated functions. + + 756f78a OpenSSL 3.0+ + d2bd12f tcpstate on out of memory + + -- Jerry Lundström Thu, 15 Jun 2023 15:35:30 +0200 + dnscap (2.1.1-1~unstable+1) unstable; urgency=low * Release 2.1.1 diff --git a/rpm/dnscap.spec b/rpm/dnscap.spec index c2eb5cc..ba456e9 100644 --- a/rpm/dnscap.spec +++ b/rpm/dnscap.spec @@ -1,5 +1,5 @@ Name: dnscap -Version: 2.1.1 +Version: 2.1.2 Release: 1%{?dist} Summary: Network capture utility designed specifically for DNS traffic Group: Productivity/Networking/DNS/Utilities @@ -60,6 +60,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 15 2023 Jerry Lundström 2.1.2-1 +- Release 2.1.2 + * This release fixes reusing of TCP state during an out-of-memory event, + the reused structure was not cleared of old information. And fixes + compatibility with OpenSSL v3.0+ due to deprecated functions. + * Commits: + 756f78a OpenSSL 3.0+ + d2bd12f tcpstate on out of memory * Fri Feb 03 2023 Jerry Lundström 2.1.1-1 - Release 2.1.1 * This release includes fixes to TCP state code, anonymizing plugins and