Commit graph

33236 commits

Author SHA1 Message Date
ryoon
cf81c54b10 Update to 3.44
Changelog:
New Functions:

    in lib/certdb/cert.h
	CERT_GetCertificateDer - Access the DER-encoded form of a
CERTCertificate.

Notable Changes in NSS 3.44:

   * It is now possible to build NSS as a static library (Bug 1543545)
   * Initial support for building for iOS.

Bugs fixed in NSS 3.44:

   * 1501542 - Implement CheckARMSupport for Android
   * 1531244 - Use __builtin_bswap64 in crypto_primitives.h
   * 1533216 - CERT_DecodeCertPackage() crash with Netscape Certificate
Sequences
   * 1533616 - sdb_GetAttributeValueNoLock should make at most one sql query,
rather than one for each attribute
   * 1531236 - Provide accessor for CERTCertificate.derCert
   * 1536734 - lib/freebl/crypto_primitives.c assumes a big endian machine
   * 1532384 - In NSS test certificates, use @example.com (not @bogus.com)
   * 1538479 - Post-Handshake messages after async server authentication break
when using record layer separation
   * 1521578 - x25519 support in pk11pars.c
   * 1540205 - freebl build fails with -DNSS_DISABLE_CHACHAPOLY
   * 1532312 - post-handshake auth doesn't interoperate with OpenSSL
   * 1542741 - certutil -F crashes with segmentation fault
   * 1546925 - Allow preceding text in try comment
   * 1534468 - Expose ChaCha20 primitive
   * 1418944 - Quote CC/CXX variables passed to nspr
   * 1543545 - Allow to build NSS as a static library
   * 1487597 - Early data that arrives before the handshake completes can be
read afterwards
   * 1548398 - freebl_gtest not building on Linux/Mac
   * 1548722 - Fix some Coverity warnings
   * 1540652 - softoken/sdb.c: Logically dead code
   * 1549413 - Android log lib is not included in build
   * 1537927 - IPsec usage is too restrictive for existing deployments
   * 1549608 - Signature fails with dbm disabled
   * 1549848 - Allow building NSS for iOS using gyp
   * 1549847 - NSS's SQLite compilation warnings make the build fail on iOS
   * 1550041 - freebl not building on iOS simulator
   * 1542950 - MacOS cipher test timeouts
