Date: Fri, 13 Sep 2024 15:30:04 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 479cfb4bf7e9 - 2024Q3 - security/rubygem-omniauth-multipassword2: new port required for omniauth-kerberos 0.4.0 Message-ID: <202409131530.48DFU45S090670@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=479cfb4bf7e92b096df912674597d88626d5e78f commit 479cfb4bf7e92b096df912674597d88626d5e78f Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-09-07 07:47:29 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-09-13 14:43:58 +0000 security/rubygem-omniauth-multipassword2: new port required for omniauth-kerberos 0.4.0 (cherry picked from commit 298e483ce04628d26612054568bde7bf870a6bb8) --- security/Makefile | 1 + security/rubygem-omniauth-multipassword2/Makefile | 20 ++++++++++++++++++++ security/rubygem-omniauth-multipassword2/distinfo | 3 +++ security/rubygem-omniauth-multipassword2/pkg-descr | 2 ++ 4 files changed, 26 insertions(+) diff --git a/security/Makefile b/security/Makefile index 27b91b3593de..6cb55f285e68 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1170,6 +1170,7 @@ SUBDIR += rubygem-omniauth-gitlab SUBDIR += rubygem-omniauth-jwt SUBDIR += rubygem-omniauth-multipassword + SUBDIR += rubygem-omniauth-multipassword2 SUBDIR += rubygem-omniauth-oauth2-generic SUBDIR += rubygem-omniauth-rails_csrf_protection SUBDIR += rubygem-omniauth-saml diff --git a/security/rubygem-omniauth-multipassword2/Makefile b/security/rubygem-omniauth-multipassword2/Makefile new file mode 100644 index 000000000000..1f1493d505fc --- /dev/null +++ b/security/rubygem-omniauth-multipassword2/Makefile @@ -0,0 +1,20 @@ +PORTNAME= omniauth-multipassword +PORTVERSION= 2.0.1 +CATEGORIES= security rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 2 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= OmniAuth strategy using different password strategies +WWW= https://github.com/jgraichen/omniauth-multipassword + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/security/rubygem-omniauth-multipassword2/distinfo b/security/rubygem-omniauth-multipassword2/distinfo new file mode 100644 index 000000000000..05d55f7dc0d9 --- /dev/null +++ b/security/rubygem-omniauth-multipassword2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1725694618 +SHA256 (rubygem/omniauth-multipassword-2.0.1.gem) = 108aff5fc85c87ec5a28fd10f668e765ce8211400a53e3bc709111707a02ca13 +SIZE (rubygem/omniauth-multipassword-2.0.1.gem) = 10240 diff --git a/security/rubygem-omniauth-multipassword2/pkg-descr b/security/rubygem-omniauth-multipassword2/pkg-descr new file mode 100644 index 000000000000..c06d03127a83 --- /dev/null +++ b/security/rubygem-omniauth-multipassword2/pkg-descr @@ -0,0 +1,2 @@ +Ruby gem that implements an OmniAuth strategy that allows to +authenticate against different password strategies at once.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409131530.48DFU45S090670>