Simple update, only upstream change is now the extension raises an
exception if you use a cost over 31.

Tested on i386 and amd64.  Will be committing next week unless I hear
objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/ruby-bcrypt/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile    23 Sep 2012 16:57:35 -0000      1.15
+++ Makefile    13 Oct 2012 13:54:45 -0000
@@ -2,10 +2,9 @@
 
 COMMENT =      Ruby binding for the bcrypt() password hashing algorithm
 
-VERSION =      3.0.0
+VERSION =      3.0.1
 DISTNAME =     bcrypt-ruby-${VERSION}
 PKGNAME =      bcrypt-${VERSION}
-REVISION=      1
 CATEGORIES =   security
 
 MAINTAINER =   Jeremy Evans <jer...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/ruby-bcrypt/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    7 Sep 2011 16:10:49 -0000       1.4
+++ distinfo    13 Oct 2012 13:54:56 -0000
@@ -1,5 +1,2 @@
-MD5 (bcrypt-ruby-3.0.0.gem) = wpm5+pjrGViXnbFNzN+m+w==
-RMD160 (bcrypt-ruby-3.0.0.gem) = Op+KbldSY7OEbY7bVN7aQ7kT6pA=
-SHA1 (bcrypt-ruby-3.0.0.gem) = 6Xq5cuTk8saO2zufIAjMXoW4ZAM=
-SHA256 (bcrypt-ruby-3.0.0.gem) = 3J228pObP8PMScq15oxW8zh6PwdlvNAJs2DNLSAEHDI=
-SIZE (bcrypt-ruby-3.0.0.gem) = 41984
+SHA256 (bcrypt-ruby-3.0.1.gem) = HGd4ic7vDQNoAWLlVg7hVgDC3mCp8hE7iHEKyXx7bEw=
+SIZE (bcrypt-ruby-3.0.1.gem) = 42496

Reply via email to