pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-airbrussh



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 24 15:46:22 UTC 2020

Modified Files:
        pkgsrc/security/ruby-airbrussh: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-airbrussh/Makefile \
    pkgsrc/security/ruby-airbrussh/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/ruby-airbrussh/PLIST

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-airbrussh/Makefile
diff -u pkgsrc/security/ruby-airbrussh/Makefile:1.5 pkgsrc/security/ruby-airbrussh/Makefile:1.6
--- pkgsrc/security/ruby-airbrussh/Makefile:1.5 Mon Dec 17 15:04:53 2018
+++ pkgsrc/security/ruby-airbrussh/Makefile     Tue Mar 24 15:46:22 2020
@@ -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
Index: pkgsrc/security/ruby-airbrussh/distinfo
diff -u pkgsrc/security/ruby-airbrussh/distinfo:1.5 pkgsrc/security/ruby-airbrussh/distinfo:1.6
--- pkgsrc/security/ruby-airbrussh/distinfo:1.5 Mon Dec 17 15:04:53 2018
+++ pkgsrc/security/ruby-airbrussh/distinfo     Tue Mar 24 15:46:22 2020
@@ -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

Index: pkgsrc/security/ruby-airbrussh/PLIST
diff -u pkgsrc/security/ruby-airbrussh/PLIST:1.3 pkgsrc/security/ruby-airbrussh/PLIST:1.4
--- pkgsrc/security/ruby-airbrussh/PLIST:1.3    Mon Dec 17 15:04:53 2018
+++ pkgsrc/security/ruby-airbrussh/PLIST        Tue Mar 24 15:46:22 2020
@@ -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



Home | Main Index | Thread Index | Old Index