pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-bcrypt



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 14 14:02:14 UTC 2020

Modified Files:
        pkgsrc/security/ruby-bcrypt: Makefile PLIST distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/ruby-bcrypt/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/ruby-bcrypt/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/ruby-bcrypt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ruby-bcrypt/Makefile
diff -u pkgsrc/security/ruby-bcrypt/Makefile:1.11 pkgsrc/security/ruby-bcrypt/Makefile:1.12
--- pkgsrc/security/ruby-bcrypt/Makefile:1.11   Tue Mar 24 15:48:52 2020
+++ pkgsrc/security/ruby-bcrypt/Makefile        Mon Sep 14 14:02:14 2020
@@ -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
 

Index: pkgsrc/security/ruby-bcrypt/PLIST
diff -u pkgsrc/security/ruby-bcrypt/PLIST:1.7 pkgsrc/security/ruby-bcrypt/PLIST:1.8
--- pkgsrc/security/ruby-bcrypt/PLIST:1.7       Tue Mar 24 15:48:52 2020
+++ pkgsrc/security/ruby-bcrypt/PLIST   Mon Sep 14 14:02:14 2020
@@ -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}/.travis.yml
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/COPYING
 ${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/Gemfile.lock
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/appveyor.yml

Index: pkgsrc/security/ruby-bcrypt/distinfo
diff -u pkgsrc/security/ruby-bcrypt/distinfo:1.10 pkgsrc/security/ruby-bcrypt/distinfo:1.11
--- pkgsrc/security/ruby-bcrypt/distinfo:1.10   Tue Mar 24 15:48:52 2020
+++ pkgsrc/security/ruby-bcrypt/distinfo        Mon Sep 14 14:02:14 2020
@@ -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