From 22ea93c55698481a1dd4479f8f999198d4f8670b Mon Sep 17 00:00:00 2001 From: Alexander Lent Date: Sun, 16 Feb 2020 13:42:48 -0500 Subject: [PATCH] openssh 8.2p1 (with FIDO support) This uses libfido2 to add FIDO support to OpenSSH. This is arguably the most prominent feature in the 8.2 release. --- Formula/openssh.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/openssh.rb b/Formula/openssh.rb index ffa88301d3e3a..815f424a5393d 100644 --- a/Formula/openssh.rb +++ b/Formula/openssh.rb @@ -5,6 +5,7 @@ class Openssh < Formula mirror "https://mirror.vdms.io/pub/OpenBSD/OpenSSH/portable/openssh-8.2p1.tar.gz" version "8.2p1" sha256 "43925151e6cf6cee1450190c0e9af4dc36b41c12737619edff8bcebdff64e671" + revision 1 bottle do sha256 "d4881d69f149e5b08f6a77c3320be4b8b5c92fba30cb05eb6e815845689c1413" => :catalina @@ -17,6 +18,7 @@ class Openssh < Formula depends_on "pkg-config" => :build depends_on "ldns" + depends_on "libfido2" depends_on "openssl@1.1" resource "com.openssh.sshd.sb" do @@ -50,6 +52,7 @@ def install --with-kerberos5 --with-pam --with-ssl-dir=#{Formula["openssl@1.1"].opt_prefix} + --with-security-key-builtin ] system "./configure", *args