Skip to content

Commit 90c18cc

Browse files
committed
Update for 2024.85
1 parent 58e537e commit 90c18cc

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGES

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2024.85 - 25 April 2024
2+
3+
This release fixes build regressions in 2024.84
4+
5+
- Fix build failure when SHA1 is disabled, thanks to Peter Krefting
6+
7+
- Fix build failure when DROPBEAR_CLI_PUBKEY_AUTH disabled, thanks to
8+
Sergey Ponomarev
9+
10+
- Update debian/ directory with changed paths
11+
112
2024.84 - 4 April 2024
213

314
Features and Changes:

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
dropbear (2024.85-0.1) unstable; urgency=low
2+
3+
* New upstream release.
4+
5+
-- Matt Johnston <[email protected]> Thu, 25 Apr 2024 22:51:57 +0800
6+
17
dropbear (2024.84-0.1) unstable; urgency=low
28

39
* New upstream release.

src/sysoptions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*******************************************************************/
55

66
#ifndef DROPBEAR_VERSION
7-
#define DROPBEAR_VERSION "2024.84"
7+
#define DROPBEAR_VERSION "2024.85"
88
#endif
99

1010
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION

0 commit comments

Comments
 (0)