pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/dropbear



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 28 12:34:50 UTC 2026

Modified Files:
        pkgsrc/security/dropbear: Makefile distinfo

Log Message:
dropbear: updated to 2026.91

2026.91 - 10 May 2026

- scp: Fix test for disallowing -r with existing target directory. The logic
  introduced in 2026.90 was incorrect, could also disallow non-recursive
  transfers.

- scp: Fix regression in 2026.90 building on older glibc or other libc.
  reallocarray() was required, it is no longer needed.

- Compression is now disabled by default for dbclient. A new -o compression option
  can enable it. DROPBEAR_CLI_COMPRESSION in localoptions.h can change the default.
  Enabling compression can be a security weakness in some
  circumstances, as the size of network traffic may leak information
  about the encrypted data.

- Added '-Q' argument for dbclient and dropbear to query supported algorithms,
  kex sig cipher mac compress


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/dropbear/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/dropbear/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/dropbear/Makefile
diff -u pkgsrc/security/dropbear/Makefile:1.46 pkgsrc/security/dropbear/Makefile:1.47
--- pkgsrc/security/dropbear/Makefile:1.46      Mon Dec 22 08:41:05 2025
+++ pkgsrc/security/dropbear/Makefile   Thu May 28 12:34:50 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/12/22 08:41:05 adam Exp $
+# $NetBSD: Makefile,v 1.47 2026/05/28 12:34:50 adam Exp $
 
-DISTNAME=      dropbear-2025.89
+DISTNAME=      dropbear-2026.91
 CATEGORIES=    security
 MASTER_SITES=  https://matt.ucc.asn.au/dropbear/releases/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/dropbear/distinfo
diff -u pkgsrc/security/dropbear/distinfo:1.38 pkgsrc/security/dropbear/distinfo:1.39
--- pkgsrc/security/dropbear/distinfo:1.38      Mon Dec 22 08:41:05 2025
+++ pkgsrc/security/dropbear/distinfo   Thu May 28 12:34:50 2026
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.38 2025/12/22 08:41:05 adam Exp $
+$NetBSD: distinfo,v 1.39 2026/05/28 12:34:50 adam Exp $
 
-BLAKE2s (dropbear-2025.89.tar.bz2) = 84ec99f426e966d0441c4420a1ca8f3311e10ed68fc8b684bd877ba02b8d7255
-SHA512 (dropbear-2025.89.tar.bz2) = 5420b0c6de08c2e796abe9d0819ce322e244a0d9670678dc750aa07da8426a782b7f8685fa65c8fe053fc5ae0118cc5f31fe7b60d817e6c57000a189f2c97176
-Size (dropbear-2025.89.tar.bz2) = 2374006 bytes
+BLAKE2s (dropbear-2026.91.tar.bz2) = 602b7266aa179a305a51f013f2af4e19246ab32e55c9ff9f834361a8befdfa75
+SHA512 (dropbear-2026.91.tar.bz2) = f335bffb18f6e4a261732b80d6887d1b2891a96a0eb5be0cc6bd96a8803eeea337967a2a9196bec78ac3f0d2cdb31e4b64598efb7f7ad97c652d51c458ccc5df
+Size (dropbear-2026.91.tar.bz2) = 2382176 bytes
 SHA1 (patch-Makefile.in) = 0bb649ed8688666513c35e139e7e349fd83b3a1b
 SHA1 (patch-configure) = b17f647043b212adda53aad7fb8dc7e639be9494
 SHA1 (patch-localoptions.h) = 59ddfe3717e7fb961f597be7645557e11bd6e9fb
 SHA1 (patch-src_default__options.h) = c0be06f186a4fb07ad0aedc26047f7077847e75a
+SHA1 (patch-src_scp.c) = 82cf3046099b80626a9cb6ce35d5e157598a4831



Home | Main Index | Thread Index | Old Index