pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/capistrano



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 24 16:26:20 UTC 2020

Modified Files:
        pkgsrc/sysutils/capistrano: Makefile distinfo

Log Message:
sysutils/capistrano: update to 3.12.1

Update capistrano to 3.12.1.

3.12.1 (2020-03-20)

Bug Fixes

* Change default git_wait_interval to 0 to fix git slowdown
  introduced in 3.12.0 (#2050) @grzegorzblaszczyk

Documentation

* Improve misleading example for ssh_options (#2052) @rlisowski

Housekeeping

* Bump rubyzip from 1.2.2 to 2.2.0 in /docs (#2051) @dependabot
* Bump nokogiri from 1.10.4 to 1.10.8 in /docs (#2047) @dependabot

3.12.0 (2020-02-11)

Note that this release limits the number of concurrent git connections by
default.  If you use Capistrano to deploy to > 10 servers simultaneously you
may want to increase this number.  See #2044 for details.

New Features

* Limit the number of concurrent git connections to 10, and make it
  configurable (#2044) @grzegorzblaszczyk

Documentation

* Fix %x typo in local tasks example (#2040) @tiendo1011


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/capistrano/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/capistrano/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/capistrano/Makefile
diff -u pkgsrc/sysutils/capistrano/Makefile:1.30 pkgsrc/sysutils/capistrano/Makefile:1.31
--- pkgsrc/sysutils/capistrano/Makefile:1.30    Mon Nov 18 16:07:20 2019
+++ pkgsrc/sysutils/capistrano/Makefile Tue Mar 24 16:26:20 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/11/18 16:07:20 taca Exp $
+# $NetBSD: Makefile,v 1.31 2020/03/24 16:26:20 taca Exp $
 
-DISTNAME=      capistrano-3.11.2
+DISTNAME=      capistrano-3.12.1
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/sysutils/capistrano/distinfo
diff -u pkgsrc/sysutils/capistrano/distinfo:1.25 pkgsrc/sysutils/capistrano/distinfo:1.26
--- pkgsrc/sysutils/capistrano/distinfo:1.25    Mon Nov 18 16:07:20 2019
+++ pkgsrc/sysutils/capistrano/distinfo Tue Mar 24 16:26:20 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2019/11/18 16:07:20 taca Exp $
+$NetBSD: distinfo,v 1.26 2020/03/24 16:26:20 taca Exp $
 
-SHA1 (capistrano-3.11.2.gem) = ed1e849bca3e6dae207db90b683646e1494be52c
-RMD160 (capistrano-3.11.2.gem) = 87817dc99789be00f777fbb90c5fcdcc337466c8
-SHA512 (capistrano-3.11.2.gem) = 727cf5074d1761662230c57c1a12f376358d6a54d9de215857b1782784bc3cb428eeda6ff78fa9fc2a9adfc2f2a490f1c72b86e0ca112039de8172dfe3898b5c
-Size (capistrano-3.11.2.gem) = 69120 bytes
+SHA1 (capistrano-3.12.1.gem) = 8b0823483c55e1a3832ca94e4d637bd822ce5970
+RMD160 (capistrano-3.12.1.gem) = 460f7e12647ff35e791573090ba056e358887d90
+SHA512 (capistrano-3.12.1.gem) = cddbf583f57af2961fecacc59249d43c15393c665e9eaaa493553bd29f88f947d73a449bdabfb589db78caee4bdcc706ab3adc021a75893c31c79c7e0ebb2ee3
+Size (capistrano-3.12.1.gem) = 69120 bytes



Home | Main Index | Thread Index | Old Index