From 2a3dc066bd87b40a811201b079b54244a17a4149 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 16 Jan 2023 17:53:41 +0000 Subject: [PATCH] update to dropbear-2022.83 --- security/dropbear/Makefile | 2 +- security/dropbear/distinfo | 4 ++-- security/dropbear/patches/patch-default_options_h | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index e099dae4134..65bff7974ad 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -1,6 +1,6 @@ COMMENT= small SSH server and client -DISTNAME= dropbear-2022.82 +DISTNAME= dropbear-2022.83 EXTRACT_SUFX= .tar.bz2 CATEGORIES= security net diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo index eaca7f86384..caa5d36e880 100644 --- a/security/dropbear/distinfo +++ b/security/dropbear/distinfo @@ -1,2 +1,2 @@ -SHA256 (dropbear-2022.82.tar.bz2) = OgONK7wCvyi73SDAEgkfdBo+xcvkYGkYEdcUh2qtddE= -SIZE (dropbear-2022.82.tar.bz2) = 2309514 +SHA256 (dropbear-2022.83.tar.bz2) = vFoSH/vJS1FxrV6+Ab5CdG1Qqnl8lUmkY5iUoWdJRDs= +SIZE (dropbear-2022.83.tar.bz2) = 2322904 diff --git a/security/dropbear/patches/patch-default_options_h b/security/dropbear/patches/patch-default_options_h index d5a507f5f92..ed5717335f2 100644 --- a/security/dropbear/patches/patch-default_options_h +++ b/security/dropbear/patches/patch-default_options_h @@ -10,7 +10,7 @@ Index: default_options.h /* Enable X11 Forwarding - server only */ #define DROPBEAR_X11FWD 0 -@@ -289,7 +289,7 @@ group1 in Dropbear server too */ +@@ -302,7 +302,7 @@ group1 in Dropbear server too */ /* The command to invoke for xauth when using X11 forwarding. * "-q" for quiet */ @@ -19,7 +19,7 @@ Index: default_options.h /* If you want to enable running an sftp server (such as the one included with -@@ -302,7 +302,7 @@ group1 in Dropbear server too */ +@@ -315,7 +315,7 @@ group1 in Dropbear server too */ /* This is used by the scp binary when used as a client binary. If you're * not using the Dropbear client, you'll need to change it */ @@ -28,7 +28,7 @@ Index: default_options.h /* Whether to log commands executed by a client. This only logs the * (single) command sent to the server, not what a user did in a -@@ -338,7 +338,7 @@ be overridden at runtime with -I. 0 disables idle time +@@ -351,7 +351,7 @@ be overridden at runtime with -I. 0 disables idle time #define DEFAULT_IDLE_TIMEOUT 0 /* The default path. This will often get replaced by the shell */