Bug 295883 - [NEW PORT]: security/p5-Auth-GoogleAuth: BestPractical are adding MFA support to rt5/rt6
Summary: [NEW PORT]: security/p5-Auth-GoogleAuth: BestPractical are adding MFA support...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-05 21:36 UTC by Dan Mahoney
Modified: 2026-06-10 07:06 UTC (History)
1 user (show)

See Also:


Attachments
git format-patch initial commit. (2.74 KB, patch)
2026-06-05 21:36 UTC, Dan Mahoney
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Mahoney 2026-06-05 21:36:28 UTC
Created attachment 271536 [details]
git format-patch initial commit.

BestPractical are adding MFA support in (ISC Sponsored this, and sponsored it being cored in base).  While addition of this feature is optional, so won't break things if it's not included (I'll reach out to the mainainer of p5-rt50 and p5-rt60 about this), this is a necessary dependency which doesn't presently exist in pkg.

Attached file passes poudriere testport and portlint cleanly on a 15.1-PRERELEASE system, amd64 if it matters.
Comment 1 Dan Mahoney 2026-06-05 22:37:18 UTC
Sorry, I somehow missed this.  "Adding MFA support in RT5 and RT6"
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-06-09 12:20:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a6fd470eaecb80aec62e98b15ddc761ca8e99416

commit a6fd470eaecb80aec62e98b15ddc761ca8e99416
Author:     Dan Mahoney <github@gushi.org>
AuthorDate: 2026-06-05 21:31:31 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2026-06-09 12:19:14 +0000

    security/p5-Auth-GoogleAuth: Add new port

    Auth::GoogleAuth is a Perl module providing an abstraction for the TOTP
    (Time-based One-Time Password) algorithm as used by Google Authenticator
    and compatible applications (RFC 6238).

    It supports generating and verifying TOTP codes, producing otpauth:// URIs,
    and generating QR code URLs suitable for enrollment in authenticator apps.

    PR:             295883

 security/Makefile                           |  1 +
 security/p5-Auth-GoogleAuth/Makefile (new)  | 24 ++++++++++++++++++++++++
 security/p5-Auth-GoogleAuth/distinfo (new)  |  3 +++
 security/p5-Auth-GoogleAuth/pkg-descr (new) |  6 ++++++
 security/p5-Auth-GoogleAuth/pkg-plist (new) |  2 ++
 5 files changed, 36 insertions(+)
Comment 3 Mikael Urankar freebsd_committer freebsd_triage 2026-06-10 07:06:36 UTC
Thanks!