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 Nov 21 19:06:41 UTC 2024

Modified Files:
        pkgsrc/security/dropbear: Makefile distinfo

Log Message:
dropbear: updated to 2024.86

2024.86 - 22 October 2024

- Fix failure on concurrent channel open/close.

- Print remote host after "Login attempt for nonexistent user" log entry to
  assist fail2ban. Fix from MichaIng, the format changed in 2020.79

- Dropbear now exits with exit status 0 on SIGINT/SIGTERM. This is a more
  graceful behaviour for "systemctl stop dropbear".
  Reported by Ninad Palsule

- New IDENT_VERSION_PART config allows customising some of the SSH version
  string. From Marius Dinu

- Fix building SK_KEYS with just one of ECDSA or ED25519
  From Marius Dinu

- Fix dbclient "-m help" and "-c help" without a hostname.
  Patch from Darren Tucker

- Remove fprintf/gettimeofday from sigchld handler when running with
  verbose trace enabled.

- Improved configure help output, from Mikel Olasagasti Uranga

- Compile fix for GNU Hurd, from Guilhem Moulin

- Support running test_aslr without venv, from Guilhem Moulin

- Compilation fixes for older compilers, and better build tests

- Update some test infrastructure versions of python packages,
  github actions, and github runner OSes


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/dropbear/Makefile
cvs rdiff -u -r1.33 -r1.34 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.41 pkgsrc/security/dropbear/Makefile:1.42
--- pkgsrc/security/dropbear/Makefile:1.41      Wed May 15 08:54:22 2024
+++ pkgsrc/security/dropbear/Makefile   Thu Nov 21 19:06:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2024/05/15 08:54:22 adam Exp $
+# $NetBSD: Makefile,v 1.42 2024/11/21 19:06:41 adam Exp $
 
-DISTNAME=      dropbear-2024.85
+DISTNAME=      dropbear-2024.86
 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.33 pkgsrc/security/dropbear/distinfo:1.34
--- pkgsrc/security/dropbear/distinfo:1.33      Mon Oct 14 15:33:20 2024
+++ pkgsrc/security/dropbear/distinfo   Thu Nov 21 19:06:41 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2024/10/14 15:33:20 nia Exp $
+$NetBSD: distinfo,v 1.34 2024/11/21 19:06:41 adam Exp $
 
-BLAKE2s (dropbear-2024.85.tar.bz2) = 4d779585a043af90981cf294a8cfb946e7abee108d3790766f48c6669e90d4d4
-SHA512 (dropbear-2024.85.tar.bz2) = 09619e9874172658b7fc284823e0a619b6a4346a5db41487d1628768b46c1f8eac962bfd8ef73e2a59e466fc4022395f7a194b4309195c954b0d7e0d13254f67
-Size (dropbear-2024.85.tar.bz2) = 2304594 bytes
+BLAKE2s (dropbear-2024.86.tar.bz2) = 54a101e2d5bdf5644b67e1e9cbf53f89d285773804bb22f265c988b8fea91667
+SHA512 (dropbear-2024.86.tar.bz2) = 6be3d2efd79e49e1f9fe13654c26b9c14d1504c9543720e59600f6d689aafae7365b4a0bbfa309f7bf692995672adbbd9e660b2c907ea3d68d9f71023d05f54e
+Size (dropbear-2024.86.tar.bz2) = 2306244 bytes
 SHA1 (patch-Makefile.in) = 0bb649ed8688666513c35e139e7e349fd83b3a1b
 SHA1 (patch-configure) = b17f647043b212adda53aad7fb8dc7e639be9494
 SHA1 (patch-src_default__options.h) = af60ea91516639e055266b3dd74f100aa6100f0d



Home | Main Index | Thread Index | Old Index