Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (48m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 07:46:30 UTC Now

2020-08-04 21:35:01 UTC MAIN commitmail json YAML

regress/infra-unittests: add test for help, topic followed by comma

(rillig)

2020-08-04 19:09:10 UTC MAIN commitmail json YAML

Updated fonts/py-fonttools, devel/py-dotenv

(adam)

2020-08-04 19:08:53 UTC MAIN commitmail json YAML

py-dotenv: updated to 0.14.0

0.14.0

Changed
- Privilege definition in file over the environment in variable expansion

Fixed
- Improve error message for when file isn't found
- Use HTTPS URL in package meta data

(adam)

2020-08-04 19:06:42 UTC MAIN commitmail json YAML

py-fonttools: updated to 4.13.0

4.13.0
- [feaLib/otlLib] Moved lookup subtable builders from feaLib to otlLib; refactored
  some common code
- [docs] Document otlLib module
- [glifLib] Fixed bug with some UFO .glif filenames clashing on case-insensitive
  filesystems
- [colorLib] Updated COLRv1 implementation following changes in the draft spec

(adam)

2020-08-04 18:05:39 UTC MAIN commitmail json YAML

Updated devel/py-pip, net/py-ncclient

(adam)

2020-08-04 18:05:21 UTC MAIN commitmail json YAML

py-ncclient: updated to 0.6.8

v0.6.8
Variety of small updates and bugfixes, but of note:

Support for namespace prefixes for XPath queries
edit-config parameter validation
Support for multiple RPC errors
API to get supported device types
Support for subtree filters with multiple top-level tags

(adam)

2020-08-04 17:53:31 UTC MAIN commitmail json YAML

py-pip: updated to 20.2.1

20.2.1
======

Features
--------
- Ignore require-virtualenv in ``pip list``

Bug Fixes
---------
- Correctly find already-installed distributions with dot (``.``) in the name
  and uninstall them when needed.
- Trace a better error message on installation failure due to invalid ``.data``
  files in wheels.
- Fix SVN version detection for alternative SVN distributions.
- New resolver: Correctly include the base package when specified with extras
  in ``--no-deps`` mode.
- Use UTF-8 to handle ZIP archive entries on Python 2 according to PEP 427, so
  non-ASCII paths can be resolved as expected.

Improved Documentation
----------------------
- Add details on old resolver deprecation and removal to migration documentation.
- Fix feature flag name in docs.

(adam)

2020-08-04 15:50:19 UTC MAIN commitmail json YAML

libX11: backport patch fixing regression from upstream. bump PKGREVISION

(maya)

2020-08-04 15:36:11 UTC MAIN commitmail json YAML

doc: Updated textproc/miller to 5.8.0

(fcambus)

2020-08-04 15:35:53 UTC MAIN commitmail json YAML

miller: update to 5.8.0.

ChangeLog:

Features

    The new count verb is a keystroke-saver for stats1 -a count -f
    {some field name}.

    --jsonx and --ojsonx are keystroke-savers for --json --jvstack
    and --ojson --jvstack, which is to say, multi-line pretty-printed
    JSON format.

    The new -s name=value feature for mlr put and mlr filter gives
    you simpler access to environment variables in your Miller
    script, as requested in #315.

Bugfixes

    mlr format-values is no longer SEGVing on CSV/TSV input. This
    was reported on #330.

    #313 fixes a corner case when field names within command-line
    arguments have embedded newlines.

    Line/column indicators for JSON-formatting error messages are
    now correct (previously they were showing up as 0).

    end {print NF} no longer SEGVs. This was reported in #330.

    Several broken doc links were fixed up as reported on #329.

(fcambus)

2020-08-04 14:00:03 UTC MAIN commitmail json YAML

firefox: bomb early if dbus is disabled on Linux

It cannot be disabled because it is unconditionally depended on
by third-party/rust/audio-thread-priority (and maybe other components?)

(tnn)

2020-08-04 13:43:18 UTC MAIN commitmail json YAML

2020-08-04 12:56:15 UTC MAIN commitmail json YAML

2020-08-04 11:31:58 UTC MAIN commitmail json YAML

Updated textproc/py-xlsxwriter, databases/py-pypika

(adam)

2020-08-04 11:31:38 UTC MAIN commitmail json YAML

py-pypika: updated to 0.38.0

0.38.0:
Unknown changes

(adam)

2020-08-04 11:26:00 UTC MAIN commitmail json YAML

py-xlsxwriter: updated to 1.3.1

Release 1.3.1
* Fix for issue where array formulas weren't included in the output file for
  certain ranges/conditions.

(adam)

2020-08-04 02:58:12 UTC MAIN commitmail json YAML

pam-pwauth_suid: use INSTALL_LIB to install shared libs

(gutteridge)

2020-08-04 02:56:03 UTC MAIN commitmail json YAML

firefox: as of version 79, rust >= 1.43 is now required

(gutteridge)

2020-08-04 02:35:09 UTC MAIN commitmail json YAML

2020-08-04 01:28:36 UTC MAIN commitmail json YAML

+ py-django-binary-database-file

(joerg)

2020-08-04 01:18:42 UTC MAIN commitmail json YAML

doc: Updated math/py-scipy to 1.5.2

(tnn)

2020-08-04 01:16:26 UTC MAIN commitmail json YAML

+ py-django-binary-database-file

(joerg)

2020-08-04 01:16:19 UTC MAIN commitmail json YAML

py-scipy: update to 1.5.2

Done to fix build w/ gfortran 10. "make test" was mostly OK except for
three tests that returned nan where inf was expected ...

Highlights of this release:
  wrappers for more than a dozen new LAPACK routines are now available
  in scipy.linalg.lapack
  Improved support for leveraging 64-bit integer size from linear algebra
  backends
  addition of the probability distribution for two-sided one-sample
  Kolmogorov-Smirnov tests

New features:
  Too many; see release notes at github.

Backwards incompatible changes:
  The output signatures of ?syevr, ?heevr have been changed from
  w, v, info to w, v, m, isuppz, info
  The order of output arguments w, v of <sy/he>{gv, gvd, gvx} is
  swapped.
  The output length of scipy.signal.upfirdn has been corrected, resulting
  outputs may now be shorter for some combinations of up/down ratios and
  input signal and filter lengths.
  scipy.signal.resample now supports a domain keyword argument for
  specification of time or frequency domain input.

(tnn)

2020-08-04 01:15:13 UTC MAIN commitmail json YAML

Add py-django-binary-database-1.0.10:

This is a storage system for Django that stores uploaded files in binary
fields in the database. Files can be served from the database (usually a
bad idea), the file system, or a CDN.

(joerg)

2020-08-04 01:14:36 UTC MAIN commitmail json YAML

2020-08-04 01:10:38 UTC MAIN commitmail json YAML

Add a bunch of new packages

(joerg)

2020-08-04 01:09:25 UTC MAIN commitmail json YAML

+ py-wagtailmenus

(joerg)

2020-08-04 01:09:08 UTC MAIN commitmail json YAML

Add py-wagtailmenus-3.0.2:

wagtailmenus is an extension for Torchbox's Wagtail CMS to help you
manage and render multi-level navigation and simple flat menus in a
consistent, flexible way.

(joerg)

2020-08-04 01:05:08 UTC MAIN commitmail json YAML

2020-08-04 01:04:34 UTC MAIN commitmail json YAML

2020-08-04 00:39:05 UTC MAIN commitmail json YAML

+ py-django-cogwheels

(joerg)

2020-08-04 00:38:23 UTC MAIN commitmail json YAML

Add py-django-cogwheels-0.3:

A consistent, user-friendly solution for adding app-specific settings
your Django package, reusable app or framework.

(joerg)

2020-08-04 00:35:52 UTC MAIN commitmail json YAML

+ py-django-modelcluster

(joerg)

2020-08-04 00:35:05 UTC MAIN commitmail json YAML

Add py-django-modelcluster-5.0.2:

A Django extension to allow working with 'clusters' of models as a single
unit, independently of the database.

(joerg)

2020-08-04 00:32:01 UTC MAIN commitmail json YAML

+ py-django-phonenumber-field

(joerg)

2020-08-04 00:31:23 UTC MAIN commitmail json YAML

Add py-django-phnumber-field-4.0.0:

django-phonenumber-field is a Django library which interfaces with
python-phonenumbers to validate, pretty print and convert phone numbers.

(joerg)

2020-08-04 00:29:03 UTC MAIN commitmail json YAML

Hook up proper testing

(joerg)

2020-08-04 00:12:17 UTC MAIN commitmail json YAML

Add some packages

(joerg)

2020-08-04 00:10:41 UTC MAIN commitmail json YAML

+ py-django-taggit

(joerg)

2020-08-04 00:10:11 UTC MAIN commitmail json YAML

2020-08-03 23:58:27 UTC MAIN commitmail json YAML

+ py-draftjs_exporter

(joerg)

2020-08-03 23:57:50 UTC MAIN commitmail json YAML

Add py-draftjs_exporter-4.1.0:

Draft.js is a rich text editor framework for React. Its approach is
different from most rich text editors because it does not store data as
HTML, but rather in its own representation called ContentState. This
exporter is useful when the ContentState to HTML conversion has to be
done in a Python ecosystem.

(joerg)

2020-08-03 23:50:53 UTC MAIN commitmail json YAML

2020-08-03 23:49:52 UTC MAIN commitmail json YAML

Add py-Willow-1.4:

A Python image library that sits on top of Pillow, Wand and OpenCV.

Willow currently has basic resize and crop operations, face and feature
detection and animated GIF support.

(joerg)

2020-08-03 23:04:47 UTC MAIN commitmail json YAML

2020-08-03 23:04:12 UTC MAIN commitmail json YAML

Add py-l18n-2018.5:

This package provides lazy translations for names used for localization
purposes, e.g. places and timezones. The name l18n is a contraction of
i18n and l10n (internationalisation and localization).

(joerg)

2020-08-03 23:02:18 UTC MAIN commitmail json YAML

Drop first PKG_SUPPORTED_OPTION of gtk, it is later added for !Darwin.
Thanks leot.

(joerg)

2020-08-03 22:38:23 UTC MAIN commitmail json YAML

graphviz: needs groff

(tnn)

2020-08-03 22:37:06 UTC MAIN commitmail json YAML

Make GTK support optional. opencv is useful for server-side processing,
but GTK is a waste of space in that case.

(joerg)

2020-08-03 22:35:48 UTC MAIN commitmail json YAML

2020-08-03 22:34:23 UTC MAIN commitmail json YAML

2020-08-03 21:52:55 UTC MAIN commitmail json YAML

Belatedly update patch to not fail test suite.

(joerg)

2020-08-03 21:35:10 UTC MAIN commitmail json YAML

2020-08-03 21:34:20 UTC MAIN commitmail json YAML

Update Mercurial to 5.5:

== New Features ==

* clonebundles can be annotated with the expected memory requirements
  using the `REQUIREDRAM` option. This allows clients to skip
  bundles created with large zstd windows and fallback to larger, but
  less demanding bundles.

* The `phabricator` extension now provides more functionality of the
  arcanist CLI like changing the status of a differential.

* Phases processing is much faster, especially for repositories with
  old non-public changesets.

== New Experimental Features ==

* The core of some hg operations have been (and are being)
  implemented in rust, for speed. `hg status` on a repository with
  300k tracked files goes from 1.8s to 0.6s for instance.
  This has currently been tested only on linux, and does not build on
  windows. See rust/README.rst in the mercurial repository for
  instructions to opt into this.

* An experimental config `rewrite.empty-successor` was introduced to control
  what happens when rewrite operations result in empty changesets.

== Bug Fixes ==

* For the case when connected to a TTY, stdout was fixed to be line-buffered
  on Python 3 (where it was block-buffered before, causing the process to seem
  hanging) and Windows on Python 2 (where it was unbuffered before).

* Subversion sources of the convert extension were fixed to work on Python 3.

* Subversion sources of the convert extension now interpret the encoding of
  URLs like Subversion. Previously, there were situations where the convert
  extension recognized a repository as present but Subversion did not, and
  vice versa.

* The empty changeset check of in-memory rebases was fixed to match that of
  normal rebases (and that of the commit command).

* The push command now checks the correct set of outgoing changesets for
  obsolete and unstable changesets. Previously, it could happen that the check
  prevented pushing changesets which were already on the server.

== Backwards Compatibility Changes ==

* Mercurial now requires at least Python 2.7.9 or a Python version that
  backported modern SSL/TLS features (as defined in PEP 466), and that Python
  was compiled against a OpenSSL version supporting TLS 1.1 or TLS 1.2
  (likely this requires the OpenSSL version to be at least 1.0.1).

* The `hg perfwrite` command from contrib/perf.py was made more flexible and
  changed its default behavior. To get the previous behavior, run `hg perfwrite
  --nlines=100000 --nitems=1 --item='Testing write performance' --batch-line`.

* The absorb extension now preserves changesets with no file changes that can
  be created by the commit command (those which change the branch name
  compared to the parent and those closing a branch head).

(joerg)

2020-08-03 21:34:16 UTC MAIN commitmail json YAML

doc: Updated graphics/jbigkit to 2.1nb1

(wiz)

2020-08-03 21:34:06 UTC MAIN commitmail json YAML

2020-08-03 21:32:00 UTC MAIN commitmail json YAML

py-hg-evolve-10.0.1

(joerg)

2020-08-03 21:31:30 UTC MAIN commitmail json YAML

Update to hg-evolve 10.0.1:
  * compatibility with Mercurial 5.5
  * evolve: update the template keywords section in `hg help -e evolve`
  * obslog: make obslog --no-origin -f work with multiple successor sets
  * topic: hg push --topic does-not-exist now doesn't try to push unrelated
    changesets and aborts instead
  * topic: hg outgoing/push --topic . will use current topic

(joerg)

2020-08-03 18:29:36 UTC MAIN commitmail json YAML

doc: Added misc/sd-mux-ctrl version 0.0.20200217

(jmcneill)

2020-08-03 18:28:07 UTC MAIN commitmail json YAML

2020-08-03 18:27:49 UTC MAIN commitmail json YAML

sd-mux-ctrl: import snapshot from git dated 2020-02-17

sd-mux stands for Secure Digital Multiplexer.

This is SD card switcher (multiplexer) designed to help automatic testing.

This project is sd-mux controller - binary for controlling sd-mux device.

(jmcneill)

2020-08-03 17:24:18 UTC MAIN commitmail json YAML

doc: Updated www/firefox78 to 78.1.0

(nia)

2020-08-03 17:23:57 UTC MAIN commitmail json YAML

firefox-esr: Up to firefox78

(nia)

2020-08-03 15:33:45 UTC MAIN commitmail json YAML

mksh: add a CHECK_PORTABILITY_SKIP with a comment

(tnn)

2020-08-03 15:32:51 UTC MAIN commitmail json YAML

Updated security/libksba, security/gpgme

(adam)

2020-08-03 15:32:31 UTC MAIN commitmail json YAML

gpgme: updated to 1.14.0

Noteworthy changes in version 1.14.0
------------------------------------
* New keylist mode to force the engine to return the keygrip.
* New export mode to export as OpenSSH public key.
* New context flag "extended-edit" to enable expert key edit.
* Deprecate the anyway non working trustlist functions.
* cpp: Add convenience API to obtain remarks.
* cpp: The sign key edit-interactor now supports multiple signatures
  from the same key.
* qt: Extended signkeyjob to handle remarks and multiple signatures.
* qt: Added job API for gpg-card.
* qt: The logging category has been changed to gpg.qgpgme to be more
      consistent with other qt logging categories.
* Interface changes relative to the 1.13.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPGME_KEYLIST_MODE_WITH_KEYGRIP              NEW.
GPGME_EXPORT_MODE_SSH                        NEW.
gpgme_user_id_t                        EXTENDED: New field 'uidhash'.
cpp: UserID::remark                          NEW.
cpp: UserID::remarks                        NEW.
cpp: GpgSignKeyEditInteractor::setDupeOk    NEW.
cpp: Context::exportPublicKeys          EXTENDED: New param 'flags'.
cpp: Context::startPublicKeyExport      EXTENDED: New param 'flags'.
cpp: Context::ExportMode                    NEW.
qt: SignKeyJob::setDupeOk                    NEW.
qt: SignKeyJob::setRemark                    NEW.
qt: GpgCardJob                              NEW.
qt: ExportJob::setExportFlags                NEW.

(adam)

2020-08-03 15:30:07 UTC MAIN commitmail json YAML

libksba: updated to 1.4.0

Noteworthy changes in version 1.4.0
-----------------------------------
* Supports ECDSA and EdDSA certificate creation and parsing.
* Supports ECDH enveloped data.
* Supports ECDSA and EdDSA signed data.
* Supports rsaPSS signature verification.
* Supports standard file descriptors in ksba_reader_read.
* New configure flag --disable-doc.
* Improves supports for reproducible builds.
* Allows for optional elements in keyinfo objects.
* Updates the config and M4 scripts to the latest version.
* Fixes error detection in the CMS parser.
* Fixes memory leak in ksba_cms_identify.
* Fixes build warnings on macOS.
* Uses --disable-new-dtags if LD_LIBRARY_PATH is defined.
* New constants KSBA_VERSION and KSBA_VERSION_NUMBER.
* New API to make creation of DER objects easy.
* Interface changes relative to the 1.3.5 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
KSBA_VERSION                    NEW.
KSBA_VERSION_NUMBER              NEW.
KSBA_CT_SPC_IND_DATA_CTX        NEW.
KSBA_CLASS_*                    NEW.
KSBA_TYPE_*                      NEW.
ksba_der_t                      NEW.
ksba_der_release                NEW.
ksba_der_builder_new            NEW.
ksba_der_builder_reset          NEW.
ksba_der_add_ptr                NEW.
ksba_der_add_val                NEW.
ksba_der_add_int                NEW.
ksba_der_add_oid                NEW.
ksba_der_add_bts                NEW.
ksba_der_add_der                NEW.
ksba_der_add_tag                NEW.
ksba_der_add_end                NEW.
ksba_der_builder_get            NEW.

(adam)

2020-08-03 15:16:04 UTC MAIN commitmail json YAML

undo previous. Apparently one doesn't patch this in the normal way.

(tnn)

2020-08-03 15:13:55 UTC MAIN commitmail json YAML

mksh: remove double brackets

(tnn)

2020-08-03 15:01:36 UTC MAIN commitmail json YAML

Updated devel/blosc, finance/bitcoin

(adam)

2020-08-03 15:01:16 UTC MAIN commitmail json YAML

bitcoin: updated to 0.20.1

0.20.1 change log

Mining
* Fix GBT: Restore "!segwit" and "csv" to "rules" key (luke-jr)

P2P protocol and network code
* Replace automatic bans with discouragement filter (sipa)

Wallet
* Handle concurrent wallet loading (promag)
* Minimal fix to restore conflicted transaction notifications (ryanofsky)

RPC and other APIs
* Increment input value sum only once per UTXO in decodepsbt (fanquake)
* psbt: Increment input value sum only once per UTXO in decodepsbt (achow101)
* psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs (achow101)

GUI
* Add missing QPainterPath include (achow101)
* update Qt base translations for macOS release (fanquake)

Build system
* improve build OS configure output (skmcontrib)
* qt, build: Fix QFileDialog for static builds (hebasto)

Tests and QA
* Remove cached directories and associated script blocks from appveyor config (sipsorcery)
* appveyor: Remove clcache (MarcoFalke)

Miscellaneous
* util: Don't reference errno when pthread fails (miztake)
* Fix locking on WSL using flock instead of fcntl

(adam)

2020-08-03 15:00:06 UTC MAIN commitmail json YAML

blosc: updated to 1.20.0

Changes from 1.19.1 to 1.20.0

More saftey checks have been implemented so that potential flaws
discovered by new fuzzers in OSS-Fuzzer are fixed now. Thanks to
Nathan Moinvaziri (@nmoinvaz).

BloscLZ updated to 2.3.0. Expect better compression ratios for faster
codecs. For details, see our new blog post:
https://blosc.org/posts/beast-release/

Fixed the _xgetbv() collision.

The chunk format has been fully described so that 3rd party software
may come with a different implementation, but still compatible with
C-Blosc chunks.

(adam)

2020-08-03 14:12:00 UTC MAIN commitmail json YAML

Updated www/py-uvicorn, net/py-dnsdiag

(adam)

2020-08-03 14:11:32 UTC MAIN commitmail json YAML

py-dnsdiag: updated to 1.7.0

v1.7.0:
Add JSON export
Ignore unrelated ICMP messages
Fix statistics calculation
-c 0 for infinite ping
Flush output messages
Update sample public resolver data

(adam)

2020-08-03 14:07:02 UTC MAIN commitmail json YAML

redis: add pkg-config tool

The build infrastructure expects it to be there, and throws weird shell
errors if it isn't.

(wiz)

2020-08-03 14:03:18 UTC MAIN commitmail json YAML

py-uvicorn: updated 0.11.8

0.11.8:
Fix a regression that caused Uvicorn to crash when using --interface=wsgi.
Fix a regression that caused Uvicorn to crash when using unix domain sockets.

(adam)

2020-08-03 13:58:05 UTC MAIN commitmail json YAML

2020-08-03 13:51:48 UTC MAIN commitmail json YAML

Updated devel/py-autopep8, www/py-feedgenerator

(adam)

2020-08-03 13:51:29 UTC MAIN commitmail json YAML

py-feedgenerator: updated to 1.9.1

FeedGenerator 1.9.1
Remove unnecessary files from source distribution
Update PyPI classifiers

(adam)

2020-08-03 13:49:56 UTC MAIN commitmail json YAML

py-autopep8: updated to 1.5.4

Version 1.5.4

new feature
* Skip formatting of a block in a file
  - use with fmt: on/off or autopep8: on/off
fix bugs
* ignoring W292 with --ignore option
* ignore SyntaxWarning in Python3.8+

(adam)

2020-08-03 13:45:27 UTC MAIN commitmail json YAML

Updated textproc/py-xlsxwriter, www/py-aiohttp-socks, net/py-zmq, finance/py-braintree

(adam)

2020-08-03 13:44:52 UTC MAIN commitmail json YAML

py-braintree: updated to 4.3.0

4.3.0
Add validation error code Transaction.ProductSkuIsInvalid
Add 'RiskThreshold' gateway rejection reason
Add processed_with_network_token to Transaction
Add is_network_tokenized to CreditCard

(adam)

2020-08-03 13:41:49 UTC MAIN commitmail json YAML

py-zmq: updated to 19.0.2

19.0.2
- Regenerate Cython sources with 0.29.21 in sdists for compatibility with Python 3.9
- Handle underlying socket being closed in ZMQStream with warning instead of error
- Improvements to socket cleanup during process teardown
- Fix debug-builds on Windows
- Avoid importing ctypes during startup on Windows
- Documentation improvements
- Raise ``AttributeError`` instead of ``ZMQError(EINVAL)`` on attempts to read write-only attributes,
  for compatibility with mocking

(adam)

2020-08-03 13:38:05 UTC MAIN commitmail json YAML

py-aiohttp-socks: updated to 0.5.3

0.5.3:
Unknown changes

(adam)

2020-08-03 13:35:18 UTC MAIN commitmail json YAML

py-xlsxwriter: updated to 1.3.0

Release 1.3.0:
* Added support for custom chart :ref:`custom data labels
  <chart_series_option_custom_data_labels>`.

(adam)

2020-08-03 12:11:12 UTC MAIN commitmail json YAML

Updated lang/nodejs, lang/nodejs12

(adam)

2020-08-03 12:10:47 UTC MAIN commitmail json YAML

nodejs12: updated to 12.18.3

Version 12.18.3 'Erbium' (LTS)

Notable Changes
deps:
upgrade npm to 6.14.6
update node-inspect to v2.0.0
uvwasi: cherry-pick 9e75217

(adam)

2020-08-03 11:59:58 UTC MAIN commitmail json YAML

nodejs: updated to 14.7.0

Version 14.7.0 (Current)

Notable Changes

deps:
- upgrade npm to 6.14.7
dgram:
- (SEMVER-MINOR) add IPv6 scope id suffix to received udp6 dgrams
src:
- (SEMVER-MINOR) allow preventing SetPromiseRejectCallback
- (SEMVER-MINOR) allow setting a dir for all diagnostic output
worker:
- (SEMVER-MINOR) make MessagePort inherit from EventTarget
zlib:
- switch to lazy init for zlib streams
New Collaborators:
- add rexagod to collaborators
- add AshCripps to collaborators
- add HarshithaKP to collaborators
- add release key for Richard Lau

(adam)

2020-08-03 11:53:05 UTC MAIN commitmail json YAML

Updated net/fping, net/haproxy

(adam)

2020-08-03 11:52:38 UTC MAIN commitmail json YAML

haproxy: updated to 2.2.2

2.2.2
- BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING parameter anymore
- BUILD: tools: fix build with static only toolchains
- BUG/MINOR: debug: Don't dump the lua stack if it is not initialized
- BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status
- BUG/MAJOR: dns: don't treat Authority records as an error
- MEDIUM: lua: Add support for the Lua 5.4
- BUG/MEDIUM: dns: Don't yield in do-resolve action on a final evaluation
- BUG/MINOR: lua: Abort execution of actions that yield on a final evaluation
- BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort
- BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields
- BUG/MEDIUM: connection: Be sure to always install a mux for sync connect
- MINOR: connection: Preinstall the mux for non-ssl connect
- MINOR: stream-int: Be sure to have a mux to do sends and receives
- SCRIPTS: announce-release: add the link to the wiki in the announce messages
- BUG/MEDIUM: backend: always attach the transport before installing the mux
- BUG/MEDIUM: tcp-checks: always attach the transport before installing the mux

(adam)

2020-08-03 11:51:47 UTC MAIN commitmail json YAML

fping: updated to 4.4

fping 4.4
Bugfixes and other changes
- Fix wrong ident used for normal (non-unprivileged) pings
- Fix build with --disable-ipv6

(adam)

2020-08-03 11:19:38 UTC MAIN commitmail json YAML

doc: Updated textproc/hunspell to 1.7.0nb2

(wiz)

2020-08-03 11:19:28 UTC MAIN commitmail json YAML

2020-08-03 11:11:42 UTC MAIN commitmail json YAML

doc: Updated lang/python37 to 3.7.8nb1

(wiz)

2020-08-03 11:11:33 UTC MAIN commitmail json YAML

2020-08-03 11:11:20 UTC MAIN commitmail json YAML

(multimedia/acidrip) make mlayer test pass by || echo

(mef)

2020-08-03 11:01:16 UTC MAIN commitmail json YAML

doc: Updated databases/redis to 6.0.6nb1

(wiz)

2020-08-03 10:38:45 UTC MAIN commitmail json YAML

redis: fix CVE-2016-2121

The configuration file was installed mode 644, but could contain passwords.

Bump PKGREVISION.

(wiz)

2020-08-03 09:51:52 UTC MAIN commitmail json YAML

doc: Updated multimedia/mediainfo to 20.03

(wiz)

2020-08-03 09:51:42 UTC MAIN commitmail json YAML

doc: Updated multimedia/libmediainfo to 20.03

(wiz)

2020-08-03 09:51:28 UTC MAIN commitmail json YAML

{lib,}mediainfo: update to 20.03

Version 20.03, 2020-04-03
-------------
+ AC-4 full featured support (presentations, groups, substreams)
+ MPEG-H 3D Audio basic support
+ MPEG-TS: audio preselection descriptor support
+ Dolby Vision v2 detection
+ MPEG-4: support of colr/nclx (color information) box
x URL encoding option fixes, permitting to use URL encoded or non URL encoded links
x AAC: fix SBR frequency when in ADIF
x DPX: ColorimetricSpecification and TransferCharacteristic were inverted
x Several crash and memory leaks fixes

(wiz)

2020-08-03 09:33:40 UTC pkgsrc-2020Q2 commitmail json YAML

2020-08-03 09:29:19 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6272 - requested by wiz
net/transmission-gtk: security update
net/transmission-qt: security update
net/transmission: security update

Revisions pulled up:
- net/transmission-gtk/Makefile                                1.46
- net/transmission-gtk/PLIST                                    1.2
- net/transmission-qt/Makefile                                  1.54
- net/transmission/Makefile                                    1.27
- net/transmission/Makefile.common                              1.10
- net/transmission/PLIST                                        1.4
- net/transmission/distinfo                                    1.16
- net/transmission/patches/patch-qt_qtr.pro                    1.7

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: wiz
  Date: Mon Jul 13 13:01:02 UTC 2020

  Modified Files:
  pkgsrc/net/transmission: Makefile Makefile.common PLIST distinfo
  pkgsrc/net/transmission-gtk: Makefile PLIST
  pkgsrc/net/transmission-qt: Makefile
  pkgsrc/net/transmission/patches: patch-qt_qtr.pro

  Log Message:
  transmission*: update to 3.00

  ### All Platforms
  - Allow the RPC server to listen on an IPv6 address ([#161](https://github.com/transmission/transmission/pull/161))
  - Change `TR_CURL_SSL_VERIFY` to `TR_CURL_SSL_NO_VERIFY` and enable verification by default ([#334](https://github.com/transmission/transmission/pull/334))
  - Go back to using hash as base name for resume and torrent files (those stored in configuration directory) ([#122](https://github.com/transmission/transmission/pull/122))
  - Handle "fields" argument in "session-get" RPC request; if "fields" array is present in arguments, only return session fields specified; otherwise return all the fields as before
  - Limit the number of incorrect authentication attempts in embedded web server to 100 to prevent brute-force attacks ([#371](https://github.com/transmission/transmission/pull/371))
  - Set idle seed limit range to 1..40320 (4 weeks tops) in all clients ([#212](https://github.com/transmission/transmission/pull/212))
  - Add Peer ID for Xfplay, PicoTorrent, Free Download Manager, Folx, Baidu Netdisk torrent clients ([#256](https://github.com/transmission/transmission/pull/256), [#285](https://github.com/transmission/transmission/pull/285), [#355](https://github.com/transmission/transmission/pull/355), [#363](https://github.com/transmission/transmission/pull/363), [#386](https://github.com/transmission/transmission/pull/386))
  - Announce `INT64_MAX` as size left if the value is unknown (helps with e.g. Amazon S3 trackers) ([#250](https://github.com/transmission/transmission/pull/250))
  - Add `TCP_FASTOPEN` support (should result in slight speedup) ([#184](https://github.com/transmission/transmission/pull/184))
  - Improve ToS handling on IPv6 connections ([#128](https://github.com/transmission/transmission/pull/128), [#341](https://github.com/transmission/transmission/pull/341), [#360](https://github.com/transmission/transmission/pull/360), [#692](https://github.com/transmission/transmission/pull/692), [#737](https://github.com/transmission/transmission/pull/737))
  - Abort handshake if establishing DH shared secret fails (leads to crash) ([#27](https://github.com/transmission/transmission/pull/27))
  - Don't switch trackers while announcing (leads to crash) ([#297](https://github.com/transmission/transmission/pull/297))
  - Improve completion scripts execution and error handling; add support for .cmd and .bat files on Windows ([#405](https://github.com/transmission/transmission/pull/405))
  - Maintain a "session ID" file (in temporary directory) to better detect whether session is local or remote; return the ID as part of "session-get" response (TRAC-5348, [#861](https://github.com/transmission/transmission/pull/861))
  - Change torrent location even if no data move is needed ([#35](https://github.com/transmission/transmission/pull/35))
  - Support CIDR-notated blocklists ([#230](https://github.com/transmission/transmission/pull/230), [#741](https://github.com/transmission/transmission/pull/741))
  - Update the resume file before running scripts ([#825](https://github.com/transmission/transmission/pull/825))
  - Make multiscrape limits adaptive ([#837](https://github.com/transmission/transmission/pull/837))
  - Add labels support to libtransmission and transmission-remote ([#822](https://github.com/transmission/transmission/pull/822))
  - Parse `session-id` header case-insensitively ([#765](https://github.com/transmission/transmission/pull/765))
  - Sanitize suspicious path components instead of rejecting them ([#62](https://github.com/transmission/transmission/pull/62), [#294](https://github.com/transmission/transmission/pull/294))
  - Load CA certs from system store on Windows / OpenSSL ([#446](https://github.com/transmission/transmission/pull/446))
  - Add support for mbedtls (formely polarssl) and wolfssl (formely cyassl), LibreSSL ([#115](https://github.com/transmission/transmission/pull/115), [#116](https://github.com/transmission/transmission/pull/116), [#284](https://github.com/transmission/transmission/pull/284), [#486](https://github.com/transmission/transmission/pull/486), [#524](https://github.com/transmission/transmission/pull/524), [#570](https://github.com/transmission/transmission/pull/570))
  - Fix building against OpenSSL 1.1.0+ ([#24](https://github.com/transmission/transmission/pull/24))
  - Fix quota support for uClibc-ng 1.0.18+ and DragonFly BSD ([#42](https://github.com/transmission/transmission/pull/42), [#58](https://github.com/transmission/transmission/pull/58), [#312](https://github.com/transmission/transmission/pull/312))
  - Fix a number of memory leaks (magnet loading, session shutdown, bencoded data parsing) ([#56](https://github.com/transmission/transmission/pull/56))
  - Bump miniupnpc version to 2.0.20170509 ([#347](https://github.com/transmission/transmission/pull/347))
  - CMake-related improvements (Ninja generator, libappindicator, systemd, Solaris and macOS) ([#72](https://github.com/transmission/transmission/pull/72), [#96](https://github.com/transmission/transmission/pull/96), [#117](https://github.com/transmission/transmission/pull/117), [#118](https://github.com/transmission/transmission/pull/118), [#133](https://github.com/transmission/transmission/pull/133), [#191](https://github.com/transmission/transmission/pull/191))
  - Switch to submodules to manage (most of) third-party dependencies
  - Fail installation on Windows if UCRT is not installed

  ### Mac Client
  - Bump minimum macOS version to 10.10
  - Dark Mode support ([#644](https://github.com/transmission/transmission/pull/644), [#722](https://github.com/transmission/transmission/pull/722), [#757](https://github.com/transmission/transmission/pull/757), [#779](https://github.com/transmission/transmission/pull/779), [#788](https://github.com/transmission/transmission/pull/788))
  - Remove Growl support, notification center is always used ([#387](https://github.com/transmission/transmission/pull/387))
  - Fix autoupdate on High Sierra and up by bumping the Sparkle version ([#121](https://github.com/transmission/transmission/pull/121), [#600](https://github.com/transmission/transmission/pull/600))
  - Transition to ARC ([#336](https://github.com/transmission/transmission/pull/336))
  - Use proper UTF-8 encoding (with macOS-specific normalization) when setting download/incomplete directory and completion script paths ([#11](https://github.com/transmission/transmission/pull/11))
  - Fix uncaught exception when dragging multiple items between groups ([#51](https://github.com/transmission/transmission/pull/51))
  - Add flat variants of status icons for message log ([#134](https://github.com/transmission/transmission/pull/134))
  - Optimize image resources size ([#304](https://github.com/transmission/transmission/pull/304), [#429](https://github.com/transmission/transmission/pull/429))
  - Update file icon when file name changes ([#37](https://github.com/transmission/transmission/pull/37))
  - Update translations

  ### GTK+ Client
  - Add queue up/down hotkeys ([#158](https://github.com/transmission/transmission/pull/158))
  - Modernize the .desktop file ([#162](https://github.com/transmission/transmission/pull/162))
  - Add AppData file ([#224](https://github.com/transmission/transmission/pull/224))
  - Add symbolic icon variant for the Gnome top bar and when the high contrast theme is in use ([#414](https://github.com/transmission/transmission/pull/414), [#449](https://github.com/transmission/transmission/pull/449))
  - Update file icon when its name changes ([#37](https://github.com/transmission/transmission/pull/37))
  - Switch from intltool to gettext for translations ([#584](https://github.com/transmission/transmission/pull/584), [#647](https://github.com/transmission/transmission/pull/647))
  - Update translations, add new translations for Portuguese (Portugal)

  ### Qt Client
  - Bump minimum Qt version to 5.2
  - Fix dropping .torrent files into main window on Windows ([#269](https://github.com/transmission/transmission/pull/269))
  - Fix prepending of drive letter to various user-selected paths on Windows ([#236](https://github.com/transmission/transmission/pull/236), [#307](https://github.com/transmission/transmission/pull/307), [#404](https://github.com/transmission/transmission/pull/404), [#437](https://github.com/transmission/transmission/pull/437), [#699](https://github.com/transmission/transmission/pull/699), [#723](https://github.com/transmission/transmission/pull/723), [#877](https://github.com/transmission/transmission/pull/877))
  - Fix sorting by progress in presence of magnet transfers ([#234](https://github.com/transmission/transmission/pull/234))
  - Fix .torrent file trashing upon addition ([#262](https://github.com/transmission/transmission/pull/262))
  - Add queue up/down hotkeys ([#158](https://github.com/transmission/transmission/pull/158))
  - Reduce torrent properties (file tree) memory usage
  - Display tooltips in torrent properties (file tree) in case the names don't fit ([#411](https://github.com/transmission/transmission/pull/411))
  - Improve UI look on hi-dpi displays (YMMV)
  - Use session ID (if available) to check if session is local or not ([#861](https://github.com/transmission/transmission/pull/861))
  - Use default (instead of system) locale to be more flexible ([#130](https://github.com/transmission/transmission/pull/130))
  - Modernize the .desktop file ([#162](https://github.com/transmission/transmission/pull/162))
  - Update translations, add new translations for Afrikaans, Catalan, Danish, Greek, Norwegian Bokmè™±, Slovenian

  ### Daemon
  - Use libsystemd instead of libsystemd-daemon (TRAC-5921)
  - Harden transmission-daemon.service by disallowing privileges elevation ([#795](https://github.com/transmission/transmission/pull/795))
  - Fix exit code to be zero when dumping settings ([#487](https://github.com/transmission/transmission/pull/487))

  ### Web Client
  - Fix tracker error XSS in inspector (CVE-?)
  - Fix performance issues due to improper use of `setInterval()` for UI refresh (TRAC-6031)
  - Fix recognition of `https://` links in comments field ([#41](https://github.com/transmission/transmission/pull/41), [#180](https://github.com/transmission/transmission/pull/180))
  - Fix torrent list style in Google Chrome 59+ ([#384](https://github.com/transmission/transmission/pull/384))
  - Show ETA in compact view on non-mobile devices ([#146](https://github.com/transmission/transmission/pull/146))
  - Show upload file button on mobile devices ([#320](https://github.com/transmission/transmission/pull/320), [#431](https://github.com/transmission/transmission/pull/431), [#956](https://github.com/transmission/transmission/pull/956))
  - Add keyboard hotkeys for web interface ([#351](https://github.com/transmission/transmission/pull/351))
  - Disable autocompletion in torrent URL field ([#367](https://github.com/transmission/transmission/pull/367))

  ### Utils
  - Prevent crash in transmission-show displaying torrents with invalid creation date ([#609](https://github.com/transmission/transmission/pull/609))
  - Handle IPv6 RPC addresses in transmission-remote ([#247](https://github.com/transmission/transmission/pull/247))
  - Add `--unsorted` option to transmission-show ([#767](https://github.com/transmission/transmission/pull/767))
  - Widen the torrent-id column in transmission-remote for cleaner formatting ([#840](https://github.com/transmission/transmission/pull/840))

  To generate a diff of this commit:
  cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/transmission/Makefile
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/transmission/Makefile.common
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/transmission/PLIST
  cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/transmission/distinfo
  cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/transmission-gtk/Makefile
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/transmission-gtk/PLIST
  cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/transmission-qt/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/transmission/patches/patch-qt_qtr.pro
-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Sat Jul 25 20:20:05 UTC 2020

  Modified Files:
          pkgsrc/net/transmission-qt: Makefile

  Log Message:
  transmission-qt: needs gcc 7.x (for <optional>)

  Reported and tested by spz.

  To generate a diff of this commit:
  cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/transmission-qt/Makefile

(spz)

2020-08-03 09:21:31 UTC MAIN commitmail json YAML

Updated devel/py-ipython, graphics/py-imageio

(adam)

2020-08-03 09:21:14 UTC MAIN commitmail json YAML

py-imageio: updated to 2.9.0

2.9.0:

Fixed
More robust loading of FEI SEM data.
Fix webcam not working on Win10.

Added
Add a few standard images useful to 3D visualization.
The timeout used in HTTP requests can now be set with an environment variable.
The DICOM plugin can now used gdcm for compressed transfer formats.
Better support for itk/sitk plugins.
Test coverage and CI for ARM.

(adam)

2020-08-03 09:15:00 UTC MAIN commitmail json YAML

py-ipython: updated to 7.17.0

IPython 7.17
============

IPython 7.17 brings a couple of new improvements to API and a couple of user
facing changes to make the terminal experience more user friendly.

:ghpull:`12407` introduces the ability to pass extra argument to the IPython
debugger class; this is to help a new project from ``kmaork``
(https://github.com/kmaork/madbg) to feature a fully remote debugger.

:ghpull:`12410` finally remove support for 3.6, while the codebase is still
technically compatible; IPython will not install on Python 3.6.

lots of work on the debugger and hidden frames from ``@impact27`` in
:ghpull:`12437`, :ghpull:`12445`, :ghpull:`12460` and in particular
:ghpull:`12453` which make the debug magic more robust at handling spaces.

Biggest API addition is code transformation which is done before code execution;
IPython allows a number of hooks to catch non-valid Python syntax (magic, prompt
stripping...etc). Transformers are usually called many time; typically:

- When trying to figure out whether the code is complete and valid (should we
  insert a new line or execute ?)
- During actual code execution pass before giving the code to Python's
  ``exec``.

This lead to issues when transformer might have had side effects; or do external
queries. Starting with IPython 7.17 you can expect your transformer to be called
less time.

Input transformers are now called only once in the execution path of
`InteractiveShell`, allowing to register transformer that potentially have side
effects (note that this is not recommended). Internal methods `should_run_async`, and
`run_cell_async` now take a recommended optional `transformed_cell`, and
`preprocessing_exc_tuple` parameters that will become mandatory at some point in
the future; that is to say cells need to be explicitly transformed to be valid
Python syntax ahead of trying to run them. :ghpull:`12440`;

``input_transformers`` can now also have an attribute ``has_side_effects`` set
to `True`, when this attribute is present; this  will prevent the transformers
from being ran when IPython is trying to guess whether the user input is
complete. Note that this may means you will need to explicitly execute in some
case where your transformations are now not ran; but will not affect users with
no custom extensions.

(adam)

2020-08-03 08:44:24 UTC MAIN commitmail json YAML

py-gsutil: add CHECK_INTERPRETER_SKIP

(adam)

2020-08-03 08:36:23 UTC MAIN commitmail json YAML

2020-08-03 08:22:18 UTC MAIN commitmail json YAML

Updated graphics/py-graphviz, www/py-yarl

(adam)

2020-08-03 08:21:59 UTC MAIN commitmail json YAML

py-yarl: updated to 1.5.1

1.5.1

Bugfixes
Fix including relocated internal yarl._quoting_c C-extension into published PyPI dists.

(adam)

2020-08-03 08:20:20 UTC MAIN commitmail json YAML

py-graphviz: updated to 0.14.1

Version 0.14.1

Document the colon-separated ``node[:port[:compass]]`` format used for ``tail``
and ``head`` points in the ``edge()``- and ``edges()``-methods'

(adam)

2020-08-03 07:57:54 UTC MAIN commitmail json YAML

doc: Updated mail/rss2email to 3.12.1

(schmonz)

2020-08-03 07:57:43 UTC MAIN commitmail json YAML

Update to 3.12.1. From the changelog:

* Fix calling opmlexport without arguments

(schmonz)

2020-08-02 23:32:27 UTC MAIN commitmail json YAML

Delete shouldBlindForSpecificArch(uintptr_t) on arm64 as it is the same
as shouldBlindForSpecificArch(uint64_t)

(jmcneill)

2020-08-02 22:15:50 UTC MAIN commitmail json YAML

doc: Updated net/corebird to 1.7.4

(mef)

2020-08-02 22:15:05 UTC MAIN commitmail json YAML

(net/corebird) Updated 1.7.3 (failing to package) to 1.7.4

(pkgsrc)
- Add adhoc patch to make it build.

(upstream)
Changelog:
- Fix tweet sending on 32bit architectures. #795 Wtf.
- Fix a few spelling mistakes. #798
- Work around a GTK+ bug increasing the window size
  when typing DMs. #796
- Prevent the list statuses page from automatically focusing
  the delete button, potentially resulting in accidentally
  deleted lists. #811
- Show a language selection context menu in the
  compose text view. #812

(mef)

2020-08-02 21:22:29 UTC MAIN commitmail json YAML

avrdude: only need texi2html & makeinfo when building w/ docs

(tnn)

2020-08-02 21:20:33 UTC MAIN commitmail json YAML

avrdude: make docs optional (TeX is quite heavy dependency)

(tnn)

2020-08-02 20:59:21 UTC MAIN commitmail json YAML

doc: Updated mail/rss2email to 3.12

(schmonz)

2020-08-02 20:59:09 UTC MAIN commitmail json YAML

Update to 3.12. From the changelog:

* Drop support for EOL Python 3.4, add support for Python 3.8
* Add List_ID and List_Post headers to the generated emails
* Add a new `reply-changes` setting
* Improve configurability of text wrapping for the emails
* Use `platform.node()` instead of "dev.null.invalid" in
  "Message-ID" header
* Improve locking support for when multiple rss2email instances are run
  in parallel
* Fix handling of __VERSION__ and __URL__ in user-agent strings
* Fix opmlexport

(schmonz)

2020-08-02 20:22:25 UTC MAIN commitmail json YAML

Updated multimedia/libmatroska, multimedia/mkvtoolnix

(adam)

2020-08-02 20:22:04 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 49.0.0

Version 49.0.0 "Sick Of Losing Soulmates" 2020-08-02

New features and enhancements

* mkvmerge: added support for copying the new track header elements
  `BlockAddIDName`, `BlockAddIDType`, `BlockAddIDValue` and
  `BlockAddIDExtraData` from Matroska files if they exist.
* mkvinfo: added support for the new track header elements
  `BlockAdditionMapping`, `BlockAddIDName`, BlockAddIDType`, `BlockAddIDValue`
  and `BlockAddIDExtraData`.
* MKVToolNix GUI: multiplexer: the list of recent directories can now be
  edited in the preferences → "Multiplexer" → "Destination file
  name".
* MKVToolNix GUI: preferences: the values in the various "predefined values"
  lists can now be re-ordered freely by dragging & dropping.

Bug fixes

* mkvmerge: Matroska reader: when reading tracks (e.g. a subtitle track) from
  Matroska files with their `default track` flag set to `yes`, and when
  overwriting those via the command line to `no`, `mkvmerge` would not promote
  additional tracks of the same type from other files (e.g. another subtitle
  track from an SRT file).
* mkvmerge: SRT reader: empty lines inside entries were doubled.
* mkvmerge: subtitles: when calculating the rounded duration of each entry the
  error from rounding the corresponding timestamp will be taken into
  account.
* mkvextract: SSA/ASS extraction: mkvextract is no longer inserting empty
  lines before the `Dialogue:` lines.
* mkvextract: USF subtitles: start & end timestamps were too high by a factor
  of 1.000.000.
* MKVToolNix: info tool: when saving to a text file the checkbox "Save as
  default for saving output to text files" did nothing.
* MKVToolNix: info tool: when saving to a text file in "all elements in a
  tree-like structure" mode, the GUI always stopped at the first cluster
  regardless of the setting of the "verbosity" option.
* MKVToolNix GUI: preferences: when tooltips were disabled the dialogs for
  adding new entries to the various "predefined values" lists were missing
  their texts.
* Windows installer: the images are shown again.
* configure: fixed detection of QtDBus.

Build system changes

* libMatroska v1.6.1 is now required. The bundled version has been updated to
  that version.

(adam)

2020-08-02 20:18:53 UTC MAIN commitmail json YAML

libmatroska: updated to 1.6.2

Released v1.6.2.

* In release 1.6.1 the version number in CMakeLists.txt wasn't
updated, affecting the installed cmake and pkgconfig files. The
version number has been bumped to 1.6.2 in all relevant files now.

Released v1.6.1.

* "KaxBlockAddIDValue" class: this class is no longer marked as
"mandatory" in order to coincide with the latest specification.

(adam)

2020-08-02 17:41:41 UTC MAIN commitmail json YAML

2020-08-02 13:27:32 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 20.2.6

(rillig)

2020-08-02 13:27:17 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 20.2.6

Changes since 20.2.5:

Some selected absolute paths, such as /etc/passwd, /etc/shadow and
/etc/hosts are allowed in patch files.  Other files in /etc should still
use PKG_SYSCONFDIR, to keep the package portable between platforms and
also in unprivileged mode. (Fixes PR pkg/55524.)

Absolute pathnames are also allowed in C-style end-of-line comments
(fixes PR pkg/55516) and in continuations of C-style block comments
(fixes PR pkg/55524).

The explanation for make's :ts modifier has been adjusted to the 2020
bmake update.  The modifier :ts\040 is now interpreted as octal, as
opposed to decimal.

(rillig)

2020-08-02 12:49:08 UTC MAIN commitmail json YAML

Add -fpermissive to CXXFLAGS to fix build on NetBSD 9

(jmcneill)

2020-08-02 12:08:35 UTC MAIN commitmail json YAML

Add -lm to LIBS on NetBSD. The library uses modf and this is not available
in libc on all ports (specifically missing from aarch64 9.0) as it is not
built with the compat code.

Bump pkg revision.

(jmcneill)

2020-08-02 12:08:23 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.10.25, i3-4.18.2, khal-0.10.2, libvpx-1.9.0,
  poppler-20.08.0, py-autopep8-1.5.4, py-google-auth-1.20.0,
  py-yarl-1.5.1, sslh-1.21c, vala-0.48.8.

(wiz)

2020-08-02 10:59:13 UTC MAIN commitmail json YAML

Simplify the IPv6 address handling patch

Also fix the completely incorrect code that was inteded to look for
the closing bracket (but clearly wouldn't work and wasn't hit in my
previous testing).

(kim)

2020-08-02 10:40:09 UTC MAIN commitmail json YAML

doc/TODO: gnuradio-3.8.1.0 [in wip]

(tnn)

2020-08-02 03:15:35 UTC MAIN commitmail json YAML

2020-08-02 03:13:33 UTC MAIN commitmail json YAML

textproc/log4cpp: import log4cpp-1.1.3

Log4cpp is library of C++ classes for flexible logging to files, syslog,
IDSA and other destinations.

(tnn)

2020-08-02 00:25:20 UTC MAIN commitmail json YAML

py-qt5: make dbus option actually do something

(tnn)

2020-08-01 23:44:06 UTC MAIN commitmail json YAML

Don't set PKG_SUGGESTED_OPTIONS=mpg123-with-fpu on softfloat arm.

Fixes PR/54779.
Bump PKGREVISION to rebuild arm binaries.

(tsutsui)

2020-08-01 21:51:18 UTC MAIN commitmail json YAML

(devel/R-tinytest) Add new package: R-tinytest-1.2.2

(mef)

2020-08-01 21:48:17 UTC MAIN commitmail json YAML

(devel/R-tinytest) import R-tinytest-1.2.2

Provides a lightweight (zero-dependency) and easy to use unit testing
framework. Main features: install tests with the package. Test results
are treated as data that can be stored and manipulated. Test files are
R scripts interspersed with test commands, that can be programmed
over. Fully automated build-install-test sequence for packages. Skip
tests when not run locally (e.g. on CRAN). Flexible and configurable
output printing. Compare computed output with output stored with the
package. Run tests in parallel. Extensible by other packages. Report
side effects.

(mef)

2020-08-01 19:08:25 UTC MAIN commitmail json YAML

package Makefile simplifications leftover from url2pkg, NFC

(scole)

2020-08-01 17:20:59 UTC MAIN commitmail json YAML

move PLIST variable under the conditional

(tnn)

2020-08-01 17:19:46 UTC MAIN commitmail json YAML

2020-08-01 17:11:11 UTC MAIN commitmail json YAML

package Makefile simplifications from <leot>

(scole)

2020-08-01 16:03:58 UTC MAIN commitmail json YAML

doc: Updated net/dbip-country-lite to 2020.08

(fcambus)

2020-08-01 16:03:47 UTC MAIN commitmail json YAML

dbip-country-lite: update to 2020-08.

No upstream ChangeLog.

(fcambus)

2020-08-01 15:57:14 UTC MAIN commitmail json YAML

doc: Updated net/dbip-city-lite to 2020.08

(fcambus)

2020-08-01 15:57:04 UTC MAIN commitmail json YAML

dbip-city-lite: update to 2020-08.

No upstream ChangeLog.

(fcambus)

2020-08-01 15:55:37 UTC MAIN commitmail json YAML

doc: Updated net/dbip-asn-lite to 2020.08

(fcambus)

2020-08-01 15:55:26 UTC MAIN commitmail json YAML

dbip-asn-lite: update to 2020-08.

No upstream ChangeLog.

(fcambus)

2020-08-01 15:15:14 UTC MAIN commitmail json YAML

doc: Added textproc/ugrep version 2.5.0

(scole)

2020-08-01 15:13:59 UTC MAIN commitmail json YAML

2020-08-01 14:31:52 UTC MAIN commitmail json YAML

afl: remove obsolete master site

(wiz)

2020-08-01 14:10:23 UTC MAIN commitmail json YAML

2020-08-01 13:40:57 UTC MAIN commitmail json YAML

doc: Updated devel/R-covr to 3.5.0

(mef)

2020-08-01 13:40:43 UTC MAIN commitmail json YAML

(devel/R-covr) Updated to 3.5.0. make test still fails at testthat.R

# covr 3.5.0
* `codecov()` now supports GitHub Actions for public repositories without
  having to specify a token.

* New `to_sonarqube()` function added to support SonarQube generic
  XML format (@nibant, @Delfic, #413).

(mef)

2020-08-01 13:18:47 UTC MAIN commitmail json YAML

(devel/R-callr) Add TEST_DEPENDS+= R-pingr-[0-9]*

(mef)

2020-08-01 13:18:36 UTC MAIN commitmail json YAML

firefox78-l10n: fix PLIST

(nia)

2020-08-01 13:13:21 UTC MAIN commitmail json YAML

(net/R-pingr) New package R-pingr-2.0.1

(mef)

2020-08-01 13:11:51 UTC MAIN commitmail json YAML

(net/R-pingr) Correct PATH for tex-inconsolata

(mef)

2020-08-01 13:08:32 UTC MAIN commitmail json YAML

net/R-pingr: import R-pingr-2.0.1

Check if a remote computer is up. It can either just call the system
ping command, or check a specified TCP port.

(mef)

2020-08-01 12:40:11 UTC MAIN commitmail json YAML

Make devel/gajim not pick up the pkgsrc revision when pkgsrc is checked out via
Git.

(js)

2020-08-01 09:52:51 UTC MAIN commitmail json YAML

php56: add default-off php-embed option to install embed SAPI

Requested by Sergey Osokin in PR 55508.

While here, split off option handling into options.mk.

(wiz)

2020-08-01 09:00:31 UTC MAIN commitmail json YAML

2020-08-01 08:59:36 UTC MAIN commitmail json YAML

PY_PATCHPLIST goes before extension.mk

(tnn)

2020-08-01 08:57:05 UTC MAIN commitmail json YAML

2020-08-01 08:17:43 UTC MAIN commitmail json YAML

2020-08-01 07:49:26 UTC MAIN commitmail json YAML

gnuradio-core: use external libvolk. Bump PKGREVISION.

Note that the previous gnuradio-core package conflicts with math/volk.
In order to update you must delete the old gnuradio-core package so
that math/volk can first be installed.

(tnn)

2020-08-01 07:47:22 UTC MAIN commitmail json YAML

2020-08-01 07:46:14 UTC MAIN commitmail json YAML

ham/soapy-sdr: import soapy-sdr-0.7.2

SoapySDR is an open-source generalized API and runtime library for interfacing
with SDR devices. With SoapySDR, you can instantiate, configure, and stream
with an SDR device in a variety of environments. Most off the shelf
SDR hardware platforms are supported by SoapySDR, and many open source
applications rely on SoapySDR for hardware integration support. In addition,
SoapySDR has bindings for development frameworks like GNU Radio and Pothos.

(tnn)

2020-08-01 07:18:35 UTC MAIN commitmail json YAML

2020-08-01 06:48:22 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup tickets #6290 and #6291

(bsiegert)

2020-08-01 06:47:59 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6291 - requested by maya
x11/modular-xorg-server: security fix

Revisions pulled up:
- x11/modular-xorg-server/Makefile                              1.128
- x11/modular-xorg-server/distinfo                              1.102
- x11/modular-xorg-server/patches/patch-dix_pixmap.c            1.1
- x11/modular-xorg-xephyr/Makefile                              1.20
- x11/modular-xorg-xwayland/Makefile                            1.8

---
  Module Name: pkgsrc
  Committed By: maya
  Date: Fri Jul 31 16:50:57 UTC 2020

  Modified Files:
  pkgsrc/x11/modular-xorg-server: Makefile distinfo
  pkgsrc/x11/modular-xorg-xephyr: Makefile
  pkgsrc/x11/modular-xorg-xwayland: Makefile
  Added Files:
  pkgsrc/x11/modular-xorg-server/patches: patch-dix_pixmap.c

  Log Message:
  modular-xorg-*: provide patch (making this package equivalent to
  xorg-server 1.20.9, couldn't find a tarball).

  X.Org security advisory: July 31, 2020

  X Server Pixel Data Uninitialized Memory Information Disclosure
  ===============================================================

  CVE-2020-14347

  Allocation for pixmap data in AllocatePixmap() does not initialize the
  memory in xserver, it leads to leak uninitialize heap memory to
  clients. When the X server runs with elevated privileges.

  This flaw can lead to ASLR bypass, which when combined with other
  flaws (known/unknown) could lead to lead to privilege elevation in the
  client.

  Patch
  =====

  A patch for this issue has been commited to the xorg server git
  repository.  xorg-server 1.20.9 will be released shortly and will
  include this patch.

  https://gitlab.freedesktop.org/xorg/xserver.git

  diff --git a/dix/pixmap.c b/dix/pixmap.c
  index 1186d7dbb..5a0146bbb 100644
  --- a/dix/pixmap.c
  +++ b/dix/pixmap.c
  @@ -116,7 +116,7 @@ AllocatePixmap(ScreenPtr pScreen, int pixDataSize)
        if (pScreen->totalPixmapSize > ((size_t) - 1) - pixDataSize)
            return NullPixmap;

  -    pPixmap = malloc(pScreen->totalPixmapSize + pixDataSize);
  +    pPixmap = calloc(1, pScreen->totalPixmapSize + pixDataSize);
        if (!pPixmap)
            return NullPixmap;

  Thanks
  ======

  This vulnerability was discovered by Jan-Niklas Sohn working with
  Trend Micro Zero Day Initiative.

(bsiegert)

2020-08-01 06:47:52 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6290 - requested by maya
x11/libX11: security fix

Revisions pulled up:
- x11/libX11/Makefile                                          1.52
- x11/libX11/distinfo                                          1.31

---
  Module Name: pkgsrc
  Committed By: maya
  Date: Fri Jul 31 16:36:55 UTC 2020

  Modified Files:
  pkgsrc/x11/libX11: Makefile distinfo

  Log Message:
  libX11: update to 1.6.10

  Heap corruption in the X input method client in libX11
  ======================================================

  CVE-2020-14344

  The X Input Method (XIM) client implementation in libX11 has some
  integer overflows and signed/unsigned comparison issues that can lead
  to heap corruption when handling malformed messages from an input
  method.

  Patches
  =======

  Patches for these issues have been commited to the libX11 git repository.
  libX11 1.6.10 will be released shortly and will include those patches.

  https://gitlab.freedesktop.org/xorg/lib/libx11

  commit 1703b9f3435079d3c6021e1ee2ec34fd4978103d (HEAD -> master)

      Change the data_len parameter of _XimAttributeToValue() to CARD16

      It's coming from a length in the protocol (unsigned) and passed
      to functions that expect unsigned int parameters (_XCopyToArg()
      and memcpy()).

  commit 1a566c9e00e5f35c1f9e7f3d741a02e5170852b2

      Zero out buffers in functions

      It looks like uninitialized stack or heap memory can leak
      out via padding bytes.

  commit 2fcfcc49f3b1be854bb9085993a01d17c62acf60

      Fix more unchecked lengths

  commit 388b303c62aa35a245f1704211a023440ad2c488

      fix integer overflows in _XimAttributeToValue()

  commit 0e6561efcfaa0ae7b5c74eac7e064b76d687544e

      Fix signed length values in _XimGetAttributeID()

      The lengths are unsigned according to the specification. Passing
      negative values can lead to data corruption.

  Thanks
  ======

  X.Org thanks Todd Carson for reporting these issues to our security
  team and assisting them in understanding them and providing fixes.

(bsiegert)

2020-08-01 04:39:13 UTC MAIN commitmail json YAML

2020-08-01 04:35:09 UTC MAIN commitmail json YAML

math/volk: import volk-2.3.0

The Vector-Optimized Library of Kernel is a library that contains kernels of
hand-written SIMD code for different mathematical operations. Since each SIMD
architecture can be very different and no compiler has yet come along to
handle vectorization properly or highly efficiently, VOLK approaches the
problem differently.

VOLK is a sub-project of GNU Radio.

(tnn)

2020-08-01 03:58:54 UTC MAIN commitmail json YAML

2020-08-01 02:26:12 UTC MAIN commitmail json YAML

2020-08-01 02:25:23 UTC MAIN commitmail json YAML

2020-08-01 02:24:10 UTC MAIN commitmail json YAML

doc: Added graphics/R-ggthemes version 4.2.0

(brook)

2020-08-01 02:24:00 UTC MAIN commitmail json YAML

graphics/R-ggthemes: import R-ggthemes-4.2.0

Some extra themes, geoms, and scales for 'ggplot2'. Provides 'ggplot2'
themes and scales that replicate the look of plots by Edward Tufte,
Stephen Few, 'Fivethirtyeight', 'The Economist', 'Stata', 'Excel', and
'The Wall Street Journal', among others. Provides 'geoms' for Tufte's
box plot and range frame.

(brook)

2020-08-01 02:04:42 UTC MAIN commitmail json YAML

doc: Added graphics/R-polyclip version 1.10.0

(brook)

2020-08-01 02:03:53 UTC MAIN commitmail json YAML

graphics/R-polyclip: import R-polyclip-1.10.0

R port of Angus Johnson's open source library Clipper. Performs
polygon clipping operations (intersection, union, set minus, set
difference) for polygonal regions of arbitrary complexity, including
holes. Computes offset polygons (spatial buffer zones, morphological
dilations, Minkowski dilations) for polygonal regions and polygonal
lines. Computes Minkowski Sum of general polygons. There is a function
for removing self-intersections from polygon data.

(brook)

2020-07-31 23:38:03 UTC MAIN commitmail json YAML

doc: Added graphics/R-jpeg version 0.1.8.1

(brook)

2020-07-31 23:37:09 UTC MAIN commitmail json YAML

graphics/R-jpeg: import R-jpeg-0.1.8.1

This package provides an easy and simple way to read, write and
display bitmap images stored in the JPEG format. It can read and write
both files and in-memory raw vectors.

(brook)

2020-07-31 22:39:50 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 20.2.5

(rillig)

2020-07-31 22:39:36 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 20.2.5

Changes since 20.2.4:

The warning about "unknown options" has been reworded to "undocumented
options", since that is more precise and less confusing.

In pathnames and pathname patterns, the exclamation mark is allowed.
This is necessary for Go packages like devel/gopls.

(rillig)

2020-07-31 21:50:28 UTC MAIN commitmail json YAML

doc: Updated math/R-tidyr to 1.0.2

(brook)

2020-07-31 21:49:29 UTC MAIN commitmail json YAML

R-tidyr: update from 0.8.3 to 1.0.2.

Many changes are identified for the update to 1.0.0; see News.md for
details.

Apparently, these include some breaking changes.  See
`vignette("in-packages")` for a detailed transition guide.

(brook)

2020-07-31 20:45:09 UTC MAIN commitmail json YAML

doc: Updated math/R-dplyr to 1.0.0

(brook)

2020-07-31 20:44:49 UTC MAIN commitmail json YAML

2020-07-31 20:42:28 UTC MAIN commitmail json YAML

doc: Added math/R-generics version 0.0.2

(brook)

2020-07-31 20:41:40 UTC MAIN commitmail json YAML

R-generics: initial import of v0.0.2.

In order to reduce potential package dependencies and conflicts,
generics provides a number of commonly used S3 generics.

(brook)

2020-07-31 20:36:25 UTC MAIN commitmail json YAML

Fix incorrect entry for graphics/R-farver.

(brook)

2020-07-31 20:34:21 UTC MAIN commitmail json YAML

doc: Updated graphics/R-scales to 1.1.0

(brook)

2020-07-31 20:33:40 UTC MAIN commitmail json YAML

2020-07-31 20:32:17 UTC MAIN commitmail json YAML

doc: Updated graphics/R-farver to 2.0.3

(brook)

2020-07-31 20:31:27 UTC MAIN commitmail json YAML

2020-07-31 20:26:30 UTC MAIN commitmail json YAML

doc: Updated devel/R-tidyselect to 1.1.0

(brook)

2020-07-31 20:26:13 UTC MAIN commitmail json YAML

2020-07-31 20:23:47 UTC MAIN commitmail json YAML

doc: Updated math/R-classInt to 0.4.2

(brook)

2020-07-31 20:23:26 UTC MAIN commitmail json YAML

2020-07-31 20:18:12 UTC MAIN commitmail json YAML

doc: Updated math/R-vctrs to 0.3.2

(brook)