Skip to content

Commit

Permalink
Update ruby-bcrypt to 3.1.7.
Browse files Browse the repository at this point in the history
3.1.3  Feb 21 2014
  - Add support for Ruby 2.1 in compiled Windows binaries
  - Rename gem from "bcrypt-ruby" to just "bcrypt". [GH #86 by @sferik]

3.1.6  Feb 21 2014
  - Dummy version of "bcrypt-ruby" needed a couple version bumps to fix some
    bugs. It felt wrong to have that at a higher version than the real gem, so
    the real gem is getting bumped to 3.1.6.

3.1.7  Feb 24 2014
  - Rebuild corrupt Java binary version of gem [GH #90]
  - The 2.1 support for Windows binaries alleged in 3.1.3 was a lie -- documentation removed
  • Loading branch information
taca committed Mar 14, 2014
1 parent 06bff20 commit 73b7691
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions security/ruby-bcrypt/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2014/03/13 11:08:52 jperkin Exp $
# $NetBSD: Makefile,v 1.6 2014/03/14 17:53:12 taca Exp $

DISTNAME= bcrypt-ruby-3.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//}
DISTNAME= bcrypt-3.1.7
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= security

MAINTAINER= [email protected]
Expand Down
5 changes: 3 additions & 2 deletions security/ruby-bcrypt/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.3 2013/09/15 14:56:11 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2014/03/14 17:53:12 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/bcrypt_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
Expand All @@ -9,7 +10,7 @@ ${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Gemfile.lock
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bcrypt-ruby.gemspec
${GEM_LIBDIR}/bcrypt.gemspec
${GEM_LIBDIR}/ext/jruby/bcrypt_jruby/BCrypt.java
${GEM_LIBDIR}/ext/mri/bcrypt_ext.c
${GEM_LIBDIR}/ext/mri/crypt.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.4 2013/09/15 14:56:11 taca Exp $
$NetBSD: distinfo,v 1.5 2014/03/14 17:53:12 taca Exp $

SHA1 (bcrypt-ruby-3.1.2.gem) = ebeae5ddbab862d8eba8ca5c0d129b6383f39711
RMD160 (bcrypt-ruby-3.1.2.gem) = 1afcad2f0feec7088d6a24f08b8310d6f0733745
Size (bcrypt-ruby-3.1.2.gem) = 42496 bytes
SHA1 (bcrypt-3.1.7.gem) = 2d41ddbd5410315d7831ec49e25c495aa1827c9d
RMD160 (bcrypt-3.1.7.gem) = dd02342da98f6e3feec1bdea0c5ba352d74923e5
Size (bcrypt-3.1.7.gem) = 43520 bytes

0 comments on commit 73b7691

Please sign in to comment.