Skip to content

Commit

Permalink
security/ruby-rbnacl: update to 7.1.1
Browse files Browse the repository at this point in the history
Update ruby-rbnacl to 7.1.1.


## [7.1.1] (2020-01-27)

- Test on Ruby 2.7 ([#208])
- Add project metadata to the gemspec ([#207])
- Resolve FFI deprecation warning ([#206])

## [7.1.0] (2019-09-07)

- Attached signature API ([#197], [#202])
- Fix the `generichash` state definition ([#200])

## [7.0.0] (2019-05-23)

- Drop support for Ruby 2.2 ([#194])

## [6.0.1] (2019-01-27)

- Add fallback `sodium_constants` for Argon2 ([#189])
- Support libsodium versions used by Heroku ([#186])
- Sealed boxes ([#184])
  • Loading branch information
taca committed Mar 24, 2020
1 parent 1885427 commit ba3d718
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions security/ruby-rbnacl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2018/12/17 15:07:11 taca Exp $
# $NetBSD: Makefile,v 1.4 2020/03/24 16:08:08 taca Exp $

DISTNAME= rbnacl-6.0.0
DISTNAME= rbnacl-7.1.1
CATEGORIES= security

MAINTAINER= minskim@NetBSD.org
Expand Down
6 changes: 5 additions & 1 deletion security/ruby-rbnacl/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2018/12/17 15:07:11 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2020/03/24 16:08:08 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.coveralls.yml
${GEM_LIBDIR}/.gitignore
Expand All @@ -25,6 +25,7 @@ ${GEM_LIBDIR}/lib/rbnacl/auth.rb
${GEM_LIBDIR}/lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb
${GEM_LIBDIR}/lib/rbnacl/boxes/curve25519xsalsa20poly1305/private_key.rb
${GEM_LIBDIR}/lib/rbnacl/boxes/curve25519xsalsa20poly1305/public_key.rb
${GEM_LIBDIR}/lib/rbnacl/boxes/sealed.rb
${GEM_LIBDIR}/lib/rbnacl/group_elements/curve25519.rb
${GEM_LIBDIR}/lib/rbnacl/hash.rb
${GEM_LIBDIR}/lib/rbnacl/hash/blake2b.rb
Expand Down Expand Up @@ -60,6 +61,7 @@ ${GEM_LIBDIR}/spec/rbnacl/authenticators/poly1305_spec.rb
${GEM_LIBDIR}/spec/rbnacl/boxes/curve25519xsalsa20poly1305/private_key_spec.rb
${GEM_LIBDIR}/spec/rbnacl/boxes/curve25519xsalsa20poly1305/public_key_spec.rb
${GEM_LIBDIR}/spec/rbnacl/boxes/curve25519xsalsa20poly1305_spec.rb
${GEM_LIBDIR}/spec/rbnacl/boxes/sealed_spec.rb
${GEM_LIBDIR}/spec/rbnacl/group_element_spec.rb
${GEM_LIBDIR}/spec/rbnacl/hash/blake2b_spec.rb
${GEM_LIBDIR}/spec/rbnacl/hash_spec.rb
Expand All @@ -73,12 +75,14 @@ ${GEM_LIBDIR}/spec/rbnacl/secret_box_spec.rb
${GEM_LIBDIR}/spec/rbnacl/signatures/ed25519/signing_key_spec.rb
${GEM_LIBDIR}/spec/rbnacl/signatures/ed25519/verify_key_spec.rb
${GEM_LIBDIR}/spec/rbnacl/simple_box_spec.rb
${GEM_LIBDIR}/spec/rbnacl/sodium_spec.rb
${GEM_LIBDIR}/spec/rbnacl/util_spec.rb
${GEM_LIBDIR}/spec/shared/aead.rb
${GEM_LIBDIR}/spec/shared/authenticator.rb
${GEM_LIBDIR}/spec/shared/box.rb
${GEM_LIBDIR}/spec/shared/hmac.rb
${GEM_LIBDIR}/spec/shared/key_equality.rb
${GEM_LIBDIR}/spec/shared/sealed_box.rb
${GEM_LIBDIR}/spec/shared/serializable.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/tasks/rspec.rake
Expand Down
10 changes: 5 additions & 5 deletions security/ruby-rbnacl/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2018/12/17 15:07:11 taca Exp $
$NetBSD: distinfo,v 1.4 2020/03/24 16:08:08 taca Exp $

SHA1 (rbnacl-6.0.0.gem) = 919ea88a5c784502f98b05598c36e4fb1a128b42
RMD160 (rbnacl-6.0.0.gem) = 07da6a55fa9d3bef88a57efbba2fd94f08d7c812
SHA512 (rbnacl-6.0.0.gem) = 2921269c65503038d271506c56c8ce9d2ce34e1dde45cbe5f1bb14a6350608dc6690db7760c29960232c71fa21e7e183be1fe5238fbed228b74d3c71d7881034
Size (rbnacl-6.0.0.gem) = 225280 bytes
SHA1 (rbnacl-7.1.1.gem) = 9a08aa487155fc1e471b11d57a833f49336b0a66
RMD160 (rbnacl-7.1.1.gem) = 6740fa0a4abc4f7887e36bc5b41993fdba5e5c64
SHA512 (rbnacl-7.1.1.gem) = da7e406bd2b5112e51d2c15cab35d955b65091ed745fbd027750eaca8ff1d11d982c82f497fc15b9ee9aa6536dbd21ff9ac285bb2a2d1fb39c3374fd0f3dca5a
Size (rbnacl-7.1.1.gem) = 226304 bytes

0 comments on commit ba3d718

Please sign in to comment.