pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-airbrussh security/ruby-airbrussh: updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6f7aeca021f
branches:  trunk
changeset: 414143:e6f7aeca021f
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 24 15:46:22 2020 +0000

description:
security/ruby-airbrussh: update to 1.4.0

Update ruby-airbrussh to 1.4.0.


1.4.0 (2019-10-13)

New Features

* Allow ConsoleFormatter context to be configurable (#131) @pblesi


1.3.4 (2019-09-15)

Housekeeping

* Add issues, source code URLs to gemspec metadata (#129) @mattbrictson
* Add changelog_uri to metadata to easily link from rubygems.org (#128)
  @nickhammond


1.3.3 (2019-08-18)

Bug Fixes

* Fix LoadError when airbrussh is used without rake installed (#127)
  @mattbrictson

Housekeeping

* Migrate to new GitHub Actions config format (#125) @mattbrictson
* Remove chandler from rake release process (#124) @mattbrictson
* Set up release-drafter (#123) @mattbrictson
* Eliminate double CI builds on PRs (#122) @mattbrictson


1.3.2 (2019-06-15)

* #121: Gracefully handle SSH output that has invalid UTF-8 encoding instead
   of raising an exception - @mattbrictson

diffstat:

 security/ruby-airbrussh/Makefile |   4 ++--
 security/ruby-airbrussh/PLIST    |   5 +++--
 security/ruby-airbrussh/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 4536ed6ac9c3 -r e6f7aeca021f security/ruby-airbrussh/Makefile
--- a/security/ruby-airbrussh/Makefile  Tue Mar 24 15:41:25 2020 +0000
+++ b/security/ruby-airbrussh/Makefile  Tue Mar 24 15:46:22 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/12/17 15:04:53 taca Exp $
+# $NetBSD: Makefile,v 1.6 2020/03/24 15:46:22 taca Exp $
 
-DISTNAME=      airbrussh-1.3.1
+DISTNAME=      airbrussh-1.4.0
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 4536ed6ac9c3 -r e6f7aeca021f security/ruby-airbrussh/PLIST
--- a/security/ruby-airbrussh/PLIST     Tue Mar 24 15:41:25 2020 +0000
+++ b/security/ruby-airbrussh/PLIST     Tue Mar 24 15:46:22 2020 +0000
@@ -1,12 +1,13 @@
-@comment $NetBSD: PLIST,v 1.3 2018/12/17 15:04:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/03/24 15:46:22 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}/.travis.yml
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/CODE_OF_CONDUCT.md
 ${GEM_LIBDIR}/CONTRIBUTING.md
-${GEM_LIBDIR}/Dangerfile
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/Guardfile
 ${GEM_LIBDIR}/LICENSE.txt
diff -r 4536ed6ac9c3 -r e6f7aeca021f security/ruby-airbrussh/distinfo
--- a/security/ruby-airbrussh/distinfo  Tue Mar 24 15:41:25 2020 +0000
+++ b/security/ruby-airbrussh/distinfo  Tue Mar 24 15:46:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/12/17 15:04:53 taca Exp $
+$NetBSD: distinfo,v 1.6 2020/03/24 15:46:22 taca Exp $
 
-SHA1 (airbrussh-1.3.1.gem) = b07208c4c4a3e530af25f259a048ec0cb5b54d46
-RMD160 (airbrussh-1.3.1.gem) = 6366a8fdc6160f959324179357b7e390dbe31786
-SHA512 (airbrussh-1.3.1.gem) = df49b6970c7d73ebad4be0eb91e4c0ce1b427d86c1a95607ad85e10c6c0c671c20b9b0cfb733d6ab3e8597e1d19d1439c3283f1641aaeb1a2428ae0dd9e5abcb
-Size (airbrussh-1.3.1.gem) = 22528 bytes
+SHA1 (airbrussh-1.4.0.gem) = f16ccda4495331ec0cf31b958b1f4750596d6405
+RMD160 (airbrussh-1.4.0.gem) = 600fabc51d31d281cf545f1898507f2029d8b0ed
+SHA512 (airbrussh-1.4.0.gem) = c21360df11ea9d69c1f9e6bde12dd4d7ae69293b0ce2a04d449e0ffeb3b800efd779bd859d711cd63bfd624ff3c3fa2e28f425a8db19f0a573f6356de0071966
+Size (airbrussh-1.4.0.gem) = 20992 bytes



Home | Main Index | Thread Index | Old Index