Skip to content

Commit

Permalink
security/ruby-bcrypt: update to 3.1.18
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Aug 28, 2022
1 parent 20f4f25 commit cc3b045
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions security/ruby-bcrypt/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 2 additions & 3 deletions security/ruby-bcrypt/PLIST
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
@comment $NetBSD: PLIST,v 1.8 2020/09/14 14:02:14 taca Exp $
@comment $NetBSD: PLIST,v 1.9 2022/08/28 05:13:33 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/bcrypt_ext.${RUBY_DLEXT}
${GEM_EXTSDIR}/gem.build_complete
${GEM_LIBDIR}/.github/workflows/ruby.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/bcrypt.gemspec
${GEM_LIBDIR}/ext/jruby/bcrypt_jruby/BCrypt.java
${GEM_LIBDIR}/ext/mri/bcrypt_ext.c
Expand Down
8 changes: 4 additions & 4 deletions security/ruby-bcrypt/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2021/10/26 11:17:53 nia Exp $
$NetBSD: distinfo,v 1.14 2022/08/28 05:13:33 taca Exp $

BLAKE2s (bcrypt-3.1.16.gem) = e8555168a787f9806e93336e9d82ae1f71859fc5dcf7ffa5e20e89e2f57a2adc
SHA512 (bcrypt-3.1.16.gem) = 655483d73347c20f3b04a24d625cde05fd8e1da6f022363fbb2df828aea0623cb5b4981d97791301dcd83edc2719a2238d8d377af1558ca2ce4b3c8ade9bd343
Size (bcrypt-3.1.16.gem) = 54272 bytes
BLAKE2s (bcrypt-3.1.18.gem) = 2c46f9ab73e34dec1b0838b61e0ba812379b2c9e8e5763e2bc466b35a74ff069
SHA512 (bcrypt-3.1.18.gem) = b0b44f49ac2ef7a6a75a8949943291b7d37fc80be6a4dbbbcbbf117feaa4ff09b0670c14879c358fc2dadd22866cad6e26d07cfdcbb9423d0c52a6f54ae3f8f5
Size (bcrypt-3.1.18.gem) = 55808 bytes

0 comments on commit cc3b045

Please sign in to comment.