Date: Thu, 18 Feb 2021 06:29:02 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565903 - head/security/rubygem-webauthn Message-ID: <202102180629.11I6T2ci069477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Thu Feb 18 06:29:02 2021 New Revision: 565903 URL: https://svnweb.freebsd.org/changeset/ports/565903 Log: Update to 2.4.1. - Fix verification of new credential if no attestation provided and 'None' type is not among configured acceptable_attestation_types. I.e. reject it instead of letting it go through. Modified: head/security/rubygem-webauthn/Makefile head/security/rubygem-webauthn/distinfo Modified: head/security/rubygem-webauthn/Makefile ============================================================================== --- head/security/rubygem-webauthn/Makefile Thu Feb 18 06:21:59 2021 (r565902) +++ head/security/rubygem-webauthn/Makefile Thu Feb 18 06:29:02 2021 (r565903) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webauthn -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= WebAuthn ruby server library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-android_key_attestation>=0.3.0:security/rubygem-android_key_attestation \ +RUN_DEPENDS= rubygem-android_key_attestation>=0.3.0<0.4:security/rubygem-android_key_attestation \ rubygem-awrence>=1.1<2:devel/rubygem-awrence \ rubygem-bindata>=2.4<3:devel/rubygem-bindata \ rubygem-cbor>=0.5.9<0.6:devel/rubygem-cbor \ Modified: head/security/rubygem-webauthn/distinfo ============================================================================== --- head/security/rubygem-webauthn/distinfo Thu Feb 18 06:21:59 2021 (r565902) +++ head/security/rubygem-webauthn/distinfo Thu Feb 18 06:29:02 2021 (r565903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600785784 -SHA256 (rubygem/webauthn-2.4.0.gem) = d5de66c2f2af0f868484cbc458a27dfaf616fea92df6e4c8bd521597a9669f45 -SIZE (rubygem/webauthn-2.4.0.gem) = 35840 +TIMESTAMP = 1613628822 +SHA256 (rubygem/webauthn-2.4.1.gem) = 26d4f2d531d5aee3509d37988a6b312bf6db6f40c44b5720e8a844b257883d63 +SIZE (rubygem/webauthn-2.4.1.gem) = 36352
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180629.11I6T2ci069477>