diff mbox series

[04/47] dropbear: upgrade 2024.85 -> 2024.86

Message ID 1731403483-21399-4-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/47] barebox-tools: upgrade 2024.09.0 -> 2024.10.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 12, 2024, 9:24 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
- Fix failure on concurrent channel open/close.
- Print remote host after "Login attempt for nonexistent user" log entry to
  assist fail2ban.
- Dropbear now exits with exit status 0 on SIGINT/SIGTERM. This is a more
  graceful behaviour for "systemctl stop dropbear".
- New IDENT_VERSION_PART config allows customising some of the SSH version
  string.
- Fix building SK_KEYS with just one of ECDSA or ED25519
- Fix dbclient "-m help" and "-c help" without a hostname.
- Remove fprintf/gettimeofday from sigchld handler when running with
  verbose trace enabled.
- Improved configure help output
- Compile fix for GNU Hurd
- Support running test_aslr without venv
- Compilation fixes for older compilers, and better build tests
- Update some test infrastructure versions of python packages,
  github actions, and github runner OSes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../dropbear/{dropbear_2024.85.bb => dropbear_2024.86.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/dropbear/{dropbear_2024.85.bb => dropbear_2024.86.bb} (98%)
diff mbox series

Patch

diff --git a/meta/recipes-core/dropbear/dropbear_2024.85.bb b/meta/recipes-core/dropbear/dropbear_2024.86.bb
similarity index 98%
rename from meta/recipes-core/dropbear/dropbear_2024.85.bb
rename to meta/recipes-core/dropbear/dropbear_2024.86.bb
index 54001414d0..e3f4d17896 100644
--- a/meta/recipes-core/dropbear/dropbear_2024.85.bb
+++ b/meta/recipes-core/dropbear/dropbear_2024.86.bb
@@ -23,7 +23,7 @@  SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
            ${@bb.utils.contains('PACKAGECONFIG', 'disable-weak-ciphers', 'file://dropbear-disable-weak-ciphers.patch', '', d)} \
            "
 
-SRC_URI[sha256sum] = "86b036c433a69d89ce51ebae335d65c47738ccf90d13e5eb0fea832e556da502"
+SRC_URI[sha256sum] = "e78936dffc395f2e0db099321d6be659190966b99712b55c530dd0a1822e0a5e"
 
 PAM_SRC_URI = "file://0005-dropbear-enable-pam.patch \
                file://0006-dropbear-configuration-file.patch \