1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/rubygem-omniauth-multipassword2: new port required for omniauth-kerberos 0.4.0

This commit is contained in:
Matthias Fechner 2024-09-07 10:47:29 +03:00
parent f076fd0b00
commit 298e483ce0
4 changed files with 26 additions and 0 deletions

View File

@ -1178,6 +1178,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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1725694618
SHA256 (rubygem/omniauth-multipassword-2.0.1.gem) = 108aff5fc85c87ec5a28fd10f668e765ce8211400a53e3bc709111707a02ca13
SIZE (rubygem/omniauth-multipassword-2.0.1.gem) = 10240

View File

@ -0,0 +1,2 @@
Ruby gem that implements an OmniAuth strategy that allows to
authenticate against different password strategies at once.