Regression fixes, comment from announcement: > This fixes regressions in scp from 2026.90. > Compression is now disabled by default in the client, a runtime > '-o compression' option is added.
Signed-off-by: Alexander Dahl <[email protected]> --- rules/dropbear.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dropbear.make b/rules/dropbear.make index b2e9ba8c8..bc93b0047 100644 --- a/rules/dropbear.make +++ b/rules/dropbear.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DROPBEAR) += dropbear # # Paths and names # -DROPBEAR_VERSION := 2026.90 -DROPBEAR_SHA256 := 16be820347723271b0fea6049ffeed6d6680d7429c65406d8af37776393a0250 +DROPBEAR_VERSION := 2026.91 +DROPBEAR_SHA256 := defa924475abf6bc1e74abc00173e46bfdc804bd47caafa14f5a4ef0cc76da34 DROPBEAR := dropbear-$(DROPBEAR_VERSION) DROPBEAR_SUFFIX := tar.bz2 DROPBEAR_URL := \ base-commit: ad636a7099ce837ab73947b9a1b7437646da8e56 -- 2.47.3
