pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-ohai misc/ruby-ohai: update to 13.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/febae61df952
branches:  trunk
changeset: 368768:febae61df952
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 18 04:18:34 2017 +0000

description:
misc/ruby-ohai: update to 13.4.0

13.4.0 (2017-09-11)

* Add Arch Linux support to package plugin #1042
* Detect LXC if LXC and Docker are on the same host #1055
* Add Azure metadata endpoint support #1033
* Move all requires into the plugin definitions #1045
* Improve detection of Windows EC2 nodes by using UUID information #1052
* Add error handling in Linux filesystem plugin #1047
* Properly handle uptimes over a year on AIX #1049
* Handle situations where /proc/cpuinfo lacks core data #1038

diffstat:

 misc/ruby-ohai/Makefile |   4 ++--
 misc/ruby-ohai/PLIST    |   5 ++++-
 misc/ruby-ohai/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r eb7f1eb2165a -r febae61df952 misc/ruby-ohai/Makefile
--- a/misc/ruby-ohai/Makefile   Mon Sep 18 03:42:46 2017 +0000
+++ b/misc/ruby-ohai/Makefile   Mon Sep 18 04:18:34 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2017/09/10 14:43:41 taca Exp $
+# $NetBSD: Makefile,v 1.21 2017/09/18 04:18:34 taca Exp $
 
-DISTNAME=      ohai-13.3.0
+DISTNAME=      ohai-13.4.0
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r eb7f1eb2165a -r febae61df952 misc/ruby-ohai/PLIST
--- a/misc/ruby-ohai/PLIST      Mon Sep 18 03:42:46 2017 +0000
+++ b/misc/ruby-ohai/PLIST      Mon Sep 18 04:18:34 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2017/09/10 14:43:41 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2017/09/18 04:18:34 taca Exp $
 bin/ohai${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
@@ -20,6 +20,7 @@
 ${GEM_LIBDIR}/lib/ohai/loader.rb
 ${GEM_LIBDIR}/lib/ohai/log.rb
 ${GEM_LIBDIR}/lib/ohai/mash.rb
+${GEM_LIBDIR}/lib/ohai/mixin/azure_metadata.rb
 ${GEM_LIBDIR}/lib/ohai/mixin/command.rb
 ${GEM_LIBDIR}/lib/ohai/mixin/constant_helper.rb
 ${GEM_LIBDIR}/lib/ohai/mixin/dmi_decode.rb
@@ -179,6 +180,7 @@
 ${GEM_LIBDIR}/spec/data/plugins/lua.output
 ${GEM_LIBDIR}/spec/data/plugins/messages.rb
 ${GEM_LIBDIR}/spec/data/plugins/node.output
+${GEM_LIBDIR}/spec/data/plugins/pacman.output
 ${GEM_LIBDIR}/spec/data/plugins/perl.output
 ${GEM_LIBDIR}/spec/data/plugins/php.output
 ${GEM_LIBDIR}/spec/data/plugins/pkg-query.output
@@ -207,6 +209,7 @@
 ${GEM_LIBDIR}/spec/unit/dsl/plugin_spec.rb
 ${GEM_LIBDIR}/spec/unit/hints_spec.rb
 ${GEM_LIBDIR}/spec/unit/loader_spec.rb
+${GEM_LIBDIR}/spec/unit/mixin/azure_metadata_spec.rb
 ${GEM_LIBDIR}/spec/unit/mixin/command_spec.rb
 ${GEM_LIBDIR}/spec/unit/mixin/ec2_metadata_spec.rb
 ${GEM_LIBDIR}/spec/unit/mixin/softlayer_metadata_spec.rb
diff -r eb7f1eb2165a -r febae61df952 misc/ruby-ohai/distinfo
--- a/misc/ruby-ohai/distinfo   Mon Sep 18 03:42:46 2017 +0000
+++ b/misc/ruby-ohai/distinfo   Mon Sep 18 04:18:34 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/09/10 14:43:41 taca Exp $
+$NetBSD: distinfo,v 1.16 2017/09/18 04:18:34 taca Exp $
 
-SHA1 (ohai-13.3.0.gem) = e2d0bfc26d993d277e803ccddae5a5ca57b165af
-RMD160 (ohai-13.3.0.gem) = 5052323402a72b05f980ec9d16c955984d4e9bf6
-SHA512 (ohai-13.3.0.gem) = c92f423ee7b780ce6eb55247e7a428cf43f7eb77a7b775dff67426a4c8a6276a92251fd1a3083a5769cf66278714a13180ddc35b7b10ac526af7233ea8443d76
-Size (ohai-13.3.0.gem) = 515072 bytes
+SHA1 (ohai-13.4.0.gem) = 6e30f4ef6e1ecd0e0782bcde44fd3fa0c0b05855
+RMD160 (ohai-13.4.0.gem) = ff5bc3c8348883b3bce7c09c8aeb32ef966e856e
+SHA512 (ohai-13.4.0.gem) = 04d6bfd43cb0bd3648a94f51aec7801cfdaa442683198cf9f134bc1684a1b8c9e208b560bc196d4d21a43860a5f1fdde3dad87c5478f9f31f80d49b5adc81058
+Size (ohai-13.4.0.gem) = 520192 bytes



Home | Main Index | Thread Index | Old Index