git: 864c57740be5 - main - security/pam_ssh_agent_auth: Deprecate
Matthew Seaman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=864c57740be537b3faaf44e9ac11573cc9357b39 commit 864c57740be537b3faaf44e9ac11573cc9357b39 Author: Matthew Seaman <[email protected]> AuthorDate: 2026-08-08 11:02:47 +0000 Commit: Matthew Seaman <[email protected]> CommitDate: 2026-08-08 11:02:47 +0000 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. --- security/pam_ssh_agent_auth/Makefile | 14 +++++++++++--- 1 file 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= [email protected] 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