View | Details | Raw Unified | Return to bug 279942 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/rubygem-cose/Makefile (-2 / +2 lines)
Lines 1-11 Link Here
1
PORTNAME=	cose
1
PORTNAME=	cose
2
PORTVERSION=	1.2.0
2
PORTVERSION=	1.2.1
3
CATEGORIES=	security rubygems
3
CATEGORIES=	security rubygems
4
MASTER_SITES=	RG
4
MASTER_SITES=	RG
5
5
6
MAINTAINER=	mfechner@FreeBSD.org
6
MAINTAINER=	mfechner@FreeBSD.org
7
COMMENT=	Ruby implementation of RFC 8152 CBOR Object Signing and Encryption
7
COMMENT=	Ruby implementation of RFC 8152 CBOR Object Signing and Encryption
8
WWW=		https://github.com/heartcombo/devise
8
WWW=		https://github.com/cedarcode/cose-ruby
9
9
10
LICENSE=	MIT
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
(-)b/security/rubygem-cose/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1600790137
1
TIMESTAMP = 1719172441
2
SHA256 (rubygem/cose-1.2.0.gem) = 75dc31326a633c2bb6e5903d36fffda7fe722b6f8e93f355c24c65275a1aa2bf
2
SHA256 (rubygem/cose-1.2.1.gem) = 8090d71cd8d9fd05c80ee66587639920733d975a8eeb16c14ccab80e884ec231
3
SIZE (rubygem/cose-1.2.0.gem) = 16384
3
SIZE (rubygem/cose-1.2.1.gem) = 16896
4
- 

Return to bug 279942