Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2022 13:21:05 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: f233ee26c43e - 2022Q3 - security/rubygem-omniauth-saml: update to 2.1.0
Message-ID:  <202208251321.27PDL5ZI089274@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by mfechner:

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

commit f233ee26c43e7d2eed112488810318bfde52b130
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-08-16 07:03:10 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-08-25 13:20:17 +0000

    security/rubygem-omniauth-saml: update to 2.1.0
    
    Required for gitlab-ce 15.2
    Changelog:
    https://github.com/omniauth/omniauth-saml/blob/master/CHANGELOG.md
    
    (cherry picked from commit 0240361ef8793505f74adae4b2203da4c9540c77)
---
 security/rubygem-omniauth-saml/Makefile | 6 +++---
 security/rubygem-omniauth-saml/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/security/rubygem-omniauth-saml/Makefile b/security/rubygem-omniauth-saml/Makefile
index 4eb9a9f6f4c3..10ee27cc1a33 100644
--- a/security/rubygem-omniauth-saml/Makefile
+++ b/security/rubygem-omniauth-saml/Makefile
@@ -1,7 +1,7 @@
 # Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
 
 PORTNAME=	omniauth-saml
-PORTVERSION=	1.10.3
+PORTVERSION=	2.1.0
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -11,8 +11,8 @@ COMMENT=	OmniAuth strategy for SAML
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-omniauth1>=1.3.2<2:security/rubygem-omniauth1 \
-		rubygem-ruby-saml>=1.9<2:security/rubygem-ruby-saml
+RUN_DEPENDS=	rubygem-omniauth>=2.0<3:security/rubygem-omniauth \
+		rubygem-ruby-saml>=1.12<2:security/rubygem-ruby-saml
 
 USES=		gem
 USE_RUBY=	yes
diff --git a/security/rubygem-omniauth-saml/distinfo b/security/rubygem-omniauth-saml/distinfo
index ef651e1fd76c..79afefa49be7 100644
--- a/security/rubygem-omniauth-saml/distinfo
+++ b/security/rubygem-omniauth-saml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1626542094
-SHA256 (rubygem/omniauth-saml-1.10.3.gem) = a4a568892d573b033353b95416cf69759839a5a64358d7109dd2eab92809b43f
-SIZE (rubygem/omniauth-saml-1.10.3.gem) = 16896
+TIMESTAMP = 1660315848
+SHA256 (rubygem/omniauth-saml-2.1.0.gem) = 969cb7ba271891d09dfa57b206fc274f43203c52727492517decda93decc6906
+SIZE (rubygem/omniauth-saml-2.1.0.gem) = 16896



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208251321.27PDL5ZI089274>