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/505def6709da
branches:  trunk
changeset: 425919:505def6709da
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 24 16:20:05 2020 +0000

description:
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

diffstat:

 security/ruby-sshkit/Makefile |   6 ++++--
 security/ruby-sshkit/PLIST    |   4 +++-
 security/ruby-sshkit/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 74181526d356 -r 505def6709da security/ruby-sshkit/Makefile
--- a/security/ruby-sshkit/Makefile     Tue Mar 24 16:18:06 2020 +0000
+++ b/security/ruby-sshkit/Makefile     Tue Mar 24 16:20:05 2020 +0000
@@ -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 @@
 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"
diff -r 74181526d356 -r 505def6709da security/ruby-sshkit/PLIST
--- a/security/ruby-sshkit/PLIST        Tue Mar 24 16:18:06 2020 +0000
+++ b/security/ruby-sshkit/PLIST        Tue Mar 24 16:20:05 2020 +0000
@@ -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
diff -r 74181526d356 -r 505def6709da security/ruby-sshkit/distinfo
--- a/security/ruby-sshkit/distinfo     Tue Mar 24 16:18:06 2020 +0000
+++ b/security/ruby-sshkit/distinfo     Tue Mar 24 16:20:05 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index