2019-05-16 14:08:16 +00:00
adam
a78fb982ac waf: updated to 2.0.16
NEW IN WAF 2.0.16
* Fix task semaphore errors on stateful tasks
* Fix encoding errors with UTF-8 paths on Python 2
* Fix encoding errors in waf_unit_test
* Improve dependency between javac task and use-d generated jars nodes
* Install pdb files with /debug:* flags
* Make javadoc detection optional
* Improve md5_tstamp documentation
* Add extras/color_msvc to colorizes MSVC outputs
* Fix symbol regex on mac-o binaries in extras/syms
* Maintain order of lines in doxyfile in extras/doxygen
* Improve extras/msvcdeps path handling
* Add extras/clang_cross for cross-compilation using clang
2019-05-16 06:58:05 +00:00
adam
6fbe240827 libuv: updated to 1.29.0
v1.29.0:
Changes since version 1.28.0:
* ibmi: read memory and CPU usage info
* doc: update the cmake testing instruction
* unix: fix race condition in uv_async_send()
* linux: use O_CLOEXEC instead of EPOLL_CLOEXEC
* doc: mark uv_async_send() as async-signal-safe
* linux: init st_flags and st_gen when using statx
* linux: read free/total memory from /proc/meminfo
* test: test zero-sized uv_fs_sendfile() writes
* unix: don't assert on UV_PROCESS_WINDOWS_* flags
* linux: set correct mac address for IP-aliases
* win,util: fix null pointer dereferencing
* unix,win: fix `uv_fs_poll_stop()` when active
* doc: add missing uv_fs_type entries
* doc: fix build with sphinx 2.x
* unix: don't make statx system call on Android
* unix: fix clang scan-build warning
* unix: fall back to kqueue on older macOS systems
* unix,win: add uv_get_constrained_memory()
* darwin: fix thread cancellation fd leak
* linux: fix thread cancellation fd leak
2019-05-16 06:56:55 +00:00
gutteridge
794e89c581 geany: update to 1.35
Geany 1.35 (April 28, 2019)

    General
    * Start synchronization with Universal-CTags (Jiří Techet, PR#1263,
      PR#2018).

    Bug fixes
    * Improve IPC socket handling (Issue#641, PR#2111).
    * Fix loading the default open encoding option (PR#1326).
    * Fix VTE path following after reset (Issue#352, PR#2116).

    Interface
    * Show variable type in a tooltip in symbol tree (Jiří Techet, PR#2036).

    Editor
    * Update Scintilla to version 3.10.2 (Issue#971, Issue#1947, Issue#2076,
      PR#2045).
    * Drastically speed up huge bulk replacements (Issue#2092, PR#2097).
    * Fix accessibility information reported upon deletion.
    * Fix garbage data insertion when moving lines up or down (Issue#2066).
    * Don't perform line breaking in rectangular selection mode (Issue#2051,
      PR#2135).

    Filetypes
    * Allow stripping trailing spaces from custom filetypes based on the Diff
      lexer (Cristian Ciocaltea, Issue#2041, PR#2043).
    * Improve JavaScript symbols parsing (Issue#1329, Issue#1891, Issue#1933,
      part of PR#2018).
    * Improve HTML symbols parsing (part of PR#2018).
    * Improve COBOL symbols parsing (PR#2128).
    * Improve ActionScript symbols parsing (PR#2134).

    Windows
    * Installer: only install GTK translations if selected (Issue#2090).

    Internationalization
    * Updated translations: da, de, es, fr, ja, lv, pt, ru, sk, zh_CN
2019-05-15 23:59:03 +00:00
ryoon
c2f59b0d8d Update to 0.8.7
Changelog:
* Support for Rust 2018
2019-05-15 12:24:01 +00:00
adam
3b7a401596 py-distorm3: updated to 3.4.1
v3.4.1:
bumping version for pypi
2019-05-15 11:44:18 +00:00
adam
8abfa6ee12 py-wheel: updated to 0.33.4
0.33.4:
Reverted 289 (adding directory entries to the wheel file) due to incompatibility with distlib.wheel

0.33.3:
Fixed wheel build failures on some systems due to all attributes being preserved

0.33.2:
Fixed empty directories missing from the wheel
2019-05-15 10:58:34 +00:00
adam
2b62ee6be5 py-crayons: updated to 0.2.0
0.2.0:
Unknown changes
2019-05-15 10:56:23 +00:00
adam
02e221e7cc py-isort: updated to 4.3.20
4.3.20:
- Fixed - Pipe redirection broken on Python2.7
2019-05-15 09:13:03 +00:00
adam
ae5b7fd55f py-faker: updated to 1.0.7
1.0.7:
* Remove dead url from image_placeholder_services.
* Fix missing first_names in Romanian person provider.
* Add Catalan, adds doi/nie/nif/cif to Spain ssn.
* Add texts to generate list of texts.
* Add provider for pl_PL automotive and Polish pesel number.
* Corrected behavior for pyfloat.
2019-05-15 09:11:53 +00:00
adam
93457a280c cmake: updated to 3.14.4
Changes in 3.14.4 since 3.14.3:
* FindBoost: Record compiler features for Boost 1.67 and above
* FindBoost: Fix compiler features for `fiber` and `context`
* iOS: Fix try_compile FILE_COPY not to fail
* target_link_libraries: Fix static library private deps in other dirs
* Help: Add 3.14.4 release notes
* FindSWIG: Support swig4.0
* Apple: Preserve high resolution mtime for static libraries
* Apple: Properly lookup XCTest for iOS and tvOS
* FindPython: NumPy: fix erroneous dependencies management
* FindPython: ensure variable Python_RUNTIME_LIBRARY_DIRS is set correctly
2019-05-15 09:06:10 +00:00
jaapb
e9360cca47 Changed devel/ocaml-extlib to build on non-opt archs, revbump 2019-05-15 09:01:03 +00:00
markd
a1c9b5775c tex-tlshell{,-doc}: Add version 2019
A texlive tk shell
2019-05-15 08:39:05 +00:00
jaapb
86913e7bc7 Updated devel/ocaml-findlib for new x11/ocaml-graphics package. 2019-05-14 15:55:44 +00:00
markd
724b3dd3bb tex-l3experimental: update to 2019
- Clipping of paths by `l3draw`
2019-05-14 11:22:47 +00:00
markd
8064fe407f tex-l3packages{,-doc}: update to 2019
### Added

 - `xparse`: Support for `trace` package
2019-05-14 11:17:39 +00:00
markd
a4be62cc8a tex-l3kernel{,-doc}: update to 2019
### Changed

 - Moved `\tl_if_single_token:n(TF)` to stable

 - Moved `\file_get_mdfive_hash:nN(TF)`, `\file_get_size:nN(TF)`
     and `\file_get_timestamp:nN(TF)` to stable

 - Moved `\file_if_exist_input:n` and `\file_if_exist_input:nF` to stable

 - Moved `\file_input_stop:` to stable

 - Moved `\peek_N_type:TF` to stable

 - Experimental `\driver_pdf_compress_objects:n` replaces
   `\driver_pdf_objects_(en|dis)able:`

 ### Fixed

 - Support for ConTeXt from mid-December 2018

- Infinite loop in some cases in DVI mode due to link-breaking code
- Category code of output from `\char_<target>_case:N`, and
  same issue in `\str_<target>_case:n`

- Some issues in `dvisvgm` driver

### Added

- Experimental support for a range of PDF concepts at the lowest
  (driver abstraction) level

 - New `l3legacy` module containing
   - `\legacy_if:n(TF)`

- `\char_str_<target>_case:N`

 - `.muskip:N` property

 - Experimental driver-level interfaces for image inclusion
 - Experimental `\ior_shell_open:Nn`
2019-05-14 11:08:33 +00:00
adam
fbf14c385a py-test: updated to 4.5.0
pytest 4.5.0:

Features
- A warning is now emitted when unknown marks are used as a decorator.
  This is often due to a typo, which can lead to silently broken tests.
- Show XFail reason as part of JUnitXML message field.
- Messages from crash reports are displayed within test summaries now, truncated to the terminal width.
- New flag --strict-markers that triggers an error when unknown markers (e.g. those not registered using the markers option_ in the configuration file) are used in the test suite.
  The existing --strict option has the same behavior currently, but can be augmented in the future for additional checks.
- Assertion failure messages for sequences and dicts contain the number of different items now.
- Improve reporting with --lf and --ff (run-last-failure).
- The --cache-show option/action accepts an optional glob to show only matching cache entries.
- Standard input (stdin) can be given to pytester's Testdir.run() and Testdir.popen().
- The -r option learnt about A to display all reports (including passed ones) in the short test summary.
- The short test summary is displayed after passes with output (-rP).
- The --last-failed (--lf) option got smarter and will now skip entire files if all tests
  of that test file have passed in previous runs, greatly speeding up collection.
- Introduce new specific warning PytestWarning subclasses to make it easier to filter warnings based on the class, rather than on the message. The new subclasses are:
  * PytestAssertRewriteWarning
  * PytestCacheWarning
  * PytestCollectionWarning
  * PytestConfigWarning
  * PytestUnhandledCoroutineWarning
  * PytestUnknownMarkWarning
- New record_testsuite_property session-scoped fixture allows users to log <property> tags at the testsuite
  level with the junitxml plugin.
  The generated XML is compatible with the latest xunit standard, contrary to
  the properties recorded by record_property and record_xml_attribute.
- The default logging format has been changed to improve readability. Here is an
  example of a previous logging message::
      test_log_cli_enabled_disabled.py    3 CRITICAL critical message logged by test
  This has now become::
      CRITICAL root:test_log_cli_enabled_disabled.py:3 critical message logged by test
  The formatting can be changed through the log_format <https://docs.pytest.org/en/latest/reference.html#confval-log_format>__ configuration option.
- --fixtures now also shows fixture scope for scopes other than "function".

Bug Fixes
- Deselected items from plugins using pytest_collect_modifyitems as a hookwrapper are correctly reported now.
-  With usage errors exitstatus is set to EXIT_USAGEERROR in the pytest_sessionfinish hook now as expected.
- outcome.exit is not used with EOF in the pdb wrapper anymore, but only with quit.

Improved Documentation
- Expand docs on registering marks and the effect of --strict.

Trivial/Internal Changes
- logging.raiseExceptions is not set to False anymore.
- pytest now depends on wcwidth <https://pypi.org/project/wcwidth>__ to properly track unicode character sizes for more precise terminal output.
- pytester's Testdir.popen() uses stdout and stderr via keyword arguments with defaults now (subprocess.PIPE).
- The code for the short test summary in the terminal was moved to the terminal plugin.
- Improved validation of kwargs for various methods in the pytester plugin.
- record_property now emits a PytestWarning when used with junit_family=xunit2: the fixture generates
  property tags as children of testcase, which is not permitted according to the most
  recent schema <https://github.com/jenkinsci/xunit-plugin/blob/master/
  src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd>__.
- Pin pluggy to < 1.0 so we don't update to 1.0 automatically when
  it gets released: there are planned breaking changes, and we want to ensure
  pytest properly supports pluggy 1.0.
2019-05-14 07:42:01 +00:00
adam
3480d5c581 py-isort: updated to 4.3.19
4.3.19:
- Fixed - correctly handle pyi (Python Template Files) to match `black` output
2019-05-14 07:34:50 +00:00
maya
aa9a0a65dd py-pygit2: fix python2.7 install 2019-05-14 03:12:36 +00:00
ryoon
a5b03a1b09 Update to 2019.1.2
Changelog:
2019.1.2
This update comes with a bunch of notable fixes:

    Fixed several major Gradle issues: IDEA-210487, IDEA-210487, IDEA-178417.
    The “Open Recent” menu can now display the path to a project: IDEA-168223.
    The terminal tabs can now be reordered with Ctrl+Shift+Left/Right on Windows / Linux, and cmd+Shift+Left/Right on macOS: IDEA-202809.
    It’s now possible to build a Groovy project using the Groovy-Eclipse compiler: IDEA-207921.
    The Recent Locations popup now opens all the selected locations: IDEA-209286
    The Run Anything popup shows the correct list of Maven goals: IDEA-199283, and shows correct suggestions on the first run: IDEA-210716.


2019.1.1
Out of dozens of important fixes this update delivers, here are the most important ones:

    Performance issues: the IDE doesn’t freeze on Auto-import (IDEA-206649) and we’ve fixed the issue that was causing very high memory usage on relatively small projects (IDEA-210047).
    Regressions fixed: The ‘Start Failed’ dialog doesn’t appear on closing the import settings dialog, and VCS refreshes don’t take very long with Mercurial anymore: IDEA-209262.
    Updating plugins in an offline environment now works with the new marketplace and custom plugin repository: IDEA-205032.
    No confirmation dialog is shown when you try to close a Terminal without running processes: IDEA-205690.
    It’s now possible to switch back from the Terminal tool window to the editor by pressing Esc: IDEA-116221.
    In the Run Configuration dialog, you can paste just the name or just the value of an Environment Variable: IDEA-206952.
    The IDE now correctly creates a branch when you open a task with the ‘create branch’ option enabled: IDEA-205194.
    It’s now possible to type characters that require AltGr (IntelliJ IDEA with JBR11): IDEA-209426.
    For those using the IdeaVim plugin, the Esc key in insert mode closes the autocomplete popup and exits the insert mode: IDEA-209779.
    The bundled Kotlin plugin was updated to v1.3.21-release-IJ2019.1-3, with the following fixes integrated: KT-30117, KT-29427, KT-30137, and KT-9618.
2019-05-13 17:30:12 +00:00
mef
44561fcb7d (devel/cloc) Add missing DEPENDS (p5-Parallel-ForkManager) 2019-05-13 13:58:53 +00:00
jaapb
5658513c52 Updated devel/js_of_ocaml to version 3.4.0.
This update introduces compatibility with OCaml 4.08, and does some
refactoring of the library.
There are also other minor bugfixes and changes.
2019-05-13 11:49:52 +00:00
jaapb
130ae34265 Updated devel/ocaml-lwt_ppx to version 1.2.2.
Update associated with the update of ocaml-lwt to version 4.2.1.
2019-05-13 11:41:42 +00:00
jaapb
05f34d0d87 Updated devel/ocaml-lwt_react to version 1.1.2.
Update associated with the update of ocaml-lwt to version 4.2.1
2019-05-13 11:39:40 +00:00
jaapb
30bf574a67 Updated devel/ocaml-lwt to version 4.2.1.
Minor changes, the most important of which is introducing ocaml 4.08
compatibility. The configure script has also been moved and is now called
during compilation.
2019-05-13 11:38:45 +00:00
jaapb
d135a24cf9 Added ocaml-seq to Makefile SUBDIRs 2019-05-13 11:31:01 +00:00
jaapb
b3284a6bca Added devel/ocaml-seq 0.1. Compatibility package for seq library.
This is a library introduced in 4.07; this is a compatibility package
for earlier versions.
2019-05-13 11:30:24 +00:00
jaapb
af7f207840 Added ocaml-mmap to Makefile SUBDIRs 2019-05-13 10:55:52 +00:00
jaapb
a63f2306f1 Added package devel/ocaml-mmap.
This is a compatibility package for a function introduced in OCaml 4.06;
it is needed as a dependency for devel/ocaml-lwt.
2019-05-13 10:54:47 +00:00
markd
caf940056a tex-doclicense{,-doc}: update to 1.9.0
Added Catalan, Galician, Chinese and Portuguese translation.
Detect and give hint when enquote macro is already defined.
Fix LaTeX Error: Too deeply nested.
2019-05-12 11:16:37 +00:00
leot
ecfe63acea py-hglib: Adjust DISTNAME to 2.6.1 (part of 2.6.1 update, sorry!) 2019-05-11 10:04:30 +00:00
leot
20aaad3098 py-hglib: Update to 2.6.1
pkgsrc changes:
 - Update HOMEPAGE

Changes (no changelog provided, these are from commit messages):
2.6.1
-----
 - util: fix handling of empty short option
 - make: dist, all, and help should also be phony rules

2.6
---
 - client: do not accept NULL character as command arguments
 - client: ignore close() on non-open clients (issue5751)

2.5
---
 - hgclient: look for an open server before closing it in ResponseError block
 - _readchannel: if a read failure is due to a broken server, report that
 - config: un-break showconfig wrapper when environment variables are used
 - client: make it robust for weird repository path
 - util: make cmdbuilder() robust for faulty parsing of early options
 - client: do not append an option to a list of arguments
 - client: raise ResponseError in _readchannel()
 - client: don't swallow ResponseError inside open()
 - client: kill the server on unrecoverable communication errors (issue5516)
 - client: fail gracefully on unexpected prompts (issue5516)
 - summary: parse commit line less strictly (issue5637)
2019-05-11 10:01:28 +00:00
ryoon
b219b89bc1 Update to 1.2.0
Changelog:
This is mainly a fix for #1.

But with that, the API is slightly changed. New now simply returns
only a function:

debounced := debounce.New(100 * time.Millisecond)
2019-05-11 03:46:04 +00:00
mef
f558a29308 If SUBST_STAGE is set to pre-configure, NO_CONFIGURE= yes is harmfull 2019-05-10 15:49:39 +00:00
mef
60ffdb2547 Fix more PKGNAME -> PKGNAME_NOREV for Icon/Exec path link. Thanks leot@ to point out 2019-05-10 12:48:39 +00:00
hauke
b11864d5dd update devel/php-libawl in lockstep with davical update. 2019-05-10 12:26:34 +00:00
mef
ed70ba9564 (devel/phpstorm-bin) PR pkg/54183 problem is also here 2019-05-09 15:13:15 +00:00
mef
7862b78c88 (devel/intellij-ue-bin) PR pkg/54183 problem is also here 2019-05-09 15:12:02 +00:00
mef
b2b44e297b (devel/clion-bin) PR pkg/54183 problem is also here 2019-05-09 15:03:10 +00:00
mef
55f2af59f3 Fix install directory issue PR pkg/54183, thanks wiz@ and leot@ for review
Install destination inconsistency if PKG_REVISION is set.
	The part of error message looks as:

	ERROR: The following files are in the PLIST but not in /W/devel/rubymine-bin/work/.destdir/usr/pkg:
	ERROR:         /W/devel/rubymine-bin/work/.destdir/usr/pkg/${PKGNAME_NOREV}/Install-Linux-tar.txt
	       .....
	       ....
	ERROR: ************************************************************
	ERROR: The following files are in /W/devel/rubymine-bin/work/.destdir/usr/pkg but not in the PLIST:
	ERROR:         /W/devel/rubymine-bin/work/.destdir/usr/pkg/rubymine-bin-2018.3.5nb1/Install-Linux-tar.txt
2019-05-09 14:41:13 +00:00
adam
639c026406 py-faker: updated to 1.0.6
1.0.6:
Unknown changes
2019-05-09 12:03:24 +00:00
adam
693fb5e031 py-test: updated to 4.4.2
pytest 4.4.2:

Bug Fixes
* Fix crash caused by error in __repr__ function with both showlocals and verbose output enabled.
* Eliminate core dependency on ‘terminal’ plugin.
* Require pluggy>=0.11.0 which reverts a dependency to importlib-metadata added in 0.10.0. The importlib-metadata package cannot be imported when installed as an egg and causes issues when relying on setup.py to install test dependencies.

Improved Documentation
* Doc: pytest_ignore_collect, pytest_collect_directory, pytest_collect_file and pytest_pycollect_makemodule hooks’s ‘path’ parameter documented type is now py.path.local
* Improve help for --runxfail flag.

Trivial/Internal Changes
* Removed internal and unused _pytest.deprecated.MARK_INFO_ATTRIBUTE.
2019-05-09 11:59:31 +00:00
adam
f5b6828301 py-pluggy: updated to 0.11.0
pluggy 0.11.0:
- Revert changes made in 0.10.0 release breaking .egg installs.

pluggy 0.10.0:
- Switch from pkg_resources to importlib-metadata for entrypoint detection for improved performance and import time.
2019-05-09 11:58:21 +00:00
adam
710e685f23 py-hypothesis: updated to 4.23.4
4.23.4:
Fixes a minor formatting issue the docstring of from_type()

4.23.3:
Adds a recipe to the docstring of from_type() that describes a means for drawing values for “everything except” a specified type. This recipe is especially useful for writing tests that perform input-type validation.

4.23.2:
This patch uses autoflake to remove some pointless pass statements, which improves our workflow but has no user-visible impact.

4.23.1:
This patch fixes an OverflowError in from_type(xrange) on Python 2.

It turns out that not only do the start and stop values have to fit in a C long, but so does stop - start. We now handle this even on 32bit platforms, but remind users that Python2 will not be supported after 2019 without specific funding.

4.23.0:
This release implements the slices() strategy, to generate slices of a length-size sequence.

4.22.3:
This patch exposes DataObject, solely to support more precise type hints. Objects of this type are provided by data(), and can be used to draw examples from strategies intermixed with your test code.

4.22.2:
This patch fixes the very rare issue 1798 in array_dtypes(), which caused an internal error in our tests.

4.22.1:
This patch fixes a rare bug in from_type(range).

4.22.0:
The unique_by argument to lists now accepts a tuple of callables such that every element of the generated list will be unique with respect to each callable in the tuple.

4.21.1:
This patch cleans up the internals of one_of(). You may see a slight change to the distribution of examples from this strategy but there is no change to the public API.

4.21.0:
The from_type() strategy now supports slice objects.

4.20.0:
This release improves the array_shapes() strategy, to choose an appropriate default for max_side based on the min_side, and max_dims based on the min_dims. An explicit error is raised for dimensions greater than 32, which are not supported by Numpy, as for other invalid combinations of arguments.

4.19.0:
The from_type() strategy now supports range objects (or xrange on Python 2).

4.18.3:
This release fixes a very rare edge case in the test-case mutator, which could cause an internal error with certain unusual tests.

4.18.2:
This patch makes Hypothesis compatible with the Python 3.8 alpha, which changed the representation of code objects to support positional-only arguments. Note however that Hypothesis does not (yet) support such functions as e.g. arguments to builds() or inputs to @given.

4.18.1:
This patch improves the performance of unique collections such as sets() when the elements are drawn from a sampled_from() strategy.

4.18.0:
This release adds the functions() strategy, which can be used to imitate your ‘real’ function for callbacks.

4.17.2:
This release refactors stateful rule selection to share the new machinery with sampled_from() instead of using the original independent implementation.

4.17.1:
This patch allows Hypothesis to try a few more examples after finding the first bug, in hopes of reporting multiple distinct bugs. The heuristics described in issue 847 ensure that we avoid wasting time on fruitless searches, while still surfacing each bug as soon as possible.
2019-05-09 11:53:58 +00:00
jaapb
ccdb874398 Updated devel/ocaml-migrate-parsetree to version 1.3.0.
This adds OCaml 4.08 compatibility.
2019-05-09 08:41:34 +00:00
wen
bf3c2eb4b8 Update to 0.40
Upstream changes:
0.40    2019-05-03
        [CHANGES]
         * Added Future::Exception (RT129373)
         * Make ->get throw a Future::Exception and ->fail recognise one
         * Better documentation of the failure category parameter
         * Added a properly-documented ->block_until_ready
2019-05-08 08:44:49 +00:00
wen
74cb8ba6b4 Update to 0.000121
Update DEPENDS

Upstream changes:
0.000121  2019-05-07 12:00:27-07:00 America/Los_Angeles

    - Tracking for mocked methods
    - Include raw table in facet data when compare fails

0.000120  2019-04-26 05:19:18-07:00 America/Los_Angeles

    - Allow all_items inside bag
2019-05-08 08:09:12 +00:00
wen
46c9900e8f Update to 3.51
Upstream changes:
3.51 - 2019-05-01

    * include the module version in metadata for proper PAUSE indexing

 3.50 - 2019-04-30

    * Order warn before uv for packWARN (shown in 5.6.1)

 3.49 - 2019-04-29

    * Fix tests for 64bit int, 32bit ptr platforms

 3.48 - 2019-04-28

    * Order misc before uv for UNLIKELY (<=5.8.8)

 3.47 - 2019-04-27

    * re-fix leaky code (used only in tests)
2019-05-08 02:19:16 +00:00
markd
7d098817b3 tex-lualibs{,-doc}: update to 2.64
2.63
This version syncs the files with the ConTeXt files from 2019-01-28.

2.64
This version syncs the files with the ConTeXt files from 2019-02-14.
2019-05-07 12:32:55 +00:00