Commit graph

14 commits

Author SHA1 Message Date
taca
df7351701a sysutils/ruby-chef-zero: update to 14.0.11
14.0.11 (2018-11-15)

Merged Pull Requests

* remove hashrocket syntax #283 (lamont-granquist)
* fixes for new chefstyle #284 (lamont-granquist)
* Misc cleanup for gemspec, rakefile, gemfile, and expeditor #287 (tas50)
* Don't ship the readme in the gem #289 (tas50)
* Require Rack 2.0.6 or later to resolve CVEs #288 (tas50)
2019-02-03 16:16:38 +00:00
taca
fa81e3e595 Allow Ruby 2.6 to build. 2019-02-03 13:45:06 +00:00
tnn
f7b6e81317 chef-zero: requires Ruby version >= 2.4.0 2018-09-27 23:15:31 +00:00
taca
21a53969cc sysutils/ruby-chef-zero: update to 14.0.6
14.0.6 (2018-04-23)

Merged Pull Requests

* bump required ruby version #274 (thommay)
* Disable Hashie method override warns #276 (adamdecaf)
* fix for new rubocop engine #278 (lamont-granquist)
* remove the explicit chef gem #279 (lamont-granquist)
* reinstate the default chef gem pin #280 (lamont-granquist)
* pin chef to 14.x #281 (lamont-granquist)
2018-09-23 16:28:59 +00:00
taca
1dbbaa2de2 sysutils/ruby-chef-zero: update to 13.1.0
13.1.0 (2017-07-17)

Merged pull requests:

* add the universe endpoint #269 (lamont-granquist)
* Update gemfile dependencies #267 (thommay)
* GET /users?email=ME@MINE.COM -- compare emails ignoring case #266 (srenatus)
* GET /users?email=ME@MINE.COM -- compare emails ignoring case #265 (srenatus)
* implement rfc090 for named nodes endpoint #264 (jeremymv2)
* Add skip-chef-zero-quirks to the defaults in chef-zero #263 (jaymalasinha)
* Add skip-chef-zero-quirks to the defaults in chef-zero #262 (jaymalasinha)
* Ensure that tests that use chef-zero git will work #259 (thommay)
2017-09-18 04:34:43 +00:00
jperkin
c0b9d6ce2d Add newline at EOF to ensure the +INSTALL script is generated correctly. 2017-06-30 16:05:24 +00:00
taca
f4d7eb01f7 Enable ruby24. 2017-06-18 16:24:52 +00:00
taca
5e91ca32f8 Update ruby-chef-zero to 13.0.0.
* pkgsrc change: support ruby23 only.

Changes from 3.2.1 is too many to write here, please refer
<https://github.com/chef/chef-zero/blob/master/CHANGELOG.md>.
2017-06-12 14:32:19 +00:00
jperkin
be57c29506 Set RUBY_VERSIONS_ACCEPTED correctly to fix scan failures. 2017-06-06 11:12:05 +00:00
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
taca
415b019a05 Switch to depend ruby-hashi2 package.
Bump PKGREVISION.
2015-02-04 14:10:50 +00:00
joerg
4cbf260738 Fix dependency. 2015-01-22 16:54:21 +00:00
fhajny
def7516403 Update ruby-chef-zero to 3.2.
3.2 (9/26/2014)
- removed 'json' gem dependency, replaced it with 'ffi-yajl'

3.1.3 (9/3/2014)
- fixes for running Chef local mode in multi-org mode

3.1.2 (8/29/2014)
- add default to rspec for cookbooks
- add /organizations/NAME/organization/_acl as an alias for
  /organizations/NAME/organizations/_acl

3.1.1 (8/28/2014)
- fix minor bug with unknown container acls

3.1 (8/28/2014)
- New rspec data directives: organization, acl, group, container
- Fix organizations POST to honor full_name
- Fixes for enterprise rspec data loading
- Fix invites not removing the invite when user is forcibly added to an org

3.0 (7/22/2014)
- Enterprise Chef support (organizations, ACLs, groups, much more)
- SSL support (@sawanoboly)

2.2 (6/18/2014)
- allow port ranges to be passed in as enumerables, which will be tried
  in sequence until one works: ChefZero::Server.new(:port => 80.upto(100))

2.1.5 (6/2/2014)
- fix issue with :single_org => not being honored

2.1.4 (5/27/2014)
- fix issue with global Thread.exit_on_exception being set

2.1.3 (5/27/2014)
- rspec: default port to 8900 to not conflict with normal default port
- rspec: when chef_zero_opts is set, check if current server has those
  options before continuing

2.1.2 (5/27/2014)
- fix build_uri (and thus cookbook downloads)

2.1.1 (5/26/2014)
- flip defaults off in V1ToV2Adapater, allowing most chef tests
  to pass against 2.1.1

2.1 (5/26/2014)
- Multi-tenancy! If you set :single_org => nil when starting the server,
  you will gain /organizations/* at the beginning of all URLs. Internally,
  all endpoints are rooted at /organizations/ORG anyway, there is just
  a translation that goes on to add /organizations/single_org to the URL
  when someone hits chef-zero.
- Fixes to support chef-zero local mode passing pedant
2015-01-19 21:25:32 +00:00
jperkin
d3333f5762 Import sysutils/ruby-chef-zero into pkgsrc.
Chef Zero is a simple, easy-install, in-memory Chef server that can be
useful for Chef Client testing and chef-solo-like tasks that require a
full Chef Server. It IS intended to be simple, Chef 11 compliant, easy
to run and fast to start. It is NOT intended to be secure, scalable,
performant or persistent. It does NO input validation, authentication
or authorization (it will not throw a 400, 401 or 403). It does not
save data, and will start up empty each time you start it.

Because Chef Zero runs in memory, it's super fast and lightweight.
This makes it perfect for testing against a "real" Chef Server without
mocking the entire Internet.
2014-06-03 14:30:36 +00:00