Skip to content

Commit

Permalink
security/ruby-bcrypt: update to 3.1.13
Browse files Browse the repository at this point in the history
Update ruby-bcrypt to 3.1.13.
pkgsrc change: correct HOMEPAGE.


3.1.13 May 31 2019

  - No longer include compiled binaries for Windows. See GH #173.
  - Update C and Java implementations to latest versions [GH #182 by @fonica]
  - Bump default cost to 12 [GH #181 by @bdewater]
  - Remove explicit support for Rubies 1.8 and 1.9
  - Define SKIP_GNU token when building extension (Fixes FreeBSD >= 12)
    [GH #189 by @adam12]
  • Loading branch information
taca committed Mar 24, 2020
1 parent 9735a99 commit 433e34e
Show file tree
Hide file tree
Showing 3 changed files with 12 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,11 +1,11 @@
# $NetBSD: Makefile,v 1.10 2018/09/23 16:05:28 taca Exp $
# $NetBSD: Makefile,v 1.11 2020/03/24 15:48:52 taca Exp $

DISTNAME= bcrypt-3.1.12
DISTNAME= bcrypt-3.1.13
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= security

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/datamapper/dm-core
HOMEPAGE= https://github.com/codahale/bcrypt-ruby
COMMENT= OpenBSD's bcrypt() password hashing algorithm for Ruby
LICENSE= mit

Expand Down
5 changes: 4 additions & 1 deletion security/ruby-bcrypt/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2018/09/23 16:05:28 taca Exp $
@comment $NetBSD: PLIST,v 1.7 2020/03/24 15:48:52 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/bcrypt_ext.${RUBY_DLEXT}
${GEM_EXTSDIR}/gem.build_complete
Expand All @@ -18,10 +18,13 @@ ${GEM_LIBDIR}/ext/mri/bcrypt_ext.c
${GEM_LIBDIR}/ext/mri/crypt.c
${GEM_LIBDIR}/ext/mri/crypt.h
${GEM_LIBDIR}/ext/mri/crypt_blowfish.c
${GEM_LIBDIR}/ext/mri/crypt_blowfish.h
${GEM_LIBDIR}/ext/mri/crypt_gensalt.c
${GEM_LIBDIR}/ext/mri/crypt_gensalt.h
${GEM_LIBDIR}/ext/mri/extconf.rb
${GEM_LIBDIR}/ext/mri/ow-crypt.h
${GEM_LIBDIR}/ext/mri/wrapper.c
${GEM_LIBDIR}/ext/mri/x86.S
${GEM_LIBDIR}/lib/bcrypt.rb
${GEM_LIBDIR}/lib/bcrypt/engine.rb
${GEM_LIBDIR}/lib/bcrypt/error.rb
Expand Down
10 changes: 5 additions & 5 deletions security/ruby-bcrypt/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2018/09/23 16:05:28 taca Exp $
$NetBSD: distinfo,v 1.10 2020/03/24 15:48:52 taca Exp $

SHA1 (bcrypt-3.1.12.gem) = 1df8f30b414c3d53dc3b052b5bdee6ec320649be
RMD160 (bcrypt-3.1.12.gem) = 989ca6032648a4387c1342b13ff0787cfa24418c
SHA512 (bcrypt-3.1.12.gem) = 1cb465bc00e40c82c7b9789cf5ba96273a455f4c1c993f411a9b80d39aa9c938e4909a094ca92af786ad3cd836eebac2aefcbe1bb29c6238947e55fcdc110d35
Size (bcrypt-3.1.12.gem) = 44544 bytes
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

0 comments on commit 433e34e

Please sign in to comment.