summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-07{kplotting,prison}: remove Qt5Widgets hackmarkd2-14/+0
r1.14 of src/external/gpl3/binutils/dist/bfd/elflink.c may fix the underlying problem but r1.55 of pkgsrc/x11/qt5-qtbase/Makefile means we no longer tickle it so remove.
2018-04-07Update to 1.04wen2-8/+7
Upstream changes: [1.04] Released on 2018-03-26 Sped up critic_ok() by 4x by not recreating a Perl::Critic object over and over. Thanks, Jan Hol膷apek. (GH#10) Now requires Test::Builder~0.88 or later to support the done_testing() method. (GH#2) Now requires MCE 1.827 to deal with problems running under taint mode. Thanks, Alexandr Ciornii. (GH #6)
2018-04-07{kcoreaddons,kidletime,kitemmodels,kpeople}: remove Qt5Widgets hackmarkd4-24/+1
r1.14 of src/external/gpl3/binutils/dist/bfd/elflink.c may fix the underlying problem but r1.55 of pkgsrc/x11/qt5-qtbase/Makefile means we no longer tickle it so remove.
2018-04-07Updated devel/p5-Test-Simple to 1.302135wen1-1/+2
2018-04-07Update to 1.302135wen2-7/+7
Upstream changes: 1.302135 2018-03-29 22:53:00-07:00 America/Los_Angeles - No changes since last trial 1.302134 2018-03-19 21:20:08-07:00 America/Los_Angeles (TRIAL RELEASE) - Make sure all hubs, events, and contexts get a unique (per run) id. - Use a common generator for unique(enough) id's (not UUIDs)
2018-04-07kf5: Make sure any qt5-qtbase dependency is at least 5.10.1nb2markd1-4/+2
as that fixes the symbol visibility issues with qt5 packages so we can remove the BUILDLINK_TRANSFORM hack for it.
2018-04-06Make this build on Mac OS X, which has no memrchr()hubertf4-1/+71
2018-04-06doc: Updated pkgtools/pkglint to 5.5.8rillig1-1/+2
2018-04-06pkgtools/pkglint: update to 5.5.8rillig5-6/+10
Changes since 5.5.7: * Enable the check for variable order in Makefiles by default.
2018-04-06Updated devel/py-ipython, www/py-notebookadam1-1/+3
2018-04-06py-notebook: updated to 5.4.1adam3-13/+34
5.4.1 A security release to fix CVE-2018-8768. 5.4.0 Fix creating files and folders after navigating directories in the dashboard Enable printing notebooks in colour, removing the CSS that made everything black and white Limit the completion options displayed in the notebook to 1000, to avoid performance issues with very long lists Accessibility improvements in tree.html Added alt-text to the kernel logo image in the notebook UI Added a test on Travis CI to flag if symlinks are accidentally introduced in the future. This should prevent the issue that necessitated :ref:release-5.3.1 Use lowercase letters for random IDs generated in our Javascript Removed duplicate code setting TextCell.notebook
2018-04-06py-ipython: updated to 6.3.1adam2-7/+7
IPython 6.3.1 This is a bugfix release to switch the default completions back to IPython's own completion machinery. We discovered some problems with the completions from Jedi, including completing column names on pandas data frames. You can switch the completions source with the config option :configtrait:Completer.use_jedi.
2018-04-06py-Send2Trash: updated HOMEPAGEadam1-2/+2
2018-04-06math/py-tensorflow-tensorboard: Removedminskim7-453/+3
This package was obsoleted by math/py-tensorboard.
2018-04-06doc: Added math/py-tensorboard version 1.7.0minskim1-1/+2
2018-04-06math/Makefile: Add py-tensorboardminskim1-1/+2
2018-04-06math/py-tensorboard: Import version 1.7.0minskim5-0/+544
TensorBoard is a suite of web applications for inspecting and understanding your TensorFlow runs and graphs.
2018-04-06doc: Added devel/R-pkgconfig version 2.0.1minskim1-1/+2
2018-04-06devel/Makefile: Add R-pkgconfigminskim1-1/+2
2018-04-06devel/R-pkgconfig: Import version 2.0.1minskim3-0/+26
Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.
2018-04-06doc: Updated net/dhcpcd to 7.0.3roy1-1/+2
2018-04-06Import dhcpcd-7.0.3 with the following changes:roy2-7/+7
* udev: uses the logerr framework * BSD: fix segfault when IPv6 addresses exist and carrier changes * dhcp6: fix a null termination overflow on status messages * options: static routes can be setup in global context again * routes: dhcpcd added host routes are now reported correctly
2018-04-06doc: Updated lang/nodejs to 9.11.1fhajny1-1/+2
2018-04-06lang/nodejs: Update to 9.11.1.fhajny2-7/+7
- deps: Updated ICU to 61.1 - fs: Emit 'ready' event for ReadStream and WriteStream - n-api: Bump version of n-api supported - net: Emit 'ready' event for Socket
2018-04-06doc: Updated sysutils/beats to 6.2.3fhajny1-1/+2
2018-04-06sysutils/beats: Update to 6.2.3.fhajny2-8/+7
- Fix conditions checking on autodiscover Docker labels. - Avoid panic errors when processing nil Pod events in add_kubernetes_metadata. - Fix infinite failure on Kubernetes watch.
2018-04-06doc: Updated databases/elasticsearch to 6.2.3fhajny1-1/+2
2018-04-06doc: Updated databases/py-elasticsearch to 6.2.0fhajny1-1/+2
2018-04-06databases/py-elasticsearch: Update to 6.2.0.fhajny3-8/+35
6.2.0 ------------------ - cleanup for SSL Context - Add X-Pack clients to -py - Adding Gzip support for capacity constrained networks - ``_routing`` in bulk action has been deprecated in ES. Introduces a breaking change if you use ``routing`` as a field in your documents. 6.1.1 ------------------ - Updates to SSLContext logic to make it easier to use and have saner defaults. - Doc updates 6.1.0 ------------------ - Bad release
2018-04-06databases/elasticsearch: Update to 6.2.3.fhajny2-7/+7
=== Enhancements Highlighting:: - Limit analyzed text for highlighting (improvements) Recovery:: - Require translogUUID when reading global checkpoint === Bug fixes Core:: - Remove special handling for _all in nodes info Engine:: - Avoid class cast exception from index writer - Maybe die before failing engine - Never block on key in `LiveVersionMap#pruneTombstones` Ingest:: - Continue registering pipelines after one pipeline parse failure. Java High Level REST Client:: - REST high-level client: encode path parts Packaging:: - Delay path expansion on Windows Percolator:: - Fix percolator query analysis for function_score query - Improved percolator's random candidate query duel test Snapshot/Restore:: - Fix NPE when using deprecated Azure settings Stats:: - Fix AdaptiveSelectionStats serialization bug
2018-04-06databases/elasticsearch: Change default minimum and maximum heap to the same ↵fhajny2-3/+3
value, as recommended by Elasticsearch docs (improves performance, avoids locking lags).
2018-04-06databases/elasticsearch: Build JNA from source ourselves to get just the ↵fhajny2-5/+24
native lib for the current platform rather than a list of preselected ones. Makes it possible to bind to non-localhost on platforms like NetBSD and SunOS.
2018-04-06Updated devel/py-astroid, net/py-dnsdiagadam1-1/+3
2018-04-06py-dnsdiag: updated to 1.6.4adam2-8/+8
1.6.4: General improvements and bug fix release
2018-04-06py-pylint: require newer py-astroidadam1-2/+2
2018-04-06py-astroid: updated to 1.6.3adam2-7/+7
1.6.3: Bug fixes.
2018-04-06doc: Updated sysutils/rsyslog to 8.34.0fhajny1-1/+2
2018-04-06sysutils/rsyslog: Update to 8.34.0.fhajny3-9/+9
- mmkubernetes: new module - rsyslog script: introduce loadable function modules - imfile: large refactoring of complete module - omelasticsearch: add support for CA cert, client cert auth - omfile-hardening: new contributed module for "omfile hardened operations" - stream/bugfix: memory leak on stream open if filename as already generated - bugfix/omkafka: did not build on platforms without atomic operations - bugfix/core/ratelimiting: SystemLogRateLimitBurst was limited to 65535 - bugfix imfile: memory leak in readMode 0 - bugfix omfile: some error messages had parameters in wrong order - bugfix omprog: file handle leak - bugfix imuxsock: data alignment problems - bugfix testbench: some test were accidently not executed - bugfix tcp subsystem: keepalive settings mixed up - fix some cosmetic issues found by lgtm.com static code analyzer
2018-04-06Updated devel/py-pylint, textproc/py-sphinx-rtd-themeadam1-1/+3
2018-04-06py-sphinx-rtd-theme: updated to 0.3.0adam3-14/+16
0.3.0 Release New Features ------------- * Add html language attribute * Allow setting 'rel' and 'title' attributes for stylesheets * Add option to style external links * Add github, gitlab, bitbucket page arguments option * Add pygments support * Add setuptools entry point allowing to use ``sphinx_rtd_theme`` as Sphinx ``html_theme`` directly. * Add language to the JS output variable Fixes ----- * Fix some HTML warnings and errors * Fix many styling issues * Fix many sidebar glitches * Fix line number spacing to align with the code lines * Hide Edit links on auto created pages * Include missing font files with the theme Other Changes -------------- * Significant improvement of our documentation * Compress our Javascript files * Updated dependencies
2018-04-06py-pylint: updated to 1.8.4adam2-7/+8
pylint-1.8.4: Fix lint errors
2018-04-06Updated devel/ccache, www/py-aiohttpadam1-1/+3
2018-04-06py-aiohttp: updated to 3.1.2adam2-7/+7
3.1.2: Make LineTooLong exception more detailed about actual data size Call on_chunk_sent when write_eof takes as a param the last chunk
2018-04-06ccached: updated to 3.4.2adam2-7/+8
ccache 3.4.2 Bug fixes: The cleanup algorithm has been fixed to not misbehave when files are removed by another process while the cleanup process is running. Previously, too many files could be removed from the cache if multiple cleanup processes were triggered at the same time, in extreme cases trimming the cache to a much smaller size than the configured limits. Correctly hash preprocessed headers located in a “.gch directory”. Previously, ccache would not pick up changes to such precompiled headers, risking false positive cache hits. Fixed build failure when using the bundled zlib sources. ccache 3.3.5 added a workaround for not triggering Clang errors when a precompiled header’s dependency has an updated timestamp (but identical content). That workaround is now only applied when the compiler is Clang. Made it possible to perform out-of-source builds in dev mode again.
2018-04-06py-pyelftools: enable all Python versions; enable tests; use ALTERNATIVESadam3-6/+14
2018-04-06py-pysha3: Python 3.6 is supported as well; clean-upsadam1-7/+3
2018-04-06yaml-cpp03, opencolorio, kritamaya1-1/+4
2018-04-06+yaml-cpp03, krita, opencoloriomaya2-2/+5
2018-04-06Add krita version 4.0.0maya6-0/+1085
Krita is an open-source raster graphics editor, designed primarily for digital painting and animation purposes. It features a low-distract UI, high-quality OpenGL accelerated canvas, color management support, advanced brush engine, non-destructive layers and masks, group-based layer management, vector artwork support and switchable customization profiles.
2018-04-06opencolorio: add DESCR, toomaya1-0/+8