From 9861294343e95847fda2f562c6b664c2449effac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerry=20Lundstr=C3=B6m?= Date: Thu, 29 Aug 2024 13:52:00 +0200 Subject: [PATCH] Release 1.7.2 --- CHANGES | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 31 +++++++++++++++++++++++++++++++ rpm/packetq.spec | 27 ++++++++++++++++++++++++++- 4 files changed, 87 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 174aa41..d01d2f0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,32 @@ +2024-08-29 Jerry Lundström + + Release 1.7.2 + + This patch release fixes various issues reported by CI/code analysis + tools. + + Fixes: + - `RefCountString`: Use anonymous array for `data` + - `sql`: Fix heap overflow [[sonarcloud](https://sonarcloud.io/project/issues?open=AZF-b0jIXv-Y5-GmvUlN&id=dns-oarc%3APacketQ)] + - Fix CodeQL issues: + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/35 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/37 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/38 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/39 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/40 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/5 + + 68b5385 Cleanup + 1dfd47b CodeQL, code format + 6224234 CodeQL fixes + 6771f3a Copyright + 3283c43 Heap overflow + 1ff69df Badges + d4e93ec Workflow + 75283cc Doc + 25adefa Add CodeQL workflow for GitHub code scanning + bb7be53 Fix COPR + 2022-06-02 Jerry Lundström Release 1.7.1 diff --git a/configure.ac b/configure.ac index 480f2d3..e17413b 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # along with PacketQ. If not, see . AC_PREREQ(2.61) -AC_INIT([packetq], [1.7.1], [admin@dns-oarc.net], [packetq], [https://github.com/DNS-OARC/packetq/issues]) +AC_INIT([packetq], [1.7.2], [admin@dns-oarc.net], [packetq], [https://github.com/DNS-OARC/packetq/issues]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_CONFIG_SRCDIR([src/packetq.cpp]) AC_CONFIG_HEADER([src/config.h]) diff --git a/debian/changelog b/debian/changelog index 8d5934b..4af6245 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +packetq (1.7.2-1~unstable+1) unstable; urgency=low + + * Release 1.7.2 + + This patch release fixes various issues reported by CI/code analysis + tools. + + Fixes: + - `RefCountString`: Use anonymous array for `data` + - `sql`: Fix heap overflow [[sonarcloud](https://sonarcloud.io/project/issues?open=AZF-b0jIXv-Y5-GmvUlN&id=dns-oarc%3APacketQ)] + - Fix CodeQL issues: + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/35 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/37 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/38 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/39 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/40 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/5 + + 68b5385 Cleanup + 1dfd47b CodeQL, code format + 6224234 CodeQL fixes + 6771f3a Copyright + 3283c43 Heap overflow + 1ff69df Badges + d4e93ec Workflow + 75283cc Doc + 25adefa Add CodeQL workflow for GitHub code scanning + bb7be53 Fix COPR + + -- Jerry Lundström Thu, 29 Aug 2024 13:50:01 +0200 + packetq (1.7.1-1~unstable+1) unstable; urgency=low * Release 1.7.1 diff --git a/rpm/packetq.spec b/rpm/packetq.spec index ed54a5d..e03818d 100644 --- a/rpm/packetq.spec +++ b/rpm/packetq.spec @@ -1,5 +1,5 @@ Name: packetq -Version: 1.7.1 +Version: 1.7.2 Release: 1%{?dist} Summary: A tool that provides a basic SQL-frontend to PCAP-files Group: Productivity/Networking/DNS/Utilities @@ -56,6 +56,31 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 29 2024 Jerry Lundström 1.7.2-1 +- Release 1.7.2 + * This patch release fixes various issues reported by CI/code analysis + tools. + * Fixes: + - `RefCountString`: Use anonymous array for `data` + - `sql`: Fix heap overflow [[sonarcloud](https://sonarcloud.io/project/issues?open=AZF-b0jIXv-Y5-GmvUlN&id=dns-oarc%3APacketQ)] + - Fix CodeQL issues: + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/35 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/37 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/38 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/39 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/40 + - https://github.com/DNS-OARC/PacketQ/security/code-scanning/5 + * Commits: + 68b5385 Cleanup + 1dfd47b CodeQL, code format + 6224234 CodeQL fixes + 6771f3a Copyright + 3283c43 Heap overflow + 1ff69df Badges + d4e93ec Workflow + 75283cc Doc + 25adefa Add CodeQL workflow for GitHub code scanning + bb7be53 Fix COPR * Thu Jun 02 2022 Jerry Lundström 1.7.1-1 - Release 1.7.1 * This patch release fixes a bug in the domain name parsing that cuts