Skip to content

Commit 82f5932

Browse files
committed
changelog for 2024.84
1 parent b085669 commit 82f5932

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGES

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
Pending
1+
2024.84 - 4 April 2024
22

33
Features and Changes:
4+
Note >> for compatibility/configuration changes
5+
6+
- >> Only use /etc/shadow when a user has :x: as the crypt in /etc/passwd.
7+
This is the documented behaviour of passwd(5) so should be consistent with
8+
other programs. Thanks to Paulo Cabral for the report.
9+
Note that any users without x as the crypt will not be able
10+
to log in with /etc/shadow, in cases were the existing configuration
11+
differs.
412

513
- Support -o StrictHostKeyChecking, patch from Sergey Ponomarev
614

@@ -13,6 +21,9 @@ Features and Changes:
1321
Thanks to tjkolev
1422
Disabled by default, set #define DROPBEAR_USE_SSH_CONFIG 1
1523

24+
- Add support for unix socket forwarding (destination) on
25+
the server, thanks to WangYi for the implementation
26+
1627
- Add option to bind to interface, from Diederik De Coninck
1728

1829
- Ignore unsupported arguments in dropbearkey, allow running
@@ -35,6 +46,9 @@ Features and Changes:
3546

3647
Fixes:
3748

49+
- "dbclient host >> output" would previously overwrite "output", instead of
50+
appending. Thanks for the report from eSotoIoT
51+
3852
- Add "Strict KEX" support. This mitigates a SSH protocol flaw which lets
3953
a MITM attacker silently remove packets immediately after the
4054
first key exchange. At present the flaw does not seem to reduce Dropbear's
@@ -69,7 +83,7 @@ Fixes:
6983

7084
- Fix DROPBEAR_SVR_MULTIUSER. This appears to have been broken since when it
7185
was added in 2019. If you're using this let me know (it might be removed
72-
later otherwise). Thanks to davidatrsp
86+
if I don't hear otherwise). Thanks to davidatrsp
7387

7488
- Fix Y2038 issues
7589

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
dropbear (2024.84-0.1) unstable; urgency=low
2+
3+
* New upstream release.
4+
5+
-- Matt Johnston <matt@ucc.asn.au> Thu, 4 Apr 2024 22:51:57 +0800
6+
17
dropbear (2022.83-0.1) unstable; urgency=low
28

39
* New upstream release.

src/sysoptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*******************************************************************/
55

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

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

0 commit comments

Comments
 (0)