Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2023 14:48:48 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8eb73e62caf - main - security/rubygem-webauthn: update to 3.0.0
Message-ID:  <202304121448.33CEmm2s019070@gitrepo.freebsd.org>

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

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

commit e8eb73e62caf379e92e9f7448c84a6cdd9d4ea97
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-04-10 10:28:17 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-04-12 14:31:52 +0000

    security/rubygem-webauthn: update to 3.0.0
    
    Required for gitlab-ce 15.10
    
    Changelog:
    https://github.com/cedarcode/webauthn-ruby/blob/master/CHANGELOG.md
---
 security/rubygem-webauthn/Makefile | 4 ++--
 security/rubygem-webauthn/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/security/rubygem-webauthn/Makefile b/security/rubygem-webauthn/Makefile
index a8e9deb827e8..d0737ee34db3 100644
--- a/security/rubygem-webauthn/Makefile
+++ b/security/rubygem-webauthn/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	webauthn
-PORTVERSION=	2.5.2
+PORTVERSION=	3.0.0
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -17,7 +17,7 @@ RUN_DEPENDS=	rubygem-android_key_attestation>=0.3.0<0.4:security/rubygem-android
 		rubygem-cose>=1.1<2:security/rubygem-cose \
 		rubygem-openssl2>=2.2<3.1:security/rubygem-openssl2 \
 		rubygem-safety_net_attestation>=0.4.0<0.5:security/rubygem-safety_net_attestation \
-		rubygem-tpm-key_attestation>=0.11.0<0.12:security/rubygem-tpm-key_attestation
+		rubygem-tpm-key_attestation>=0.12.0<0.13:security/rubygem-tpm-key_attestation
 
 USES=		gem
 
diff --git a/security/rubygem-webauthn/distinfo b/security/rubygem-webauthn/distinfo
index ab3687000c98..dd168deea0f7 100644
--- a/security/rubygem-webauthn/distinfo
+++ b/security/rubygem-webauthn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1676716975
-SHA256 (rubygem/webauthn-2.5.2.gem) = 4135431322408a979031141ba71b35e4c2f8613ff4204d561bcbce3c110e42bf
-SIZE (rubygem/webauthn-2.5.2.gem) = 38400
+TIMESTAMP = 1681107949
+SHA256 (rubygem/webauthn-3.0.0.gem) = 3f77d422c2a8a4b31e56cf42f83414bd066e0506e9896936e1730262dc4a20e6
+SIZE (rubygem/webauthn-3.0.0.gem) = 39936



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