forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |