Commit graph

314532 commits

Author SHA1 Message Date
joerg
159368018d Ensure header is build first, not everything using it is part of the
library.
2020-03-24 20:42:23 +00:00
joerg
d2c378ee5e datasize limits for VMs should also be matched by VM limits. 2020-03-24 20:41:58 +00:00
joerg
be1ff31516 Loosen data/address space limits. Apply it consistently during the build. 2020-03-24 20:41:18 +00:00
joerg
de2eba9f94 Loosen data/address space limit. Allow dropping extra libraries like
libgcc_s.so.1 into files/ and use LD_LIBRARY_PATH consistently.
2020-03-24 20:40:15 +00:00
joerg
6d1f7d3e0f Needs freetype2 2020-03-24 20:38:39 +00:00
joerg
e5aef5f33b Drop webkit check from GCC, we don't care about such ancient versions
here and it actually breaks with recent clang versions.
2020-03-24 20:38:03 +00:00
joerg
de23eebf27 Fix C++11 compatibility issues. 2020-03-24 20:34:31 +00:00
gdt
92a3f899ca qt4-libs: Deal with non-portable unused files
After extracting, remove a few files that have non-portable shell
constructs.  Both qt4-libs and qt4-tools build fine without them, so
they are obviously (slight leap) not used by the build.

