aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-06-01 12:20:00 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-06-01 12:20:00 +0000
commit759140287ff7e7a18f4c9fbe5c922b75dc6bcc4c (patch)
treed8a8f8c9d6895e7b2810fba0d0c7bd7a25e43c8f /misc
parent038304c7bfbffef307127e1a5ec5a7d03fb02734 (diff)
downloadports-759140287ff7e7a18f4c9fbe5c922b75dc6bcc4c.tar.gz
ports-759140287ff7e7a18f4c9fbe5c922b75dc6bcc4c.zip
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
Diffstat (limited to 'misc')
-rw-r--r--misc/far2l/Makefile3
-rw-r--r--misc/far2l/distinfo2
2 files changed, 4 insertions, 1 deletions
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