Skip to content

Commit

Permalink
Release 2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Aug 30, 2024
1 parent c58a4b4 commit d7784ce
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2024-08-30 Jerry Lundström

Release 2.15.2

This releases fixes 3 issues detected by code analysis tools:
- File not closed and memory not freed during error while loading known
TLD file
- https://github.com/DNS-OARC/dsc/security/code-scanning/22
label buffer should be static
- https://github.com/DNS-OARC/dsc/security/code-scanning/20
unsigned difference expression

855f037 CodeQL
b00cb11 Stack
c4d3634 Sonar
26c3b9e Badges, fixes
b4a9171 Workflow

2024-04-23 Jerry Lundström

Release 2.15.1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# POSSIBILITY OF SUCH DAMAGE.

AC_PREREQ(2.61)
AC_INIT([DSC], [2.15.1], [[email protected]], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AC_INIT([DSC], [2.15.2], [[email protected]], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/md_array.c])
AC_CONFIG_HEADER([src/config.h])
Expand Down
20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
dsc (2.15.2-1~unstable+1) unstable; urgency=low

* Release 2.15.2

This releases fixes 3 issues detected by code analysis tools:
- File not closed and memory not freed during error while loading known
TLD file
- https://github.com/DNS-OARC/dsc/security/code-scanning/22
label buffer should be static
- https://github.com/DNS-OARC/dsc/security/code-scanning/20
unsigned difference expression

855f037 CodeQL
b00cb11 Stack
c4d3634 Sonar
26c3b9e Badges, fixes
b4a9171 Workflow

-- Jerry Lundström <[email protected]> Fri, 30 Aug 2024 10:49:27 +0200

dsc (2.15.1-1~unstable+1) unstable; urgency=low

* Release 2.15.1
Expand Down
17 changes: 16 additions & 1 deletion rpm/dsc.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dsc
Version: 2.15.1
Version: 2.15.2
Release: 1%{?dist}
Summary: DNS Statistics Collector
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -70,6 +70,21 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Fri Aug 30 2024 Jerry Lundström <[email protected]> 2.15.2-1
- Release 2.15.2
* This releases fixes 3 issues detected by code analysis tools:
- File not closed and memory not freed during error while loading known
TLD file
- https://github.com/DNS-OARC/dsc/security/code-scanning/22
label buffer should be static
- https://github.com/DNS-OARC/dsc/security/code-scanning/20
unsigned difference expression
* Commits:
855f037 CodeQL
b00cb11 Stack
c4d3634 Sonar
26c3b9e Badges, fixes
b4a9171 Workflow
* Tue Apr 23 2024 Jerry Lundström <[email protected]> 2.15.1-1
- Release 2.15.1
* This release fixes client subnet indexer which overwrote the mask
Expand Down

0 comments on commit d7784ce

Please sign in to comment.