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:           Wed Mar 14 15:33:33 UTC 2018

Modified Files:
        pkgsrc/security/ruby-sshkit: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/ruby-sshkit/Makefile \
    pkgsrc/security/ruby-sshkit/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-sshkit/Makefile
diff -u pkgsrc/security/ruby-sshkit/Makefile:1.9 pkgsrc/security/ruby-sshkit/Makefile:1.10
--- pkgsrc/security/ruby-sshkit/Makefile:1.9    Sun Sep 10 15:36:13 2017
+++ pkgsrc/security/ruby-sshkit/Makefile        Wed Mar 14 15:33:33 2018
@@ -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
Index: pkgsrc/security/ruby-sshkit/distinfo
diff -u pkgsrc/security/ruby-sshkit/distinfo:1.9 pkgsrc/security/ruby-sshkit/distinfo:1.10
--- pkgsrc/security/ruby-sshkit/distinfo:1.9    Sun Sep 10 15:36:13 2017
+++ pkgsrc/security/ruby-sshkit/distinfo        Wed Mar 14 15:33:33 2018
@@ -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