From 90c18ccd1fa922d199934067d6cd0f87756f4c11 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 25 Apr 2024 14:25:15 +0800 Subject: [PATCH] Update for 2024.85 --- CHANGES | 11 +++++++++++ debian/changelog | 6 ++++++ src/sysoptions.h | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e8dd2907..888658f7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +2024.85 - 25 April 2024 + + This release fixes build regressions in 2024.84 + +- Fix build failure when SHA1 is disabled, thanks to Peter Krefting + +- Fix build failure when DROPBEAR_CLI_PUBKEY_AUTH disabled, thanks to + Sergey Ponomarev + +- Update debian/ directory with changed paths + 2024.84 - 4 April 2024 Features and Changes: diff --git a/debian/changelog b/debian/changelog index 5566a908..9aa79bc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dropbear (2024.85-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston Thu, 25 Apr 2024 22:51:57 +0800 + dropbear (2024.84-0.1) unstable; urgency=low * New upstream release. diff --git a/src/sysoptions.h b/src/sysoptions.h index 25877e1a..78590a3b 100644 --- a/src/sysoptions.h +++ b/src/sysoptions.h @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2024.84" +#define DROPBEAR_VERSION "2024.85" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION