From 29cc4153cca0b0ad372203e2db9e4939824fd44a Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 27 Aug 2023 15:12:33 +0000 Subject: [PATCH] security/ruby-sshkey: update to 3.0.0 3.0.0 (2023-08-25) What's Changed * Breaking: Drop support for Ruby < 2.5. * Added: Support for ECDSA (@bensie, @rchekaluk) #43, #44, #46, #49 * Added: OpenSSL 3.x support by @rchekaluk in #48 * Added: Test against Ruby 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, jruby-9.3, jruby-9.4 with GitHub Actions * Fixed: SSH public keys not validated/parsed if contain comments by @MangyCoyote in #39 New Contributors * @djberg96 made their first contribution in #40 * @MangyCoyote made their first contribution in #39 * @gogainda made their first contribution in #42 * @rchekaluk made their first contribution in #43 --- security/ruby-sshkey/Makefile | 4 ++-- security/ruby-sshkey/PLIST | 4 ++-- security/ruby-sshkey/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/security/ruby-sshkey/Makefile b/security/ruby-sshkey/Makefile index 62ea4b99c523..fce5ab049fab 100644 --- a/security/ruby-sshkey/Makefile +++ b/security/ruby-sshkey/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/06/21 15:52:12 taca Exp $ +# $NetBSD: Makefile,v 1.3 2023/08/27 15:12:33 taca Exp $ -DISTNAME= sshkey-2.0.0 +DISTNAME= sshkey-3.0.0 CATEGORIES= security MAINTAINER= minskim@NetBSD.org diff --git a/security/ruby-sshkey/PLIST b/security/ruby-sshkey/PLIST index 6d02307178a3..dac684fc6774 100644 --- a/security/ruby-sshkey/PLIST +++ b/security/ruby-sshkey/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2020/06/21 15:52:12 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2023/08/27 15:12:33 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.github/workflows/ci.yml ${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.md diff --git a/security/ruby-sshkey/distinfo b/security/ruby-sshkey/distinfo index fb0970c524f4..4632d1e4bb20 100644 --- a/security/ruby-sshkey/distinfo +++ b/security/ruby-sshkey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:17:59 nia Exp $ +$NetBSD: distinfo,v 1.5 2023/08/27 15:12:33 taca Exp $ -BLAKE2s (sshkey-2.0.0.gem) = 43ed733d14c41e199c141ea2496ea9627035b070f91abd1a0eaee9708a93c80f -SHA512 (sshkey-2.0.0.gem) = dfd56a8b3b4f6abe785f37b5e1a4a61799c704a864821c35beaa6ddcec51b2f9f0111ef945fdacac685cbe6141e7ce2ad0c9bae8fa4cf8a8d48354701a0e5d05 -Size (sshkey-2.0.0.gem) = 26112 bytes +BLAKE2s (sshkey-3.0.0.gem) = e1ecdb16f586d0d842a2773c14e5acab9934f978a4dc54691354ae3d7f3ef148 +SHA512 (sshkey-3.0.0.gem) = 5d72a6e6e30de68ecd81176d4d50e74d34c89f63efeb6df374ac5226f19c47254158a7d9f909661839b3a0188d88fe4521bfdaca8b20ee3aa4db72996b7519ec +Size (sshkey-3.0.0.gem) = 31232 bytes