Commit graph

270463 commits

Author SHA1 Message Date
wiz
89425406d7 dfc: Improve nls support
From Matteo Cypriani in PR 52549.
2017-09-18 09:06:55 +00:00
maya
d157e4f757 icu: belatedly require at least ICU 59.x
59 was a major bump, ICU 58 will not have the right library name.

pointed out by kapper, thanks.
ok leot
2017-09-18 07:52:08 +00:00
adam
34939a7545 Updated lang/py-six to 1.11.0 2017-09-18 07:03:51 +00:00
adam
622bd69c05 py-six: update to 1.11.0
1.11.0:

- Pull request 178: `with_metaclass` now properly proxies `__prepare__` to the
  underlying metaclass.

- Pull request 191: Allow `with_metaclass` to work with metaclasses implemented
  in C.

- Pull request 203: Add parse_http_list and parse_keqv_list to moved
  urllib.request.

- Pull request 172 and issue 171: Add unquote_to_bytes to moved urllib.parse.

- Pull request 167: Add `six.moves.getoutput`.

- Pull request 80: Add `six.moves.urllib_parse.splitvalue`.

- Pull request 75: Add `six.moves.email_mime_image`.

- Pull request 72: Avoid creating reference cycles through tracebacks in
  `reraise`.
2017-09-18 07:01:53 +00:00
taca
53b214fef8 doc: Updated mail/ruby-actionmailer42 to 4.2.8nb1 2017-09-18 06:47:34 +00:00
taca
9242b0dcde mail/ruby-actionmailer42: improve dependency
* There is no need to restrict dependency of ruby-mail <2.6.
* ruby-rails-dom-testing is indirectly depended by ruby-actionview.

Bump PKGREVISION.
2017-09-18 06:47:04 +00:00
taca
f9c4a8a199 doc: Updated games/ruby-squib to 0.13.4nb1 2017-09-18 06:44:06 +00:00
taca
b996f0a081 games/ruby-squib: dependency update
Since there is no need to override gemspec any more, simplify dependency.

Bump PKGREVISION.
2017-09-18 06:43:42 +00:00
taca
b6b41e2366 doc: Updated net/samba4 to 4.6.7 2017-09-18 06:42:14 +00:00
taca
f3ead0070d net/samba4: update to 4.6.7
4.6.7 (2017/08/09): the latest stable release of the Samba 4.6 release series.

Changes since 4.6.6
---------------------
o  Jeremy Allison <jra@samba.org>
   * BUG 12836: s3: smbd: Fix a read after free if a chained SMB1 call goes async.
o  Andrew Bartlett <abartlet@samba.org>
   * BUG 11392: s4-cldap/netlogon: Match Windows 2012R2 and return
     NETLOGON_NT_VERSION_5 when version unspecified.
o  Ralph Boehme <slow@samba.org>
   * BUG 12885: s3/smbd: Let non_widelink_open() chdir() to directories directly.
   * BUG 12910: s3/notifyd: Ensure notifyd doesn't return from
     smbd_notifyd_init.
o  Günther Deschner <gd@samba.org>
   * BUG 12840: vfs_fruit: Add fruit:model = <modelname> parametric option.
o  David Disseldorp <ddiss@samba.org>
   * BUG 12911: vfs_ceph: Fix cephwrap_chdir().
o  Dustin L. Howett
   * BUG 12720: idmap_ad: Retry query_user exactly once if we get
     TLDAP_SERVER_DOWN.
o  Thomas Jarosch <thomas.jarosch@intra2net.com>
   * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p.
o  Volker Lendecke <vl@samba.org>
   * BUG 12925: smbd: Fix a connection run-down race condition.
o  Stefan Metzmacher <metze@samba.org>
   * BUG 12782: winbindd changes the local password and gets
     NT_STATUS_WRONG_PASSWORD for the remote change.
   * BUG 12890: s3:smbd: consistently use talloc_tos() memory for
     rpc_pipe_open_interface().
o  Noel Power <noel.power@suse.com>
   * BUG 12937: smbcacls: Don't fail against a directory on Windows using SMB2.
