3.1.17 (2022-05-14) * Unlock GVL when calculating hashes and salts [GH #260] * Fix compilation warnings in `ext/mri/bcrypt_ext.c` [GH #261] 3.1.18 (2022-05-16) * Fix regex in validators to use \A and \z instead of ^ and $ [GH #121] * Truncate secrets greater than 72 bytes in hash_secret [GH #255] * Assorted test and doc improvements
15 lines
395 B
Makefile
15 lines
395 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/08/28 05:13:33 taca Exp $
|
|
|
|
DISTNAME= bcrypt-3.1.18
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/codahale/bcrypt-ruby
|
|
COMMENT= OpenBSD's bcrypt() password hashing algorithm for Ruby
|
|
LICENSE= mit
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|