pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-sshkey



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Aug 27 15:12:33 UTC 2023

Modified Files:
        pkgsrc/security/ruby-sshkey: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ruby-sshkey/Makefile \
    pkgsrc/security/ruby-sshkey/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ruby-sshkey/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ruby-sshkey/Makefile
diff -u pkgsrc/security/ruby-sshkey/Makefile:1.2 pkgsrc/security/ruby-sshkey/Makefile:1.3
--- pkgsrc/security/ruby-sshkey/Makefile:1.2    Sun Jun 21 15:52:12 2020
+++ pkgsrc/security/ruby-sshkey/Makefile        Sun Aug 27 15:12:33 2023
@@ -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@localhost
Index: pkgsrc/security/ruby-sshkey/PLIST
diff -u pkgsrc/security/ruby-sshkey/PLIST:1.2 pkgsrc/security/ruby-sshkey/PLIST:1.3
--- pkgsrc/security/ruby-sshkey/PLIST:1.2       Sun Jun 21 15:52:12 2020
+++ pkgsrc/security/ruby-sshkey/PLIST   Sun Aug 27 15:12:33 2023
@@ -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

Index: pkgsrc/security/ruby-sshkey/distinfo
diff -u pkgsrc/security/ruby-sshkey/distinfo:1.4 pkgsrc/security/ruby-sshkey/distinfo:1.5
--- pkgsrc/security/ruby-sshkey/distinfo:1.4    Tue Oct 26 11:17:59 2021
+++ pkgsrc/security/ruby-sshkey/distinfo        Sun Aug 27 15:12:33 2023
@@ -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



Home | Main Index | Thread Index | Old Index