From fe30b527bc9c90315df60ef16a7b76ff82a8a5b7 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Thu, 30 Apr 2020 11:06:26 +0300 Subject: [PATCH] prepare for the new release --- fortune-mod/ChangeLog | 12 +++++++++++- fortune-mod/ver.txt | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/fortune-mod/ChangeLog b/fortune-mod/ChangeLog index 0870ff7..ae4a2b0 100644 --- a/fortune-mod/ChangeLog +++ b/fortune-mod/ChangeLog @@ -1,9 +1,19 @@ (Note: this file has been re-arranged to be in reverse chronological order, which is The Right Thing for ChangeLogs - DLC) +April 30, 2020 (fortune-mod 2.24.0) + + SECURITY: Avoid some potential buffer overflows in unstr, strfile and randstr. + - This was found to exist in NetBSD's fortune, and FreeBSD's fortune + as well (OpenBSD's fortune appear to have been fixed). + + Add regression valgrind tests for the buffer overflows. + + Some cleanups inspired by OpenBSD'd fortune. + April 29, 2020 (fortune-mod 2.22.0) - SECURITY: Avoid some hypothetical buffer overflows in unstr, and randstr. + SECURITY: Avoid some hypothetical buffer overflows in unstr, strfile and randstr. Modernize and refactor the code. diff --git a/fortune-mod/ver.txt b/fortune-mod/ver.txt index f48f82f..ad22619 100644 --- a/fortune-mod/ver.txt +++ b/fortune-mod/ver.txt @@ -1 +1 @@ -2.22.0 +2.24.0 -- 2.40.0