| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: ruby3.4-rubygem-bcrypt | Distribution: openSUSE Tumbleweed | 
| Version: 3.1.20 | Vendor: openSUSE | 
| Release: 1.9 | Build date: Tue Nov 28 09:06:50 2023 | 
| Group: Unspecified | Build host: reproducible | 
| Size: 196263 | Source RPM: rubygem-bcrypt-3.1.20-1.9.src.rpm | 
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/bcrypt-ruby/bcrypt-ruby | |
| Summary: OpenBSD's bcrypt() password hashing algorithm | |
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.
MIT
* Tue Nov 28 2023 Dan Čermák <dan.cermak@posteo.net>
  - 3.1.20 Nov 17 2023
    - Limit packaged files -- decrease gem filesize by ~28% [GH #272 by @pusewicz]
* Thu Nov 02 2023 Dan Čermák <dan.cermak@posteo.net>
  - 3.1.19 June 22 2023
    - Deprecate passing the third argument to `BCrypt::Engine.hash_secret` [GH #207 by @sergey-alekseev]
    - Add GC guards so the C compiler won't optimize out references [GH #270]
* Mon Jun 13 2022 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 3.1.18
    * Unlock GVL when calculating hashes and salts [GH #260]
    * Fix compilation warnings in `ext/mri/bcrypt_ext.c` [GH #261]
* Thu Apr 28 2022 Stephan Kulow <coolo@suse.com>
  updated to version 3.1.17
    see installed CHANGELOG
    3.1.17 Mar 14 2022
    - 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
* Sat Sep 12 2020 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 3.1.16
    * Fix compilation on FreeBSD. [GH #234]
* Sat Aug 22 2020 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 3.1.15
    * no changelog found
* Mon Jul 08 2019 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 3.1.13
    * no changelog entry found
* Wed May 16 2018 factory-auto@kulow.org
  - updated to version 3.1.12
    see installed CHANGELOG
    3.1.12 May 16 2018
    - Add support for Ruby 2.3, 2.4, and 2.5 in compiled Windows binaries
    - Fix compatibility with libxcrypt [GH #164 by @besser82]
* Mon Jul 03 2017 mrueckert@suse.de
  - add rpmlintrc as we run into rpmlint score limits because of the
    C source files we ship.
* Mon Mar 07 2016 coolo@suse.com
  - updated to version 3.1.11
    see installed CHANGELOG
    3.1.11 Mar 06 2016
    - Add support for Ruby 2.2 in compiled Windows binaries
/usr/lib/ruby/gems/3.4.0/build_info /usr/lib/ruby/gems/3.4.0/cache/bcrypt-3.1.20.gem /usr/lib/ruby/gems/3.4.0/extensions/armv6hl-linux-gnu/3.4.0/bcrypt-3.1.20 /usr/lib/ruby/gems/3.4.0/extensions/armv6hl-linux-gnu/3.4.0/bcrypt-3.1.20/bcrypt_ext.so /usr/lib/ruby/gems/3.4.0/extensions/armv6hl-linux-gnu/3.4.0/bcrypt-3.1.20/gem.build_complete /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20 /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/CHANGELOG /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/COPYING /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/README.md /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/jruby /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/jruby/bcrypt_jruby /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/jruby/bcrypt_jruby/BCrypt.java /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/bcrypt_ext.c /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/crypt.c /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/crypt.h /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/crypt_blowfish.c /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/crypt_blowfish.h /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/crypt_gensalt.c /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/crypt_gensalt.h /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/extconf.rb /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/ow-crypt.h /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/wrapper.c /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/ext/mri/x86.S /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/lib /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/lib/bcrypt /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/lib/bcrypt.rb /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/lib/bcrypt/engine.rb /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/lib/bcrypt/error.rb /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/lib/bcrypt/password.rb /usr/lib/ruby/gems/3.4.0/gems/bcrypt-3.1.20/lib/bcrypt_ext.so /usr/lib/ruby/gems/3.4.0/specifications/bcrypt-3.1.20.gemspec /usr/share/doc/packages/ruby3.4-rubygem-bcrypt /usr/share/doc/packages/ruby3.4-rubygem-bcrypt/CHANGELOG /usr/share/doc/packages/ruby3.4-rubygem-bcrypt/COPYING /usr/share/doc/packages/ruby3.4-rubygem-bcrypt/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 24 23:31:51 2025