git: 759140287ff7 - main - misc/far2l: backport keyboard-interactive authentication for SFTP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jun 2022 12:20:51 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=759140287ff7e7a18f4c9fbe5c922b75dc6bcc4c
commit 759140287ff7e7a18f4c9fbe5c922b75dc6bcc4c
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-06-01 12:20:00 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-06-01 12:20:00 +0000
misc/far2l: backport keyboard-interactive authentication for SFTP
Previously, NetRocks plugin would use ssh_userauth_password() for
password-based authentication while this authentication method is
normally disabled on servers these days.
PR: 264375
---
misc/far2l/Makefile | 3 ++-
misc/far2l/distinfo | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/misc/far2l/Makefile b/misc/far2l/Makefile
index 0847d88b1c50..54a13dacda64 100644
--- a/misc/far2l/Makefile
+++ b/misc/far2l/Makefile
@@ -3,10 +3,11 @@
PORTNAME= far2l
PORTVERSION= 2.4.0
DISTVERSIONPREFIX= v_
+PORTREVISION= 1
CATEGORIES= misc
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES= f49e2475f7eba50d3d5c.patch:-p1
+PATCHFILES= f49e2475f7eba50d3d5c.patch:-p1 c99fbdb382250828d974.patch:-p1
MAINTAINER= danfe@FreeBSD.org
COMMENT= Port of FAR v2 to Unix-like systems
diff --git a/misc/far2l/distinfo b/misc/far2l/distinfo
index 56b2a7b9f573..5f8eb70124ed 100644
--- a/misc/far2l/distinfo
+++ b/misc/far2l/distinfo
@@ -3,3 +3,5 @@ SHA256 (elfmz-far2l-v_2.4.0_GH0.tar.gz) = a595f7f2b48aaf6cfd61c1539bb52207f8f985
SIZE (elfmz-far2l-v_2.4.0_GH0.tar.gz) = 6223889
SHA256 (f49e2475f7eba50d3d5c.patch) = 127f43c5b85a2737c5280e5db1511f2d9b3d5363bc43f265b48c98a79aa9da13
SIZE (f49e2475f7eba50d3d5c.patch) = 1859
+SHA256 (c99fbdb382250828d974.patch) = 5b3c326a38f2e9fe3826c70b68c6cfb5da1fd6813f5cca74b0f3f220d63698dd
+SIZE (c99fbdb382250828d974.patch) = 5299