pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-sshkit security/ruby-sshkit: update to 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/442bd1dead53
branches:  trunk
changeset: 377307:442bd1dead53
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Mar 14 15:33:33 2018 +0000

description:
security/ruby-sshkit: update to 1.16.0

## [1.16.0][] (2018-02-03)

  * [#417](https://github.com/capistrano/sshkit/pull/417): Cache key generation for connections becomes slow when `known_hosts` is a valid `net/ssh` options and `known_hosts` file is big. This 
changes the cache key generation and fixes performance issue - [@ElvinEfendi](https://github.com/ElvinEfendi).
## [1.15.1][] (2017-11-18)

This is a small bug-fix release that fixes problems with `upload!` and `download!` that were inadvertently introduced in 1.15.0.

### Breaking changes

  * None

### Bug fixes

  * [#410](https://github.com/capistrano/sshkit/pull/410): fix NoMethodError when using upload!/download! with Pathnames - [@UnderpantsGnome](https://github.com/UnderpantsGnome)
  * [#411](https://github.com/capistrano/sshkit/pull/410): fix upload!/download! when using relative paths outside of `within` blocks -  [@Fjan](https://github.com/Fjan)

## [1.15.0][] (2017-11-03)

### New features

  * [#408](https://github.com/capistrano/sshkit/pull/408): upload! and download! now respect `within` - [@sj26](https://github.com/sj26)

### Potentially breaking changes

  * `upload!` and `download!` now support remote paths which are
    relative to the `within` working directory. They were previously documented
    as only supporting absolute paths, but relative paths still worked relative
    to the remote working directory. If you rely on the previous behaviour you
    may need to adjust your code.

diffstat:

 security/ruby-sshkit/Makefile |   4 ++--
 security/ruby-sshkit/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b1bd22a27e1b -r 442bd1dead53 security/ruby-sshkit/Makefile
--- a/security/ruby-sshkit/Makefile     Wed Mar 14 15:31:50 2018 +0000
+++ b/security/ruby-sshkit/Makefile     Wed Mar 14 15:33:33 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/09/10 15:36:13 taca Exp $
+# $NetBSD: Makefile,v 1.10 2018/03/14 15:33:33 taca Exp $
 
-DISTNAME=      sshkit-1.14.0
+DISTNAME=      sshkit-1.16.0
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b1bd22a27e1b -r 442bd1dead53 security/ruby-sshkit/distinfo
--- a/security/ruby-sshkit/distinfo     Wed Mar 14 15:31:50 2018 +0000
+++ b/security/ruby-sshkit/distinfo     Wed Mar 14 15:33:33 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/09/10 15:36:13 taca Exp $
+$NetBSD: distinfo,v 1.10 2018/03/14 15:33:33 taca Exp $
 
-SHA1 (sshkit-1.14.0.gem) = 65f7e1e64561e56b6d18a3f6fe299889d6bc21b8
-RMD160 (sshkit-1.14.0.gem) = 680b536e4053172378f4c5267cb11cccf275645c
-SHA512 (sshkit-1.14.0.gem) = bb0934dc87e02813e24983aa21b9d508c612d3a84d9efdb342d4f73989e9ebf0177593b468391192223abb3930a1286040d996f4480385f129cf933feaa85d45
-Size (sshkit-1.14.0.gem) = 147456 bytes
+SHA1 (sshkit-1.16.0.gem) = 73d644235f07c3e5224dfd158b720ffc273502be
+RMD160 (sshkit-1.16.0.gem) = 81167b05fed00e45fa0579612c8f401af87e8b85
+SHA512 (sshkit-1.16.0.gem) = 87577469428e9332aa17eadb7d5fc8b5264f7d03db92f40f53e1b75431a1b8e4b381611ea86726272d130d6d2f6150c7cd37bfeaf7fe07e5f5eec77300002349
+Size (sshkit-1.16.0.gem) = 147968 bytes



Home | Main Index | Thread Index | Old Index