git: 8a9d4bbfec71 - main - security/rubygem-bcrypt: Update to 3.1.17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:26:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a9d4bbfec7125d4d73e49e872a9a656d874f745 commit 8a9d4bbfec7125d4d73e49e872a9a656d874f745 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-30 22:16:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-30 22:21:47 +0000 security/rubygem-bcrypt: Update to 3.1.17 - Update WWW Changes: https://github.com/bcrypt-ruby/bcrypt-ruby/releases https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG --- security/rubygem-bcrypt/Makefile | 2 +- security/rubygem-bcrypt/distinfo | 6 +++--- security/rubygem-bcrypt/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/rubygem-bcrypt/Makefile b/security/rubygem-bcrypt/Makefile index ba2e959f63e2..14965d428034 100644 --- a/security/rubygem-bcrypt/Makefile +++ b/security/rubygem-bcrypt/Makefile @@ -1,7 +1,7 @@ # Created by: Steve Wills <swills@FreeBSD.org> PORTNAME= bcrypt -PORTVERSION= 3.1.16 +PORTVERSION= 3.1.17 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-bcrypt/distinfo b/security/rubygem-bcrypt/distinfo index 5bce475aa9dd..b9bae6fb579b 100644 --- a/security/rubygem-bcrypt/distinfo +++ b/security/rubygem-bcrypt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608382794 -SHA256 (rubygem/bcrypt-3.1.16.gem) = 0b8bf031ba81aa76c0f10c5a8dac779b6035d84b09af1dbb2b1a32a7e360210b -SIZE (rubygem/bcrypt-3.1.16.gem) = 54272 +TIMESTAMP = 1648249206 +SHA256 (rubygem/bcrypt-3.1.17.gem) = c53876c0fdd9604a0c0927a8f7f79cd21dd8f88d29c2a88fbf99326a336c53e5 +SIZE (rubygem/bcrypt-3.1.17.gem) = 55808 diff --git a/security/rubygem-bcrypt/pkg-descr b/security/rubygem-bcrypt/pkg-descr index 6bb8f0a40a10..64e853700b3f 100644 --- a/security/rubygem-bcrypt/pkg-descr +++ b/security/rubygem-bcrypt/pkg-descr @@ -2,4 +2,4 @@ bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords. -WWW: https://github.com/codahale/bcrypt-ruby +WWW: https://github.com/bcrypt-ruby/bcrypt-ruby