aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2026-08-08 11:02:47 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2026-08-08 11:02:47 +0000
commit864c57740be537b3faaf44e9ac11573cc9357b39 (patch)
treeaa432e06ded977fea0d76486aaec057d9f8ea17a
parent27006a0d4c726a5d207fca9d469d0e3043a4b8c3 (diff)
security/pam_ssh_agent_auth: Deprecate
This PAM module is abandonware: no code updates for 8+ years, no new releases for 6+ years. See security/pam_rssh or security/pam_ssh_agent for alternatives with very similar functionality.
-rw-r--r--security/pam_ssh_agent_auth/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile
index 8866ea4129ba..e6017eba1228 100644
--- a/security/pam_ssh_agent_auth/Makefile
+++ b/security/pam_ssh_agent_auth/Makefile
@@ -1,14 +1,22 @@
PORTNAME= pam_ssh_agent_auth
PORTVERSION= 0.10.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MAINTAINER= matthew@FreeBSD.org
COMMENT= PAM module which permits authentication via ssh-agent
WWW= https://github.com/jbeverly/pam_ssh_agent_auth
-# Note: if you need support for hardware token backed ecdsa-sk or
-# ed25519-sk SSH keys, see devel/pam_rssh
+# Note: This port is abandonware: there have been no updates to the
+# code in the main GitHub repository for 8+ years, and compilation
+# against a modern OpenSSL implementation depends on patches from a
+# 3rd party that have not been added to a release version in 6+ years.
+# Users are advised to consider the alternatives of security/pam_rssh
+# or security/pam_ssh_agent which provide almost identical
+# functionality, but are actively maintained.
+
+DEPRECATED= Abandonware. Consider security/pam_rssh or securit/pam_ssh_agent instead.
+EXPIRATION_DATE= 2026-12-31
USE_GITHUB= yes
GH_ACCOUNT= jbeverly