(Someday, when we have a standard approach for this, this code can be
updated, but today it's important that this build.)
2020-03-24 19:45:47 +00:00
taca
4e0f70b444 doc: Updated sysutils/ruby-facter to 4.0.12 2020-03-24 18:35:16 +00:00
taca
d01762bf54 sysutils/ruby-facter: update to 4.0.12
Update ruby-facter to 4.0.12.


No release notes available.
2020-03-24 18:34:52 +00:00
taca
00a8b848af doc: Updated devel/ruby-thor to 1.0.1 2020-03-24 18:30:45 +00:00
taca
fcb40cedf3 devel/ruby-thor: update to 1.0.1
Update ruby-thor to 1.0.1.


# 1.0.1
* Fix thor when `thor/base` and `thor/group` are required without `thor.rb`.
* Handle relative source path in `create_link`.

# 1.0.0
* Drop support to Ruby 1.8 and 1.9.
* Deprecate relying on default `exit_on_failure?`.
  In preparation to make Thor commands exit when there is a failure we are deprecating
  defining a command without defining what behavior is expected when there is a failure.

  To fix the deprecation you need to define a class method called `exit_on_failure?` returning

  `false` if you want the current behavior or `true` if you want the new behavior.
* Deprecate defining an option with the default value using a different type as defined in the option.
* Allow options to be repeatable. See #674.
2020-03-24 18:30:19 +00:00
taca
a122e7a764 doc: Updated sysutils/puppet to 6.14.0 2020-03-24 18:28:11 +00:00
taca
0f467ba8cb sysutils/puppet: update to 6.14.0
Update puppet to 6.14.0.

Changes are too many to write here.
2020-03-24 18:27:42 +00:00
taca
ae8306be7f doc: Updated sysutils/ruby-puppet-resource_api to 1.8.12 2020-03-24 18:26:21 +00:00
taca
5418a6b3e6 sysutils/ruby-puppet-resource_api: update to 1.8.12
Update ruby-puppet-resource_api to 1.8.12.

## [1.8.7](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.7) (2019-09-11)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.6...1.8.7)

**Fixed bugs:**

- \(FM-8092\) Fix caching scope of transport schemas [\#200](https://github.com/puppetlabs/puppet-resource_api/pull/200) ([DavidS](https://github.com/DavidS))

**Merged pull requests:**

- \(FM-8485\) - Addition of CODEOWNERS file [\#203](https://github.com/puppetlabs/puppet-resource_api/pull/203) ([david22swan](https://github.com/david22swan))
- \(MODULES-9258\) Improve referencing and add summary [\#199](https://github.com/puppetlabs/puppet-resource_api/pull/199) ([MaxMagill](https://github.com/MaxMagill))
- \(maint\) Pin both Jruby cells to use `dist: trusty` [\#197](https://github.com/puppetlabs/puppet-resource_api/pull/197) ([da-ar](https://github.com/da-ar))

## [v1.8.6](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.6) (2019-07-01)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.5...v1.8.6)

**Implemented enhancements:**

- \(SERVER-2470\) list\_all\_transports implementation for puppetserver [\#187](https://github.com/puppetlabs/puppet-resource_api/pull/187) ([DavidS](https://github.com/DavidS))

**Fixed bugs:**

- \(MODULES-9428\) make the composite namevar implementation usable [\#174](https://github.com/puppetlabs/puppet-resource_api/pull/174) ([DavidS](https://github.com/DavidS))

**Merged pull requests:**

- Merge 1.6.x [\#194](https://github.com/puppetlabs/puppet-resource_api/pull/194) ([da-ar](https://github.com/da-ar))
- \(maint\) test fixes [\#193](https://github.com/puppetlabs/puppet-resource_api/pull/193) ([DavidS](https://github.com/DavidS))
- \(packaging\) Revert to version '1.8.5' \[no-promote\] [\#192](https://github.com/puppetlabs/puppet-resource_api/pull/192) ([gimmyxd](https://github.com/gimmyxd))
- \(packaging\) Bump to version '1.9.0' \[no-promote\] [\#191](https://github.com/puppetlabs/puppet-resource_api/pull/191) ([gimmyxd](https://github.com/gimmyxd))

## [1.8.5](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.5) (2019-06-24)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.4...1.8.5)

**Fixed bugs:**

- \(maint\) Mergeup 1.6.x: FM-7839, desc/docs cleanup [\#186](https://github.com/puppetlabs/puppet-resource_api/pull/186) ([DavidS](https://github.com/DavidS))

**Merged pull requests:**

- \(maint\) reduce debug noise caused by `feature?` [\#189](https://github.com/puppetlabs/puppet-resource_api/pull/189) ([da-ar](https://github.com/da-ar))
- \(FM-8265\) Merge branch '1.6.x' into master [\#188](https://github.com/puppetlabs/puppet-resource_api/pull/188) ([da-ar](https://github.com/da-ar))
- \(maint\) test fixes [\#185](https://github.com/puppetlabs/puppet-resource_api/pull/185) ([DavidS](https://github.com/DavidS))
- \(maint\) make test order really random [\#175](https://github.com/puppetlabs/puppet-resource_api/pull/175) ([DavidS](https://github.com/DavidS))
- \(packaging\) Update reported version to 1.8.4 \[no-promote\] [\#171](https://github.com/puppetlabs/puppet-resource_api/pull/171) ([gimmyxd](https://github.com/gimmyxd))

## [1.8.4](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.4) (2019-06-12)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.3...1.8.4)

**Implemented enhancements:**

- \(FM-7839\) Implement `to\_json` method for ResourceShim [\#168](https://github.com/puppetlabs/puppet-resource_api/pull/168) ([da-ar](https://github.com/da-ar))

**Fixed bugs:**

- \(maint\) backport minor fixes from master to 1.6.x [\#184](https://github.com/puppetlabs/puppet-resource_api/pull/184) ([DavidS](https://github.com/DavidS))
- \(PUP-9747\) Relax validation for bolt [\#182](https://github.com/puppetlabs/puppet-resource_api/pull/182) ([DavidS](https://github.com/DavidS))
- \(maint\) Add to\_hash function to resourceShim for compatibility [\#180](https://github.com/puppetlabs/puppet-resource_api/pull/180) ([da-ar](https://github.com/da-ar))
- \(maint\) implement `desc`/`docs` fallback [\#177](https://github.com/puppetlabs/puppet-resource_api/pull/177) ([DavidS](https://github.com/DavidS))

**Closed issues:**

- ResourceShim should respond to to\_hash [\#179](https://github.com/puppetlabs/puppet-resource_api/issues/179)

**Merged pull requests:**

- \(maint\) Merge 1.6.x to master  [\#183](https://github.com/puppetlabs/puppet-resource_api/pull/183) ([mihaibuzgau](https://github.com/mihaibuzgau))
- \(maint\) Fixup Gemfile for JRuby 1.7 installs [\#173](https://github.com/puppetlabs/puppet-resource_api/pull/173) ([da-ar](https://github.com/da-ar))
- \(maint\) test cleanups [\#172](https://github.com/puppetlabs/puppet-resource_api/pull/172) ([DavidS](https://github.com/DavidS))

## [1.8.3](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.3) (2019-04-12)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.8.2...1.8.3)

**Fixed bugs:**

- \(FM-7867\) Always throw when transport schema validation fails [\#169](https://github.com/puppetlabs/puppet-resource_api/pull/169) ([da-ar](https://github.com/da-ar))

**Merged pull requests:**

- \(PA-2496\) Bump version and remove v from version number [\#170](https://github.com/puppetlabs/puppet-resource_api/pull/170) ([mihaibuzgau](https://github.com/mihaibuzgau))

## [1.8.2](https://github.com/puppetlabs/puppet-resource_api/tree/1.8.2) (2019-04-10)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.4...1.8.2)

**Merged pull requests:**

- \(packaging\) Update reported version to 1.8.2 \[no-promote\] [\#167](https://github.com/puppetlabs/puppet-resource_api/pull/167) ([mihaibuzgau](https://github.com/mihaibuzgau))

## [v1.6.4](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.4) (2019-03-25)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.8.1...v1.6.4)

**Merged pull requests:**

- Add `implementations` to reserved bolt keywords [\#165](https://github.com/puppetlabs/puppet-resource_api/pull/165) ([DavidS](https://github.com/DavidS))
- \(MAINT\) Bump version [\#164](https://github.com/puppetlabs/puppet-resource_api/pull/164) ([sebastian-miclea](https://github.com/sebastian-miclea))
- Release prep for v1.8.1 [\#163](https://github.com/puppetlabs/puppet-resource_api/pull/163) ([DavidS](https://github.com/DavidS))

# Changelog

All significant changes to this repo will be summarized in this file.


## [v1.8.1](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.1) (2019-03-13)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.8.0...v1.8.1)

**Fixed bugs:**

- \(maint\) Fixes sensitive transport values where absent keys are wrapped [\#161](https://github.com/puppetlabs/puppet-resource_api/pull/161) ([da-ar](https://github.com/da-ar))

**Merged pull requests:**

- 1.6.x mergeup [\#162](https://github.com/puppetlabs/puppet-resource_api/pull/162) ([DavidS](https://github.com/DavidS))
- \(FM-7829\) Update README with transports examples [\#160](https://github.com/puppetlabs/puppet-resource_api/pull/160) ([willmeek](https://github.com/willmeek))
- \(maint\) update release docs [\#159](https://github.com/puppetlabs/puppet-resource_api/pull/159) ([DavidS](https://github.com/DavidS))
- Improve travis cells and testing [\#145](https://github.com/puppetlabs/puppet-resource_api/pull/145) ([DavidS](https://github.com/DavidS))

## [v1.8.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.8.0) (2019-02-26)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.7.0...v1.8.0)

**Implemented enhancements:**

- \(FM-7695\) Transports - the remote content framework [\#157](https://github.com/puppetlabs/puppet-resource_api/pull/157) ([DavidS](https://github.com/DavidS))
- \(FM-7698\) implement `sensitive:true` handling [\#156](https://github.com/puppetlabs/puppet-resource_api/pull/156) ([da-ar](https://github.com/da-ar))
- \(PDK-1271\) Allow a transport to be wrapped and used like a device [\#155](https://github.com/puppetlabs/puppet-resource_api/pull/155) ([da-ar](https://github.com/da-ar))
- \(FM-7701\) Support device providers when using Transport Wrapper [\#154](https://github.com/puppetlabs/puppet-resource_api/pull/154) ([da-ar](https://github.com/da-ar))
- \(FM-7726\) implement `context.transport` to provide access [\#152](https://github.com/puppetlabs/puppet-resource_api/pull/152) ([DavidS](https://github.com/DavidS))
- \(FM-7674\) Allow wrapping a Transport in a legacy Device [\#149](https://github.com/puppetlabs/puppet-resource_api/pull/149) ([da-ar](https://github.com/da-ar))
- \(FM-7600\) Add Transport.connect method [\#148](https://github.com/puppetlabs/puppet-resource_api/pull/148) ([da-ar](https://github.com/da-ar))

**Fixed bugs:**

- \(FM-7690\) Fix transports cache to be environment aware [\#151](https://github.com/puppetlabs/puppet-resource_api/pull/151) ([da-ar](https://github.com/da-ar))

**Merged pull requests:**

- \(FM-7726\) cleanups for the transport  [\#153](https://github.com/puppetlabs/puppet-resource_api/pull/153) ([DavidS](https://github.com/DavidS))
- \(FM-7691,FM-7696\) refactoring definition handling in contexts [\#150](https://github.com/puppetlabs/puppet-resource_api/pull/150) ([DavidS](https://github.com/DavidS))

## [v1.7.0](https://github.com/puppetlabs/puppet-resource_api/tree/v1.7.0) (2019-01-07)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.3...v1.7.0)

**Implemented enhancements:**

- \(maint\) Validate Type Schema [\#142](https://github.com/puppetlabs/puppet-resource_api/pull/142) ([da-ar](https://github.com/da-ar))

**Merged pull requests:**

- \(maint\) Bundler 2.0 dropped support for Ruby versions \< 2.2 [\#147](https://github.com/puppetlabs/puppet-resource_api/pull/147) ([da-ar](https://github.com/da-ar))
-  \(FM-7597\) RSAPI Transport register function [\#146](https://github.com/puppetlabs/puppet-resource_api/pull/146) ([da-ar](https://github.com/da-ar))
- \(packaging\) Update version to 1.7.0 [\#144](https://github.com/puppetlabs/puppet-resource_api/pull/144) ([branan](https://github.com/branan))

## [v1.6.3](https://github.com/puppetlabs/puppet-resource_api/tree/v1.6.3) (2018-12-11)
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v1.6.2...v1.6.3)

**Closed issues:**

- Trying to understand stubbing in the examples [\#136](https://github.com/puppetlabs/puppet-resource_api/issues/136)

**Merged pull requests:**

- \(packaging\) Update version to 1.6.3 [\#143](https://github.com/puppetlabs/puppet-resource_api/pull/143) ([branan](https://github.com/branan))
- Move parameter and property logic to separate classes [\#140](https://github.com/puppetlabs/puppet-resource_api/pull/140) ([bpietraga](https://github.com/bpietraga))
- \(maint\) Predeclare Puppet module before ResourceApi [\#139](https://github.com/puppetlabs/puppet-resource_api/pull/139) ([caseywilliams](https://github.com/caseywilliams))
- \(maint\) minor fix to make data\_type\_handling change work [\#138](https://github.com/puppetlabs/puppet-resource_api/pull/138) ([DavidS](https://github.com/DavidS))
- \(maint\) extract data type handling code [\#137](https://github.com/puppetlabs/puppet-resource_api/pull/137) ([bpietraga](https://github.com/bpietraga))
- Release prep for v1.6.2 [\#135](https://github.com/puppetlabs/puppet-resource_api/pull/135) ([DavidS](https://github.com/DavidS))
2020-03-24 18:25:55 +00:00
nia
6334ee3a15 doc: Updated mythes, ncdu 2020-03-24 18:25:48 +00:00
taca
cd2c638a4c doc: Updated sysutils/ruby-chef to 15.8.23 2020-03-24 18:24:01 +00:00
taca
a0ceef1afb doc: Updated sysutils/ruby-serverspec to 2.41.5 2020-03-24 18:21:50 +00:00
taca
ec2467f043 sysutils/ruby-serverspec: update to 2.41.5
Update ruby-serverspec to 2.41.5.


No release notes available.
2020-03-24 18:21:24 +00:00
nia
21d2b5581d ncdu: Update to 1.14.2
1.14.2 - 2020-02-10
	- Fix compilation with GCC 10 (-fno-common)
	- Fix minor display issue when scanning 10M+ files
	- Slightly reduce memory usage for hard link detection
2020-03-24 18:20:59 +00:00
taca
18a5605320 doc: Updated sysutils/ruby-specinfra to 2.82.12 2020-03-24 18:20:27 +00:00
taca
79bc4582aa sysutils/ruby-specinfra: update to 2.82.12
Update ruby-specinfra to 2.82.12.


No release notes available.
2020-03-24 18:19:54 +00:00
taca
11f3d22bf9 doc: Updated textproc/ruby-will-paginate to 3.3.0 2020-03-24 18:18:46 +00:00
taca
40aed0f00c textproc/ruby-will-paginate: update to 3.3.0
Update ruby-will-paginate to 3.3.0.


3.3.0 (2020-02-26)

* ActiveRecord: Avoid a count query in empty? #593

* Support MS SQL Server #540

* Avoid Ruby 2.7 warnings about keyword arguments #609

* Breaking: drop Ruby 1.9 compatibility


3.2.1 (2019-10-15)

* Ensure PageNumber is serialized as JSON number


3.2.0 (2019-10-09)

* Performance: avoid extending Numeric with PageNumber logic

* BREAKING: Integer === page_number is no longer true.

* Make pagination markup more accessible:

	- container div now has role="navigation";
	- container div now has aria-label="Pagination", translatable via
          will_paginate.container_aria_label i18n key;
	- individual page links now have aria-label="Page {N}", translatable
          via will_paginate.page_aria_label i18n key;
	- current page now has aria-current="page".

* Add support for will_paginate view helpers in Hanami View

* Add total_entries support for Mongoid

* Rails: avoid circular require warning

* Rails: fix serving HTTP 404s for WillPaginate::InvalidPage exceptions


3.1.8 (2019-08-19)

* Avoid warnings on Ruby 2.7


3.1.7 (2019-03-18)

* Rails 5.2.2.1 & 6.0.0 compatibility
2020-03-24 18:18:23 +00:00
nia
6bfa555ff4 mythes: Update to 1.2.4
Changes:
* fix some clang scan-build warnings
2020-03-24 18:18:15 +00:00
nia
1510aef6a1 doc: Updated print/mpage to 2.5.7 2020-03-24 18:12:28 +00:00
nia
68e9b3b5b8 mpage: Update to 2.5.7
Version 2.5.7 June 2017
--------------------------
- relicense tot GPL properly
2020-03-24 18:12:08 +00:00
taca
75e558e0a3 sysutils/ruby-chef: update to 15.8.23
Update ruby-chef to 15.8.23.

Changes are too many to write here, please refer
<https://github.com/chef/chef/blob/master/CHANGELOG.md>.
2020-03-24 18:09:30 +00:00
taca
f6228afc61 doc: note update of sysutils/ruby-chef-config and sysutils/ruby-chef-zero
sysutils/ruby-chef-config	15.8.23
	sysutils/ruby-chef-zero		15.0.0
2020-03-24 18:07:58 +00:00
taca
ab20e748fe sysutils/ruby-chef-zero: update to 15.0.0
Update ruby-chef-zero to 15.0.0.


15.0.0 (2020-02-19)

* remove deprecation warnings for ruby 2.7 #300 (lamont-granquist)


14.0.17 (2019-12-30)

* Move testing to Buildkite #297 (tas50)
* Apply Chefstyle #298 (tas50)
* Substitute require for require_relative #296 (tas50)
* Use Chefstyle gem and move dev deps to the Gemfile #299 (tas50)


14.0.13 (2019-10-07)

* Add ChefZero::Dist to abstract branding details to a single location
  #293 (Tensibai)

14.0.12 (2019-03-19)

* Loosen the mixlib-log depedency + misc cleanup #292 (tas50)
2020-03-24 18:06:28 +00:00
taca
d1354c2cc0 sysutils/ruby-chef-config: update to 15.8.23
Update ruby-chef-config to 15.8.23.

Changes are too many to write here, please refer
<https://github.com/chef/chef/blob/master/CHANGELOG.md>.
2020-03-24 18:03:50 +00:00
nia
f9f2bdd512 doc: Updated graphics/materia-gtk-theme to 20200320 2020-03-24 18:03:49 +00:00
nia
364cefda23 materia-gtk-theme: Update to 20200320
Changes:

Make dark variant even darker
Don't change button text color on focus, hover, active
gtk: Rewrite ripple implementation
gtk: Change checked raised button style
gtk: Lighten up switch slider color on dark variant
gtk: Use primary color for spinner
gtk: Use primary color for caret-color (experimentally)
gtk: Add various improvements of Budgie styling
gnome-shell: Add support for version 3.36
gnome-shell: Drop support for versions 3.18 - 3.24
gnome-shell: Drop support for legacy Ubuntu-specific sessions
gnome-shell: Land massive Sass rewrite
Other various improvements, fixes, refactors, and cleanups
2020-03-24 18:03:05 +00:00
taca
3fe29537af misc/ruby-ohai: update to 15.7.4
Update ruby-ohai to 15.7.4.

15.7.3 (2020-01-17)

* Substitute require for require_relative #1415 (tas50)
* Test on Ruby 2.7 final docker container and remove old Jenkins files #1416 (tas50)
* Minor spec cleanup from rubocop-rspec project #1417 (tas50)
* Fix missing volume name and re-implement adding drivetype to filesystem plugin #1419 (sshock)

15.6.3 (2019-12-10)

* Use s3 caching / smaller conntainers in BK & add Ruby 2.7 testing #1410 (tas50)
* Strip the Rakefile and specs from our gem artifact #1409 (tas50)
* Rename Ohai::Mixin::DmiDecode spec file to end in _spec.rb #1413 (KrisShannon)
* Fix failures under Ruby 2.7 #1412 (KrisShannon)
* [filesystem] Convert windows to filesystem2 #1267 (jaymzh)

15.3.1 (2019-09-05)

* Use Benchmark.realtime for the main application time as well #1397 (tas50)
* rspec updates from rubocop-rspec #1399 (tas50)
* Add sysctl ohai plugin #1401 (joshuamiller01)
* Make the new sysctl plugin optional #1402 (tas50)
* Simplify and fix Openstack detection on Linux #1395 (tas50)

15.2.5 (2019-08-08)

* new chefstyle rules for 0.13.2 #1384 (lamont-granquist)
* Feature - Change regex for detecting interface's state #1382 (josephmilla)
* Switch from Appveyor to Buildkite for Windows PR testing #1383 (tas50)
* Add other_versions subfield for RPM packages. #1369 (jjustice6)
* Translating platform "archarm" to "arch" #1388 (BackSlasher)
* Display elapsed real time instead of total cpu time #1392 (teknofire)
* Use virtualization plugin to detect if we're on openstack on Windows. #1391 (jjustice6)
* Simplify the Openstack plugin by not polling DMI data #1394 (tas50)
* Fix platform_version detection on Fedora rawhide #1396 (ritzk)

15.1.5 (2019-06-22)

* [shard_seed] fix default_sources for linux, darwin and windows #1379 (michel-slm)
* [shard_seed] fix default_digest_algorithm on darwin #1381 (michel-slm)

15.1.3 (2019-06-14)

* Apply require speedups to ohai #1363 (lamont-granquist)
* fix shellout require idempotency #1365 (lamont-granquist)
* Solaris network plugin fix for issue https://github.com/chef/ohai/iss#1367 (devoptimist)
* Avoid constant warnings in windows/filesystem plugin #1360 (tas50)
* Add VboxHost plugin to support VirtualBox as a virtualization host #1339 (freakinhippie)
* Test on ruby 2.6 in Appveyor and remove the travis config #1372 (tas50)
* Use virtualization attributes to run or skip the virtualbox plugin #1373 (tas50)
* Simplify how we create empty mashes in the plugins #1374 (tas50)
* Merge the new vbox plugin into the existing virtualbox plugin #1376 (tas50)

15.0.35 (2019-05-10)

* Update master branch for Ohai 15 development #1277 (tas50)
* Remove the chdir to / when running ohai #1250 (tas50)
* Remove the deprecated system_profiler plugin #1278 (tas50)
* Remove the deprecated Ohai::Util::Win32::GroupHelper class #1279 (tas50)
* Removed unused refresh_plugins method in System class #1280 (tas50)
* Ignore empty metadata openstack #1290 (sawanoboly)
* Set User-Agent in HTTP header for GCE plugin #1291 (nathenharvey)
* Adds more resilient GCE checking #1292 (nathenharvey)
* Plugin to load hyper_v hostname from guest #1303 (safematix)
* Remove old spec files #1301 (tas50)
* Remove circa ~2005 virtualization hypervisor detection #1305 (tas50)
* Correctly detect openSUSE leap 15+ #1297 (tas50)
* /etc/os-release based OS detection #1299 (tas50)
* Windows: Fix for fqdn is being set as the machine name instead of fqdn #1310 (vijaymmali1990)
* Linux Virtualization: Use the new nests systems format for lxd / lxc #1309 (tas50)
* Add mangeia platform with madriva platform_family #1316 (tas50)
* Add support for SUSE Linux Enterprise Desktop #1314 (tas50)
* Fix arista platform detection #1312 (tas50)
* bsd virtualization: Detect amazonec2 hypervisor + kvm without dmidecode #1319 (tas50)
* platform: Identify sles_sap as the suse platform #1313 (tas50)
* Add support for antergos linux and fix opensuseleap platform_family #1320 (tas50)
* Don't ship the readme with ohai #1321 (tas50)
* Back out SLES -> SUSE remapping and instead fix the platform_family #1322 (tas50)
* Require Ruby 2.5 or later #1300 (tas50)
* Unify virtualization detection on a single helper #1317 (tas50)
* Add support for XCP-ng platform #1283 (heyjodom)
* Remove V6 plugin Struct to reduce memory consumption #1333 (tas50)
* Fully remove support for HP-UX #1336 (tas50)
* Chefstyle fixes for Chefstyle 0.12 #1337 (tas50)
* Parse new /proc/meminfo fields #1340 (davide125)
* Loosen the mixlib pins to allow for new major releases #1341 (tas50)
* Ohai::Util::FileHelper does not need to be loaded in this systemd_paths plugin #1347 (burtlo)
* Adds mention of the style task #1351 (burtlo)
* Replaces require_relative with require #1349 (burtlo)
* Update the repo for the new governance #1348 (tas50)
* Run ohai in Buildkite #1355 (tas50)
* Require ohai/version where we use it #1361 (tas50)
2020-03-24 18:01:46 +00:00
nia
4966967636 doc: Updated devel/lwp to 2.8 2020-03-24 17:59:41 +00:00
nia
eb3548e014 lwp: Update to 2.8
New in 2.8:

 * Cosmetic cleanups, fixed some compile warnings, removed dead code.

New in 2.7:

 * Correctly fix fortify failure.
2020-03-24 17:59:20 +00:00
taca
576aaebf7b doc: Updated misc/ruby-license-acceptance to 1.0.18 2020-03-24 17:58:38 +00:00
taca
60ea3c4f73 misc/ruby-license-acceptance: update to 1.0.18
Update ruby-license-acceptance to 1.0.18.


1.0.18 (2020-02-12)

* Allow for thor 0.20 still #71 (tas50)


1.0.17 (2019-12-30)

* Update rake requirement from ~> 10.0 to ~> 13.0 in /components/ruby #60
  (dependabot-preview[bot])
* Use dependabot to update dependencies rather than blindly updating #63
  (tyler-ball)
* Updating default license location for Habitat on Windows #55
  (stuartpreston)
* Update thor requirement from ~> 0.20 to ~> 1.0 in /components/ruby #68
  (dependabot-preview[bot])CVS: ----------------------------------------------------------------------
2020-03-24 17:58:03 +00:00
nia
82e94b408b doc: Updated wm/lwm to 1.2.4 2020-03-24 17:54:45 +00:00
nia
25692ca2d9 lwm: Update to 1.2.4
2016-02-12	jfc	York
	Patches from Greg Kenneky and other fixes for fullscreen windows.

	Released lvm-1.2.4.

2013-07-09	jfc	York
	Applied a couple of minor patches suggested by Jari Aalto, the
	Debian package maintainer.

	Released lwm-1.2.3.


2009-11-24	jfc	York
	Released lwm-1.2.2.

2009-11-20	jfc	York
	Improved performance by only checking for pending X events when the
	socket it ready for reading.

	Fixed applyGravity() bug that caused frameless windows to be
	mis-positioned.

	Applied a workaround in destroy() to avoid error reports when closing
	windows.

2005-01-28	jfc	York

	Applied a patch from Chris Reece that ensures that the popup
	menu does not disappear off the bottom of the screen.
2020-03-24 17:54:27 +00:00
taca
65552dfee9 doc: Updated devel/ruby-mixlib-shellout to 3.0.9 2020-03-24 17:53:06 +00:00
taca
e08359ddec devel/ruby-mixlib-shellout: update to 3.0.9
Update ruby-mixlib-shellout to 3.0.9.


3.0.9 (2019-12-30)

* Add Ruby 2.6/2.7 and Windows testing #198 (tas50)
* Substitute require for require_relative #199 (tas50)


3.0.7 (2019-07-31)

* Add the actual BK pipeline config #185 (tas50)
* Blinding applying chefstyle -a. #191 (zenspider)
* Fix return type of Process.create to be a ProcessInfo instance again. #190
  (zenspider)


3.0.4 (2019-06-07)

* update travis/appveyor, drop ruby 2.2 support, test on 2.6 #176
  (lamont-granquist)
* Misnamed parameter in README #178 (martinisoft)
* Add new github templates and codeowners file #179 (tas50)
* Add BuildKite pipeline #184 (tas50)
* Support array args on windows WIP #182 (lamont-granquist)
* Load and unload user profile as required #177 (dayglojesus)


2.4.4 (2018-12-12)

* Have expeditor promote the windows gem as well #172 (tas50)
* Don't ship the readme in the gem artifact #173 (tas50)


2.4.2 (2018-12-06)

* Test on ruby-head and Ruby 2.6 in Travis #170 (tas50)
* Remove dev deps from the gemspec #171 (tas50)
2020-03-24 17:52:35 +00:00
taca
7ca1485e35 doc: Updated devel/ruby-mixlib-log to 3.0.8 2020-03-24 17:51:41 +00:00
taca
4e16d3ff4e devel/ruby-mixlib-log: update to 3.0.8
Update ruby-mixlib-log to 3.0.8.


3.0.8 (2019-12-30)

* Expand testing / Update GitHub templates #51 (tas50)
* Add Build Kite PR Testing #52 (tas50)
* Remove Travis PR Testing #53 (tas50)
* Resolve all warnings emitted during testing #54 (zenspider)
* Add windows testing in Buildkite #56 (tas50)
* Test on Ruby 2.7 + random testing improvements #58 (tas50)
* Substitute require for require_relative #59 (tas50)


3.0.1 (2019-01-05)

* reverting back to ruby 2.3 support #48 (lamont-granquist)


3.0.0 (2019-01-04)

* update travis, drop ruby < 2.5, major version bump #47 (lamont-granquist)

2.0.9 (2018-12-18)

* remove hashrocket syntax #41 (lamont-granquist)
* Remove the changelog generator gem #42 (tas50)
* Test on all the Ruby versions we support #43 (tas50)
* Test on Ruby 2.6 in Travis + test on Xenial #46 (tas50)
* Only ship the required library files in the gem artifact #45 (tas50)
2020-03-24 17:51:09 +00:00
taca
f0cdac160c doc: Updated devel/ruby-mixlib-cli to 2.1.5 2020-03-24 17:50:14 +00:00
taca
8732374d22 devel/ruby-mixlib-cli: update to 2.1.5
Update ruby-mixlib-cli to 2.1.5.


2.1.5 (2019-12-22)

* Use our standard rakefile #68 (tas50)
* Fix chef-style #71 (vsingh-msys)
* Add windows PR testing with Buildkite #73 (tas50)
* Test on Ruby 2.7 + random testing improvements #75 (tas50)


2.1.1 (2019-06-10)

* Don't explode when there are unknown keys in 'config' #66 (marcparadise)


2.1.0 (2019-06-07)

* Setup BuildKite for PR testing #61 (tas50)
* Disable Travis testing & Update codeowners #62 (tas50)
* Fix gem homepage url #64 (tsub)
* [MIXLIB-CLI-63] Add deprecated_option support #65 (marcparadise)


2.0.6 (2019-05-14)

* Add additional github templates and update codeowners #58 (tas50)
* Improve the --help text output of 'in:' #59 (btm)
* Print out human readable lists of allowed CLI options #60 (tas50)


2.0.3 (2019-03-20)

* fix global state pollution issues across examples #54 (lamont-granquist)
* Add back support for Ruby 2.4 #56 (tas50)


2.0.1 (2019-01-04)

* Don't ship the test files in the gem artifact #51 (tas50)


2.0.0 (2019-01-04)

* remove hashrockets syntax #43 (lamont-granquist)
* Remove require rubygems #44 (tas50)
* Update testing and contributing boilerplate #45 (tas50)
* More testing / release boilerplate #46 (tas50)
* Update codeowners and add github PR template #47 (tas50)
* Lint the example code #49 (tas50)
* update travis, drop ruby < 2.5, major version bump #52 (lamont-granquist)
* actually do the major version bump #53 (lamont-granquist)
2020-03-24 17:49:49 +00:00
taca
f3a6bfda41 devel/ruby-mixlib-authentication: update to 3.0.6
Update ruby-mixlib-authentication to 3.0.6.


3.0.6 (2019-12-30)

* Test on Ruby 2.7 + random testing improvements #51 (tas50)
* Substitute require for require_relative #52 (tas50)


3.0.4 (2019-10-31)

* Add BuildKite PR Testing #47 (tas50)
* Update project owner + Remove Travis CI #48 (tas50)
* Update mixlib-log requirement from ~> 2 to ~> 3 #50 (dependabot-preview[bot])


3.0.1 (2019-04-23)

* remove hashrocket syntax #40 (lamont-granquist)
* Update testing boilerplate #41 (tas50)
* Update codeowners and add github PR template #43 (tas50)
* Only ship the required libraries in the gem artifact #44 (tas50)
* update travis, drop ruby < 2.5, major version bump #45 (lamont-granquist)
* Add back Ruby 2.4 support / update testing #46 (tas50)
2020-03-24 17:48:28 +00:00
nia
8ed25fa2e1 doc: Updated textproc/lowdown to 0.6.2 2020-03-24 17:47:25 +00:00
taca
f207e4235d doc: Updated devel/ruby-mixlib-config to 3.0.6 2020-03-24 17:46:38 +00:00