diff options
| author | taca <taca@pkgsrc.org> | 2022-08-28 05:13:33 +0000 |
|---|---|---|
| committer | taca <taca@pkgsrc.org> | 2022-08-28 05:13:33 +0000 |
| commit | cc3b045302fe83f8a42f2a2ca8a8c019d148ee76 (patch) | |
| tree | 3a1a5dc421e93c50d45a740c83f76d977eb2ae3b /security/ruby-bcrypt/Makefile | |
| parent | 20f4f25c5dce3b1c3d88bdcd6d3be1958610ec45 (diff) | |
| download | pkgsrc-cc3b045302fe83f8a42f2a2ca8a8c019d148ee76.tar.gz | |
security/ruby-bcrypt: update to 3.1.18
3.1.17 (2022-05-14)
* Unlock GVL when calculating hashes and salts [GH #260]
* Fix compilation warnings in `ext/mri/bcrypt_ext.c` [GH #261]
3.1.18 (2022-05-16)
* Fix regex in validators to use \A and \z instead of ^ and $ [GH #121]
* Truncate secrets greater than 72 bytes in hash_secret [GH #255]
* Assorted test and doc improvements
Diffstat (limited to 'security/ruby-bcrypt/Makefile')
| -rw-r--r-- | security/ruby-bcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ruby-bcrypt/Makefile b/security/ruby-bcrypt/Makefile index 1e3fd5accc2..f160e2ba0e6 100644 --- a/security/ruby-bcrypt/Makefile +++ b/security/ruby-bcrypt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2020/09/14 14:02:14 taca Exp $ +# $NetBSD: Makefile,v 1.13 2022/08/28 05:13:33 taca Exp $ -DISTNAME= bcrypt-3.1.16 +DISTNAME= bcrypt-3.1.18 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= security |
