pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ruby-bcrypt security/ruby-bcrypt: update to 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a79510fadfb8
branches:  trunk
changeset: 384131:a79510fadfb8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Aug 28 05:13:33 2022 +0000

description:
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:

 security/ruby-bcrypt/Makefile |  4 ++--
 security/ruby-bcrypt/PLIST    |  5 ++---
 security/ruby-bcrypt/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r b19221fae6c0 -r a79510fadfb8 security/ruby-bcrypt/Makefile
--- a/security/ruby-bcrypt/Makefile     Sun Aug 28 05:09:33 2022 +0000
+++ b/security/ruby-bcrypt/Makefile     Sun Aug 28 05:13:33 2022 +0000
@@ -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
 
diff -r b19221fae6c0 -r a79510fadfb8 security/ruby-bcrypt/PLIST
--- a/security/ruby-bcrypt/PLIST        Sun Aug 28 05:09:33 2022 +0000
+++ b/security/ruby-bcrypt/PLIST        Sun Aug 28 05:13:33 2022 +0000
@@ -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
diff -r b19221fae6c0 -r a79510fadfb8 security/ruby-bcrypt/distinfo
--- a/security/ruby-bcrypt/distinfo     Sun Aug 28 05:09:33 2022 +0000
+++ b/security/ruby-bcrypt/distinfo     Sun Aug 28 05:13:33 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index