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: Mon Nov 18 15:52:19 UTC 2019
Modified Files:
pkgsrc/security/ruby-sshkit: Makefile PLIST distinfo
Log Message:
security/ruby-sshkit: update to 1.20.0
Update ruby-sshkit package to 1.20.0.
## [1.20.0][] (2019-08-03)
* [#468](https://github.com/capistrano/sshkit/pull/468): Make `upload!` take a `:verbosity` option like `exec` does - [@grosser](https://github.com/grosser)
## [1.19.1][] (2019-07-02)
* [#465](https://github.com/capistrano/sshkit/pull/456): Fix a regression in 1.19.0 that prevented `~` from being used in Capistrano paths, e.g. `:deploy_to`, etc. -
[@grosser](https://github.com/grosser)
## [1.19.0][] (2019-06-30)
* [#455](https://github.com/capistrano/sshkit/pull/455): Ensure UUID of commands are stable in logging - [@lazyatom](https://github.com/lazyatom)
* [#453](https://github.com/capistrano/sshkit/pull/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](https://github.com/capistrano/sshkit/issues/458) for examples of what has been fixed. - [@grosser](https://github.com/grosser)
* [#460](https://github.com/capistrano/sshkit/pull/460): Handle IPv6 addresses without port - [@will-in-wi](https://github.com/will-in-wi)
## [1.18.2][] (2019-02-03)
* [#448](https://github.com/capistrano/sshkit/pull/448): Fix misbehaving connection eviction loop when disabling connection pooling - [Sebastian Cohnen](https://github.com/tisba)
## [1.18.1][] (2019-01-26)
* [#447](https://github.com/capistrano/sshkit/pull/447): Fix broken thread safety by widening critical section - [Takumasa Ochi](https://github.com/aeroastro)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/ruby-sshkit/Makefile \
pkgsrc/security/ruby-sshkit/distinfo
cvs rdiff -u -r1.7 -r1.8 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.12 pkgsrc/security/ruby-sshkit/Makefile:1.13
--- pkgsrc/security/ruby-sshkit/Makefile:1.12 Mon Dec 17 15:08:35 2018
+++ pkgsrc/security/ruby-sshkit/Makefile Mon Nov 18 15:52:19 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/12/17 15:08:35 taca Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/18 15:52:19 taca Exp $
-DISTNAME= sshkit-1.18.0
+DISTNAME= sshkit-1.20.0
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/security/ruby-sshkit/distinfo
diff -u pkgsrc/security/ruby-sshkit/distinfo:1.12 pkgsrc/security/ruby-sshkit/distinfo:1.13
--- pkgsrc/security/ruby-sshkit/distinfo:1.12 Mon Dec 17 15:08:35 2018
+++ pkgsrc/security/ruby-sshkit/distinfo Mon Nov 18 15:52:19 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/12/17 15:08:35 taca Exp $
+$NetBSD: distinfo,v 1.13 2019/11/18 15:52:19 taca Exp $
-SHA1 (sshkit-1.18.0.gem) = eb17f097a1c8273ff7ad22674c6817c3efbd4e51
-RMD160 (sshkit-1.18.0.gem) = ee4f4c6e4400890e09a63f4c72c35518b2379dc6
-SHA512 (sshkit-1.18.0.gem) = ceff9c7be99155b5e86e1564be221da5946b91b396ffc948aafbbc1a5214928020ee3db97615b780c91f4fefacff2174c4d0a33e54aa2e935552eecedac71bde
-Size (sshkit-1.18.0.gem) = 150016 bytes
+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
Index: pkgsrc/security/ruby-sshkit/PLIST
diff -u pkgsrc/security/ruby-sshkit/PLIST:1.7 pkgsrc/security/ruby-sshkit/PLIST:1.8
--- pkgsrc/security/ruby-sshkit/PLIST:1.7 Sat Apr 22 16:43:35 2017
+++ pkgsrc/security/ruby-sshkit/PLIST Mon Nov 18 15:52:19 2019
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2017/04/22 16:43:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/11/18 15:52:19 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rubocop.yml
+${GEM_LIBDIR}/.rubocop_todo.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/BREAKING_API_WISHLIST.md
@@ -17,6 +19,7 @@ ${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/Vagrantfile
${GEM_LIBDIR}/examples/images/example_output.png
${GEM_LIBDIR}/examples/images/logo.png
+${GEM_LIBDIR}/examples/simple_connection.rb
${GEM_LIBDIR}/lib/core_ext/array.rb
${GEM_LIBDIR}/lib/core_ext/hash.rb
${GEM_LIBDIR}/lib/sshkit.rb
Home |
Main Index |
Thread Index |
Old Index