Skip to content

Commit

Permalink
security/ruby-securerandom: update to 0.4.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Dec 11, 2024
1 parent 529f083 commit be60c92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
7 changes: 2 additions & 5 deletions security/ruby-securerandom/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2024/11/06 15:32:13 taca Exp $
# $NetBSD: Makefile,v 1.3 2024/12/11 13:52:48 taca Exp $

DISTNAME= securerandom-0.3.1
DISTNAME= securerandom-0.4.0
CATEGORIES= security

MAINTAINER= [email protected]
Expand All @@ -10,8 +10,5 @@ LICENSE= 2-clause-bsd

USE_LANGUAGES= # none

# Ruby 3.3.6 has the same version as default gems.
RUBY_VERSIONS_ACCEPTED= 31 32

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
17 changes: 3 additions & 14 deletions security/ruby-securerandom/PLIST
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2024/08/19 23:54:16 wen Exp $
@comment $NetBSD: PLIST,v 1.2 2024/12/11 13:52:48 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.github/dependabot.yml
${GEM_LIBDIR}/.github/workflows/test.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/BSDL
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/console
${GEM_LIBDIR}/bin/setup
${GEM_LIBDIR}/docs/random.rb
${GEM_LIBDIR}/lib/random/formatter.rb
${GEM_LIBDIR}/lib/securerandom.rb
${GEM_LIBDIR}/rakelib/epoch.rake
${GEM_LIBDIR}/securerandom.gemspec
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions security/ruby-securerandom/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/08/19 23:54:16 wen Exp $
$NetBSD: distinfo,v 1.2 2024/12/11 13:52:48 taca Exp $

BLAKE2s (securerandom-0.3.1.gem) = ff043d0e98c2e311b171c787b08e01a97da205852538b587f7ffabb1004d3b3d
SHA512 (securerandom-0.3.1.gem) = bcc2528162c692de5fdf3c539b315eb20d19ef7d5b7b4272ac7e7c4e8accfe0ed76da07373fba4148ac660921ec6a170da7a84e60d9c9b479d07d44704bb04e5
Size (securerandom-0.3.1.gem) = 12800 bytes
BLAKE2s (securerandom-0.4.0.gem) = a0594d5f820726c676e0df1f2c0fb12bb87adb58850caa619f980e1c21352365
SHA512 (securerandom-0.4.0.gem) = e230c87a6f45ac220815bc63083112de96c8c9cfd53640cdcfbc1c9b3d025359717006f1d16beb943e69df343950f1b40d3fa757db19516fd8bbf3d207ce8903
Size (securerandom-0.4.0.gem) = 7168 bytes

0 comments on commit be60c92

Please sign in to comment.