Commit graph

33101 commits

Author SHA1 Message Date
rin
a654759814 Fix previous; initialize os_overcommits for NetBSD >= 8.0. 2019-03-22 16:30:02 +00:00
schmonz
43635519d1 Fix "token is not a valid binary operator in a preprocessor
subexpression" on OS X by nesting the "!__NetBSD_Prereq__(8,0,0)"
check in another #if.
2019-03-22 15:55:17 +00:00
ryoon
4cc1ba65d4 Update to 3.43
Changelog:
New Functionality:
 * in sechash.h
    HASH_GetHashOidTagByHashType - convert type HASH_HashType to type
SECOidTag

 * in sslexp.h
    SSL_SendCertificateRequest - allow server to request post-handshake client
    authentication. To use this both peers need to enable the
    SSL_ENABLE_POST_HANDSHAKE_AUTH option. Note that while the mechanism is
    present, post-handshake authentication is currently not TLS 1.3 compliant
    due to Bug 1532312

Notable changes:
 * The following CA certificates were Added:
  - CN = emSign Root CA - G1
    SHA-256 Fingerprint:
40F6AF0346A99AA1CD1D555A4E9CCE62C7F9634603EE406615833DC8C8D00367

  - CN = emSign ECC Root CA - G3
    SHA-256 Fingerprint:
86A1ECBA089C4A8D3BBE2734C612BA341D813E043CF9E8A862CD5C57A36BBE6B

  - CN = emSign Root CA - C1
    SHA-256 Fingerprint:
125609AA301DA0A249B97A8239CB6A34216F44DCAC9F3954B14292F2E8C8608F

  - CN = emSign ECC Root CA - C3
    SHA-256 Fingerprint:
BC4D809B15189D78DB3E1D8CF4F9726A795DA1643CA5F1358E1DDB0EDC0D7EB3

  - CN = Hongkong Post Root CA 3
    SHA-256 Fingerprint:
5A2FC03F0C83B090BBFA40604B0988446C7636183DF9846E17101A447FB8EFD6

Bugs fixed in NSS 3.43
 * Bug 1528669 and Bug 1529308 - Improve Gyp build system handling

 * Bug 1529950 and Bug 1521174 - Improve NSS S/MIME tests for Thunderbird

 * Bug 1530134 - If Docker isn't installed, try running a local clang-format
		 as a fallback

 * Bug 1531267 - Enable FIPS mode automatically if the system FIPS mode flag
		 is set

 * Bug 1528262 - Add a -J option to the strsclnt command to specify sigschemes

 * Bug 1513909 - Add manual for nss-policy-check

 * Bug 1531074 - Fix a deref after a null check in SECKEY_SetPublicValue

 * Bug 1517714 - Properly handle ESNI with HRR

 * Bug 1529813 - Expose HKDF-Expand-Label with mechanism

 * Bug 1535122 - Align TLS 1.3 HKDF trace levels

 * Bug 1530102 - Use getentropy on compatible versions of FreeBSD
2019-03-22 15:50:34 +00:00
adam
27db0afc51 py-ipython: updated to 7.4.0
IPython 7.4.0
Unicode name completions
Make audio normalization optional
Fix improper acceptation of return outside of functions.
Fixed PyQt 5.11 backwards incompatibility causing sip import failure.
Fix Bug where type? woudl crash IPython.
Allow to apply @needs_local_scope to cell magics for convenience.
2019-03-22 11:07:59 +00:00
adam
d0aa56a8a0 gflags: updated to 2.2.2
gflags 2.2.2
This maintenance release improves life of Bazel users (no more
"config.h" leaking into global include paths), fixes build with recent MinGW
versions, and silences a number of static code analyzer and compiler warnings.
The build targets exported by the CMake configuration of this library are now
also prefixed by the package name "gflags::" following a more recent
(unwritten) CMake convention. The unprefixed target names are still supported
to avoid that dependent projects have to be modified due to this change in
imported target names.

gflags 2.2.1
Maintenance release with mainly Windows build fixes.
* Link to online documentation in README
* Include utils by file instead of CMAKE_MODULE_PATH search
* Remove unused program_name variable
* Enable language C for older CMake versions when needed
* Changed include directory in bazel build
* Mark single argument constructors in mutex.h as explicit
* Use inttypes.h on VC++ 2013 and later
* Fix statically linked gflags library with MSVC
* Modify installation paths on Windows for vcpkg
* Fix static initialization order fiasco caused by global registry lock
* Fix use of ARGC in CMake macros
* Static code analyzer error regarding strncmp with empty kRootDir
* Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions
2019-03-21 22:14:33 +00:00
adam
7391018311 py-extratools: updated to 0.8.2.1
0.8.2.1:
Unknown changes
2019-03-21 21:49:00 +00:00
adam
f01d755192 py-protobuf: updated to 3.7.0
version 3.7.0:
Python
* Added Python 3.7 compatibility.
* Modified ParseFromString to return bytes parsed .
* Introduce Proto C API.
* FindFileContainingSymbol in descriptor pool is now able to find field and enum values.
* reflection.MakeClass()  and  reflection.ParseMessage() are deprecated.
* Added DescriptorPool.FindMethodByName() method in pure python (c extension alreay has it)
* Flipped proto3 to preserve unknown fields by default.
* Added support for memoryview in python3 proto message parsing.
* Added MergeFrom for repeated scalar fields in c extension (pure python already has it)
* Surrogates are now rejected at setters in python3.
* Added public unknown field API.
* RecursionLimit is also set to max if allow_oversize_protos is enabled.
* Disallow duplicate scalars in proto3 text_format parse.
* Fix some segment faults for c extension map field.
2019-03-21 21:29:08 +00:00
adam
cdbb9f146b protobuf: updated to 3.7.0
version 3.7.0:
C++
* Introduced new MOMI (maybe-outside-memory-interval) parser.
* Add an option to json_util to parse enum as case-insensitive. In the future, enum parsing in json_util will become case-sensitive.
* Added conformance test for enum aliases
* Added support for --cpp_out=speed:...
* Added use of C++ override keyword where appropriate
* Many other cleanups and fixes.
2019-03-21 21:26:23 +00:00
jaapb
0f8d5417b8 Temporarily disabling missing dependencies, will fix ASAP 2019-03-21 14:56:45 +00:00
adam
160734b19b py-mako: updated to 1.0.8
1.0.8
[bug] Fixed an element in the AST Python generator which changed for Python 3.8, causing expression generation to fail.
[feature] Added --output-encoding flag to the mako-render script. Pull request courtesy lacsaP.
[bug] Removed unnecessary “usage” prefix from mako-render script. Pull request courtesy Hugo.
2019-03-21 14:18:07 +00:00
wiz
c4f9930ce3 devel/Makefile: add some missing subdirs 2019-03-21 13:16:47 +00:00
jaapb
80fedbe52e Updated devel/menhir to version 20181113.
No major changes upstream; minor bugfixes and improvements only.
2019-03-21 12:18:56 +00:00
jaapb
f583abdde9 Updated devel/ocamlbuild to version 0.14.0.
No major upstream changes - some extra features have been added dealing
with ppx, and the package is now compatible with OCaml 4.08.
2019-03-21 11:55:24 +00:00
adam
0a9c6b3db7 py-test-xdist: updated to 1.27.0
pytest-xdist 1.27.0:

Features
- The new pytest_xdist_getremotemodule hook allows overriding the module run on remote nodes.
- Improve behavior of --numprocesses=auto to work well with --pdb option.
2019-03-21 10:22:06 +00:00
he
ba50066c7d Add p5-Data-IEEE754 and p5-Data-Validate-IP. 2019-03-21 10:18:28 +00:00
adam
13d53aad49 py-uvloop: updated to 0.12.2
v0.12.2
Bug Fixes
* Fix circular references in SSL implementation to reduce
 the need for GC.
* Fix a memory leak in call_later() and call_at().
  The leak occurred when a callback argument had a reference to
  the event loop.
* Fix compilation warnings.
* Round (instead of flooring) delay in call_later().
  This ensures that the callback is never called slightly before
  the specified time.
2019-03-21 10:15:41 +00:00
he
2b61121165 Add p5-Data-Validate-IP version 0.27 from pkgsrc-wip.
This module provides a number IP address validation subs that both validate
and untaint their input. This includes both basic validation (is_ipv4() and
is_ipv6()) and special cases like checking whether an address belongs to a
specific network or whether an address is public or private (reserved).
2019-03-21 10:12:39 +00:00
he
6f2142b097 Add p5-Data-IEEE version 0.02 from pkgsrc-wip.
This module provides some simple convenience functions for packing and
unpacking big-endian IEEE 754 floats and doubles.
2019-03-21 10:06:35 +00:00
tsutsui
f77742f969 ruby-gnome2: update to 3.3.6.
Upstream changes:

== Ruby-GNOME2 3.3.6: 2019-03-21

This is a follow-up release of 3.3.5.

=== Changes

