diff options
| author | taca <taca@pkgsrc.org> | 2022-08-28 05:13:33 +0000 |
|---|---|---|
| committer | taca <taca@pkgsrc.org> | 2022-08-28 05:13:33 +0000 |
| commit | cc3b045302fe83f8a42f2a2ca8a8c019d148ee76 (patch) | |
| tree | 3a1a5dc421e93c50d45a740c83f76d977eb2ae3b /security/ruby-bcrypt/PLIST | |
| parent | 20f4f25c5dce3b1c3d88bdcd6d3be1958610ec45 (diff) | |
| download | pkgsrc-cc3b045302fe83f8a42f2a2ca8a8c019d148ee76.tar.gz | |
security/ruby-bcrypt: update to 3.1.18
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
Diffstat (limited to 'security/ruby-bcrypt/PLIST')
| -rw-r--r-- | security/ruby-bcrypt/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/ruby-bcrypt/PLIST b/security/ruby-bcrypt/PLIST index 044793101a6..f4abc1f47c0 100644 --- a/security/ruby-bcrypt/PLIST +++ b/security/ruby-bcrypt/PLIST @@ -1,16 +1,15 @@ -@comment $NetBSD: PLIST,v 1.8 2020/09/14 14:02:14 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/08/28 05:13:33 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/bcrypt_ext.${RUBY_DLEXT} ${GEM_EXTSDIR}/gem.build_complete +${GEM_LIBDIR}/.github/workflows/ruby.yml ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec -${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/appveyor.yml ${GEM_LIBDIR}/bcrypt.gemspec ${GEM_LIBDIR}/ext/jruby/bcrypt_jruby/BCrypt.java ${GEM_LIBDIR}/ext/mri/bcrypt_ext.c |
