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/0f8a8687a0dc
branches: trunk
changeset: 439142:0f8a8687a0dc
user: taca <taca%pkgsrc.org@localhost>
date: Mon Sep 14 14:02:14 2020 +0000
description:
security/ruby-bcrypt: update to 3.1.16
Update ruby-bcrypt package to 3.1.16.
3.1.16 Sep 3 2020
- Fix compilation on FreeBSD. [GH #234]
3.1.15 July 21 2020
- Remove GVL optimization. Apparently it breaks things [GH #230]
3.1.14 July 21 2020
- Start calibration from the minimum cost supported by the algorithm
[GH #206 by @sergey-alekseev]
diffstat:
security/ruby-bcrypt/Makefile | 4 ++--
security/ruby-bcrypt/PLIST | 3 +--
security/ruby-bcrypt/distinfo | 10 +++++-----
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (44 lines):
diff -r 51c6cd6e4ffe -r 0f8a8687a0dc security/ruby-bcrypt/Makefile
--- a/security/ruby-bcrypt/Makefile Mon Sep 14 14:00:57 2020 +0000
+++ b/security/ruby-bcrypt/Makefile Mon Sep 14 14:02:14 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/03/24 15:48:52 taca Exp $
+# $NetBSD: Makefile,v 1.12 2020/09/14 14:02:14 taca Exp $
-DISTNAME= bcrypt-3.1.13
+DISTNAME= bcrypt-3.1.16
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= security
diff -r 51c6cd6e4ffe -r 0f8a8687a0dc security/ruby-bcrypt/PLIST
--- a/security/ruby-bcrypt/PLIST Mon Sep 14 14:00:57 2020 +0000
+++ b/security/ruby-bcrypt/PLIST Mon Sep 14 14:02:14 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/03/24 15:48:52 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/09/14 14:02:14 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/bcrypt_ext.${RUBY_DLEXT}
${GEM_EXTSDIR}/gem.build_complete
@@ -8,7 +8,6 @@
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/Gemfile.lock
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/appveyor.yml
diff -r 51c6cd6e4ffe -r 0f8a8687a0dc security/ruby-bcrypt/distinfo
--- a/security/ruby-bcrypt/distinfo Mon Sep 14 14:00:57 2020 +0000
+++ b/security/ruby-bcrypt/distinfo Mon Sep 14 14:02:14 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/03/24 15:48:52 taca Exp $
+$NetBSD: distinfo,v 1.11 2020/09/14 14:02:14 taca Exp $
-SHA1 (bcrypt-3.1.13.gem) = cc9b3419f40f607bf84c9f81ec466428122318b0
-RMD160 (bcrypt-3.1.13.gem) = 76b84ca587968f8e6d8b82f298a8129398f45e89
-SHA512 (bcrypt-3.1.13.gem) = d996f381643a0322d66a1a5dc7d26887baaf48d90ac8f87283bf2aa35f2a0048049e1df10d95283d37f25e3331ca3cb19a9a7c12b95fa1b1a1bdec0e5d8133bf
-Size (bcrypt-3.1.13.gem) = 54272 bytes
+SHA1 (bcrypt-3.1.16.gem) = 8b827c4f22fb84a0a2c8a1a64dd60ad4fa7314bf
+RMD160 (bcrypt-3.1.16.gem) = d556e0368e3288b50a2a882b27bf2edd2a0e67f3
+SHA512 (bcrypt-3.1.16.gem) = 655483d73347c20f3b04a24d625cde05fd8e1da6f022363fbb2df828aea0623cb5b4981d97791301dcd83edc2719a2238d8d377af1558ca2ce4b3c8ade9bd343
+Size (bcrypt-3.1.16.gem) = 54272 bytes
Home |
Main Index |
Thread Index |
Old Index