==== Ruby/GIO2

  * Improvements

    * (({Gio::File#read})): Added support for block.

    * (({Gio::File.open})): Added support for (({Pathname})).

    * (({Gio::InputStream.open})): Added support for block.

==== Ruby/CairoGObject

  * Fixes

    * Fixed a bug that old cairo may be used.

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a bug that 64bit integer conversion may be failed for
      large integer.

    * Fixed typos.
2019-03-21 08:42:21 +00:00
wiz
c7711fcbb2 ecore: remove libXp support.
Bump PKGREVISION, and recursively bump all affected packages.

Untested since eet, an ecore dependency, does not build for me.
2019-03-20 12:13:21 +00:00
wiz
dd6197d1c2 eio: update to 1.7.7nb12.
Remove libXp dependency. Not used here.
2019-03-20 10:49:39 +00:00
wiz
6a54d4e99e pdcurses: update to 3.4nb1.
Remove libXp dependency. libXp is not used here.
2019-03-20 10:38:54 +00:00
adam
4f9336661e waf: updated to 2.0.15
NEW IN WAF 2.0.15
-----------------
* Fix Python path detection under Git-Bash
* Provide an option to disable args files
* Improve command line length calculation for args files
* Add libs/stubs to Cuda library path
* Suppress ant_glob java warnings
* Support multiple 'default_cmd'
* Warn when buildcopy is used without any files to copy
* Protobuf examples enhancements
* Fix all DeprecationWarning: invalid escape sequence
2019-03-20 05:41:11 +00:00
wiz
1623a584e2 py-pygit2: update to 0.28.0.
Add test target.

0.28.0 (2019-03-19)
-------------------------

- Upgrade to libgit2 0.28
  `#878 <https://github.com/libgit2/pygit2/issues/878>`_

- Add binary wheels for Linux
  `#793 <https://github.com/libgit2/pygit2/issues/793>`_
  `#869 <https://github.com/libgit2/pygit2/pull/869>`_
  `#874 <https://github.com/libgit2/pygit2/pull/874>`_
  `#875 <https://github.com/libgit2/pygit2/pull/875>`_
  `#883 <https://github.com/libgit2/pygit2/pull/883>`_

- New ``pygit2.Mailmap``, see documentation
  `#804 <https://github.com/libgit2/pygit2/pull/804>`_

- New ``Repository.apply(...)`` wraps ``git_apply(..)``
  `#841 <https://github.com/libgit2/pygit2/issues/841>`_
  `#843 <https://github.com/libgit2/pygit2/pull/843>`_

- Now ``Repository.merge_analysis(...)`` accepts an optional reference parameter
  `#888 <https://github.com/libgit2/pygit2/pull/888>`_
  `#891 <https://github.com/libgit2/pygit2/pull/891>`_

- Now ``Repository.add_worktree(...)`` accepts an optional reference parameter
  `#814 <https://github.com/libgit2/pygit2/issues/814>`_
  `#889 <https://github.com/libgit2/pygit2/pull/889>`_

- Now it's possible to set SSL certificate locations
  `#876 <https://github.com/libgit2/pygit2/issues/876>`_
  `#879 <https://github.com/libgit2/pygit2/pull/879>`_
  `#884 <https://github.com/libgit2/pygit2/pull/884>`_
  `#886 <https://github.com/libgit2/pygit2/pull/886>`_

- Test and documentation improvements
  `#873 <https://github.com/libgit2/pygit2/pull/873>`_
  `#887 <https://github.com/libgit2/pygit2/pull/887>`_

Breaking changes:

- Now ``worktree.path`` returns the path to the worktree directory, not to the
  `.git` file within
  `#803 <https://github.com/libgit2/pygit2/issues/803>`_

- Remove undocumented ``worktree.git_path``
  `#803 <https://github.com/libgit2/pygit2/issues/803>`_


0.27.4 (2019-01-19)
-------------------------

- New ``pygit2.LIBGIT2_VER`` tuple
  `#845 <https://github.com/libgit2/pygit2/issues/845>`_
  `#848 <https://github.com/libgit2/pygit2/pull/848>`_

- New objects now support (in)equality comparison and hash
  `#852 <https://github.com/libgit2/pygit2/issues/852>`_
  `#853 <https://github.com/libgit2/pygit2/pull/853>`_

- New references now support (in)equality comparison
  `#860 <https://github.com/libgit2/pygit2/issues/860>`_
  `#862 <https://github.com/libgit2/pygit2/pull/862>`_

- New ``paths`` optional argument in ``Repository.checkout()``
  `#858 <https://github.com/libgit2/pygit2/issues/858>`_
  `#859 <https://github.com/libgit2/pygit2/pull/859>`_

- Fix speed and windows package regression
  `#849 <https://github.com/libgit2/pygit2/issues/849>`_
  `#857 <https://github.com/libgit2/pygit2/issues/857>`_
  `#851 <https://github.com/libgit2/pygit2/pull/851>`_

- Fix deprecation warning
  `#850 <https://github.com/libgit2/pygit2/pull/850>`_

- Documentation fixes
  `#855 <https://github.com/libgit2/pygit2/pull/855>`_

- Add Python classifiers to setup.py
  `#861 <https://github.com/libgit2/pygit2/pull/861>`_

- Speeding up tests in Travis
  `#854 <https://github.com/libgit2/pygit2/pull/854>`_

Breaking changes:

- Remove deprecated `Reference.get_object()`, use `Reference.peel()` instead


0.27.3 (2018-12-15)
-------------------------

- Move to pytest, drop support for Python 3.3 and cffi 0.x
  `#824 <https://github.com/libgit2/pygit2/issues/824>`_
  `#826 <https://github.com/libgit2/pygit2/pull/826>`_
  `#833 <https://github.com/libgit2/pygit2/pull/833>`_
  `#834 <https://github.com/libgit2/pygit2/pull/834>`_

- New support comparing signatures for (in)equality

- New ``Submodule.head_id``
  `#817 <https://github.com/libgit2/pygit2/pull/817>`_

- New ``Remote.prune(...)``
  `#825 <https://github.com/libgit2/pygit2/pull/825>`_

- New ``pygit2.reference_is_valid_name(...)``
  `#827 <https://github.com/libgit2/pygit2/pull/827>`_

- New ``AlreadyExistsError`` and ``InvalidSpecError``
  `#828 <https://github.com/libgit2/pygit2/issues/828>`_
  `#829 <https://github.com/libgit2/pygit2/pull/829>`_

- New ``Reference.raw_name``, ``Reference.raw_shorthand``, ``Tag.raw_name``,
  ``Tag.raw_message`` and ``DiffFile.raw_path``
  `#840 <https://github.com/libgit2/pygit2/pull/840>`_

- Fix decode error in commit messages and signatures
  `#839 <https://github.com/libgit2/pygit2/issues/839>`_

- Fix, raise error in ``Repository.descendant_of(...)`` if commit doesn't exist
  `#822 <https://github.com/libgit2/pygit2/issues/822>`_
  `#842 <https://github.com/libgit2/pygit2/pull/842>`_

- Documentation fixes
  `#821 <https://github.com/libgit2/pygit2/pull/821>`_

Breaking changes:

- Remove undocumented ``Tag._message``, replaced by ``Tag.raw_message``
2019-03-19 23:44:12 +00:00
jaapb
cc872272d6 Added ocaml-git to Makefile SUBDIRs 2019-03-19 14:29:35 +00:00
jaapb
3048d771bb Added devel/ocaml-git, an implementation of git in pure OCaml 2019-03-19 14:28:52 +00:00
jaapb
d61ac12f23 Added ocaml-stringext to Makefile SUBDIRs 2019-03-19 14:25:16 +00:00
jaapb
5c4e70e084 Added devel/ocaml-stringext, extra string functions for OCaml 2019-03-19 14:24:26 +00:00
jaapb
a7a338a0e1 Added ocaml-lru to Makefile SUBDIRs 2019-03-19 14:22:15 +00:00
jaapb
d5077177c8 Added devel/ocaml-lru, scalable LRU caches for OCaml 2019-03-19 14:21:34 +00:00
jaapb
d983e4aaf2 Added ocaml-psq to Makefile SUBDIRs 2019-03-19 14:20:21 +00:00
jaapb
c78b50658b Added devel/ocaml-psq, priority search queues for OCaml 2019-03-19 14:19:47 +00:00
wiz
dafe14d307 smake: update to 1.3nb3.
Switch to latest distfile.
Update provided by Michael Bäuerle via pkgsrc-wip.

Changelog
=========

Release 2019-02-18:
- smake (psmake): a missing link to libschily/strnlen.c has been added.

Release 2019-03-11:
- psmake: cpfiles/lnfiles/rmlinks now contain a line for the new
          include/schily/type_val.h
2019-03-19 14:19:45 +00:00
jaapb
464d55aebe Added ocaml-hex to Makefile SUBDIRs 2019-03-19 13:04:54 +00:00
jaapb
f1d3539c28 Added devel/ocaml-hex, simple hexadecimal converters for OCaml 2019-03-19 12:56:46 +00:00
wiz
64b20fc813 py-mercurial: Add upstream test fix.
Now all tests pass on NetBSD.
2019-03-19 12:12:22 +00:00
jaapb
467ad9c8be Added ocaml-encore to Makefile SUBDIRs 2019-03-19 11:38:47 +00:00
jaapb
e20847cbf1 Added devel/ocaml-encore, decoder/encoder generation library. 2019-03-19 11:38:06 +00:00
jaapb
8e437800c1 Added ocaml-ocplib-endian to Makefile SUBDIRs 2019-03-19 11:36:18 +00:00
jaapb
709982799a Added devel/ocaml-ocplib-endian, optimised int-to-string functions 2019-03-19 11:35:33 +00:00
jaapb
0409a27b79 Added devel/ocaml-duff, libXdiff implementation in OCaml 2019-03-19 11:31:30 +00:00
jaapb
188fcd3729 Added devel/ocaml-bos, basic OS interaction for OCaml 2019-03-19 11:29:00 +00:00
jaapb
6d5e43a02f Added ocaml-logs to Makefile SUBDIRs 2019-03-19 11:26:14 +00:00
jaapb
5a3f99bcac Added devel/ocaml-logs, logging infrastructure for OCaml 2019-03-19 11:25:41 +00:00
jaapb
989c09088c Added ocaml-fpath to Makefile SUBDIRs 2019-03-19 11:20:42 +00:00
jaapb
e6e3c44205 Added devel/ocaml-fpath, file path library for OCaml 2019-03-19 11:19:17 +00:00
jaapb
2eb4437fe0 Added ocaml-digestif to Makefile SUBDIRs 2019-03-19 11:15:55 +00:00
jaapb
31587e9e60 Added devel/ocaml-digestif, simple hash algorithms for OCaml 2019-03-19 11:15:12 +00:00
jaapb
db89da5c7e Added ocaml-cstruct to Makefile SUBDIRs 2019-03-19 11:12:11 +00:00
jaapb
39cee3eb22 Added devel/ocaml-cstruct, mapping OCaml arrays onto C-like structs 2019-03-19 11:11:31 +00:00
jaapb
ced4523a2c Added devel/ocaml-angstrom to Makefile SUBDIRs 2019-03-19 11:08:26 +00:00
jaapb
59a94c7507 Added devel/ocaml-angstrom, a parser combinator library. 2019-03-19 11:07:40 +00:00
jaapb
3cd124d124 Added ocaml-async to Makefile SUBDIRs 2019-03-19 11:04:23 +00:00
jaapb
7e05976ffc Added ocaml-async_extra to Makefile SUBDIRs 2019-03-19 11:03:59 +00:00
jaapb
dc949ef83c Added devel/ocaml-async, a library for asynchronous programming in Ocaml 2019-03-19 11:02:59 +00:00
jaapb
06ca53516e Added devel/ocaml-async_extra, extra stuff for ocaml-async 2019-03-19 10:51:00 +00:00
jaapb
f4dc6e9f16 Added ocaml-async_unix to Makefile SUBDIRs 2019-03-19 10:49:05 +00:00
jaapb
c92e8694db Added devel/ocaml-async_unix, unix hooks for ocaml-async 2019-03-19 10:48:15 +00:00
jaapb
5acfca6da4 Added ocaml-async_rpc_kernel to Makefile SUBDIRs 2019-03-19 10:44:04 +00:00
jaapb
8e0a9a7780 Added devel/ocaml-async_rpc_kernel, platform-independent RPC code for async 2019-03-19 10:43:19 +00:00
jaapb
86e7fe8c70 Added ocaml-async_kernel to Makefile SUBDIRs 2019-03-19 10:41:03 +00:00
jaapb
1da190f77c Added devel/ocaml-async_kernel, core data structures for ocaml-async 2019-03-19 10:40:23 +00:00
jaapb
b6c5b79093 Added devel/ocaml-ppx_jane, standard Jane Street ppx rewriters 2019-03-19 10:37:30 +00:00
jaapb
0be44024cd Added ocaml-ppx_typerep_conv to Makefile SUBDIRs 2019-03-19 10:32:52 +00:00
jaapb
f9f99a3749 Added devel/ocaml-ppx_typerep_conv, automatic runtime type generation 2019-03-19 10:32:11 +00:00
jaapb
5cd515330a Added ocaml-ppx_stable to Makefile SUBDIRs 2019-03-19 10:30:09 +00:00
jaapb
cb2433cb52 Added devel/ocaml-ppx_stable, extensions for almost-identical types 2019-03-19 10:29:26 +00:00
jaapb
b4c8b322db Added ocaml-ppx_pipebang to Makefile SUBDIRs 2019-03-19 10:26:33 +00:00
jaapb
a57533b6ec Added devel/ocaml-ppx_pipebang, inlining reverse application operators 2019-03-19 10:25:53 +00:00
jaapb
127d5cde50 Added ocaml-ppx_optional to Makefile SUBDIRs 2019-03-19 10:18:54 +00:00
jaapb
931c3e0d3d Added devel/ocaml-ppx_optional, pattern matching on flat options. 2019-03-19 10:12:39 +00:00
jaapb
1915efbf3f Added ocaml-core_kernel to Makefile SUBDIRs 2019-03-19 10:08:41 +00:00
jaapb
ecfe1e4aae Added devel/ocaml-core_kernel, standard library overlay (kernel) 2019-03-19 10:07:47 +00:00
jaapb
2ec99d04ae Added ocaml-typerep to Makefile SUBDIRs 2019-03-19 10:02:48 +00:00
jaapb
3c4b7088b1 Added devel/ocaml-typerep, a library for runtime types in OCaml. 2019-03-19 09:56:34 +00:00
gdt
75fb5e1b59 Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
adam
a89df1773c yarn: updated to 1.15.2
1.15.2:
The 1.15.1 doesn't exist due to a release hiccup.
Reverts a behavior causing boggus interactions between PowerShell and yarn global
Fixes a bug where non-zero exit codes were converted to a generic 1 when running yarn run
Fixes production / development reporting when running yarn audit

1.15.0
Removes --scripts-prepend-node-path as Yarn's default behavior makes this obsolete
Fixes the advisory link printed by yarn audit
Fixes npm_config_ environment variable parsing to support those prefixed with underscore (ex: _auth)
Fixes yarn upgrade --latest for dependencies using > or >= range specifier
Fixes --modules-folder handling in several places (ex: yarn check now respects --modules-folder)
Removes rootModuleFolders (internal variable which wasn't used anywhere)
Adds support for setting global-folder from .yarnrc files
Makes yarn version cancellable via ctrl-c or empty string
Adds support for yarn policies set-version berry
Fixes yarn upgrade --scope when using exotic (github) dependencies
Fixes occasionally mismatching upper/lowecases of drive letters in win32 pnp check
Fixes the error reporting for non-HTTP network errors (such as invalid certificates)
Changes the location where the --require ./.pnp.js flag gets added into NODE_OPTIONS: now at the front (bis)
Packages won't be auto-unplugged anymore if ignore-scripts is set in the yarnrc file
2019-03-18 09:11:22 +00:00
adam
8119d99d1e cmake: updated to 3.14.0
3.14.0:
New Features
Generators
* The Visual Studio 16 2019 generator was added. This is experimental and based on “Visual Studio 2019 Preview 4” because this version of VS has not been released.
* The Green Hills MULTI generator has been updated:

File-Based API
* A file-based api for clients to get semantic buildsystem information has been added.

Platforms
* CMake now supports Cross Compiling for iOS, tvOS, or watchOS using simple toolchain files.

Command-Line
* The cmake(1) Build Tool Mode (cmake --build) gained --verbose and -v options to specify verbose build output. Some generators such as Xcode don’t support this option currently.
* The cmake(1) -E compare_files command learned a new --ignore-eol option to specify that end-of-line differences (e.g. LF vs CRLF) should be ignored when comparing files.
* The cmake-gui(1) dialog gained new -S and -B arguments to explicitly specify source and build directories.

Commands
* The file() command learned a new sub-command, CREATE_LINK, which can be used to create hard or symbolic links.
* The file() command learned a new sub-command, READ_SYMLINK, which can be used to determine the path that a symlink points to.
* The file() command gained a SIZE mode to get the size of a file on disk.
* The find_package() command learned to optionally resolve symbolic links in the paths to package configuration files. See the CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS variable.
* The get_filename_component() command gained new LAST_EXT and NAME_WLE variants to work with the extension after the last . in the name.
* The if() command gained support for checking if cache variables are defined with the DEFINED CACHE{VAR} syntax.
* The install(CODE) and install(SCRIPT) commands learned to support generator expressions. See policy CMP0087.
* The install(TARGETS) command learned how to install to an appropriate default directory for a given target type, based on variables from the GNUInstallDirs module and built-in defaults, in lieu of a DESTINATION argument.
* The install(FILES) and install(DIRECTORY) commands learned a new set of parameters for installing files as a file type, setting the destination based on the appropriate variables from GNUInstallDirs and built-in defaults, in lieu of a DESTINATION argument.
* The list() operations REMOVE_ITEM, REMOVE_DUPLICATES, SORT, REVERSE, and FILTER all now accept a non-existent variable as the list since these operations on empty lists is also the empty list.
* The list() operation REMOVE_AT now indicates that the given indices are invalid for a non-existent variable or empty list.
* The try_compile() and try_run() commands gained a new LINK_OPTIONS option.

Variables
* A CMAKE_BUILD_RPATH_USE_ORIGIN variable and corresponding BUILD_RPATH_USE_ORIGIN target property were added to enable use of relative runtime paths (RPATHs). This helps achieving relocatable and reproducible builds that are invariant of the build directory.

Properties
* A CMAKE_ROLE global property was added to allow scripts to determine whether they’re running in project mode, script mode, find-package mode, CTest, or CPack.
* The CUDA_RESOLVE_DEVICE_SYMBOLS target property is now supported on shared library, module library, and executable targets. Previously it was only honored on static libraries.
* The EXCLUDE_FROM_ALL target property was created to override the setting of its directory. A target will now be built as part of “all” if its EXCLUDE_FROM_ALL property is set to OFF, even if its containing directory is marked as EXCLUDE_FROM_ALL.
* INTERFACE_POSITION_INDEPENDENT_CODE target property gains the support of generator expressions.
2019-03-18 09:05:59 +00:00
adam
ca90fb8e43 libuv: updated to 1.27.0
v1.27.0:
* doc: describe unix signal handling better
* linux: use statx() to obtain file birth time
* src: fill sockaddr_in6.sin6_len when it's defined
* test: relax uv_hrtime() test assumptions
* build: make cmake install LICENSE only once
* bsd: plug uv_fs_event_start() error path fd leak
* unix: fix __FreeBSD_kernel__ typo
* doc: add note about uv_run() not being reentrant
* unix, win: make fs-poll close wait for resource cleanup
* doc: fix typo in uv_thread_options_t definition
* win: skip winsock initialization in safe mode
* unix: refactor getsockname/getpeername methods
* win,udp: allow to use uv_udp_open on bound sockets
* udp: add support for UDP connected sockets
* build: fix uv_test shared uv Windows cmake build
* build: add android-configure scripts to EXTRA_DIST
* build: add missing header
* sunos: add perror() output prior to abort()
* test,sunos: disable UV_DISCONNECT handling
* sunos: disable __attribute__((unused))
* test,sunos: use unistd.h code branch
* build,sunos: better handling of non-GCC compiler
* test,sunos: fix statement not reached warnings
* sunos: fix argument/prototype mismatch in atomics
* test,sunos: test-ipc.c lacks newline at EOF
* test: change spawn_stdin_stdout return to void
* test: remove call to floor() in test driver
2019-03-18 09:02:58 +00:00
wen
4ce6af2a00 Update to 2.017
Upstream changes:
2.017     2019-03-12 21:10:26-04:00 America/New_York
        - syslog_socket can now be supplied to replace the native socket for
          Sys::Syslog (thanks, Jon Stuart!)
2019-03-17 14:01:39 +00:00
wen
ded4b2d9ac Update to 0.000119
Upstream changes:
0.000119  2019-03-16 15:17:33-07:00 America/Los_Angeles

    - Allow meta-checks in bag/array/hash (Thanks jjatria)
2019-03-17 13:56:27 +00:00
rin
43a2ce2cb2 Bump revision in order to make it easier to compare with
local jemalloc of NetBSD:

- restrict "os_overcommits" workaround to NetBSD < 8.0

- add debug option
2019-03-17 13:28:22 +00:00
wiz
cc6718bdd5 makedepend: update to 1.0.6.
This minor maintenance release fixes some bugs, lifts a limit, clears
some compiler warnings, boosts performance, and includes other janitorial
cleanups.

Alan Coopersmith (8):
      Constify a pair of local string pointers
      Use do { ... } while(0) idiom to make debug() macro safer
      Fix bad indentation in ifparser.c
      Remove unused variable whitespace
      Simplify writing of output lines to Makefile
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      makedepend 1.0.6

Antonio Larrosa (1):
      Quote colons in filenames/paths

David Boyce (1):
      Bumped -I flag limit in makedepend from 64 to 512.

Dirk (1):
      missing bounds check in makedepend for file arguments

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-03-17 11:18:43 +00:00
wiz
afede96015 imake: update to 1.0.8.
Alan Coopersmith (7):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Use SEEK_* names instead of raw numbers for fseek whence argument
      README: reword status section
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      imake 1.0.8

Andrew Savchenko (1):
      imake support for lcc compiler

Mihail Konev (1):
      autogen: add default patch prefix
2019-03-17 11:15:21 +00:00
wen
b0191817d0 Update to 2.006003
Upstream changes:
2.006003 - 2019-03-10
  - releasing as stable

2.006_002 - 2019-01-29
  - Fix quotifying of backslashes in utf8-flagged strings on perl 5.10.0.

2.006_001 - 2019-01-07
  - avoid warnings or failures on new perls when testing quoting UTF-8 strings
  - test quotify output under utf8 pragma
  - fix quoting of negative NaN

2.006_000 - 2018-12-29
  - don't test threads behavior on perl < 5.8.5, since they are too unstable
  - more tests
  - preserve inf, nan, and false in quotify
  - improve accuracy of quotified floating point numbers
  - SUB_QUOTE_DEBUG can now be set to sub names, package names, or a regex to
    match against the code to filter which generated subs are printed to STDERR.
2019-03-16 23:56:02 +00:00
wen
c7f1f8fd61 Update to 2.000006
Upstream changes:
2.000006 - 2019-03-10
  - update internal list of warnings for categories added in blead (v5.29.9)
  - fix extras test to avoid any files in the temp directory's parent
    directories interfering (RT#128751)
2019-03-16 23:52:29 +00:00
wen
421f68039b Update to 3.44
Upstream changes:
3.44 - 2019-02-20

   * Fix D_PPP_FIX_UTF8_ERRSV macro to use errsv value from passed argument
2019-03-16 23:44:15 +00:00
wen
4264a16df6 Updated to 6.76
Upstream changes:
6.76  2019-03-01
  -  Fixed bug in Date::Manip::Date::list_holidays.
        It was using 'now' instead of the stored date. Douglas DeStafeno

  -  Reordered TZ detection methods
        Moved checking the tzdata files to lower priority to avoid a pretty
        unusual situation in docker. Sven Nierlein (GitHub #20)

  -  Time zone fixes
        Newest zoneinfo data (tzdata 2018i). Requested by Shawn C Carroll
        (GitHub #28)
2019-03-16 23:39:57 +00:00
wen
287b97f2e3 Update to 1.09
Upstream changes:
1.09  2019-03-13
  - Added test directory to directories added in the use_lib method automatically.
  - Added functionality to the testdir method

1.08  2019-03-12
  - Minor improvement to a test.
  - Added the use_lib method and automatically use the 'lib' directory.
  - Some improvements to the POD documentation.
2019-03-16 23:36:12 +00:00
wen
5c5b5fa9e2 Update to 1.224
Upstream changes:
1.224     2019-03-02
  - No changes since 1.223

1.223     2019-02-14 (TRIAL)
  - Use File::Spec to get tmpdir instead of hardcoding (thanks, Desmond
  Daignault)

1.222     2018-04-29 (TRIAL)
  - Properly quote C strings passed in DEFINE (thanks, Salvador Fadiño)
  - Fix memory leak by decreasing reference count (thanks, Daniel Spang)
2019-03-16 23:27:26 +00:00
wen
8668637d31 Update to 0.17
Upstream changes:
0.17 2019-03-12T04:24:20Z

    - Bump version

0.16 2019-03-07T07:07:14Z

    - Avoid SQL syntax error: column IN () (charsbar) #26
    - Add disconnect method explicitly to pass tests for windows (twata1) #25
2019-03-16 23:23:31 +00:00
wen
c96abe43b8 Update to 2.25
Upstream changes:
2019-03-03  k  <andk@cpan.org>

        * release 2.25

        * two weeks after the TRIAL release cpantesters have produced 298
        pass and 2 fail reports on 108 different configurations; the two
        fails are outliers I don't understand

        * no functional change over 2.25-TRIAL; only a couple in the
        distroprefs directory which is not used per default

2019-02-16  k  <andk@cpan.org>

        * release 2.25-TRIAL

        * fix: Avoid a warning when prompting install_help intro (Nicolas
        R/atoomic)

        * testfix: load the tested module early, before juggling with @INC

        * testfix: replace an exec with system and exit (greetings to Windows)

        * two more distroprefs lines

2019-02-14  k  <andk@cpan.org>

        * release 2.24-TRIAL

        * fix: set internal error state on writemakefile=NO in a rare case
        without any output

        * test fix: avoid a so far unreflected dependency on perldoc

        * a few more distroprefs

2019-02-10  k  <andk@cpan.org>

        * release 2.23-TRIAL

        * fix: when option cleanup_after_install is active, prevent
        rerunning make install after a cleanup; allow it only with the
        help of force; also prevent that it is triggered too early

        * fix: address #121162: support distroprefs for install.env

        * fix: the option h on cpan script now really ignores all other
        options and arguments

        * fix: Local::Null::Logger on cpan script did not honour
        CPANSCRIPT_LOGLEVEL

        * address #122520: exit 1 on unknown options on cpan script

        * address #94941: refuse to generate reports with CPAN::Reporter
        lower than 1.2011

        * fix: distropref method "goto" now inherits CALLED_FOR and other
        attributes from caller

        * fix: correct a buggy version comparison when testing version of
        Net::Ping

        * portability fix: ensure that Compress::Zlib supports gzopen()

        * internal fix: never overwrite internal attribute CALLED_FOR (no
        known user-relevant implications)

        * tiny test fixed uncovered by cpantesters, various tiny typo
        corrections

        * a couple of new and updated distroprefs files
2019-03-16 14:10:54 +00:00
taca
bfe86c4637 devel/Makefile: add and enable ruby-rb-inotify 2019-03-16 14:03:53 +00:00
taca
60a60cf448 devel/ruby-rb-inotify:
Move sysutils/ruby-rb-inotify to devel since this is a similar library
like ruby-rb-fsevent and ruby-rb-kqueue.
2019-03-16 14:03:13 +00:00
wen
eef26780c8 Update to 3.90
Upstream changes:
version 3.90 at 2019-02-21 10:39:01 +0000
-----------------------------------------

  Change: 7a586269927569bf30a6de7ab6b35138b5495883
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2019-02-21 10:39:01 +0000

    Updated for v5.29.8
2019-03-16 14:01:58 +00:00
bsiegert
df61d022ce Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
bsiegert
f478547a1c Update php-xdebug to 2.7.0.
From Michael Moll via github.
Closes NetBSD/pkgsrc#43.

  [2019-03-06] ? Xdebug 2.7.0

      Fixed Bugs

      Fixed bug #1520: Xdebug does not handle variables and properties with
      "-" in their name
      Fixed bug #1577: Code coverage path analysis with chained catch fails
      in PHP 7.3
      Fixed bug #1639: Compile warning/error on GCC 8 or Clang due to "break
      intentionally missing"
      Fixed bug #1642: Debugger gives: "Warning: Header may not contain NUL
      bytes"
  [2019-02-15] ? Xdebug 2.7.0RC2

      Fixed Bugs

      Fixed bug #1551: Property with value null is not represented well
      Fixed bug #1621: Xdebug fails to compile cleanly on 32-bit platforms
      Fixed bug #1625: Work around ABI conflicts in PHP 7.3.0/PHP 7.3.1
      Fixed bug #1628: The PHP function name being constructed to record when
      GC Collection runs, is not freed
      Fixed bug #1629: SOAP Client/Server detection code does not handle
      inherited classes
  [2019-02-01] ? Xdebug 2.7.0rc1

      Fixed Bugs

      Fixed bug #1571: File/line information is not shown for closures in
      namespaces.
      Fixed bug #1578: Compile error due to redefinition of "zif_handler"
      with old GCCs.
      Fixed bug #1583: Xdebug crashes when OPcache's compact literals
      optimisation is on.
      Fixed bug #1598: Make path/branch coverage work with OPcache loaded for
      PHP 7.3 and later.
      Fixed bug #1620: Division by zero when GC Stats Collection runs with
      memory manager disabled.
  [2018-09-20] ? Xdebug 2.7.0beta1

      Improvements

      Fixed bug #1519: PHP 7.3 support (with a contribution by Christoph M.
      Becker)
2019-03-16 07:58:59 +00:00
ryoon
c59f0c7f53 Update to 0.8.2
Changelog:
Not available
2019-03-15 13:05:55 +00:00
he
c78920ca11 Upgrade to version 1.3.1.
Pkgsrc changes:
 * Update PLIST, conformance/ dir no longer installed, and Makefile
   adjusted accordingly.

Upstream changes:
 * The set of dependencies specified in `go.mod` has now been
   reduced to only the standard library.
2019-03-15 09:05:37 +00:00
alnsn
c68e5078cb Update devel/go-goptlib to version 1.0.0.
Change since v0.7:

Changed the tag naming scheme to work better with Go modules.
https://github.com/golang/go/wiki/Modules#semantic-import-versioning
2019-03-14 23:25:08 +00:00
alnsn
da369bdf0c Update devel/go-siphash to version 1.2.1.
Changes since v1.2.0:

Brought back some ARM assembly.
2019-03-14 23:22:26 +00:00
adam
722a3b49f5 py-llvmlite: updated to 0.28.0
v0.28.0
This release adds a number of community contributed features, including support for vector types, as well as atomic loads and stores.
* Adding Vector Type
* Add symbols from static object files
* Add support for atomic loads/stores
* Normalize replace_* behaviour and add docs
* Fix pickling of IR functions and add tests
* Setup manylinux1 buildscripts and CI
* Document need for -p1 argument to patch command
* Fix “SyntaxWarning: invalid escape sequence d”
* Consolidate the two vector type PRs
* Some adjustments to pr426
* Truncate long label names when adding label suffix.
* Add changelog info about v0.27.1

v0.27.1
Bugfix release for invalid wheel hash for OSX packages. No change to source code.
2019-03-14 13:02:18 +00:00
leot
5333532438 ocaml-ppx_base: Remove duplicate patch (NFC)
patch-ppx__base.opam (with two underscores!) is used instead.
2019-03-14 08:18:37 +00:00
jnemeth
bde862023e sort 2019-03-14 05:36:27 +00:00
adam
32aa53991e py-py: updated to 1.8.0
1.8.0:
- add "importlib" pyimport mode for python3.5+, allowing unimportable test suites
  to contain identically named modules.
- fix LocalPath.as_cwd() not calling os.chdir() with None, when
  being invoked from a non-existing directory.
2019-03-13 19:22:47 +00:00
adam
16c8251ec3 py-astroid: updated to 2.2.5
What's New in astroid 2.2.5?
* The last except handler wins when inferring variables bound in an except handler.
2019-03-13 19:19:27 +00:00
adam
925a55f282 py-selectors2: added version 2.0.1
Backported, durable, and portable selectors designed to replace the standard
library selectors module.

Features
* Support for all major platforms. (Linux, Mac OS, Windows)
* Support many different selectors
  - select.kqueue (BSD, Mac OS)
  - select.devpoll (Solaris)
  - select.epoll (Linux 2.5.44+)
  - select.poll (Linux, Mac OS)
  - select.select - (Linux, Mac OS, Windows)
* Support for PEP 475 (Retries system calls on interrupt)
* Support for modules which monkey-patch the standard library after import
  (like greenlet, gevent)
* Support for systems which define a selector being available but don't
  actually implement it.
2019-03-13 18:54:31 +00:00
adam
574778738c libebml: updated to 1.3.7
v1.3.7:
* Fixed the handling of Unicode codepoints > U+FFFF.
* Fixed building on Windows with cmake.
* Fixed building with gcc >= 7.
2019-03-13 17:33:29 +00:00
prlw1
90fda91829 Update py-meson to 0.50.0
- meson still strips rpath on install
- meson stopped python 3.4 support in December 2017
- python module now divulges python binary path

Full release notes at:
https://github.com/mesonbuild/meson/blob/master/docs/markdown/Release-notes-for-0.50.0.md
2019-03-13 12:51:13 +00:00
jaapb
c8dd0bc6a2 Added ocaml-ppx_module_timer to Makefile SUBDIRs 2019-03-13 11:54:48 +00:00
jaapb
ad35083588 Added devel/ocaml-ppx_module_timer, recording module startup times. 2019-03-13 11:53:56 +00:00
jaapb
181bb60043 Added ocaml-jst-config to Makefile SUBDIRs 2019-03-13 11:40:34 +00:00
jaapb
4db2cfe20d Added devel/ocaml-jst-config, compile time config for Jane Street libs 2019-03-13 11:39:36 +00:00
jaapb
f0c13164d0 Added ocaml-jane-street-headers to Makefile SUBDIRs 2019-03-13 11:36:49 +00:00
jaapb
46a35328d3 Added devel/ocaml-jane-street-headers, header files for Jane Street pkgs. 2019-03-13 11:35:47 +00:00
jaapb
0d94b81727 Added ocaml-ppx_fail to Makefile SUBDIRs 2019-03-13 11:25:27 +00:00
jaapb
ebf0a3e3e9 Added devel/ocaml-ppx_fail, add location to failwith calls 2019-03-13 11:24:49 +00:00
jaapb
6fd9522b08 Added ocaml-ppx_expect to Makefile SUBDIRs 2019-03-13 11:22:05 +00:00
jaapb
783d8b90d4 Added missing dependency to devel/ocaml-ppx_expect 2019-03-13 11:21:33 +00:00
jaapb
15e1e59cb2 Added devel/ocaml-ppx_expect, a cram-like testing framework for OCaml. 2019-03-13 11:19:15 +00:00
jaapb
b2ff0d9480 Added ocaml-ppx_bin_prot to Makefile SUBDIRs 2019-03-13 11:16:19 +00:00
jaapb
b81a88baf0 Added devel/ocaml-ppx_bin_prot, ppx rewriters for devel/ocaml-bin_prot 2019-03-13 11:15:45 +00:00
jaapb
4d2167990a Added ocaml-bin_prot to Makefile SUBDIRs 2019-03-13 11:06:47 +00:00
jaapb
8fce7a06cd Added devel/ocaml-bin_prot, a binary protocol generator for OCaml 2019-03-13 11:06:00 +00:00
jaapb
4d23384513 Added ocaml-ppx_variants_conv to Makefile SUBDIRs 2019-03-13 11:04:04 +00:00
jaapb
402f36aa80 Added devel/ocaml-ppx_variants_conv, ppx rewriter for variant types 2019-03-13 11:03:16 +00:00
jaapb
7157d36c89 Added ocaml-variantslib to Makefile SUBDIRs 2019-03-13 11:01:28 +00:00
jaapb
aba49ca2b1 Added devel/ocaml-variantslib, variant types as first-class values 2019-03-13 10:53:40 +00:00
jaapb
9ae871cf22 Added ocaml-ppx_custom_printf to Makefile SUBDIRs 2019-03-13 10:41:12 +00:00
jaapb
2bef40cf02 Added devel/ocaml-ppx_custom_printf, user-defined string conversions 2019-03-13 10:40:28 +00:00
adam
d12b26326a py-isort: updated to 4.3.15
4.3.15:
- Fixed a regression with handling streaming input from pipes
- Fixed handling of \x0c whitespace character
- Improved CLI documentation
2019-03-13 08:56:47 +00:00
adam
bb34cb0c75 py-test: updated to 4.3.1
pytest 4.3.1:

Bug Fixes
- Logging messages inside pytest_runtest_logreport() are now properly captured and displayed.
- Improve validation of contents written to captured output so it behaves the same as when capture is disabled.
- Fix AttributeError: FixtureRequest has no 'confg' attribute bug in testdir.copy_example.

Trivial/Internal Changes
- Avoid pkg_resources import at the top-level.
2019-03-13 08:54:21 +00:00
adam
8b6d83d26f py-faker: updated to 1.0.4
1.0.4:
* Fix erratic test.

1.0.3:
* Fix AttributeError in user_Agent provider.
* Update zh_TW person provider.
* Add street data & remove street_prefixes from id_ID address provider.
* Fix parsing of timedeltas in date_time provider.
* Split name formats into formats_male and formats_female for de_DE provider.
* Pin more-itertools to a version compatible with Python 2.7.
* Fix fr_FR postcodes_format.
* Fix hex code for yellowgreen color.
* Add Brazilian RG (identity card).
* Allow overriding of random generator class.
2019-03-13 08:53:03 +00:00
adam
3b6bbfa486 py-hypothesis: updated to 4.11.1
4.11.1:
This is a formatting-only patch, enabled by a new version of :pypi:isort.

4.11.0:
This release deprecates :func:~hypothesis.strategies.sampled_from with empty sequences. This returns :func:~hypothesis.strategies.nothing, which gives a clear error if used directly... but simply vanishes if combined with another strategy.

Tests that silently generate less than expected are a serious problem for anyone relying on them to find bugs, and we think reliability more important than convenience in this case.

4.10.0:
This release improves Hypothesis's to detect flaky tests, by noticing when the behaviour of the test changes between runs. In particular this will notice many new cases where data generation depends on external state (e.g. external sources of randomness) and flag those as flaky sooner and more reliably.

The basis of this feature is a considerable reengineering of how Hypothesis stores its history of test cases, so on top of this its memory usage should be considerably reduced.

4.9.0:
This release adds the strategy :func:~hypothesis.extra.numpy.valid_tuple_axes, which generates tuples of axis-indices that can be passed to the axis argument in NumPy's sequential functions (e.g. :func:numpy:numpy.sum).

4.8.0:
This release significantly tightens validation in :class:hypothesis.settings. :obj:~hypothesis.settings.max_examples, :obj:~hypothesis.settings.buffer_size, and :obj:~hypothesis.settings.stateful_step_count must be positive integers; :obj:~hypothesis.settings.deadline must be a positive number or None; and :obj:~hypothesis.settings.derandomize must be either True or False.

As usual, this replaces existing errors with a more helpful error and starts new validation checks as deprecation warnings.

4.7.19:
This release makes some micro-optimisations to certain calculations performed in the shrinker. These should particularly speed up large test cases where the shrinker makes many small changes. It will also reduce the amount allocated, but most of this is garbage that would have been immediately thrown away, so you probably won't see much effect specifically from that.

4.7.18:
This patch removes some overhead from :func:~hypothesis.extra.numpy.arrays with a constant shape and dtype. The resulting performance improvement is modest, but worthwile for small arrays.
2019-03-13 08:51:48 +00:00
alnsn
c41858be95 Update devel/py-lupa to version 1.8.
1.8 (2019-02-01)
----------------

* GH#107: Fix a deprecated import in Py3.

* Built with Cython 0.29.3 for better Py3.7 compatibility.
2019-03-12 23:57:50 +00:00
jaapb
159522bdfe Added ocaml-base_quickcheck to Makefile SUBDIRs 2019-03-12 18:59:52 +00:00
jaapb
f72af7dd5f Added devel/ocaml-base_quickcheck, a randomised testing framework. 2019-03-12 18:59:16 +00:00
jaapb
89544b4094 Added ocaml-splittable_random to Makefile SUBDIRs 2019-03-12 18:56:29 +00:00
jaapb
99030dbb41 Added devel/ocaml-splittable_random, a splittable RNG for OCaml 2019-03-12 18:55:23 +00:00
jaapb
2b943dac83 Added ocaml-ppx_bench to Makefile SUBDIRs 2019-03-12 18:52:35 +00:00
jaapb
30a0295d23 Added devel/ocaml-ppx_bench, a ppx rewriter for in-line benchmarks. 2019-03-12 18:52:03 +00:00
jaapb
9fb20486bf Added ocaml-ppx_inline_test to Makefile SUBDIRs 2019-03-12 18:50:13 +00:00
jaapb
494da6ce7f Added devel/ocaml-ppx_inline_test, a ppx rewriter for in-line tests 2019-03-12 18:44:33 +00:00
jaapb
77bfc18567 Added ppx_assert to Makefile SUBDIRs 2019-03-12 18:42:47 +00:00
jaapb
7b31fe8c00 Added devel/ocaml-ppx_assert, a ppx rewriter for assertions 2019-03-12 18:42:12 +00:00
jaapb
bd943d63b2 Added ocaml-ppx_sexp_message to Makefile SUBDIRs 2019-03-12 18:39:43 +00:00
jaapb
0c85ceb196 Added devel/ocaml-ppx_sexp_message, a ppx rewriter for s-expressions 2019-03-12 18:38:53 +00:00
jaapb
0a3774d5c0 Added ocaml-ppx_here to Makefile SUBDIRs 2019-03-12 18:34:52 +00:00
jaapb
81796946fc Added devel/ocaml-ppx_here, a ppx rewriter for source position 2019-03-12 18:34:12 +00:00
jaapb
539c9c4e2b Added ocaml-ppx_let to Makefile SUBDIRs 2019-03-12 18:23:11 +00:00
jaapb
7ae7dd2809 Added devel/ocaml-ppx_let, monadic and applicative let bindings. 2019-03-12 18:22:34 +00:00
jaapb
8a1b68df7e Added ocaml_ppx_fields_conv to Makefile SUBDIRs 2019-03-12 18:19:31 +00:00
jaapb
c880185f70 Added devel/ocaml-ppx_fields_conv, a function generator for OCaml records 2019-03-12 18:18:40 +00:00
jaapb
709865fc8b Added ocaml-fieldslib to Makefile SUBDIRs 2019-03-12 18:16:51 +00:00
jaapb
29dc7c531c Added devel/ocaml-fieldslib, for OCaml records as first class values 2019-03-12 18:16:18 +00:00
jaapb
7b7a9bdd80 Added ocaml-bigstringaf to Makefile SUBDIRs 2019-03-12 18:10:04 +00:00
jaapb
91222760a3 Added devel/ocaml-bigstringaf, bigstring intrinsics and fast blits 2019-03-12 18:09:29 +00:00
jaapb
0adcc70854 Added ocaml-astring to Makefile SUBDIRs 2019-03-12 18:05:33 +00:00
jaapb
baacad99eb Added devel/ocaml-astring, an alternative string library for Ocaml 2019-03-12 18:04:58 +00:00
jaapb
7fce19ea50 Added ocaml-checkseum to Makefile SUBDIRs 2019-03-12 17:57:48 +00:00
jaapb
396ab27ea0 Added devel/ocaml-checkseum, an OCaml implementation of CRC 2019-03-12 17:57:08 +00:00
jaapb
ed98b45e87 Added missing dependency to devel/ocaml-fmt 2019-03-12 17:53:44 +00:00
jaapb
09202c8579 Added ocaml-rresult to Makefile SUBDIRs 2019-03-12 17:50:42 +00:00
jaapb
c5ebb9195f Added devel/ocaml-rresult, a result value combinator library 2019-03-12 17:49:59 +00:00
jaapb
68a6e31d7b Added ocaml-optint to Makefile SUBDIRs 2019-03-12 17:47:36 +00:00
jaapb
b334867c4a Added devel/ocaml-optint, an OCaml integer optimisation library 2019-03-12 17:47:09 +00:00
jaapb
54be06ef48 Added ocaml-fmt to Makefile SUBDIRs 2019-03-12 17:42:31 +00:00
jaapb
3251bff244 Added devel/ocaml-fmt, an OCaml pretty-printing library. 2019-03-12 17:41:27 +00:00
gutteridge
7852287a26 fossil: update to 2.8
Changes for Version 2.8 (2019-02-20)

  *  Show cherry-pick merges as dotted lines on the timeline graph.
     The "fossil rebuild" command must be run to create and
     populate the new "cherrypick" table in the repository in order
     for this feature to operate.
  *  Add the ability to associate branches, check-ins, and tags with
     specially-named Wiki pages. This gives the ability to better
     document branches and tags, and provide more documentation on
     check-ins beyond the check-in comment.  The associated Wiki is
     automatically displayed on /info pages for check-ins, and on
     /timeline?r=BRANCH and /timeline?t=TAG pages for branches and
     tags. This feature is on by default, but can be disabled in on
     the Admin/Wiki page.
  *  Enhance the repository list page (shown for example by
     "fossil all ui") so that it shows the name and last check-in
     time for each project.  The implementation of the repository
     list page is now broken out into a separate source file (repolist.c).
  *  Allow users with Forum Supervisor permission ('6') to add Forum
     Write Trusted permission ('4') to users as they are approving a
     forum post by that user.
  *  When running a bisect, report the number of check-ins still in
     the search range and the estimated number of bisect steps remaining.
     Do this at each step of the bisect.
  *  Provide a permanent link to a bisect timeline using the bid= query
     parameter.
  *  Make the chronological forum display feature available to all users,
     and make it the default format on mobile devices.
  *  Break out Wiki setup into a separate /setup_wiki page, accessible
     on the standard menus through Admin/Wiki.
  *  Add "Next" and "Previous" buttons on the /wdiff page, allowing
     the user to step through the versions of a wiki page.
  *  Improve the display of the /whistory page.
  *  Omit the "HH:MM" timestamps on timeline graphs on narrow-screen
     devices, to improve horizontal space uses.  This helps make Fossil
     more mobile-friendly.
  *  Enhance /wcontent to show a sortable list of Wiki pages together
     with the number of revisions and the most recent change time for
     each page.
  *  Hyperlinks to Wiki pages on the /timeline go to the specific
     version of the Wiki page named in the timeline, not to the latest
     version.
  *  Enhancements to the "amend", "tag", and "reparent" commands, including
     adding options --override-date, --override-user, and --dry-run.
  *  Add the global --comment-format command-line option and the
     comment-format setting to control the display of the command-line
     timeline.
  *  Change the "fossil reparent" command so that it only works from
     within an active checkout.
  *  On the /setup_ucap_list, show administrators how many users have
     each capability.  The counts are a hyperlink to the /setup_ulist
     page showing the subset of users that have that capability.
  *  Provide the ability to redirect all HTTP pages to HTTPS.  Formerly
     one could cause this to occur for the /login page only.  That option
     still exists, but the redirect can now also be done for all pages.
  *  "Compress" the built-in javascript by omitting comments and
     leading and trailing whitespace.
  *  Detect when the repository used by a checkout is swapped out for
     a clone that uses different RID values, and make appropriate adjustments
     to the checkout database to avoid any problems.
  *  Add the backoffice-disable setting to completely disable the
     backoffice feature.
  *  Update the built-in SQLite to version 3.27.1.
  *  Various other small enhancements to webpages and documentation.
2019-03-12 13:20:27 +00:00
ryoon
8a9c2295e5 Update to 1.6.0
Changelog:
Changes from 1.5.4 to 1.6.0:
----------------------------

* Bug fixes:
  - Fixed issue where packages which referenced missing packages in
    Requires.private may have crashed due to memory corruption issues
    in some circumstances.
  - Fixed warnings reported by GCC 8 diagnostics.

* Enhancements:
  - Add LIBPKGCONF_VERSION and LIBPKGCONF_VERSION_STR macros for
    determining libpkgconf version.
  - Add pkgconf_fragment_copy_list() to copy a fragment list to
    another fragment list.

Changes from 1.5.3 to 1.5.4:
----------------------------

* Bug fixes:
  - fix build on Windows with Meson
  - fix edge cases for path canonicalization (especially on Windows)

Changes from 1.5.2 to 1.5.3:
----------------------------

* Security fixes:
  - Fix edge cases involving dequoting zero-length tuples that can lead to a
    buffer overflow under the right circumstances.  Thanks to A. Wilcox for
    reporting and supplying a patch.  (MR 3)

Changes from 1.5.1 to 1.5.2:
----------------------------

* Bug fixes:
  - Ensure environment variables override values learned from personality files
    or built-in defaults.

* Documentation enhancements:
  - Add pkgconf-personality(5) manpage documenting the personality file format.

Changes from 1.5.0 to 1.5.1:
----------------------------

* Bug fixes:
  - fixed a crash with some invalid multi-line .pc files

Changes from 1.4.2 to 1.5.0:
---------------------------

* Administrative:
  - The git repository has moved to <https://git.dereferenced.org/pkgconf/pkgconf>,
    due to the acquisition of GitHub by Microsoft.

* Overall enhancements:
  - pkgconf now supports the proposed Requires.internal pkg-config extension,
    by merging it with the Requires.private list (there is no functional difference
    between the two in our resolver implementation)
  - Support for cross-compilation personalities have been added.  To make use of this
    functionality, create a file in the new personality.d directory that sits inside
    the pkgconfig directory.  The personality file format is described in
    pc-personality(5). (github #166)
  - Support for Haiku has been added, including interpretation of BELIBRARIES and
    other toolchain specifics. (github #180)
  - Testsuite support can be disabled when building with Meson. (github #175)

* Bug fixes:
  - tuples are now appropriately dequoted when added by the parser (github #186).

* Various Windows enhancements:
  - CMake supports building with GCC on Windows. (github #179)
  - Prefix rewriting has been improved. (github #177)
  - PKGCONF_API support has been implemented when building with Meson,
    allowing Meson to be used to build pkgconf on Windows. (github #174)

* Documentation fixes:
  - The manpages have been linted and fixed. (github #181, #182, #183)
  - The description of pkgconf --exists has been corrected. (github #173)

Changes from 1.4.1 to 1.4.2:
----------------------------

* Bug fixes:
  - ensure pkgconf_dependency_t nodes have a solution marked when satisfied
    by an indirect provider (github #172)
2019-03-11 14:21:01 +00:00
ryoon
1a98211dda Update to 4.21
Changelog:
NSPR 4.21 contains the following changes:
- Use MAP_SHARED for read-only file mappings on MacOS and Android.
- Changed prbit.h to use builtin function on aarch64.
- Test program build fixes.
- Minor fixes to support unified builds.
- Update library copyright notices.
- Removed Gonk/B2G references.
2019-03-11 14:16:00 +00:00
adam
3f24d9c4e3 py-coverage: updated to 4.5.3
Version 4.5.3:
- Only packaging metadata changes.
2019-03-11 13:55:28 +00:00
jperkin
3fb110fbe5 py-meson: SunOS does not use GNU ld. Bump PKGREVISION. 2019-03-11 12:08:19 +00:00
adam
c189403a7a py-xdis: updated to 3.8.10
3.8.10:
- 3.8 opcode support
- Add Python 2.7.16
2019-03-10 13:52:36 +00:00
adam
d752cd4735 py-isort: updated to 4.3.14
4.3.14:
- Fixed a regression with */directory/*.py style patterns

4.3.13:
- Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used.
- Fixed some output being printed even when --quiet mode is enabled.
- Fixed issue 890 interoperability with PyCharm by allowing case sensitive non type grouped sorting.
- Fixed issue 889 under some circumstances isort will incorrectly add a new line at the beginning of a file.
- Fixed issue 885 many files not being skipped according to set skip settings.
- Fixed issue 842 streaming encoding improvements.
2019-03-10 13:38:32 +00:00
tsutsui
2a28a2c4e8 ruby-gnome2: update to 3.3.5.
Upstream changes:

== Ruby-GNOME2 3.3.5: 2019-03-10

This is a follow-up release of 3.3.4.

=== Changes

==== Ruby/GObjectIntrospection

  * Improvements

    * Ignored no (({GType})) interface.
2019-03-10 01:12:00 +00:00
tsutsui
1c7ef74ff1 ruby-gnome2: update to 3.3.4.
Upstream changes:

== Ruby-GNOME2 3.3.4: 2019-03-09

This is a real release to support GLib 2.60.

=== Changes

==== Ruby/GObjectIntrospection

  * Improvements

    * Ignored no (({GType})) interface.

== Ruby-GNOME2 3.3.3: 2019-03-09

This is a release to support GLib 2.60.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Made tests more robust.
      [GitHub#1272][Reported by Jeremy Bicha]

    * Required pkg-config 1.3.5 or later.

    * Added support for GLib 2.60.

    * Windows: Removed support for static compilation.

  * Fixes

    * (({GLib::PollFD#fd=})): Fixed wrong conversion.

==== Ruby/GObjectIntrospection

  * Improvements

    * Improved auto (({#==}))/(({#!=})) implementations.
      They returns (({true}))/(({false})) for invalid argument instead
      of raising an error.

==== Ruby/GTK2

  * Improvements

    * Made tests more robust.
      [GitHub#1275][Reported by Jeremy Bicha]

==== Ruby/RSVG2

  * Improvements

    * Made tests more robust.
      [GitHub#1273][Reported by Mamoru TASAKA]

==== Ruby/Poppler

  * Improvements

    * (({Poppler::Document.new(data:)})):
      Added support for (({Encoding.default_internal})).

    * (({Poppler::Document.new})):
      Added support for (({#to_path})) objects as path.

=== Thanks

  * Jeremy Bicha

  * Mamoru TASAKA
2019-03-09 14:08:43 +00:00
tsutsui
9d3bfde065 ruby-pkg-config: update to 1.3.6.
Upstream changes (from NEWS):

== 1.3.6 - 2019-03-09

=== Improvements

  * Added support for Homebrew environment without pkg-config formula.

== 1.3.5 - 2019-03-08

=== Fixes

  * Fixed MSYS2 detection installed at non standard folder.
    [GitHub:ruby-gnome2/ruby-gnome2#1271][Reported by Simon Arnaud]

=== Thanks

* Simon Arnaud
2019-03-09 13:13:01 +00:00
bsiegert
eda66c8d6f Update go-sys to 20190308.
There has been a fix for netbsd-arm, among many other commits.
2019-03-09 11:20:06 +00:00
bsiegert
7455fa5a88 all: revbump Go packages, now that they use go112 to build 2019-03-09 10:05:01 +00:00
wen
37f1932664 Update to 0.34
Upstream changes:
 Changes for version 0.34 - 2019-02-10

    Added SEE ALSO section to documentation. RT#100575
    Unreachable code cleanup (https://github.com/jib/cpanplus-devel/pull/15)
2019-03-08 15:10:33 +00:00
wen
67d27ce11b Update to 5.20190220
Upstream changes:
 Changes for version 5.20190220

    Updated for v5.29.8
2019-03-08 14:58:16 +00:00
prlw1
5c6168a7cf Attempt at fixing SunOS support after further breakage report from jperkin. 2019-03-08 11:34:49 +00:00
wiz
7892aef5d9 stooop: remove, included in devel/tcllib.
Suggested by Moritz Wilhelmy in
https://mail-index.netbsd.org/pkgsrc-users/2013/11/16/msg018898.html
2019-03-08 08:44:02 +00:00
prlw1
7cfd8ff063 Fix typo in last update, which will hopefully fix the sun-solaris2 breakage
reported by jperkin.
2019-03-07 13:48:17 +00:00
jnemeth
8acce170c4 delete file missed yesterday 2019-03-07 03:42:35 +00:00
adam
6cf3396130 py-astroid: updated to 2.2.4
What's New in astroid 2.2.4?
* Latest typed_ast gets installed for all CPython versions.
2019-03-06 18:39:43 +00:00
adam
6644a36baa py-isort: updated to 4.3.12
4.3.12:
- Fix error caused when virtual environment not detected

4.3.11:
- Fixed issue: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY
- Fixed issue: current version skips every file on travis
- Additional caching to reduce performance regression introduced in 4.3.5
- Improved handling of pex files and other binary Python files
2019-03-06 18:37:58 +00:00
wiz
d325abb29a py-hg-evolve: update to 8.4.0nb1.
Switch to distutils.mk.
2019-03-06 14:09:10 +00:00
joerg
2f176c798e Update hg-evolve to 8.4.0:
8.4.0 -- 2019-12-22
-------------------

  * compat: add compatibility with Mercurial 4.9
  * compat: drop compatibility with Mercurial 4.3
  * evolve: avoid potential crash when stabilizing orphan merges
  * evolve: pick right destination in split+prune cases issue5686 (hg-4.9 only)
  * evolve: prioritize --rev/--any/--all option over obsolete working directory
  * fold: concatenate commit message in revision order
  * next: evolve aspiring children by default (use --no-evolve to skip)
  * next: pick lower part of a split as destination
  * push: have `--publish` overrule the `auto-publish` config
  * split: accept file patterns
  * split: improve and update the user prompt (BC)
  * split: make it possible to drop change during a split
  * split: no longer accept revision without --rev (BC)
  * split: support for non interactive splits

topic 0.13.0

  * stack: introduce a --children flag (see help for details)
  * stack: support for '#stack[idx]' absolute indexing in revset (hg-4.9+ only)
  * topic: support for '#topic[idx]' relative indexing in revset (hg-4.9+ only)
  * topic: make --age compatible with the usual other display for `hg topic`
  * topics: improve the message around topic changes

8.3.3 -- 2018-12-24
-------------------

  * evolve: properly detect unresolved merge conflict (issue-5966)
  * evolve: fix possible crash when the repo changes during evolve (issue-6028)
  * test: avoid leaking `hg serve` process
  * topic: fix error message for the `ngtip` revset

8.3.2 -- 2018-11-27
-------------------

  * evolve: not longer attempt to translate revision's descriptions (issue6016)
  * evolve: fix compatibility with mercurial 4.8's narrow extension.
  * pick: fix summary help text
  * topic: only use pager when it make senses

8.3.1 -- 2018-10-25
-------------------

  * evolve+topic: fix possible crash during content-divergence evolution
  * use "new" unstabilities vocabulary in help
  * compat: compatibility with Mercurial 4.8rc0

8.3.0 -- 2018-10-12
-------------------

  * evolve: avoid redundant output when handling linear orphans
  * evolve: use stack alias s# in `hg evolve` messages
  * next, prev: use stack alias s# when relevant
  * rewind: add an undo alias
  * caches: skip warming the stablerange cache on strip in "auto" mode
  * topic: properly register the '{topicidx}' for mercurial <= 4.5

  * pullbundle: experimental extension to slice pull in multiple slices whose
                associated bundle can be cached. The extensions is shipped
                alongside evolve only for convenience. It it requires data
                structures that currently live in the evolve extensions.

8.2.1 -- 2018-09-14
-------------------

  * obshashrange: issue the "long stable cache" update message only once
  * obshashrange: reduce impact of cache invalidation from many new obsmarkers
  * caches: properly silence permission error related to caches

8.2.0 -- 2018-09-03
-------------------

  * prune: rename `--biject` flag to `--pair` (old flag is kept as an alias)
  * pick: rename the "grab" command to "pick" to avoid ambiguity with graft
  * discovery: enable obshashrange based discovery by default

topic

  * revset: `topic("patterns")` now handle standard patterns ("re:", etc)
  * revset: `topic(REVS)` matches revisions with same topic as REVS
  * topic: using `s#` alias instead of `t#` and `b#` alias
           (compat with old form is preserved)

8.1.2 -- 2018-08-28
-------------------

  * obshashrange: improved robusness of the cache under heavy load
  * obshashrange: force recomputation of the final obshash related cache
                  (to make sure people benefit from the 8.1.1 fixes)

8.1.1 -- 2018-08-21
-------------------

  * clone: fix possible crash when using clone bundle and forcing cache warming
  * evolve: properly set second parent during conflict (issue5927)
  * next: delete the evolvestate after aborting interrupted `next --evolve`
  * next: fix topic restriction when passing --evolve
  * obshashrange: fix speed and consistency issues during cache invalidation
  * obshashrange: properly persist all caches involved in obshashrange discovery
  * prune: improve documentation

8.1.0 -- 2018-08-03
-------------------

  * compatibility with mercurial 4.7
  * evolve: improve multiple aspect of content-divergence resolution
            * branch changes handling,
            * parent changes handling,
            * description changes handling,
            * divergent stack handling,
            * improved resume, stop and abort of divergent resolution
  * evolve: improved automatic resolution of phase-divergence

  * evolve: add a --update and --no-update flag to evolve to control final
            working copy parent
  * evolve: show `hg help evolve.interrupted-evolve` in error when conflicts
  * evolve: show unfinished state information in `hg status -v` (issue5886)
  * evolve: move bookmarks also when updating to successors (issue5923)
  * evolve: improve orphan resolution when combined with divergence (issue5946)
  * amend: abort `--patch` by saving an empty file (issue5925)
  *
  * evolve: add a new `--no-update` flag to keep working copy on the initial
            revision.
  * evolve: new help section dedicated to resuming operation interrupted by
            merge conflit, `hg help evolve.interrupted`.
  * obslog: --filternonlocal

  * rewind: first limited version of `rewind` command to restore stack of commit to a
            precusors state (check command help for detail and limitation)

topic (0.10.0)

  * display a hint when a topic becomes empty
2019-03-06 13:11:56 +00:00
jaapb
7826c9af77 Added patches to devel/ocaml-ppx_base 2019-03-06 09:37:23 +00:00
jaapb
1714be424b Updated devel/ocaml-base to version 0.12.0.
The package is now compatible with dune 1.7.

There are other improvements (the CHANGES file is not up to date); they
are minor, though.
2019-03-06 09:36:49 +00:00
gutteridge
c511221103 mate-common: update to 1.22
### mate-common 1.22.0

  * initial Travis-CI
2019-03-06 06:57:05 +00:00
adam
36c8f896c9 scons: updated to 3.0.4
RELEASE 3.0.4:
- Improve finding of Microsoft compiler: add a 'products' wildcard
  in case 2017 Build Tools only is installed as it is considered a separate
  product from the default Visual Studio
- Add TEMPFILESUFFIX to allow a customizable filename extension.
- Improved support for VC14.1 and Visual Studio 2017, as well as arm and arm64 targets.
- Initial support for ARM targets with Visual Studio 2017
- Update TempFileMunge class to use PRINT_CMD_LINE_FUNC
- Enhance cpp scanner regex logic to detect if/elif expressions without whitespaces but
  parenthesis like "#if(defined FOO)" or "#elif!(BAR)" correctly.

RELEASE 3.0.3:
NOTE: 3.0.2 release was dropped because there was a packaging bug. Please consider all 3.0.2
    content.
- Fixes to packaging logic.  Ensuring the SCons.Tool.clangCommon module is added
  to the release packages.
- Modify scons.bat script to check for scons python script without .py extension if no file
  scons.py exists. This enables an all platform wheel to work.
- Update doc examples to work with Python 3.5+:  map() now returns an iterable instead of a list.
2019-03-05 19:30:01 +00:00
jaapb
005aa8642b Updated devel/ocaml-extlib to version 1.7.6.
Minor fixes; see the CHANGES file for details.
2019-03-05 18:30:38 +00:00
jaapb
0155e7943a Updated devel/pcre-ocaml to version 7.4.1.
Package is now compatible with dune 1.7.

Main upstream changes are support for DFAs.
2019-03-05 18:23:31 +00:00
jaapb
f80fa5e7f9 Updated devel/ocaml-yojson to version 1.7.0.
Package is now compatible with dune 1.7.

Main change is that json types are now replaced by their t aliases;
there are some other minor bugfixes and changes as well. Full details in
the CHANGES.md file.
2019-03-05 18:21:04 +00:00
jaapb
0c969686f9 Updated devel/ocaml-sexplib to version 0.12.0.
Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.
2019-03-05 18:17:19 +00:00
jaapb
b9643a6f26 Updated devel/ocaml-ppx_optcomp to version 0.12.0.
Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.
2019-03-05 18:09:51 +00:00
jaapb
3cee112dae Updated devel/ocaml-hash to version 0.12.0.
Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.
2019-03-05 18:08:00 +00:00