summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2019-03-22Update to 3.43ryoon2-7/+7
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-22py-ipython: updated to 7.4.0adam2-7/+7
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-21gflags: updated to 2.2.2adam3-16/+16
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-21py-extratools: updated to 0.8.2.1adam4-17/+32
0.8.2.1: Unknown changes
2019-03-21py-protobuf: updated to 3.7.0adam14-523/+18
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-21protobuf: updated to 3.7.0adam12-276/+67
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-21Temporarily disabling missing dependencies, will fix ASAPjaapb5-10/+10
2019-03-21py-mako: updated to 1.0.8adam4-12/+13
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-21devel/Makefile: add some missing subdirswiz1-1/+4
2019-03-21Updated devel/menhir to version 20181113.jaapb4-8/+38
No major changes upstream; minor bugfixes and improvements only.
2019-03-21Updated devel/ocamlbuild to version 0.14.0.jaapb3-9/+9
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-21py-test-xdist: updated to 1.27.0adam2-7/+7
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-21Add p5-Data-IEEE754 and p5-Data-Validate-IP.he1-1/+3
2019-03-21py-uvloop: updated to 0.12.2adam2-7/+7
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-21Add p5-Data-Validate-IP version 0.27 from pkgsrc-wip.he3-0/+28
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-21Add p5-Data-IEEE version 0.02 from pkgsrc-wip.he3-0/+26
This module provides some simple convenience functions for packing and unpacking big-endian IEEE 754 floats and doubles.
2019-03-21ruby-gnome2: update to 3.3.6.tsutsui5-25/+25
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-20ecore: remove libXp support.wiz3-9/+6
Bump PKGREVISION, and recursively bump all affected packages. Untested since eet, an ecore dependency, does not build for me.
2019-03-20eio: update to 1.7.7nb12.wiz2-6/+3
Remove libXp dependency. Not used here.
2019-03-20pdcurses: update to 3.4nb1.wiz2-4/+3
Remove libXp dependency. libXp is not used here.
2019-03-20waf: updated to 2.0.15adam2-7/+7
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-19py-pygit2: update to 0.28.0.wiz2-8/+12
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-19Added ocaml-git to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-git, an implementation of git in pure OCamljaapb4-0/+297
2019-03-19Added ocaml-stringext to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-stringext, extra string functions for OCamljaapb5-0/+53
2019-03-19Added ocaml-lru to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-lru, scalable LRU caches for OCamljaapb5-0/+58
2019-03-19Added ocaml-psq to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-psq, priority search queues for OCamljaapb5-0/+59
2019-03-19smake: update to 1.3nb3.wiz3-13/+10
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-19Added ocaml-hex to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-hex, simple hexadecimal converters for OCamljaapb5-0/+57
2019-03-19py-mercurial: Add upstream test fix.wiz3-4/+20
Now all tests pass on NetBSD.
2019-03-19Added ocaml-encore to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-encore, decoder/encoder generation library.jaapb5-0/+110
2019-03-19Added ocaml-ocplib-endian to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-ocplib-endian, optimised int-to-string functionsjaapb5-0/+77
2019-03-19Added devel/ocaml-duff, libXdiff implementation in OCamljaapb5-0/+63
2019-03-19Added devel/ocaml-bos, basic OS interaction for OCamljaapb5-0/+89
2019-03-19Added ocaml-logs to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-logs, logging infrastructure for OCamljaapb6-0/+153
2019-03-19Added ocaml-fpath to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-fpath, file path library for OCamljaapb5-0/+64
2019-03-19Added ocaml-digestif to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-digestif, simple hash algorithms for OCamljaapb5-0/+184
2019-03-19Added ocaml-cstruct to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-cstruct, mapping OCaml arrays onto C-like structsjaapb5-0/+77
2019-03-19Added devel/ocaml-angstrom to Makefile SUBDIRsjaapb1-1/+2
2019-03-19Added devel/ocaml-angstrom, a parser combinator library.jaapb5-0/+88