o  Arvid Requate <requate@univention.de>
   * BUG 11392: s4-dsdb/netlogon: Allow missing ntver in cldap ping.
o  Garming Sam <garming@catalyst.net.nz>
   * BUG 12813: dnsserver: Stop dns_name_equal doing OOB read.
o  Andreas Schneider <asn@samba.org>
   * BUG 12886: s3:client: The smbspool krb5 wrapper needs negotiate for
     authentication.
o  Martin Schwenke <martin@meltin.net>
   * BUG 12898: ctdb-common: Set close-on-exec when creating PID file.


4.6.6 (2017/07/12): security release in order to address the following defect:

o  CVE-2017-11103 (Orpheus' Lyre mutual authentication validation bypass)

Changes since 4.6.5:
---------------------

o  Jeffrey Altman <jaltman@secure-endpoints.com>
   * BUG 12894: CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation


4.6.5 (2017/06/06): the latest stable release of the Samba 4.6 release series.

Changes since 4.6.4:
---------------------

o  Jeremy Allison <jra@samba.org>
   * BUG 12804: s3: VFS: Catia: Ensure path name is also converted.
o  Christian Ambach <ambi@samba.org>
   * BUG 12765: s3:smbcacls add prompt for password.
o  Ralph Boehme <slow@samba.org>
   * BUG 12562: vfs_acl_xattr|tdb: Ensure create mask is at least 0666 if
     ignore_system_acls is set.
   * BUG 12702: Wrong sid->uid mapping for SIDs residing in sIDHistory.
   * BUG 12749: vfs_fruit: lp_case_sensitive() does not return a bool.
   * BUG 12766: s3/smbd: Update exclusive oplock optimisation to the lease area.
   * BUG 12798: s3/smbd: Fix exclusive lease optimisation.
o  Alexander Bokovoy <ab@samba.org>
   * BUG 12751: Allow passing trusted domain password as plain-text to PASSDB
     layer.
   * BUG 12764: systemd: Fix detection of libsystemd.
o  Amitay Isaacs <amitay@gmail.com>
   * BUG 12697: ctdb-readonly: Avoid a tight loop waiting for revoke to
     complete.
   * BUG 12770: ctdb-logging: Initialize DEBUGLEVEL before changing the value.
o  Shilpa Krishnareddy <skrishnareddy@panzura.com>
   * BUG 12756: notify: Fix ordering of events in notifyd.
o  Volker Lendecke <vl@samba.org>
   * BUG 12757: idmap_rfc2307: Lookup of more than two SIDs fails.
o  Stefan Metzmacher <metze@samba.org>
   * BUG 12767: samba-tool: Let 'samba-tool user syncpasswords' report deletions
     immediately.
o  Doug Nazar <nazard@nazar.ca>
   * BUG 12760: s3: smbd: inotify_map_mask_to_filter incorrectly indexes an
     array.
o  Andreas Schneider <asn@samba.org>
   * BUG 12687: vfs_expand_msdfs tries to open the remote address as a file
     path.
o  Martin Schwenke <martin@meltin.net>
   * BUG 12802: 'ctdb nodestatus' incorrectly displays status for all nodes with
     wrong exit code.
   * BUG 12814: ctdb-common: Fix crash in logging initialisation.
2017-09-18 06:41:46 +00:00
wiz
3e5bae88b8 p5-File-Which: remove p5-Test-Script build dependency
It hasn't been used since at least 2015.
2017-09-18 06:22:54 +00:00
taca
b2a58249c1 doc: Updated sysutils/puppet to 5.2.0 2017-09-18 05:39:26 +00:00
taca
f4b8e45473 sysutils/puppet: update to 5.2.0.
Changes are too many to write here, please refer these release notes.

	https://docs.puppet.com/puppet/5.0/release_notes.html
	https://docs.puppet.com/puppet/5.1/release_notes.html
	https://docs.puppet.com/puppet/5.2/release_notes.html
2017-09-18 05:38:54 +00:00
taca
9f589ff003 doc: Updated graphics/rabbit to 2.2.1 2017-09-18 05:31:34 +00:00
taca
b93f5db841 graphics/rabbit: update to 2.2.1
pkgsrc change: add pkg_alternatives support.

== 2.2.1: 2017-09-15

For RubyKaigi 2017 speakers release.

=== Improvements

==== rabbit

  * Supported Rouge.

  * Suppressed warnings with Ruby 2.4.
    [GitHub#109][Patch by Nobuyoshi Nakada]

==== Theme

  * image-slide-number: Supported "extra slides".
    If you set "image-slide-number-last-slide" slide property to "true",
    image timer computes its position as the slide is the last slide.
    Image timer isn't moved for the following slides.

==== Document

  * Added a sample slide for RD style.
    [GitHub#105][Patch by Masayuki Morisaki]

  * Added a document how to prepare development environment.
    [GitHub#106][Patch by Masayuki Morisaki]

  * Removed license information for prototype.js that removed.
    [GitHub#107][Patch by Ryunosuke Sato]

=== Fixes

==== rabbit

  * Information windows: Fixed a source format detection failure.
    [GitHub#102][Patch by Akihisa Higuchi]

==== Document

  * Fixed style of sample page.
    [GitHub#103][Reported by takiy33]

=== Thanks

  * Akihisa Higuchi

  * takiy33

  * Masayuki Morisaki

  * Ryunosuke Sato

  * Nobuyoshi Nakada
2017-09-18 05:31:02 +00:00
taca
7edb465cfe doc: Updated sysutils/ruby-chef-zero to 13.1.0 2017-09-18 04:35:20 +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
taca
b088509788 doc: Updated sysutils/ruby-chef to 13.4.24 2017-09-18 04:32:08 +00:00
taca
cb5145ef12 sysutils/ruby-chef: update to 13.4.24
From CHANGELOG.md:

13.4.23 (2017-09-14)

Merged Pull Requests

* Use ruby 2.4.2 to addess multiple security vulnerabilities #6404 (thommay)
* Allow specifying default gateway on RHEL/Centos #6386 (tomdoherty)
* [MSYS-594] windows_task resource is not idempotent when specifying
  start_time and start_day #6312 (harikesh-kolekar)
* MSYS-656 - fixed dsc_script for WMF5 #6383 (piyushawasthi)


13.4.19 (2017-09-13)

Bug Fixes

* Ignore validation errors in Resource#to_text #6331 (coderanger)
* Auto import gpg keys in zypper_repository #6348 (tas50)
* Handle apple's git in the git resource #6359 (kzw)
* Launchd should not load launchagents as root. #6353 (mikedodge04)
* Pass json configuration to ShellSession class #6314 (btm)

Merged Pull Requests

* Add windows_path resource from the Windows cookbook #6295 (NimishaS)
* Bump Bundler version to 1.15.4 #6349 (jakauppila)
* dnf_provider: be more specific when we provide package #6351 (jaymzh)
* Speed up immutabilization #6355 (lamont-granquist)
* node attributes: remove useless dup in merge_all #6356 (lamont-granquist)
* Link to the knife docs in both places where we error on editor #6363 (tas50)
* Bump rubygems to 2.6.13 #6365 (lamont-granquist)
* Ship chef-vault in the omnibus package #6370 (thommay)
* Support an array of keys for apt_repository #6372 (gsreynolds)
* Immutablize properly as we deep merge #6362 (lamont-granquist)
* Alternate user local logon authentication for remote_file resource #5832
  (NimishaS)
* Add support for specifying ETHTOOL_OPTS in the ifconfig resource #6384
  (tomdoherty)
* Cleanup the current changelog #6387 (tas50)


13.3.42 (2017-08-16)

Merged Pull Requests

* Update Expeditor config to use new Merge and Artifact Actions #6287
  (tduffield)
* Apt: Add apt_preference resource from apt cookbooks #5529 (tas50)
* Fix typos #6298 (akitada)
* Set explicit page size for every search request #6299 (stevendanna)
* Add .dockerignore to reduce size of resulting images #6296 (tduffield)
* Fix git command in DCO sign-off example #6306 (edmorley)
* add option to enable unprivileged symlink creation on windows #6236
  (svmastersamurai)
* Bump omnibus-software version #6310 (thommay)
* throw readable errors if multiple dsc resources are found #6307 (Happycoil)
* Add zypper_repository resource #5948 (tas50)
* Pull in Ohai 13.3 #6319 (tas50)
* Maintain compat with old zypper_repo resource used in cookbooks #6318 (tas50)
* README improvement for Chef beginner. #6297 (takaya-fuj19)
* Bump InSpec to v1.33.1 #6324 (adamleff)


13.3.27 (2017-07-26)

* Added username/password validation for elevated option #6293 (NimishaS)
* Bump mixlib-shellout for #6271 #6285 (btm)
* Use new Expeditor config format #6272 (tduffield)
* Added :elevated option for powershell_script resource #6271 (NimishaS)
* Make mount idempotent on Aix #6213 (NAshwini)
* Allow windows_task create action to update tasks. #6193 (harikesh-kolekar)
* Use socketless local mode by default #6177 (coderanger)
* convert breakpoint resource to a custom resource #6176 (lamont-granquist)
* Make non-legacy solo use socketless mode #6174 (coderanger)
* Prefer Systemd with sysvinit script over Upstart for service provider #6157
  (shortdudey123)
2017-09-18 04:31:38 +00:00
taca
447741ede8 doc: Updated sysutils/ruby-chef-config to 13.4.24 2017-09-18 04:25:50 +00:00
taca
f3eb8970ce sysutils/ruby-chef-config: update to 13.4.24
Proper changes are not available.
2017-09-18 04:25:26 +00:00
taca
4f5c7cda40 doc: Updated misc/ruby-ohai to 13.4.0 2017-09-18 04:19:04 +00:00
taca
891ff02004 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
2017-09-18 04:18:34 +00:00
taca
52f7c35afa doc: Updated databases/ruby-hiera to 3.4.1 2017-09-18 03:42:46 +00:00
taca
425872026d databases/ruby-hiera: update to 3.4.1
Hard-coding hiera's version in gemspec.
2017-09-18 03:42:14 +00:00
taca
21a976b6bd databases/ruby-tiny_tds: fix dependency
Fix depenency to avoid build problem.
2017-09-18 02:52:55 +00:00
taca
747867b3b1 doc: Updated databases/ruby-mysql to 2.9.14 2017-09-18 02:48:49 +00:00
taca
c3032a46e1 databases/ruby-mysql: udpate to 2.9.14
Better support for MySQL 5.7.

* avoid warning
* add collations and constants from MySQL 5.7.10
* support JSON type on MySQL 5.7
2017-09-18 02:48:08 +00:00
taca
b67826082c doc: remove additon of databases/ruby-mysql-ext 2017-09-18 02:46:38 +00:00
taca
1c68be197d databases/Makefile: delete ruby-mysql-ext 2017-09-18 02:46:00 +00:00
taca
cb053e009d databases/ruby-mysql-ext: remove package
Since none rubygems version of ruby-mysql contains C extension, there is
no merit to rubygems version of ruby-mysql-ext.
2017-09-18 02:45:28 +00:00
taca
527b90532b doc: Updated databases/ruby-dbd-mysql to 0.4.4nb1 2017-09-18 02:38:27 +00:00
taca
769197a2d8 databases/ruby-dbd-mysql: update dependency
Swich to use ruby-mysql28 instead of ruby-mysql.

Bump PKGREVISION.
2017-09-18 02:38:04 +00:00
taca
84b4d9f94a doc: Added databases/ruby-mysql28 version 2.8.2 2017-09-18 02:37:25 +00:00
taca
ee618aba4d databases/Makefile: add ruby-mysql28 2017-09-18 02:36:56 +00:00
taca
850b7974bb databases/ruby-mysql28: add ruby-mysql28 2.8.2
Add ruby-mysql 2.8.2 as ruby-mysql28 2.8.2 since 2.9 contains some
imconpatible change from 2.8.
2017-09-18 02:36:01 +00:00
taca
4240dd263c databases/ruby-mysql-ext: update HOMEPAGE
Update HOMEPAGE with "https" URL.
2017-09-18 02:09:14 +00:00
taca
e793025b97 doc: Added databases/ruby-mysql-ext version 2.9.13 2017-09-18 02:05:57 +00:00
taca
ef05fbff45 databases/Makefile: add ruby-mysql-ext 2017-09-18 02:05:30 +00:00
taca
3f12dfa9c5 databases/ruby-mysql-ext: added 2.9.13
This is rubygem version of databases/ruby-mysql. Like ruby-mysql, this
package contains C extension, not pure ruby.
2017-09-18 02:04:47 +00:00
taca
ec3fea4e5f doc: Updated www/ruby-websocket-driver to 0.7.0 2017-09-18 01:11:57 +00:00
taca
b39ef4d534 www/ruby-websocket-driver: update to 0.7.0
### 0.7.0 / 2017-09-11

* Add `ping` and `pong` to the set of events users can listen to
2017-09-18 01:11:36 +00:00
taca
ebb7749007 doc: Updated www/ruby-faraday_middleware to 0.12.2 2017-09-18 01:08:08 +00:00
taca
7eaf96ef91 www/ruby-faraday_middleware: update to 0.12.2
0.12.2 (2017/08/04)

* Fixes race condition issue with rubygems.org


0.12.1 (2017/08/03)

* Fixes support for Oj < 3.3.3 (#163)
* Adds support for parser_options on MultiXML and SafeYAML parsers


0.12.0 (2017/07/28)

* Replace rash with rash_alt (#136)
* Allow write_options to be specified for FaradayMiddleware::Caching (#155)
* Add support for passing options to JSON.parse (#156)
* Parse YAML safely (#157)
* Handle responses with missing Location header (#159)
* Removes support for ruby < 1.9.3 (#162)
2017-09-18 01:07:42 +00:00
taca
90a8696ae4 doc: Updated sysutils/capistrano to 3.9.1 2017-09-18 01:03:30 +00:00
taca
107694c5fa sysutils/capistrano: update to 3.9.1
## `3.9.1` (2017-09-08)

https://github.com/capistrano/capistrano/compare/v3.9.0...v3.9.1

### Breaking changes:

* None

### Fixes:

* [#1912](https://github.com/capistrano/capistrano/pull/1912): Fixed an issue where questions posed by `ask` were not printed on certain platforms - [@kminiatures](https://github.com/kminiatures)

## `3.9.0` (2017-07-28)

https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0

### Breaking changes:

* None

### New features:

* [#1911](https://github.com/capistrano/capistrano/pull/1911): Add Capistrano::DSL#invoke! for repetitive tasks

### Fixes:

* [#1899](https://github.com/capistrano/capistrano/pull/1899): Updated `deploy:cleanup` to continue rotating the releases and skip the invalid directory names instead of skipping the whole rotation of releases. The warning message has changed slightly due to the change of behavior.
2017-09-18 01:03:01 +00:00
taca
8eed950386 doc: Updated net/ruby-slack-api to 1.6.0 2017-09-18 01:02:19 +00:00
taca
e6386b3984 net/ruby-slack-api: update to 1.6.0
1.5.0						2017/04/09

* fix attachments case
* chat.postMessage argument error only if both text and attachments are missing
* RealTime::Client has some information(self, team, channels, ...)
* @url was not, set rtm_start_response["url"] to @url to work properly

1.6.0						2017/07/12

* recognize multiple dot on endpoint
2017-09-18 01:01:50 +00:00
taca
f3d7eb55cc doc: Updated misc/ruby-progressbar to 1.8.3 2017-09-18 01:00:17 +00:00
taca
9e8b2102d5 misc/ruby-progressbar: update to 1.8.3
Version v1.8.3 - September 13, 2017

* Update warning_filter to fix require_relative

Version v1.8.2 - December 10, 2016

Fix

* Predicates not available on 1.8.7

Add

* progressbar as a gem build target

Removed

* reek
2017-09-18 00:59:47 +00:00