./security/ruby-securerandom, Interface for secure random number generator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.1, Package name: ruby32-securerandom-0.4.1, Maintainer: pkgsrc-user

Securerandom is an interface to secure random number generators which are
suitable for generating session keys in HTTP cookies, etc.


Master sites:

Filesize: 7 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-16 10:09:11 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-securerandom: update to 0.4.1

0.4.1 (2024-12-16)

What's Changed

* Restore SecureRandom.alphanumeric with 0.3.x behavior by @hsbt in #36
   2024-12-11 14:52:48 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-securerandom: update to 0.4.0

pkgsrc change: remove restriction to Ruby version.

0.3.2 (2024-11-11)

What's Changed

* Increase speed of UUID generation by @robotblake in #11
* Test RDoc coverage by @nobu in #25
* Build package by @nobu in #26
* Cleanup by @nobu in #27
* Update UUID documentation with RFC9562 links by @nevans in #30

New Contributors

* @robotblake made their first contribution in #11

0.4.0 (2024-12-02)

What's Changed

* Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to
  9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #33
* Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #32
* Removed Random::Formatter by @hsbt in #34
   2024-11-06 16:32:14 by Takahiro Kambe | Files touched by this commit (1)
Log message:
security/ruby-securerandom: not for ruby33

Ruby 3.3.6 has the same version as default gems.
   2024-08-20 01:54:16 by Wen Heping | Files touched by this commit (4)
Log message:
Import securerandom-0.3.1 as security/ruby-securerandom.

Securerandom is an interface to secure random number generators which are
suitable for generating session keys in HTTP cookies, etc.