pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ruby-sshkit
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar 24 16:20:06 UTC 2020
Modified Files:
pkgsrc/security/ruby-sshkit: Makefile PLIST distinfo
Log Message:
security/ruby-sshkit: update to 1.21.0
Update ruby-sshkit: update to 1.21.0.
pkgsrc change: add "USE_LANGUAGES= # none".
1.20.0 (2019-08-03)
* #468: Make upload! take a :verbosity option like exec does - @grosser
1.19.1 (2019-07-02)
* #465: Fix a regression in 1.19.0 that prevented ~ from being used in
Capistrano paths, e.g. :deploy_to, etc. - @grosser
1.19.0 (2019-07-01)
* #455: Ensure UUID of commands are stable in logging - @lazyatom
* #453: as and within now properly escape their user/group/path arguments,
and the command nested within an as block is now properly escaped before
passing to sh -c. In the unlikely case that you were manually escaping
commands passed to SSHKit as a workaround, you will no longer need to do
this. See #458 for examples of what has been fixed. - @grosser
* #460: Handle IPv6 addresses without port - @will-in-wi
1.18.2 (2019-02-03)
* #448: Fix misbehaving connection eviction loop when disabling connection
pooling - Sebastian Cohnen
1.18.1 (2019-01-26)
* #447: Fix broken thread safety by widening critical section - Takumasa Ochi
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/ruby-sshkit/Makefile \
pkgsrc/security/ruby-sshkit/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/ruby-sshkit/PLIST
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-sshkit/Makefile
diff -u pkgsrc/security/ruby-sshkit/Makefile:1.13 pkgsrc/security/ruby-sshkit/Makefile:1.14
--- pkgsrc/security/ruby-sshkit/Makefile:1.13 Mon Nov 18 15:52:19 2019
+++ pkgsrc/security/ruby-sshkit/Makefile Tue Mar 24 16:20:05 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/11/18 15:52:19 taca Exp $
+# $NetBSD: Makefile,v 1.14 2020/03/24 16:20:05 taca Exp $
-DISTNAME= sshkit-1.20.0
+DISTNAME= sshkit-1.21.0
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,5 +11,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.8.0:../../security/ruby-net-ssh
DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=1.1.2:../../security/ruby-net-scp
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-sshkit/distinfo
diff -u pkgsrc/security/ruby-sshkit/distinfo:1.13 pkgsrc/security/ruby-sshkit/distinfo:1.14
--- pkgsrc/security/ruby-sshkit/distinfo:1.13 Mon Nov 18 15:52:19 2019
+++ pkgsrc/security/ruby-sshkit/distinfo Tue Mar 24 16:20:05 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/11/18 15:52:19 taca Exp $
+$NetBSD: distinfo,v 1.14 2020/03/24 16:20:05 taca Exp $
-SHA1 (sshkit-1.20.0.gem) = 2ec6e7dd29573992d13063d0040f867f058e972d
-RMD160 (sshkit-1.20.0.gem) = dd626b1c8130df48d0de4c9b0d9ca85f002086ae
-SHA512 (sshkit-1.20.0.gem) = 682234f99d6ae9533c99f0319ad0f3732f2ff166a8f1a07d5ce8ff59fd9606af9440798a39f657dd3899e9278639aa93d5fb29af8f64b2ebea7f3b8e75fb25fa
-Size (sshkit-1.20.0.gem) = 155648 bytes
+SHA1 (sshkit-1.21.0.gem) = d3fd4480b3d109f49a36673905d17831300d5ed9
+RMD160 (sshkit-1.21.0.gem) = 4309faf5ac94bd4408fdbaad309473653436f815
+SHA512 (sshkit-1.21.0.gem) = 981fdaa19d633e92d4e3ef5fc9255a89d992813c400af4a468e6cf12ca52cbe612b771a87afe6392c4098d07b42162d5981025b8b214aafa197a68222b5e234e
+Size (sshkit-1.21.0.gem) = 144384 bytes
Index: pkgsrc/security/ruby-sshkit/PLIST
diff -u pkgsrc/security/ruby-sshkit/PLIST:1.8 pkgsrc/security/ruby-sshkit/PLIST:1.9
--- pkgsrc/security/ruby-sshkit/PLIST:1.8 Mon Nov 18 15:52:19 2019
+++ pkgsrc/security/ruby-sshkit/PLIST Tue Mar 24 16:20:05 2020
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.8 2019/11/18 15:52:19 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/03/24 16:20:05 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/release-drafter.yml
+${GEM_LIBDIR}/.github/workflows/push.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.rubocop_todo.yml
Home |
Main Index |
Thread Index |
Old Index