Commit graph

277917 commits

Author SHA1 Message Date
taca
a796d53c8a devel/Makefile: add ane enable ruby-classy_hash 2018-02-28 15:45:55 +00:00
taca
8620b0154b devel/ruby-classy_hash: add version 0.2.1
pkgsrc note: required by newer games/ruby-squib.

Classy Hash is a schema validator for Ruby Hashes.  You provide a simple
schema Hash, and Classy Hash will make sure your data matches, providing
helpful error messages if it doesn't.
2018-02-28 15:45:32 +00:00
taca
5ea2ca7878 doc: Updated devel/ruby-byebug to 10.0.0 2018-02-28 15:43:29 +00:00
taca
c0dccc7eda devel/ruby-byebug: update to 10.0.0
10.0.0 - 2018-01-26

Changed

* Breaking on methods now stops on the first effective line of a method, not
  on the line containing the def keyword.

Added

* Show valid breakpoint locations when invalid location given (#393, @ko1).
* Ruby 2.5.0 support (#397, @yui-knk).
* Log host & port when launching byebug's client in remote mode.
* Some love & tests to remote debugging (#82).
* remote_byebug shortcut to start the most common case for remote debugging
  (#141).

Fixed

* Properly ignore ruby fullpath executable when passed to byebug script
  (#419).
* Remote server crash when interrupting client (#141, #274).
* Control server thread being able to interrupt main thread only a single
  time. (#239).
2018-02-28 15:43:08 +00:00
taca
513bb827c0 doc: Updated devel/ruby-backports to 3.11.1 2018-02-28 15:39:52 +00:00
taca
3411a7b477 devel/ruby-backports: update to 3.11.1
Version 3.11.0 - December 25th, 2017

* New Ruby version 2.5.0

	o Array

		- append, prepend

	o Dir

		- children, each_child

	o Enumerable

		- any?, all?, none?, one? (with pattern argument)

	o Hash

		- slice
		- transform_keys

	o Integer

		- sqrt
		- allbits?, anybits? and nobits?

	o Kernel

		- yield_self

	o Module

		- attr, attr_accessor, attr_reader, attr_writer (now public)
		- define_method, alias_method, undef_method, remove_method
		  (now public)

	o String

		- delete_prefix, delete_prefix!
		- delete_suffix, delete_suffix!

	o Struct

		- new (with keyword_init: true)

* require 'backports/latest' is now the right way to require everything

Version 3.10.0 - October 17, 2017

* Additional features of 2.4.0

	o Enumerable

		- uniq
		- sum

	o Hash

		- compact
		- transform_values

Version 3.9.0 - October 07, 2017

* From 2.4.0: dup for true, false, nil, Numeric

* From 2.2.0: Method#super_method

Version 3.8.0 - April 26, 2017

* From 2.4.0: String#match?, Regexp#match?

* From 2.3.0:

	o unary String#+, -
	o Numeric: positive?, negative?
	o Hash: to_proc, fetch_values, >, <, >=, <=
	o Enumerable: chunk_while, grep_v
	o {Array|Hash|Struct}#dig
	o Array#bsearch_index

* From 2.2.0:

	o Method#curry
	o String#unicode_normalize{|?|!}
	o Kernel#itself
	o Float: next_float, prev_float

Version 3.7.0 - March 28, 2017

* Initiate work on backports of 2.2, 2.3, 2.4

* From 2.4.0:

	o Comparable#clamp

* From 2.2.0:

	o Enumerable: slice_when, slice_after
2018-02-28 15:39:31 +00:00
taca
ab8254504e doc: Removed devel/ruby-atomic 2018-02-28 15:32:52 +00:00
taca
c373d86b0c devel/ruby-atomic: remove deprecated by ruby-concurrent-ruby
Remove ruby-atomic deprecated by ruby-concurrent-ruby.
2018-02-28 15:32:39 +00:00
taca
c50355cae3 devel/Makefile: delete ruby-atomic 2018-02-28 15:30:12 +00:00
taca
40b73eb45a doc: Added devel/ruby-concurrent-ruby version 1.0.5 2018-02-28 15:28:15 +00:00
taca
504b35e79e devel/Makefile: add and enable ruby-concurrent-ruby 2018-02-28 15:27:47 +00:00
taca
f98453a2d4 devel/ruby-concurrent-ruby: Add ruby-concurrent-ruby 1.0.5
pkgsrc note: This package deprecates devel/ruby-atomic, too.


Modern concurrency tools including agents, futures, promises, thread pools,
actors, supervisors, and more.

Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency
patterns.

The design goals of this gem are:

* Be an 'unopinionated' toolbox that provides useful utilities without
  debating which is better or why
* Remain free of external gem dependencies
* Stay true to the spirit of the languages providing inspiration
* But implement in a way that makes sense for Ruby
* Keep the semantics as idiomatic Ruby as possible
* Support features that make sense in Ruby
* Exclude features that don't make sense in Ruby
* Be small, lean, and loosely coupled
2018-02-28 15:27:19 +00:00
taca
3b0f3063ec doc: Updated devel/ruby2ruby to 2.4.1 2018-02-28 15:20:22 +00:00
taca
4c245bd4de devel/ruby2ruby: update to 2.4.1
=== 2.4.1 / 2018-02-15

* 2 minor enhancements:

  * Added bitwise ops to BINARY. (david942j)
  * Added rewrite_call|if|until|while to normalize `not` in conditions.
2018-02-28 15:20:00 +00:00
taca
5187ed52dd doc: Updated devel/ruby-sexp-processor to 4.10.1 2018-02-28 15:19:40 +00:00
taca
b9452a8ff7 devel/ruby-sexp-processor: updaet to 4.10.1
=== 4.10.1 / 2018-02-15

* 1 minor enhancement:

  * Tweaked pt_testcase for ruby 2.5 and better ruby2ruby test data.
2018-02-28 15:19:16 +00:00
taca
58bd0930c0 doc: Updated devel/hoe to 3.16.2 2018-02-28 15:18:24 +00:00
taca
629f6b849f devel/hoe: update to 3.16.2
=== 3.16.2 / 2017-11-21

* 2 bug fixes:

  * Make missing history/readme situations more resilient and informative. (kemonomachi)
  * Make missing urls value just warn.
2018-02-28 15:18:04 +00:00
taca
4b6dd272cf doc: Updated databases/ruby-tiny_tds to 2.1.1 2018-02-28 15:17:10 +00:00
taca
34a555dbab Add missing pkg_alternatives support. 2018-02-28 15:16:45 +00:00
taca
d93d109684 databases/ruby-tiny_tds: update to 2.1.1
* Clarified ISSUE_TEMPLATE.md with explicit steps (#390)
* Fix FreeTDS installation instructions in README (#392)
* Use our 2017-GA SQL Server Docker Image (#397)
* Move message_handler from a shared value to userdata
2018-02-28 15:15:49 +00:00
fhajny
af27027a35 doc: Updated lang/elixir to 1.6.2 2018-02-28 15:14:11 +00:00
fhajny
6af9d8b363 lang/elixit: Update to 1.6.2.
1. Enhancements

Mix
- [mix compile.erlang] Teach Mix erlang compiler alternative spelling
  for -behavior declaration
- [mix format] Support the :subdirectories configuration that points
  to other directories with their own .formatter.exs file. This is
  useful in umbrella applications. mix new --umbrella has also been
  changed to use this new configuration by default
- [mix format] Include the current environment for missing dependency
  errors

2. Bug fixes

Elixir
- [Code.Formatter] Ensure -> does not exceed line length
- [DynamicSupervisor] Properly tag error reports generated by dynamic
  supervisors so they can be properly translated by Logger
- [DynamicSupervisor] Consider extra arguments during child restart
- [Kernel] Ensure arguments given to a guard defined with defguard are
  evaluated in the correct order
- [Module] Do not remove docs for previous function declaration when
  @impl true is used
- [Supervisor] Ensure use Supervisor properly adds the @behaviour
  Supervisor annotation

Mix
- [Mix.Shell] Bring back Mix.Shell.cmd/2 - this arity was defined via
  a default argument that was accidentally removed
2018-02-28 15:14:02 +00:00
taca
0dd35668a0 doc: Updated time/ruby-tzinfo to 1.2.5 2018-02-28 15:10:21 +00:00
taca
6a145f992b time/ruby-tzinfo: update to 1.2.5
Version 1.2.5 - 4-Feb-2018
--------------------------

* Support recursively (deep) freezing Country and Timezone instances. #80.
* Allow negative daylight savings time offsets to be derived when reading from
  zoneinfo files. The utc_offset and std_offset are now derived correctly for
  Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.
2018-02-28 15:10:01 +00:00
taca
0bd5f3bfa8 doc: Updated time/ruby-tzinfo-data to 1.2018.3 2018-02-28 15:08:53 +00:00
taca
68d499763c time/ruby-tzinfo-data: update to 1.2018.3.
Based on version 2018c of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2018-January/000048.html).
2018-02-28 15:08:30 +00:00
adam
6a5242b433 Updated sysutils/salt, sysutils/salt-docs, www/py-aiohttp 2018-02-28 13:38:48 +00:00
adam
d49498e2be py-aiohttp: updated to 3.0.5
3.0.5:
Fix InvalidStateError on processing a sequence of two RequestHandler.data_received calls on web server.
2018-02-28 13:38:00 +00:00
adam
c05e94bd99 salt: updated to 2017.7.4
2017.7.4:
Pin tornado version in requirements file
Fix regression with identity file usage
Add 2017.7.4 Release Notes with PRs
use local config for vault when masterless
2018-02-28 13:37:23 +00:00
fhajny
44af36a756 doc: Updated sysutils/syslog-ng to 3.14.1 2018-02-28 13:26:21 +00:00
fhajny
34ee77502f sysutils/syslog-ng*: Update to 3.14.1.
Features
- Password protected ssl keys
- Add OpenBSD module to system() source
- Add Ubuntu Trusty support to Docker build

Bugfixes
- Fix increased memory usage during saving disk-buffer
- Fix maximum record length limitations of disk-buffer
- Fix a memory leak in cfg-lexer
- Fix some issues found by pylint in python module
- Fix a crash due to a race condition in kv-parser()
- Fix a crash due to a race condition in file() destination
- Fix deprecated API usage in python module tests
- Fix a race condition in internal() source
- Fix a locale issue in merge-grammar python tool
- Fix compile problems with autotools when '--disable-all-modules'
  used
- Fix a file descriptor leak in persist-state
- Fix a file descriptor leak in pseudofile()
- Fix memory/fd leaks in loggen tool
- Fix compile problems on Fedora, RHEL6, CentOS6 and SUSE based
  platforms
- Fix a crash when large variety of keys added to messages
- Fix compile problems when PATH_MAX not defined
- Fix integer overflow problems in grammar
- Fix a memory leak in filter()
- Fix memory leak of persist-name() option
- Fix message corruption caused by a bug in the subst() rewrite rule
- Fix silently dropped messages in elasticsearch2() when sending in
  bulk mode
- Fix broken disk-buffer() support in elasticsearch2()
- Fix Hy support in python module
- Fix an event scheduler related crash during reloading syslog-ng
- Fix a crash with SIGBUS when persist file cannot grow

Other changes
- Improve error reporting in "block" definitions in config
- Add warning message when disk-buffer() directory is changed in
  configuration
- Syslog-ng debun improvements
- Refactor in rewrite() module init
- Missing child program (exit status 127) handling is changed in
  program() destination:
- stopping destination instead of polling for the child program
- Refactor in filter() module
- Improve thread synchronization in mainloop and refactor
- Adapted json-c v0.13 API changes to json-parser
- Add filters as selectors in contextual data
2018-02-28 13:26:08 +00:00
leot
f0a8f8c899 unclutter: Add LICENSE (public domain)
unclutter is under the public domain, from its README:

> The program is released into the public domain.  Only the considerate
> will leave credit for the author.
2018-02-28 11:48:39 +00:00
jperkin
1bfda9ce29 emulators: Add forgotten py-unicorn. 2018-02-28 10:10:45 +00:00
wiz
efe9e5e992 doc: Added sysutils/ioping version 1.0 2018-02-28 09:49:01 +00:00
wiz
66c4bafdcf sysutils/Makefile: + ioping. 2018-02-28 09:48:52 +00:00
wiz
3c7968052b sysutils/ioping: import ioping-1.0
A tool to monitor I/O latency in real time.
It shows disk latency in the same way as ping shows network latency.

Packaged for wip by miwarin, with fixes by rillig and myself.
2018-02-28 09:48:36 +00:00
wiz
2154dfa2b5 doc: Updated security/munge to 0.5.13 2018-02-28 09:20:37 +00:00
wiz
cd8788b7b0 munge: update to 0.5.13 to fix build with openssl-1.1.
munge-0.5.13 (2017-09-26):
- Added support for OpenSSL 1.1.0. (#54)
- Added support for UID/GID values >= 2^31.
- Added support for getentropy() and getrandom().
- Added --trusted-group cmdline opt to munged.
- Added --log-file and --seed-file cmdline opts to munged. (#57)
- Changed default MAC algorithm to SHA-256.
- Fixed autoconf installation directory variable substitution. (#47)
- Fixed all gcc, clang, and valgrind warnings.
- Improved resilience and unpredictability of PRNG.
- Improved hash table performance.
- Removed libmissing dependency from libmunge. (#49)

munge-0.5.12 (2016-02-25):
- Changed project homepage to <https://dun.github.io/munge/>.
- Changed RPM specfile from sysvinit to systemd. (#33)
- Added --max-ttl cmdline opt to munged. (#28)
- Added --pid-file cmdline opt to munged. (#41)
- Added support for "make dist" and "make distcheck". (#45)
- Fixed group-writable permissions error for logfile on Ubuntu. (#31)
- Fixed packaging with missing pkgconfig munge.pc file. (#25)
- Fixed packaging with missing systemd service & tmpfiles.d config. (#34)
- Fixed recursive make command in makefiles. (#40)
2018-02-28 09:20:29 +00:00
wiz
895c7bd4f5 doc: Updated www/p5-libwww to 6.33 2018-02-28 09:09:27 +00:00
wiz
989f9553f5 p5-libwww: update to 6.33.
6.33      2018-02-27 03:51:36Z
    - Fix send_te change from previous release, which was breaking
      LWP::Parallel::UserAgent and Test::Override::UserAgent (GH #281) (Doug
      Bell)
2018-02-28 09:09:19 +00:00
wiz
3079036b99 doc: Updated www/p5-Plack-Middleware-RemoveRedundantBody to 0.07 2018-02-28 09:07:49 +00:00
wiz
779b0065f1 p5-Plack-Middleware-RemoveRedundantBody: update to 0.07.
0.07
    * Removed redundant object allocations & some minor fixes
2018-02-28 09:07:38 +00:00
wiz
1c8fbc6d56 doc: Updated textproc/p5-String-ToIdentifier-EN to 0.12 2018-02-28 08:57:08 +00:00
wiz
9ae5178ca6 p5-String-ToIdentifier-EN: update to 0.12.
0.12 2018-02-26 04:04:09
    - re-release dist with updated dist files gh#2
2018-02-28 08:56:58 +00:00
wiz
327d71eba2 doc: Updated textproc/p5-Lingua-EN-Inflect-Phrase to 0.20 2018-02-28 08:55:58 +00:00
wiz
afb6602f3b p5-Lingua-EN-Inflect-Phrase: update to 0.20.
0.20 2018-02-26 10:22:28
        - fix for CPANTS Kwalitee issues by Zak B. Elep (zakame):
            add MetaProvides::Package and MinimumPerl to dist.ini
2018-02-28 08:55:48 +00:00
adam
04486fb820 Updated www/nghttp2, www/nginx-devel 2018-02-28 08:54:25 +00:00
adam
7d9c36a405 nginx-devel: updated to 1.13.9
nginx 1.13.9:

*) Feature: HTTP/2 server push support; the "http2_push" and
   "http2_push_preload" directives.

*) Bugfix: "header already sent" alerts might appear in logs when using
   cache; the bug had appeared in 1.9.13.

*) Bugfix: a segmentation fault might occur in a worker process if the
   "ssl_verify_client" directive was used and no SSL certificate was
   specified in a virtual server.

*) Bugfix: in the ngx_http_v2_module.

*) Bugfix: in the ngx_http_dav_module.
2018-02-28 08:53:47 +00:00
wiz
620e9bc5db doc: Updated sysutils/p5-Server-Starter to 0.34 2018-02-28 08:53:43 +00:00