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 Jun 21 15:52:12 UTC 2020

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

Log Message:
security/ruby-sshkey: update to 2.0.0

Update ruby-sshkey to 2.0.0.

pkgsrc change: add "USE_LANGUAGES=      # none".

2.0.0 (2019-02-11)

* Breaking Change: Drop support for Ruby 1.9
* Feature: Accept valid ed25519 keys with leading zero byte (#37)
* Feature: Support sshfp (#30)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-sshkey/Makefile \
    pkgsrc/security/ruby-sshkey/PLIST 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.1 pkgsrc/security/ruby-sshkey/Makefile:1.2
--- pkgsrc/security/ruby-sshkey/Makefile:1.1    Thu Jun 22 00:56:42 2017
+++ pkgsrc/security/ruby-sshkey/Makefile        Sun Jun 21 15:52:12 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/06/22 00:56:42 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 15:52:12 taca Exp $
 
-DISTNAME=      sshkey-1.9.0
+DISTNAME=      sshkey-2.0.0
 CATEGORIES=    security
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,5 +8,7 @@ HOMEPAGE=       https://github.com/bensie/sshk
 COMMENT=       Pure Ruby SSH key generator
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-sshkey/PLIST
diff -u pkgsrc/security/ruby-sshkey/PLIST:1.1 pkgsrc/security/ruby-sshkey/PLIST:1.2
--- pkgsrc/security/ruby-sshkey/PLIST:1.1       Thu Jun 22 00:56:42 2017
+++ pkgsrc/security/ruby-sshkey/PLIST   Sun Jun 21 15:52:12 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/22 00:56:42 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/21 15:52:12 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -7,7 +7,6 @@ ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/sshkey.rb
-${GEM_LIBDIR}/lib/sshkey/exception.rb
 ${GEM_LIBDIR}/lib/sshkey/version.rb
 ${GEM_LIBDIR}/sshkey.gemspec
 ${GEM_LIBDIR}/test/sshkey_test.rb
Index: pkgsrc/security/ruby-sshkey/distinfo
diff -u pkgsrc/security/ruby-sshkey/distinfo:1.1 pkgsrc/security/ruby-sshkey/distinfo:1.2
--- pkgsrc/security/ruby-sshkey/distinfo:1.1    Thu Jun 22 00:56:42 2017
+++ pkgsrc/security/ruby-sshkey/distinfo        Sun Jun 21 15:52:12 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/22 00:56:42 minskim Exp $
+$NetBSD: distinfo,v 1.2 2020/06/21 15:52:12 taca Exp $
 
-SHA1 (sshkey-1.9.0.gem) = fbe3c4ccd3821b5e55953f54b0772c6452a48e5b
-RMD160 (sshkey-1.9.0.gem) = 6ef5710f9f0d8e74d83d0470978562775d5cd420
-SHA512 (sshkey-1.9.0.gem) = d8cebd1341ee70886f868e4f7b4a524b1781a229e80261172b8c9a14ae665cc5e84b98f7b476cd62e57af430247c172a08dcd219956adc95a42caf88aab1b0b7
-Size (sshkey-1.9.0.gem) = 25600 bytes
+SHA1 (sshkey-2.0.0.gem) = 4eb29b44152650c68e37285fbc9ea0115bc8feeb
+RMD160 (sshkey-2.0.0.gem) = 2dd17570883ecee74382ae2e87bc697d5deebef6
+SHA512 (sshkey-2.0.0.gem) = dfd56a8b3b4f6abe785f37b5e1a4a61799c704a864821c35beaa6ddcec51b2f9f0111ef945fdacac685cbe6141e7ce2ad0c9bae8fa4cf8a8d48354701a0e5d05
+Size (sshkey-2.0.0.gem) = 26112 bytes



Home | Main Index | Thread Index | Old Index