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 (1h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 17:48:40 UTC Now

2021-02-26 10:18:19 UTC MAIN commitmail json YAML

Updated net/rabbitmq, www/py-uvicorn

(adam)

2021-02-26 10:17:18 UTC MAIN commitmail json YAML

py-uvicorn: updated to 0.13.4

0.13.4 - 2021-02-20

Fixed
Fixed wsgi middleware PATH_INFO encoding
Fixed uvloop dependency
Relax watchgod up bound
Return 'connection: close' header in response

Added
Docs: Nginx + websockets
Document the default value of 1 for workers
Enabled permessage-deflate extension in websockets

(adam)

2021-02-26 10:14:30 UTC MAIN commitmail json YAML

rabbitmq: updated to 3.8.12

RabbitMQ 3.8.12 is a maintenance release that contains bug fixes.

(adam)

2021-02-26 10:13:58 UTC MAIN commitmail json YAML

doc: Updated www/grafana to 7.4.3

(triaxx)

2021-02-26 10:13:54 UTC MAIN commitmail json YAML

erlang: remove max_fds patch - not needed any more, fixes build on Darwin

(adam)

2021-02-26 10:12:41 UTC MAIN commitmail json YAML

grafana: Update to 7.4.3

upstream changes:
-----------------
Release notes for Grafana 7.4.3
Bug fixes
  o AdHocVariables: Fixes crash when values are stored as numbers. #31382,
    @hugohaggmark
  o DashboardLinks: Fix an issue where the dashboard links were causing a full
    page reload. #31334, @torkelo
  o Elasticsearch: Fix query initialization logic & query transformation from
    Prometheus/Loki. #31322, @Elfo404
  o QueryEditor: Fix disabling queries in dashboards. #31336, @gabor
  o Streaming: Fix an issue with the time series panel and streaming data
    source when scrolling back from being out of view. #31431, @torkelo
  o Table: Fix an issue regarding the fixed min and auto max values in bar
    gauge cell. #31316, @torkelo

Release notes for Grafana 7.4.2
Features and enhancements
  o Explore: Do not show non queryable data sources in data source picker.
    #31144, @torkelo
  o Snapshots: Do not allow an anonymous user to create snapshots. #31263,
    @marefr
Bug fixes
  o CloudWatch: Ensure empty query row errors are not passed to the panel.
    #31172, @sunker
  o DashboardLinks: Fix the links that always cause a full page to reload.
    #31178, @torkelo
  o DashboardListPanel: Fix issue with folder picker always showing All and
    using old form styles. #31160, @torkelo
  o IPv6: Support host address configured with enclosing square brackets.
    #31226, @aknuds1
  o Permissions: Fix team and role permissions on folders/dashboards not
    displayed for non Grafana Admin users. #31132, @AgnesToulet
  o Postgres: Fix timeGroup macro converts long intervals to invalid numbers
    when TimescaleDB is enabled. #31179, @kurokochin
  o Prometheus: Fix enabling of disabled queries when editing in dashboard.
    #31055, @ivanahuckova
  o QueryEditors: Fix an issue that happens after moving queries then editing
    would update other queries. #31193, @torkelo
  o SqlDataSources: Fix the Show Generated SQL button in query editors. #31236,
    @torkelo
  o StatPanels: Fix an issue where the palette color scheme is not cleared when
    loading panel. #31126, @torkelo
  o Variables: Add the default option back for the data source variable.
    #31208, @hugohaggmark
  o Variables: Fix missing empty elements from regex filters. #31156,
    @hugohaggmark

Release notes for Grafana 7.4.1
Features and enhancements
  o Influx: Make max series limit configurable and show the limiting message if
    applied. #31025, @aocenas
  o Make value mappings correctly interpret numeric-like strings. #30893,
    @dprokop
  o Variables: Adds queryparam formatting option. #30858, @hugohaggmark
Bug fixes
  o Alerting: Fixes so notification channels are properly deleted. #31040,
    @hugohaggmark
  o BarGauge: Improvements to value sizing and table inner width calculations.
    #30990, @torkelo
  o DashboardLinks: Fixes crash when link has no title. #31008, @hugohaggmark
  o Elasticsearch: Fix alias field value not being shown in query editor.
    #30992, @Elfo404
  o Elasticsearch: Fix log row context errors. #31088, @Elfo404
  o Elasticsearch: Show Size setting for raw_data metric. #30980, @Elfo404
  o Graph: Fixes so graph is shown for non numeric time values. #30972,
    @hugohaggmark
  o Logging: Ignore ���file already closed��� error when closing file. #31119,
    @aknuds1
  o Plugins: Fix plugin signature validation for manifest v2 on Windows.
    #31045, @wbrowne
  o TextPanel: Fixes so panel title is updated when variables change. #30884,
    @hugohaggmark
  o Transforms: Fixes Outer join issue with duplicate field names not getting
    the same unique field names as before. #31121, @torkelo

(triaxx)

2021-02-26 09:17:57 UTC MAIN commitmail json YAML

x11/xst: adopt maintainership

(pin)

2021-02-26 08:47:03 UTC MAIN commitmail json YAML

mitmproxy: Add missing dependency to py-sqlite3

Reported by Austin Wise via <https://github.com/NetBSD/pkgsrc/pull/84>, thanks!

PKGREVISION++

(leot)

2021-02-26 08:35:26 UTC MAIN commitmail json YAML

audiocd-kio: comment libkcompactdisc until its makefile is fixed

unbreak build builds.

(nia)

2021-02-26 08:18:40 UTC MAIN commitmail json YAML

doc: Updated net/mosquitto to 2.0.8

(triaxx)

2021-02-26 08:18:25 UTC MAIN commitmail json YAML

mosquitto: Update to 2.0.8

upstream changes:
-----------------
2.0.8 - 2021-02-25
==================

Broker:
- Fix incorrect datatypes in `struct mosquitto_evt_tick`. This changes the
  size and offset of two of the members of this struct, and changes the size
  of the struct. This is an ABI break, but is considered to be acceptable
  because plugins should never be allocating their own instance of this
  struct, and currently none of the struct members are used for anything, so a
  plugin should not be accessing them. It would also be safe to read/write
  from the existing struct parameters.
- Give compile time warning if libwebsockets compiled without external poll
  support. Closes #2060.
- Fix memory tracking not being available on FreeBSD or macOS. Closes #2096.

Client library:
- Fix mosquitto_{pub|sub}_topic_check() functions not returning MOSQ_ERR_INVAL
  on topic == NULL.

Clients:
- Fix possible loss of data in `mosquitto_pub -l` when sending multiple long
  lines. Closes #2078.

Build:
- Provide a mechanism for Docker users to run a broker that doesn't use
  authentication, without having to provide their own configuration file.
  Closes #2040.

(triaxx)

2021-02-26 06:22:09 UTC MAIN commitmail json YAML

Updated devel/cmake, www/py-aiohttp

(adam)

2021-02-26 06:21:52 UTC MAIN commitmail json YAML

py-aiohttp: updated to 3.7.4

3.7.4 (2021-02-25)

Bugfixes

(SECURITY BUG) Started preventing open redirects in the aiohttp.web.normalize_path_middleware middleware. For more details, see https://github.com/aio-libs/aiohttp/security/advisories/GHSA-v6wp-4m6f-gcjg.

Thanks to Beast Glatisant for finding the first instance of this issue and Jelmer Vernoo蝶 for reporting and tracking it down in aiohttp.

Fix interpretation difference of the pure-Python and the Cython-based HTTP parsers construct a yarl.URL object for HTTP request-target.

Before this fix, the Python parser would turn the URI's absolute-path for //some-path into / while the Cython code preserved it as //some-path. Now, both do the latter.

(adam)

2021-02-26 06:21:05 UTC MAIN commitmail json YAML

(print/tex-*) Interim fix for recent Cyclic dependency problem: tks markd@

Cyclic dependency for package:
tex-l3kernel-2020.57669nb1
tex-colortbl-1.0e
tex-latex-bin-2020
tex-l3packages-2020.57600nb1
tex-l3kernel-2020.57669nb1

(mef)

2021-02-26 06:20:43 UTC MAIN commitmail json YAML

cmake: updated to 3.19.6

CMake 3.19.6
* Intel: Make explicit Fortran preprocessing under Ninja more robust
* Tests: Update for upstream ninja change to write status on stderr
* CMakePresets.json: Remove undocumented support for comments
* FindPython: fix erroneous variable handling

(adam)

2021-02-26 00:46:34 UTC MAIN commitmail json YAML

doc: Updated devel/php-composer to 2.0.11

(tpaul)

2021-02-26 00:46:27 UTC MAIN commitmail json YAML

php-composer: Update to 2.0.11

Upstream Release Notes:

2.0.11
- Reverted "Fixed runtime autoloader registration (for plugins and script
  handlers) to prefer the project dependencies over the bundled Composer
  ones" as it caused more problems than expected

2.0.10
- Added COMPOSER_MAX_PARALLEL_HTTP env var to let people set a lower amount
  of parallel requests if needed
- Fixed autoloader registration when plugins are loaded, which may impact
  plugins relying on this bug (if you use symfony/flex make sure you upgrade
  it to 1.12.2+ to fix dump-env issues)
- Fixed exec command suppressing output in some circumstances
- Fixed Windows/cmd.exe support for script handlers defined as path/to/foo,
  which are now rewritten internally to path\to\foo when needed
- Fixed bin handling on Windows for PHP scripts, to more closely match
  symlinks and allow @php vendor/bin/foo to work cross-platform
- Fixed Git for Windows/Git Bash not being detected correctly as an
  interactive shell (regression since 2.0.7)
- Fixed regression handling some private Bitbucket repository clones
- Fixed Ctrl-C/SIGINT handling during downloads to correctly abort as soon as
  possible
- Fixed runtime autoloader registration (for plugins and script handlers) to
  prefer the project dependencies over the bundled Composer ones
- Fixed numeric default branches being aliased as 9999999-dev internally.
  This alias now only applies to default branches being non-numeric
  (e.g. dev-main)
- Fixed support for older lib-sodium versions
- Fixed various minor issues

(tpaul)

2021-02-25 19:51:29 UTC MAIN commitmail json YAML

unicorn: Remove commented out Python requirements

(leot)

2021-02-25 19:48:44 UTC MAIN commitmail json YAML

doc: Updated emulators/py-unicorn to 1.0.2

(leot)

2021-02-25 19:48:29 UTC MAIN commitmail json YAML

doc: Updated emulators/unicorn to 1.0.2

(leot)

2021-02-25 19:47:51 UTC MAIN commitmail json YAML

{,py-}unicorn: Update to 1.0.2

Changes:
1.0.2
-----
- Fix Java binding compilation
- Enable building for ARM little-endian only (ignore big-endian)
- Add uc_context_free() API
- Fix context saving/retoring API (core & Python binding)
- Add cmake option to build Unicorn as a static library
- Fix error handling of mmap()
- uc_emu_start() can be reentrant
- Fix naming conflicts when built with systemd
- Fix setjmp/longjmp on native Windows
- Fix enabled hooks even after deleting them
- X86:
    - Fix 64bit fstenv
    - Fix IP value of 16bit mode
- ARM:
    - Fix APSR handling
- Python: Remove UC_ERR_TIMEOUT
- No longer require Python to build
- Fix recursive UC_HOOK_MEM callbacks for cross pages access
- Remove UC_ERR_TIMEOUT, so timeout on uc_emu_start() is not considered error
- Added UC_QUERY_TIMEOUT to query exit reason
- Fix UAF when deleting hook while in hook callback
- Ensure that hooks are unaffected by a request to stop emulation.
- Fix block hooks being called twice after an early exit from execution.
- Fix binding install on python2 (MacOS)
- X86:
    - Support read/write STn registers
    - Support read/write X64 base regs
- ARM64:
    - Support some new registers

(leot)

2021-02-25 18:50:50 UTC MAIN commitmail json YAML

gtk4: Fix a typo in comment

(ryoon)

2021-02-25 16:36:53 UTC MAIN commitmail json YAML

2021-02-25 16:35:58 UTC MAIN commitmail json YAML

doc: Added print/py-octoprint version 1.5.3

(khorben)

2021-02-25 16:35:45 UTC MAIN commitmail json YAML

Add py-octoprint

(khorben)

2021-02-25 16:35:23 UTC MAIN commitmail json YAML

2021-02-25 16:18:15 UTC MAIN commitmail json YAML

pluralize GUI

(nia)

2021-02-25 15:35:22 UTC MAIN commitmail json YAML

doc: Updated lang/erlang-doc to 23.2nb2

(triaxx)

2021-02-25 15:35:14 UTC MAIN commitmail json YAML

Add py-sentry-sdk

(khorben)

2021-02-25 15:35:09 UTC MAIN commitmail json YAML

erlang-doc: Fix PLIST

pkgsrc changes:
---------------
  * Update some PLIST entries since the version of packages documented does
    not always match the last patchlevel version of OTP.
  * Bump revision

(triaxx)

2021-02-25 15:34:38 UTC MAIN commitmail json YAML

py-sentry-sdk: import version 0.20.3

This is the next line of the Python SDK for Sentry, intended to replace
the raven package on PyPI.

(khorben)

2021-02-25 15:32:37 UTC MAIN commitmail json YAML

doc: Updated lang/erlang to 23.2.6

(triaxx)

2021-02-25 15:32:16 UTC MAIN commitmail json YAML

erlang: Update to 23.2.6

upstream changes:
-----------------
Patch Package:          OTP 23.2.6
Git Tag:                OTP-23.2.6
Date:                    2021-02-25
Trouble Report Id:      OTP-17173, OTP-17205, OTP-17220
Seq num:                ERIERL-581, ERIERL-608
System:                  OTP
Release:                23
Application:            inets-7.3.2, ssh-4.10.8
Predecessor:            OTP 23.2.5

Check out the git tag OTP-23.2.6, and build a full OTP system
including documentation. Apply one or more applications from this
build as patches to your installation using the 'otp_patch_apply'
tool. For information on install requirements, see descriptions for
each application version below.

---------------------------------------------------------------------
--- inets-7.3.2 -----------------------------------------------------
---------------------------------------------------------------------

The inets-7.3.2 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17205    Application(s): inets
              Related Id(s): ERIERL-608

              Solves CVE-2021-27563, that is make sure no form of
              relative path can be used to go outside webservers
              directory.

  OTP-17220    Application(s): inets

              Make sure HEAD requests rejects directory links

Full runtime dependencies of inets-7.3.2: erts-6.0, kernel-3.0,
mnesia-4.12, runtime_tools-1.8.14, ssl-5.3.4, stdlib-3.5

---------------------------------------------------------------------
--- ssh-4.10.8 ------------------------------------------------------
---------------------------------------------------------------------

The ssh-4.10.8 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17173    Application(s): ssh
              Related Id(s): ERIERL-581

              Don't timeout slow connection setups and tear-downs. A
              rare crash risk for the controller is also removed.

Full runtime dependencies of ssh-4.10.8: crypto-4.6.4, erts-9.0,
kernel-5.3, public_key-1.6.1, stdlib-3.4.1

---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
Patch Package:          OTP 23.2.5
Git Tag:                OTP-23.2.5
Date:                    2021-02-16
Trouble Report Id:      OTP-17185, OTP-17190, OTP-17191
Seq num:                ERIERL-606, ERL-1476, GH-4192
System:                  OTP
Release:                23
Application:            erts-11.1.8, ssl-10.2.3, tools-3.4.3
Predecessor:            OTP 23.2.4

Check out the git tag OTP-23.2.5, and build a full OTP system
including documentation. Apply one or more applications from this
build as patches to your installation using the 'otp_patch_apply'
tool. For information on install requirements, see descriptions for
each application version below.

---------------------------------------------------------------------
--- erts-11.1.8 -----------------------------------------------------
---------------------------------------------------------------------

The erts-11.1.8 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17185    Application(s): erts

              Fixed a bug that could cause some work scheduled for
              execution on scheduler threads to be delayed until
              other similar work appeared. Beside delaying various
              cleanup of internal data structures also the following
              could be delayed:

              -- Termination of a distribution controller process

              -- Disabling of the distribution on a node

              -- Gathering of memory allocator information using the
              instrument module

              -- Enabling, disabling, and gathering of msacc
              information

              -- Delivery of 'CHANGE' messages when time offset is
              monitored

              -- A call to erlang:cancel_timer()

              -- A call to erlang:read_timer()

              -- A call to erlang:statistics(io | garbage_collection
              | scheduler_wall_time)

              -- A call to ets:all()

              -- A call to erlang:memory()

              -- A call to erlang:system_info({allocator |
              allocator_sizes, _})

              -- A call to erlang:trace_delivered()

              The bug existed on runtime systems running on all types
              of hardware except for x86/x86_64.

Full runtime dependencies of erts-11.1.8: kernel-7.0, sasl-3.3,
stdlib-3.13

---------------------------------------------------------------------
--- ssl-10.2.3 ------------------------------------------------------
---------------------------------------------------------------------

The ssl-10.2.3 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17190    Application(s): ssl
              Related Id(s): ERIERL-606

              Avoid race when the first two upgrade server handshakes
              (that is servers that use a gen_tcp socket as input to
              ssl:handshake/2,3) start close to each other. Could
              lead to that one of the handshakes would fail.

Full runtime dependencies of ssl-10.2.3: crypto-4.2, erts-10.0,
inets-5.10.7, kernel-6.0, public_key-1.8, stdlib-3.12

---------------------------------------------------------------------
--- tools-3.4.3 -----------------------------------------------------
---------------------------------------------------------------------

The tools-3.4.3 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17191    Application(s): tools
              Related Id(s): ERL-1476, GH-4192, OTP-16922

              Correct the Xref analysis undefined_functions to not
              report internally generated behaviour_info/1.

Full runtime dependencies of tools-3.4.3: compiler-5.0, erts-11.0,
erts-9.1, kernel-5.4, runtime_tools-1.8.14, stdlib-3.4

---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------

(triaxx)

2021-02-25 15:28:09 UTC MAIN commitmail json YAML

doc: Added x11/xst version 0.8.4.1

(pin)

2021-02-25 15:27:40 UTC MAIN commitmail json YAML

2021-02-25 15:27:19 UTC MAIN commitmail json YAML

x11/xst: import package

xst is a st fork with some patches applied and other goodies.

(pin)

2021-02-25 15:23:57 UTC MAIN commitmail json YAML

doc: Added devel/py-sarge version 0.1.6

(khorben)

2021-02-25 15:23:45 UTC MAIN commitmail json YAML

2021-02-25 15:23:21 UTC MAIN commitmail json YAML

py-sarge: import version 0.1.6

py-sarge is a wrapper for subprocess which provides command pipeline
functionality.

The sarge package provides a wrapper for subprocess which provides command
pipeline functionality.

This package leverages subprocess to provide easy-to-use cross-platform
command pipelines with a Posix flavour: you can have chains of commands using
;, &, pipes using | and |&, and redirection.

(khorben)

2021-02-25 15:20:28 UTC MAIN commitmail json YAML

x11/st-term: prepare to import xst

(pin)

2021-02-25 15:10:57 UTC MAIN commitmail json YAML

doc: Added devel/py-pylru version 1.2.0

(khorben)

2021-02-25 15:10:45 UTC MAIN commitmail json YAML

2021-02-25 15:10:08 UTC MAIN commitmail json YAML

py-pylry: import version 1.2.0

Pylru implements a true LRU cache along with several support classes. The cache
is efficient and written in pure Python. It works with Python 2.6+ including
the 3.x series. Basic operations (lookup, insert, delete) all run in a constant
amount of time. Pylru provides a cache class with a simple dict interface. It
also provides classes to wrap any object that has a dict interface with a
cache. Both write-through and write-back semantics are supported. Pylru also
provides classes to wrap functions in a similar way, including a function
decorator.

(khorben)

2021-02-25 14:59:59 UTC MAIN commitmail json YAML

doc: Added devel/py-cachelib version 0.1

(khorben)

2021-02-25 14:59:41 UTC MAIN commitmail json YAML

2021-02-25 14:59:15 UTC MAIN commitmail json YAML

py-cachelib: import version 0.1

py-cachelib is a collection of cache libraries in the same API interface.
Extracted from werkzeug.

(khorben)

2021-02-25 13:15:18 UTC MAIN commitmail json YAML

TODO: emulators/z26 has been removed

(triaxx)

2021-02-25 12:36:52 UTC MAIN commitmail json YAML

Updated sysutils/ansible, www/py-WebOb

(adam)

2021-02-25 12:36:33 UTC MAIN commitmail json YAML

py-WebOb: updated to 1.8.7

1.8.7

Bugfix
- Decoding deflate-encoded responses now supports data which is packed in
  a zlib container as it is supposed to be. The old, non-standard behaviour
  is still supported.

(adam)

2021-02-25 12:35:58 UTC MAIN commitmail json YAML

ansible: updated to 2.9.18

v2.9.18
=======

Release Summary
---------------

| Release Date: 2021-02-18
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Minor Changes
-------------

- ansible-test - The ``pylint`` sanity test is now supported on Python 3.8.
- inventory cache - do not show a warning when the cache file does not (yet) exist.

Security Fixes
--------------

- **security issue** - Mask default and fallback values for ``no_log`` module options (CVE-2021-20228)
- _sf_account_manager - `initiator_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- _sf_account_manager - `target_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- aws_netapp_cvs_active_directory - `api_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- aws_netapp_cvs_active_directory - `secret_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- aws_netapp_cvs_filesystems - `api_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- aws_netapp_cvs_filesystems - `secret_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- aws_netapp_cvs_pool - `api_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- aws_netapp_cvs_pool - `secret_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- aws_netapp_cvs_snapshots - `api_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- aws_netapp_cvs_snapshots - `secret_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- bitbucket_pipeline_variable - hide user sensitive information which are marked as ``secured`` from logging into the console (https://github.com/ansible-collections/community.general/pull/1635) (CVE-2021-20180).
- ce_vrrp - `auth_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- cp_mgmt_vpn_community_meshed - `shared_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- cp_mgmt_vpn_community_star - `shared_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- docker_swarm - `signing_ca_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_backend_service - `oauth2_client_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_disk - `disk_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_disk - `source_image_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_disk - `source_snapshot_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_image - `image_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_image - `source_disk_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_instance_template - `disk_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_instance_template - `source_image_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_region_disk - `disk_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_region_disk - `source_snapshot_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_snapshot - `snapshot_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_snapshot - `source_disk_encryption_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_ssl_certificate - `private_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_compute_vpn_tunnel - `shared_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gcp_sql_instance - `client_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- gitlab_runner - `registration_token` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- iap_start_workflow - `token_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- ibm_sa_host - `iscsi_chap_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- keycloak_client - `auth_client_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- keycloak_client - `registration_access_token` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- keycloak_clienttemplate - `auth_client_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- keycloak_group - `auth_client_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- librato_annotation - `api_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- na_elementsw_account - `initiator_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- na_elementsw_account - `target_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- netscaler_lb_monitor - `radkey` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- nios_nsgroup - `tsig_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- nxos_aaa_server - `global_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- nxos_pim_interface - `hello_auth_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- oneandone_firewall_policy - `auth_token` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- oneandone_load_balancer - `auth_token` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- oneandone_monitoring_policy - `auth_token` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- oneandone_private_network - `auth_token` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- oneandone_public_ip - `auth_token` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- ovirt - `instance_rootpw` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- pagerduty_alert - `api_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- pagerduty_alert - `integration_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- pagerduty_alert - `service_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- pulp_repo - `feed_client_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- rax_clb_ssl - `private_key` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- snmp_facts - hide user sensitive information such as ``privkey`` and ``authkey`` from logging into the console (https://github.com/ansible-collections/community.general/pull/1621) (CVE-2021-20178).
- spotinst_aws_elastigroup - `multai_token` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- spotinst_aws_elastigroup - `token` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).
- utm_proxy_auth_profile - `frontend_cookie_secret` is now masked with no_log and no longer emitted in logging/output (CVE-2021-20191).

Bugfixes
--------

- Fix incorrect variable scoping when using ``import with context`` in Jinja2 templates. (https://github.com/ansible/ansible/issues/72615)
- ansible-test - Temporarily limit ``cryptography`` to versions before 3.4 to enable tests to function.
- ansible-test - The ``--remote`` option has been updated for Python 2.7 to work around breaking changes in the newly released ``get-pip.py`` bootstrapper.
- ansible-test - The ``--remote`` option has been updated to use a versioned ``get-pip.py`` bootstrapper to avoid issues with future releases.
- display correct error information when an error exists in the last line of the file (https://github.com/ansible/ansible/issues/16456)
- facts - properly report virtualization facts for Linux guests running on bhyve (https://github.com/ansible/ansible/issues/73167)
- mysql_user - add ``INVOKE LAMBDA`` privilege support (https://github.com/ansible-collections/community.general/issues/283).
- mysql_user - add ``SHOW_ROUTINE`` privilege support (https://github.com/ansible-collections/community.mysql/issues/86).
- mysql_user - add missed privileges to support (https://github.com/ansible-collections/community.general/issues/617).
- pause - do not warn when running in the background if a timeout is provided (https://github.com/ansible/ansible/issues/73042)
- postgresql_info - fix crash caused by wrong PgSQL version parsing (https://github.com/ansible-collections/community.postgresql/issues/40).
- postgresql_ping - fix crash caused by wrong PgSQL version parsing (https://github.com/ansible-collections/community.postgresql/issues/40).
- postgresql_query - fix datetime.timedelta type handling (https://github.com/ansible-collections/community.postgresql/issues/47).
- postgresql_query - fix decimal handling (https://github.com/ansible-collections/community.postgresql/issues/45).
- postgresql_set - return a message instead of traceback when a passed parameter has not been found (https://github.com/ansible-collections/community.postgresql/issues/41).
- psrp connection plugin - ``to_text(stdout)`` before json.loads in psrp.Connection.put_file in case stdout is bytes.
- win_find - Get-FileStat used [int] instead of [int64] for file size calculations

v2.9.17
=======

Release Summary
---------------

| Release Date: 2021-01-18
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Minor Changes
-------------

- ansible-test - Added a ``--export`` option to the ``ansible-test coverage combine`` command to facilitate multi-stage aggregation of coverage in CI pipelines.
- ansible-test - added a ``--venv-system-site-packages`` option for use with the ``--venv`` option
- ansible-test - virtualenv helper scripts now prefer ``venv`` on Python 3 over ``virtualenv`` if the ``ANSIBLE_TEST_PREFER_VENV`` environment variable is set
- bigiq_device_info module - add information on BIG-IQ 7.x support

Bugfixes
--------

- Fix bytestring vs string comparison in module_utils.basic.is_special_selinux_path() so that special-cased filesystems which don't support SELinux context attributes still allow files to be manipulated on them. (https://github.com/ansible/ansible/issues/70244)
- Freeform actions did not work with ``ansible.builtin.`` or ``ansible.legacy.`` FQCN (https://github.com/ansible/ansible/pull/72958).
- async - Fix Python 3 interpreter parsing from module by comparing with bytes (https://github.com/ansible/ansible/issues/70690)
- bigiq_device_info module - fix iteration bug in a _transform_name_attribute method
- docker_image - if ``push=true`` is used with ``repository``, and the image does not need to be tagged, still push. This can happen if ``repository`` and ``name`` are equal (https://github.com/ansible-collections/community.docker/issues/52, https://github.com/ansible-collections/community.docker/pull/53).
- docker_image - report error when loading a broken archive that contains no image (https://github.com/ansible-collections/community.docker/issues/46, https://github.com/ansible-collections/community.docker/pull/55).
- docker_image - report error when the loaded archive does not contain the specified image (https://github.com/ansible-collections/community.docker/issues/41, https://github.com/ansible-collections/community.docker/pull/55).
- inventory - pass the vars dictionary to combine_vars instead of an individual key's value (https://github.com/ansible/ansible/issues/72975).
- k8s - add support for python-kubernetes v12 and later - backport of support in community.kubernetes
- paramiko connection plugin - Ensure we only reset the connection when one has been previously established (https://github.com/ansible/ansible/issues/65812)
- systemd - preserve the full unit name when using a templated service and ``systemd`` failed to parse dbus due to a known bug in ``systemd`` (https://github.com/ansible/ansible/pull/72985)

- unsafe_proxy - Ensure that data within a tuple is marked as unsafe (https://github.com/ansible/ansible/issues/65722)
- user - do the right thing when ``password_lock=True`` and ``password`` are used together (https://github.com/ansible/ansible/issues/72992)

v2.9.16
=======

Release Summary
---------------

| Release Date: 2020-12-14
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Minor Changes
-------------

- ansible-doc - provide ``has_action`` field in JSON output for modules. That information is currently only available in the text view (https://github.com/ansible/ansible/pull/72359).
- ansible-galaxy - find any collection dependencies in the globally configured Galaxy servers and not just the server the parent collection is from.

- ansible-test - Added the ``-remote rhel/7.9`` option to run tests on RHEL 7.9
- ansible-test - Fix container hostname/IP discovery for the ``acme`` test plugin.
- ansible-test - centos6 end of life - container image updated to point to vault base repository (https://github.com/ansible/distro-test-containers/pull/54)
- iptables - reorder comment postition to be at the end (https://github.com/ansible/ansible/issues/71444).
- lvol - fix idempotency issue when using lvol with ``%VG`` or ``%PVS`` size options and VG is fully allocated (https://github.com/ansible-collections/community.general/pull/229).

Bugfixes
--------

- Adjust various hard-coded action names to also include their ``ansible.builtin.`` and ``ansible.legacy.`` prefixed version (https://github.com/ansible/ansible/issues/71817, https://github.com/ansible/ansible/issues/71818, https://github.com/ansible/ansible/pull/71824).
- Collection callbacks were ignoring options and rules for stdout and adhoc cases.
- Fix virt module to support list_vms with a status of paused (https://github.com/ansible/ansible/issues/72059)
- Fixed issue when `netstat` is either missing or doesn't have execution permissions leading to incorrect command being executed.
- Try to load action plugin from the same collection as the module (https://github.com/ansible/ansible/pull/66701)
- account for bug in Python 2.6 that occurs during interpreter shutdown to avoid stack trace
- ansible-test - Correctly detect changes in a GitHub pull request when running on Azure Pipelines.
- ansible-test - Skip installing requirements if they are already installed.
- ansible-test - add constraint for ``cffi`` to prevent failure on systems with older versions of ``gcc`` (https://foss.heptapod.net/pypy/cffi/-/issues/480)

- ansible-test - convert target paths to unicode on Python 2 to avoid ``UnicodeDecodeError`` (https://github.com/ansible/ansible/issues/68398, https://github.com/ansible/ansible/pull/72623).
- ansible-test - improve classification of changes to ``.gitignore``, ``COPYING``, ``LICENSE``, ``Makefile``, and all files ending with one of ``.in`, ``.md`, ``.rst``, ``.toml``, ``.txt`` in the collection root directory (https://github.com/ansible/ansible/pull/72353).
- ansible-test now uses GNU tar format instead of the Python default when creating payloads for remote systems
- azure_rm inventory plugin - update to fetch availability zone information of VM in hostvars. (https://github.com/ansible-collections/azure/issues/161)
- dnf - fix filtering to avoid dependncy conflicts (https://github.com/ansible/ansible/issues/72316)
- ec2_group - Fixes error handling during tagging failures (https://github.com/ansible-collections/amazon.aws/issues/210).
- ensure 'local' connection always has the correct default user for actions to consume.
- network_cli - Update paramiko play_context when network_cli's play context is updated so that ssh parameters can be updated as well.
- network_cli connection plugin - Perform privilege escalation before setting terminal.
- pause - Fix indefinite hang when using a pause task on a background process (https://github.com/ansible/ansible/issues/32142)

- remove redundant remote_user setting in play_context for local as plugin already does it, also removes fork/thread issue from use of pwd library.
- set_mode_if_different - handle symlink if it is inside a directory with sticky bit set (https://github.com/ansible/ansible/pull/45198)

- systemd - account for templated unit files using ``@`` when searching for the unit file (https://github.com/ansible/ansible/pull/72347#issuecomment-730626228)

- systemd - follow up fix to https://github.com/ansible/ansible/issues/72338 to use ``list-unit-files`` rather than ``list-units`` in order to show all units files on the system.

- systemd - work around bug with ``systemd`` 245 and 5.8 kernel that does not correctly report service state (https://github.com/ansible/ansible/issues/71528)

- wait_for - catch and ignore errors when getting active connections with psutil (https://github.com/ansible/ansible/issues/72322)

v2.9.15
=======

Release Summary
---------------

| Release Date: 2020-11-02
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Minor Changes
-------------

- ansible-test - Add a ``--docker-network`` option to choose the network for running containers when using the ``--docker`` option.
- ansible-test - Collections can now specify pip constraints for unit and integration test requirements using ``tests/unit/constraints.txt`` and ``tests/integration/constraints.txt`` respectively.
- dnf - now shows specific package changes (installations/removals) under ``results`` in check_mode. (https://github.com/ansible/ansible/issues/66132)
- module_defaults - add new module s3_metrics_configuration from community.aws to aws module_defaults group (https://github.com/ansible/ansible/pull/72145).
- vmware_guest_custom_attributes - Fixed issue when trying to set a VM custom attribute when there are custom attributes with the same name for other object types (https://github.com/ansible-collections/community.vmware/issues/412).

Breaking Changes / Porting Guide
--------------------------------

- ansible-galaxy login command has been removed (see https://github.com/ansible/ansible/issues/71560)

Bugfixes
--------

- Restore the ability for changed_when/failed_when to function with group_by.
- ansible-test - Always connect additional Docker containers to the network used by the current container (if any).
- ansible-test - Always map ``/var/run/docker.sock`` into test containers created by the ``--docker`` option if the docker host is not ``localhost``.
- ansible-test - Attempt to detect the Docker hostname instead of assuming ``localhost``.
- ansible-test - Correctly detect running in a Docker container on Azure Pipelines.
- ansible-test - Prefer container IP at ``.NetworkSettings.Networks.{NetworkName}.IPAddress`` over ``.NetworkSettings.IPAddress``.
- ansible-test - The ``cs`` and ``openshift`` test plugins now search for containers on the current network instead of assuming the ``bridge`` network.
- ansible-test - Using the ``--remote`` option on Azure Pipelines now works from a job running in a container.
- ansible-test - disable ansible-doc sanity test for vars plugins in collections, which are not supported by Ansible 2.9 (https://github.com/ansible/ansible/pull/72336).
- async_wrapper - Fix race condition when ``~/.ansible_async`` folder tries to be created by multiple async tasks at the same time - https://github.com/ansible/ansible/issues/59306
- dnf - it is now possible to specify both ``security: true`` and ``bugfix: true`` to install updates of both types. Previously, only security would get installed if both were true. (https://github.com/ansible/ansible/issues/70854)
- facts - fix distribution fact for SLES4SAP (https://github.com/ansible/ansible/pull/71559).
- kubectl - follow up fix in _build_exec_cmd API (https://github.com/ansible/ansible/issues/72171).
- nmcli - typecast parameters to string as required (https://github.com/ansible/ansible/issues/59095).
- ovirt_disk - don't move disk when already in storage_domain (https://github.com/oVirt/ovirt-ansible-collection/pull/135).
- postgresql_pg_hba - fix a crash when a new rule with an 'options' field replaces a rule without or vice versa (https://github.com/ansible-collections/community.general/issues/1108).
- postgresql_privs - fix the module mistakes a procedure for a function (https://github.com/ansible-collections/community.general/issues/994)
- powershell - remove getting the PowerShell version from the env var ``POWERSHELL_VERSION``. This feature never worked properly and can cause conflicts with other libraries that use this var
- user - AnsibleModule.run_command returns a tuple of return code, stdout and stderr. The module main function of the user module expects user.create_user to return a tuple of return code, stdout and stderr. Fix the locations where stdout and stderr got reversed.

- user - Local users with an expiry date cannot be created as the ``luseradd`` / ``lusermod`` commands do not support the ``-e`` option. Set the expiry time in this case via ``lchage`` after the user was created / modified. (https://github.com/ansible/ansible/issues/71942)

- zfs - fixed ``invalid character '@' in pool name"`` error when working with snapshots on a root zvol (https://github.com/ansible-collections/community.general/issues/932).

v2.9.14
=======

Release Summary
---------------

| Release Date: 2020-10-05
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Minor Changes
-------------

- ansible-test - Added CI provider support for Azure Pipelines.
- ansible-test - Added support for Ansible Core CI request signing for Shippable.
- ansible-test - Allow custom ``--remote-stage`` options for development and testing.
- ansible-test - Fix ``ansible-test coverage`` reporting sub-commands (``report``, ``html``, ``xml``) on Python 2.6.
- ansible-test - Refactored CI related logic into a basic provider abstraction.
- ansible-test - Remove the discontinued ``us-east-2`` choice from the ``--remote-aws-region`` option.
- ansible-test - Request remote resources by provider name for all provider types.
- ansible-test - Show a warning when the obsolete ``--remote-aws-region`` option is used.
- ansible-test - Support custom remote endpoints with the ``--remote-endpoint`` option.
- ansible-test - Update built-in service endpoints for the ``--remote`` option.
- ansible-test - Use new endpoint for Parallels based instances with the ``--remote`` option.
- vmware_guest - Support HW version 15 / vSphere 6.7U2 (https://github.com/ansible-collections/vmware/pull/99).

Security Fixes
--------------

- kubectl - connection plugin now redact kubectl_token and kubectl_password in console log (https://github.com/ansible-collections/community.kubernetes/issues/65) (CVE-2020-1753).

Bugfixes
--------

- Handle write_files option in cgroup_perf_recap callback plugin (https://github.com/ansible/ansible/issues/64936).
- Prevent templating unused variables for {% include %} (https://github.com/ansible/ansible/issues/68699)
- Provide more information in AnsibleUndefinedVariable (https://github.com/ansible/ansible/issues/55152)
- ansible-doc - do not crash if plugin name cannot be found (https://github.com/ansible/ansible/pull/71965).
- ansible-doc - properly show plugin name when ``name:`` is used instead of ``<plugin_type>:`` (https://github.com/ansible/ansible/pull/71965).
- ansible-test - Change classification using ``--changed`` now consistently handles common configuration files for supported CI providers.
- ansible-test - The ``resource_prefix`` variable provided to tests running on Azure Pipelines is now converted to lowercase to match other CI providers.
- ansible-test - for local change detection, allow to specify branch to compare to with ``--base-branch`` for all types of tests (https://github.com/ansible/ansible/pull/69508).
- docker_login - now correctly reports changed status on logout for Docker versions released after June 2020.
- docker_login - now obeys check_mode for logout
- interfaces_file - escape regular expression characters in old value (https://github.com/ansible-collections/community.general/issues/777).
- ovirt_disk - fix upload when direct upload fails (https://github.com/oVirt/ovirt-ansible-collection/pull/120).
- postgres_user - remove false positive ``no_log`` warning for ``no_password_changes`` option (https://github.com/ansible/ansible/issues/68106).
- psrp - Fix hang when copying an empty file to the remote target
- runas - create a new token when running as ``SYSTEM`` to ensure it has the full privileges assigned to that account

(adam)

2021-02-25 12:30:58 UTC MAIN commitmail json YAML

modular-xorg-xquartz, libAppleWM: Use predefined OSX_SDK_PATH

The latest macOS Big Sur 11.2.1 and Xcode 12.4 as of 2021-02-24 do not
provide 11.2 SDK. They provide 11.1 SDK instead. mk/platform/Darwin.mk has
workaround for this situation. So use the workaround directly.

OSX_SDK_PATH may be internal, however it is accessible over 5 years.
It may not be a big problem hopefully.

(ryoon)

2021-02-25 12:20:09 UTC MAIN commitmail json YAML

pango: pangocoretext.h is no longer installed in macOS/Quartz case

(ryoon)

2021-02-25 10:52:21 UTC MAIN commitmail json YAML

doc: Updated net/yaydl to 0.3.2

(pin)

2021-02-25 10:51:58 UTC MAIN commitmail json YAML

net/yaydl: update to 0.3.2

-Won't panic with VOE.sx embed only streams anymore.

(pin)

2021-02-25 10:51:06 UTC MAIN commitmail json YAML

doc: Updated sysutils/sfm to 0.4.1

(pin)

2021-02-25 10:50:44 UTC MAIN commitmail json YAML

sysutils/sfm: update to 0.4.1

* Add fix move error as workaround
* fix cargo lock

(pin)

2021-02-25 10:36:53 UTC MAIN commitmail json YAML

2021-02-25 10:35:48 UTC MAIN commitmail json YAML

ghc90: Fix buildlink3 file

(nia)

2021-02-25 10:28:22 UTC MAIN commitmail json YAML

Update to sleepto-1.1 - fixes some printf formatting bugs.

(simonb)

2021-02-25 10:23:40 UTC MAIN commitmail json YAML

doc: Updated games/flightgear to 2020.3.6

(nia)

2021-02-25 10:23:16 UTC MAIN commitmail json YAML

doc: Updated games/simgear to 2020.3.6

(nia)

2021-02-25 10:22:15 UTC MAIN commitmail json YAML

2021-02-25 10:19:29 UTC MAIN commitmail json YAML

tex-l3packages: drop tex-amsmath dependency, break another cycle

Noted by ryoon@

(markd)

2021-02-25 10:11:30 UTC MAIN commitmail json YAML

2021-02-25 10:02:42 UTC MAIN commitmail json YAML

doc: Updated inputmethod/fcitx5-gtk to 5.0.3nb1

(ryoon)

2021-02-25 10:02:09 UTC MAIN commitmail json YAML

fcitx5-gtk: Enable gtk4 IM module

* Enable multilingual character input for GTK4 apps.

(ryoon)

2021-02-25 09:57:00 UTC MAIN commitmail json YAML

x11: Enable gtk4

(ryoon)

2021-02-25 09:56:31 UTC MAIN commitmail json YAML

doc: Added x11/gtk4 version 4.0.3

(ryoon)

2021-02-25 09:55:56 UTC MAIN commitmail json YAML

x11/gtk4: import gtk4-4.0.3

GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK is suitable for
projects ranging from small one-off tools to complete application
suites.

GTK has been designed from the ground up to support a range of
languages, not only C/C++.

This package contains GTK 4.

(ryoon)

2021-02-25 09:51:51 UTC MAIN commitmail json YAML

adoptopenjdk11-bin: Fix PLIST for Linux/x86_64

Pointed out by markd@. Thank you.

(ryoon)

2021-02-25 09:19:54 UTC MAIN commitmail json YAML

Updated net/py-botocore, net/py-boto3, net/py-awscli, security/py-google-auth

(adam)

2021-02-25 09:19:30 UTC MAIN commitmail json YAML

py-google-auth: updated to 1.27.0

1.27.0

Features
workload identity federation support

Bug Fixes
add pyopenssl as extra dependency

(adam)

2021-02-25 09:15:58 UTC MAIN commitmail json YAML

py-awscli: updated to 1.19.15

1.19.15
api-change:appflow: Update appflow command to latest version
api-change:ecr-public: Update ecr-public command to latest version
api-change:mediapackage-vod: Update mediapackage-vod command to latest version
api-change:compute-optimizer: Update compute-optimizer command to latest version
api-change:es: Update es command to latest version

1.19.14
api-change:glue: Update glue command to latest version
api-change:iotevents: Update iotevents command to latest version
api-change:autoscaling: Update autoscaling command to latest version
api-change:quicksight: Update quicksight command to latest version
api-change:redshift-data: Update redshift-data command to latest version
api-change:connect: Update connect command to latest version
api-change:pinpoint: Update pinpoint command to latest version
api-change:s3control: Update s3control command to latest version

1.19.13
api-change:sagemaker-runtime: Update sagemaker-runtime command to latest version
api-change:sagemaker: Update sagemaker command to latest version

1.19.12
api-change:rds: Update rds command to latest version

1.19.11
api-change:cloudformation: Update cloudformation command to latest version
api-change:codebuild: Update codebuild command to latest version
api-change:sagemaker: Update sagemaker command to latest version
api-change:health: Update health command to latest version

1.19.10
api-change:lookoutvision: Update lookoutvision command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:config: Update config command to latest version

1.19.9
api-change:devops-guru: Update devops-guru command to latest version
api-change:codebuild: Update codebuild command to latest version

1.19.8
api-change:medialive: Update medialive command to latest version
api-change:workmailmessageflow: Update workmailmessageflow command to latest version
api-change:mediatailor: Update mediatailor command to latest version
api-change:redshift-data: Update redshift-data command to latest version
api-change:pinpoint: Update pinpoint command to latest version
api-change:config: Update config command to latest version
api-change:lightsail: Update lightsail command to latest version
api-change:kinesis-video-archived-media: Update kinesis-video-archived-media command to latest version

1.19.7
api-change:detective: Update detective command to latest version
api-change:personalize-events: Update personalize-events command to latest version
api-change:rds: Update rds command to latest version
api-change:appsync: Update appsync command to latest version
api-change:macie2: Update macie2 command to latest version
api-change:elbv2: Update elbv2 command to latest version
api-change:eks: Update eks command to latest version
api-change:codepipeline: Update codepipeline command to latest version
api-change:wafv2: Update wafv2 command to latest version
api-change:iam: Update iam command to latest version

1.19.6
api-change:databrew: Update databrew command to latest version
api-change:rds: Update rds command to latest version

1.19.5
api-change:gamelift: Update gamelift command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:sagemaker: Update sagemaker command to latest version
api-change:qldb-session: Update qldb-session command to latest version
api-change:quicksight: Update quicksight command to latest version

1.19.4
api-change:iotsitewise: Update iotsitewise command to latest version
api-change:macie2: Update macie2 command to latest version
api-change:globalaccelerator: Update globalaccelerator command to latest version
api-change:ivs: Update ivs command to latest version
api-change:cloudtrail: Update cloudtrail command to latest version
api-change:elbv2: Update elbv2 command to latest version
api-change:dataexchange: Update dataexchange command to latest version
api-change:elasticache: Update elasticache command to latest version

1.19.3
api-change:elbv2: Update elbv2 command to latest version
api-change:macie: Update macie command to latest version
api-change:organizations: Update organizations command to latest version

1.19.2
api-change:emr-containers: Update emr-containers command to latest version
api-change:dlm: Update dlm command to latest version
api-change:quicksight: Update quicksight command to latest version
api-change:athena: Update athena command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:appflow: Update appflow command to latest version

1.19.1
api-change:lambda: Update lambda command to latest version
api-change:compute-optimizer: Update compute-optimizer command to latest version
api-change:securityhub: Update securityhub command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:workmail: Update workmail command to latest version
api-change:codebuild: Update codebuild command to latest version
api-change:iotsitewise: Update iotsitewise command to latest version
api-change:ce: Update ce command to latest version
api-change:auditmanager: Update auditmanager command to latest version
api-change:databrew: Update databrew command to latest version

1.19.0
api-change:appmesh: Update appmesh command to latest version
api-change:organizations: Update organizations command to latest version
api-change:location: Update location command to latest version
api-change:route53: Update route53 command to latest version
feature:Python: Dropped support for Python 3.4 and 3.5
api-change:rds-data: Update rds-data command to latest version
api-change:s3control: Update s3control command to latest version
api-change:lookoutvision: Update lookoutvision command to latest version
api-change:application-autoscaling: Update application-autoscaling command to latest version
api-change:iotwireless: Update iotwireless command to latest version
api-change:medialive: Update medialive command to latest version

1.18.223
api-change:medialive: Update medialive command to latest version
api-change:connect: Update connect command to latest version
api-change:macie2: Update macie2 command to latest version

1.18.222
api-change:wellarchitected: Update wellarchitected command to latest version
api-change:databrew: Update databrew command to latest version
api-change:robomaker: Update robomaker command to latest version
api-change:iot: Update iot command to latest version
api-change:cloudwatch: Update cloudwatch command to latest version
api-change:managedblockchain: Update managedblockchain command to latest version

1.18.221
api-change:lightsail: Update lightsail command to latest version
api-change:accessanalyzer: Update accessanalyzer command to latest version
api-change:sesv2: Update sesv2 command to latest version
api-change:customer-profiles: Update customer-profiles command to latest version
api-change:es: Update es command to latest version
api-change:elasticache: Update elasticache command to latest version

1.18.220
api-change:backup: Update backup command to latest version

1.18.219
api-change:ec2: Update ec2 command to latest version
api-change:lexv2-runtime: Update lexv2-runtime command to latest version
api-change:ssm: Update ssm command to latest version
api-change:lexv2-models: Update lexv2-models command to latest version
api-change:redshift: Update redshift command to latest version
api-change:rds: Update rds command to latest version
api-change:greengrassv2: Update greengrassv2 command to latest version

1.18.218
api-change:kafka: Update kafka command to latest version
api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version
enhancement:codeartifact: Added login support for NuGet client v4.9.4
api-change:securityhub: Update securityhub command to latest version

1.18.217
api-change:chime: Update chime command to latest version
api-change:acm-pca: Update acm-pca command to latest version
api-change:ecs: Update ecs command to latest version

1.18.216
api-change:sns: Update sns command to latest version

1.18.215
api-change:cognito-identity: Update cognito-identity command to latest version
api-change:pinpoint: Update pinpoint command to latest version
api-change:sagemaker: Update sagemaker command to latest version
api-change:s3control: Update s3control command to latest version

(adam)

2021-02-25 09:12:03 UTC MAIN commitmail json YAML

py-boto3: updated to 1.17.15

1.17.15
api-change:es: [botocore] Update es client to latest version
api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version
api-change:appflow: [botocore] Update appflow client to latest version
api-change:ecr-public: [botocore] Update ecr-public client to latest version
api-change:compute-optimizer: [botocore] Update compute-optimizer client to latest version

1.17.14
api-change:glue: [botocore] Update glue client to latest version
api-change:redshift-data: [botocore] Update redshift-data client to latest version
api-change:s3control: [botocore] Update s3control client to latest version
api-change:autoscaling: [botocore] Update autoscaling client to latest version
api-change:pinpoint: [botocore] Update pinpoint client to latest version
api-change:quicksight: [botocore] Update quicksight client to latest version
api-change:iotevents: [botocore] Update iotevents client to latest version
api-change:connect: [botocore] Update connect client to latest version

1.17.13
api-change:sagemaker-runtime: [botocore] Update sagemaker-runtime client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version

1.17.12
api-change:rds: [botocore] Update rds client to latest version

1.17.11
api-change:health: [botocore] Update health client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version
api-change:cloudformation: [botocore] Update cloudformation client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version

1.17.10
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:config: [botocore] Update config client to latest version
api-change:lookoutvision: [botocore] Update lookoutvision client to latest version

1.17.9
api-change:devops-guru: [botocore] Update devops-guru client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version

1.17.8
api-change:lightsail: [botocore] Update lightsail client to latest version
api-change:medialive: [botocore] Update medialive client to latest version
api-change:kinesis-video-archived-media: [botocore] Update kinesis-video-archived-media client to latest version
api-change:config: [botocore] Update config client to latest version
api-change:pinpoint: [botocore] Update pinpoint client to latest version
api-change:redshift-data: [botocore] Update redshift-data client to latest version
api-change:workmailmessageflow: [botocore] Update workmailmessageflow client to latest version
api-change:mediatailor: [botocore] Update mediatailor client to latest version

1.17.7
api-change:personalize-events: [botocore] Update personalize-events client to latest version
api-change:eks: [botocore] Update eks client to latest version
api-change:iam: [botocore] Update iam client to latest version
api-change:codepipeline: [botocore] Update codepipeline client to latest version
api-change:detective: [botocore] Update detective client to latest version
api-change:macie2: [botocore] Update macie2 client to latest version
api-change:wafv2: [botocore] Update wafv2 client to latest version
api-change:elbv2: [botocore] Update elbv2 client to latest version
api-change:appsync: [botocore] Update appsync client to latest version
api-change:rds: [botocore] Update rds client to latest version

1.17.6
api-change:databrew: [botocore] Update databrew client to latest version
api-change:rds: [botocore] Update rds client to latest version

1.17.5
api-change:quicksight: [botocore] Update quicksight client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
api-change:qldb-session: [botocore] Update qldb-session client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version
api-change:gamelift: [botocore] Update gamelift client to latest version

1.17.4
api-change:dataexchange: [botocore] Update dataexchange client to latest version
api-change:cloudtrail: [botocore] Update cloudtrail client to latest version
api-change:elbv2: [botocore] Update elbv2 client to latest version
api-change:ivs: [botocore] Update ivs client to latest version
api-change:macie2: [botocore] Update macie2 client to latest version
api-change:globalaccelerator: [botocore] Update globalaccelerator client to latest version
api-change:iotsitewise: [botocore] Update iotsitewise client to latest version
api-change:elasticache: [botocore] Update elasticache client to latest version

1.17.3
api-change:macie: [botocore] Update macie client to latest version
api-change:elbv2: [botocore] Update elbv2 client to latest version
api-change:organizations: [botocore] Update organizations client to latest version

1.17.2
api-change:quicksight: [botocore] Update quicksight client to latest version
api-change:appflow: [botocore] Update appflow client to latest version
api-change:emr-containers: [botocore] Update emr-containers client to latest version
api-change:dlm: [botocore] Update dlm client to latest version
api-change:athena: [botocore] Update athena client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version

1.17.1
api-change:lambda: [botocore] Update lambda client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:ce: [botocore] Update ce client to latest version
api-change:databrew: [botocore] Update databrew client to latest version
api-change:securityhub: [botocore] Update securityhub client to latest version
api-change:workmail: [botocore] Update workmail client to latest version
api-change:auditmanager: [botocore] Update auditmanager client to latest version
api-change:compute-optimizer: [botocore] Update compute-optimizer client to latest version
api-change:iotsitewise: [botocore] Update iotsitewise client to latest version

1.17.0
api-change:appmesh: [botocore] Update appmesh client to latest version
feature:Python: Dropped support for Python 3.4 and 3.5
api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version
api-change:lookoutvision: [botocore] Update lookoutvision client to latest version
api-change:organizations: [botocore] Update organizations client to latest version
feature:Python: [botocore] Dropped support for Python 3.4 and 3.5
api-change:s3control: [botocore] Update s3control client to latest version
api-change:rds-data: [botocore] Update rds-data client to latest version
api-change:medialive: [botocore] Update medialive client to latest version
api-change:route53: [botocore] Update route53 client to latest version
api-change:location: [botocore] Update location client to latest version
enhancement:s3: [botocore] Amazon S3 now supports AWS PrivateLink, providing direct access to S3 via a private endpoint within your virtual private network.
api-change:iotwireless: [botocore] Update iotwireless client to latest version

1.16.63
api-change:macie2: [botocore] Update macie2 client to latest version
api-change:connect: [botocore] Update connect client to latest version
api-change:medialive: [botocore] Update medialive client to latest version

1.16.62
api-change:wellarchitected: [botocore] Update wellarchitected client to latest version
api-change:managedblockchain: [botocore] Update managedblockchain client to latest version
api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
api-change:databrew: [botocore] Update databrew client to latest version
bugfix:Validator: [botocore] Fix showing incorrect max-value in error message for range and length value validation
api-change:iot: [botocore] Update iot client to latest version
api-change:robomaker: [botocore] Update robomaker client to latest version

1.16.61
api-change:elasticache: [botocore] Update elasticache client to latest version
api-change:customer-profiles: [botocore] Update customer-profiles client to latest version
api-change:sesv2: [botocore] Update sesv2 client to latest version
api-change:accessanalyzer: [botocore] Update accessanalyzer client to latest version
api-change:lightsail: [botocore] Update lightsail client to latest version
api-change:es: [botocore] Update es client to latest version

1.16.60
api-change:backup: [botocore] Update backup client to latest version

1.16.59
api-change:greengrassv2: [botocore] Update greengrassv2 client to latest version
api-change:redshift: [botocore] Update redshift client to latest version
api-change:lexv2-runtime: [botocore] Update lexv2-runtime client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:lexv2-models: [botocore] Update lexv2-models client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version

1.16.58
api-change:securityhub: [botocore] Update securityhub client to latest version
api-change:kafka: [botocore] Update kafka client to latest version
api-change:resourcegroupstaggingapi: [botocore] Update resourcegroupstaggingapi client to latest version

1.16.57
api-change:acm-pca: [botocore] Update acm-pca client to latest version
api-change:chime: [botocore] Update chime client to latest version
api-change:ecs: [botocore] Update ecs client to latest version

1.16.56
api-change:sns: [botocore] Update sns client to latest version

1.16.55
api-change:pinpoint: [botocore] Update pinpoint client to latest version
api-change:cognito-identity: [botocore] Update cognito-identity client to latest version
api-change:s3control: [botocore] Update s3control client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version

(adam)

2021-02-25 09:08:54 UTC MAIN commitmail json YAML

py-botocore: updated to 1.20.15

1.20.15
api-change:es: Update es client to latest version
api-change:mediapackage-vod: Update mediapackage-vod client to latest version
api-change:appflow: Update appflow client to latest version
api-change:ecr-public: Update ecr-public client to latest version
api-change:compute-optimizer: Update compute-optimizer client to latest version

1.20.14
api-change:glue: Update glue client to latest version
api-change:redshift-data: Update redshift-data client to latest version
api-change:s3control: Update s3control client to latest version
api-change:autoscaling: Update autoscaling client to latest version
api-change:pinpoint: Update pinpoint client to latest version
api-change:quicksight: Update quicksight client to latest version
api-change:iotevents: Update iotevents client to latest version
api-change:connect: Update connect client to latest version

1.20.13
api-change:sagemaker-runtime: Update sagemaker-runtime client to latest version
api-change:sagemaker: Update sagemaker client to latest version

1.20.12
api-change:rds: Update rds client to latest version

1.20.11
api-change:health: Update health client to latest version
api-change:sagemaker: Update sagemaker client to latest version
api-change:cloudformation: Update cloudformation client to latest version
api-change:codebuild: Update codebuild client to latest version

1.20.10
api-change:ec2: Update ec2 client to latest version
api-change:config: Update config client to latest version
api-change:lookoutvision: Update lookoutvision client to latest version

1.20.9
api-change:devops-guru: Update devops-guru client to latest version
api-change:codebuild: Update codebuild client to latest version

1.20.8
api-change:lightsail: Update lightsail client to latest version
api-change:medialive: Update medialive client to latest version
api-change:kinesis-video-archived-media: Update kinesis-video-archived-media client to latest version
api-change:config: Update config client to latest version
api-change:pinpoint: Update pinpoint client to latest version
api-change:redshift-data: Update redshift-data client to latest version
api-change:workmailmessageflow: Update workmailmessageflow client to latest version
api-change:mediatailor: Update mediatailor client to latest version

1.20.7
api-change:personalize-events: Update personalize-events client to latest version
api-change:eks: Update eks client to latest version
api-change:iam: Update iam client to latest version
api-change:codepipeline: Update codepipeline client to latest version
api-change:detective: Update detective client to latest version
api-change:macie2: Update macie2 client to latest version
api-change:wafv2: Update wafv2 client to latest version
api-change:elbv2: Update elbv2 client to latest version
api-change:appsync: Update appsync client to latest version
api-change:rds: Update rds client to latest version

1.20.6
api-change:databrew: Update databrew client to latest version
api-change:rds: Update rds client to latest version

1.20.5
api-change:quicksight: Update quicksight client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:qldb-session: Update qldb-session client to latest version
api-change:sagemaker: Update sagemaker client to latest version
api-change:gamelift: Update gamelift client to latest version

1.20.4
api-change:dataexchange: Update dataexchange client to latest version
api-change:cloudtrail: Update cloudtrail client to latest version
api-change:elbv2: Update elbv2 client to latest version
api-change:ivs: Update ivs client to latest version
api-change:macie2: Update macie2 client to latest version
api-change:globalaccelerator: Update globalaccelerator client to latest version
api-change:iotsitewise: Update iotsitewise client to latest version
api-change:elasticache: Update elasticache client to latest version

1.20.3
api-change:macie: Update macie client to latest version
api-change:elbv2: Update elbv2 client to latest version
api-change:organizations: Update organizations client to latest version

1.20.2
api-change:quicksight: Update quicksight client to latest version
api-change:appflow: Update appflow client to latest version
api-change:emr-containers: Update emr-containers client to latest version
api-change:dlm: Update dlm client to latest version
api-change:athena: Update athena client to latest version
api-change:ec2: Update ec2 client to latest version

1.20.1
api-change:lambda: Update lambda client to latest version
api-change:codebuild: Update codebuild client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:ce: Update ce client to latest version
api-change:databrew: Update databrew client to latest version
api-change:securityhub: Update securityhub client to latest version
api-change:workmail: Update workmail client to latest version
api-change:auditmanager: Update auditmanager client to latest version
api-change:compute-optimizer: Update compute-optimizer client to latest version
api-change:iotsitewise: Update iotsitewise client to latest version

1.20.0
api-change:appmesh: Update appmesh client to latest version
api-change:application-autoscaling: Update application-autoscaling client to latest version
api-change:lookoutvision: Update lookoutvision client to latest version
api-change:organizations: Update organizations client to latest version
feature:Python: Dropped support for Python 3.4 and 3.5
api-change:s3control: Update s3control client to latest version
api-change:rds-data: Update rds-data client to latest version
api-change:medialive: Update medialive client to latest version
api-change:route53: Update route53 client to latest version
api-change:location: Update location client to latest version
enhancement:s3: Amazon S3 now supports AWS PrivateLink, providing direct access to S3 via a private endpoint within your virtual private network.
api-change:iotwireless: Update iotwireless client to latest version

1.19.63
api-change:macie2: Update macie2 client to latest version
api-change:connect: Update connect client to latest version
api-change:medialive: Update medialive client to latest version

1.19.62
api-change:wellarchitected: Update wellarchitected client to latest version
api-change:managedblockchain: Update managedblockchain client to latest version
api-change:cloudwatch: Update cloudwatch client to latest version
api-change:databrew: Update databrew client to latest version
bugfix:Validator: Fix showing incorrect max-value in error message for range and length value validation
api-change:iot: Update iot client to latest version
api-change:robomaker: Update robomaker client to latest version

1.19.61
api-change:elasticache: Update elasticache client to latest version
api-change:customer-profiles: Update customer-profiles client to latest version
api-change:sesv2: Update sesv2 client to latest version
api-change:accessanalyzer: Update accessanalyzer client to latest version
api-change:lightsail: Update lightsail client to latest version
api-change:es: Update es client to latest version

1.19.60
api-change:backup: Update backup client to latest version

1.19.59
api-change:greengrassv2: Update greengrassv2 client to latest version
api-change:redshift: Update redshift client to latest version
api-change:lexv2-runtime: Update lexv2-runtime client to latest version
api-change:rds: Update rds client to latest version
api-change:lexv2-models: Update lexv2-models client to latest version
api-change:ssm: Update ssm client to latest version
api-change:ec2: Update ec2 client to latest version

1.19.58
api-change:securityhub: Update securityhub client to latest version
api-change:kafka: Update kafka client to latest version
api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi client to latest version

1.19.57
api-change:acm-pca: Update acm-pca client to latest version
api-change:chime: Update chime client to latest version
api-change:ecs: Update ecs client to latest version

1.19.56
api-change:sns: Update sns client to latest version

1.19.55
api-change:pinpoint: Update pinpoint client to latest version
api-change:cognito-identity: Update cognito-identity client to latest version
api-change:s3control: Update s3control client to latest version
api-change:sagemaker: Update sagemaker client to latest version

(adam)

2021-02-25 08:54:05 UTC MAIN commitmail json YAML

rust: fix typo in comment

(wiz)

2021-02-25 08:47:16 UTC MAIN commitmail json YAML

rust: Make sure curl is buildlinked on NetBSD

This should be a temporary measure until all the bootstraps are fixed

(nia)

2021-02-25 08:25:47 UTC MAIN commitmail json YAML

tex-l3kernel: drop dependency tex-csquotes, break cycle.

(markd)

2021-02-25 08:22:00 UTC MAIN commitmail json YAML

plib: Use <sys/joystick.h> rather than <machine/joystick.h> on NetBSD

NetBSD/aarch64 and others do not have <machine/joystick.h> but do have
<sys/joystick.h>.

(nia)

2021-02-25 08:13:56 UTC MAIN commitmail json YAML

py-cryptodome: Re-unbreak packaging on non-x86

(nia)

2021-02-25 08:13:39 UTC MAIN commitmail json YAML

2021-02-25 07:38:34 UTC MAIN commitmail json YAML

doc: Updated www/firefox78-l10n to 78.8.0

(nia)

2021-02-25 07:37:38 UTC MAIN commitmail json YAML

2021-02-25 07:20:47 UTC MAIN commitmail json YAML

sysutils/Makefile: sort

(wiz)

2021-02-25 07:06:22 UTC MAIN commitmail json YAML

doc: Updated x11/xorgproto to 2021.3

(wiz)

2021-02-25 07:06:12 UTC MAIN commitmail json YAML

xorgproto: update to 2021.3.

If you thought the 2021.2 release was exciting, well, you're in
for a surprise: this one even builds with meson! How cool is that?!

Somewhat related: the new script to generate and verify the keysyms
was missing from the (autotools-generated) tarball, causing a meson
build from that tarball to fail during the setup phase. This is
fixed now.

No changes to the rest of the sources, so this is effectively
identical to yesterday's tarball.

(wiz)

2021-02-25 04:31:26 UTC MAIN commitmail json YAML

2021-02-25 03:31:30 UTC MAIN commitmail json YAML

updates to libkcompactdisc and audiocd-kio

(markd)

2021-02-25 03:27:54 UTC MAIN commitmail json YAML

2021-02-25 03:23:49 UTC MAIN commitmail json YAML

2021-02-25 02:03:47 UTC MAIN commitmail json YAML

2021-02-25 01:54:46 UTC MAIN commitmail json YAML

go-levenshtein: add to DESCR, based on upstream's summary

(gutteridge)

2021-02-25 01:41:16 UTC MAIN commitmail json YAML

doc: revert mention of my mistaken duplication of go-levenshtein

(gutteridge)

2021-02-25 01:38:55 UTC MAIN commitmail json YAML

textproc: remove go-levenshtein, it was already in devel

(gutteridge)

2021-02-25 01:36:37 UTC MAIN commitmail json YAML

2021-02-25 01:15:54 UTC MAIN commitmail json YAML

doc: Added textproc/go-levenshtein version 1.2.3

(gutteridge)

2021-02-25 01:14:36 UTC MAIN commitmail json YAML

textproc: add go-levenshtein

(gutteridge)

2021-02-25 01:11:32 UTC MAIN commitmail json YAML

go-levenshtein: add version 1.2.3

A Go package providing Levenshtein distance and similarity metrics with
customizable edit costs and Winkler-like bonus for common prefix.

(gutteridge)

2021-02-24 23:32:50 UTC MAIN commitmail json YAML

doc: Updated time/p5-DateTime-TimeZone to 2.47

(gutteridge)

2021-02-24 23:32:31 UTC MAIN commitmail json YAML

p5-DateTime-TimeZone: update to 2.47

2.47    2021-01-24

- This release is based on version 2021a of the Olson database. This release
  includes contemporary changes for South Sudan.

(gutteridge)

2021-02-24 23:20:05 UTC MAIN commitmail json YAML

doc: Updated audio/py-music21 to 6.7.1

(gutteridge)

2021-02-24 23:19:15 UTC MAIN commitmail json YAML

py-music21: update to 6.7.1

Fixes bugs in lyric.search for working with "composite" lyrics, in the
export of piano scores with key signatures, and a bug in piano scores
and other part staffs that (a) prevented them from being flattened
properly and (b) did not allow flattened piano scores to call .show()

(gutteridge)

2021-02-24 21:51:47 UTC MAIN commitmail json YAML

tex-latex-bin{,-doc} update

(markd)

2021-02-24 21:48:36 UTC MAIN commitmail json YAML

2021-02-24 21:10:20 UTC MAIN commitmail json YAML

tex-latex-bin: also +tex-firstaid

(markd)

2021-02-24 21:05:31 UTC MAIN commitmail json YAML

tex-latex-bin: add dependencies on tex-l3{backend,kernel,packages}

(markd)

2021-02-24 20:41:23 UTC MAIN commitmail json YAML

chktex: update distinfo for last change.

(markd)

2021-02-24 20:08:14 UTC MAIN commitmail json YAML

addition of py-tifffile, update py-scikit-learn

(markd)

2021-02-24 20:05:36 UTC MAIN commitmail json YAML

py-scikit-image: update to 0.18.1

This is a bug fix release and contains the following two bug fixes:

* Fix indexing error for labelling in large (>2GB) arrays
* Only use retry_if_failed with recent pooch

(markd)

2021-02-24 19:59:07 UTC MAIN commitmail json YAML

py-scikit-image: add needed dependency on py-tifffile

(markd)

2021-02-24 19:56:15 UTC MAIN commitmail json YAML

graphics: +py-tifffile

(markd)

2021-02-24 19:54:49 UTC MAIN commitmail json YAML

py-tifffile: Add version 2021.2.1

Tifffile is a Python library to
* store numpy arrays in TIFF (Tagged Image File Format) files, and
* read image and metadata from TIFF-like files used in bioimaging.
Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK,
LSM, SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ,
GEL, SVS, SCN, SIS, ZIF (Zoomable Image File Format), QPTIFF (QPI),
NDPI, and GeoTIFF files.

(markd)

2021-02-24 19:41:59 UTC MAIN commitmail json YAML

Updated security/py-rsa, devel/py-rply

(adam)

2021-02-24 19:41:41 UTC MAIN commitmail json YAML

py-rply: updated to 0.7.8

0.7.8
Unknown changes

(adam)

2021-02-24 19:38:33 UTC MAIN commitmail json YAML

2021-02-24 19:22:22 UTC MAIN commitmail json YAML

Fix buildlink path.

(hauke)

2021-02-24 19:14:59 UTC MAIN commitmail json YAML

Updated net/openvpn, security/py-rsa

(adam)

2021-02-24 19:14:38 UTC MAIN commitmail json YAML

py-rsa: updated to 4.7.2

Version 4.7.2
Fix picking/unpickling issue introduced in 4.7

(adam)

2021-02-24 19:13:51 UTC MAIN commitmail json YAML

openvpn: updated to 2.5.1

Version 2.5.1
* Fix auth-token not being updated if auth-nocache is set
* Remove auth_user_pass.wait_for_push variable
* Fix port-share option with TLS-Crypt v2
* Zero initialise msghdr prior to calling sendmesg
* Fix tls-auth mismatch OCC message when tls-cryptv2 is used.
* build: Fix missing install of man page in certain environments
* Fix too early argv freeing when registering DNS
* Remove 1 second delay before running netsh
* Skip DHCP renew with Wintun adapter
* Change travis build scripts to use https when fetching prerequisites.
* Fix line number reporting on config file errors after <inline> segments
* Clarify --block-ipv6 intent and direction.
* Document common uses of 'echo' directive, re-enable logging for 'echo'.
* Make OPENVPN_PLUGIN_ENABLE_PF failures FATAL
* clean up / rewrite sample-plugins/defer/simple.c
* Fix naming error in sample-plugins/defer/simple.c
* Documentation fixes around openvpn_plugin_func_v3 in openvpn-plugin.h.in
* Update openvpn_plugin_func_v2 to _v3 in sample-plugins/defer/simple.c
* More explicit versioning compatibility in sample-plugins/defer/simple.c
* Explain structver usage in sample defer plugin.
* Man page sections corrections
* Quote the domain name argument passed to the wmic command
* tls-crypt-v2: fix server memory leak
* tls-crypt-v2: also preload tls-crypt-v2 keys (if --persist-key)

(adam)

2021-02-24 18:54:03 UTC MAIN commitmail json YAML

2021-02-24 18:52:46 UTC MAIN commitmail json YAML

Do not build on macosx and linuxen, for now.

Some of the patching may break one or the other, and upstream needs to
review the Linux == Unix assumption which triggered the
patching.

Plus, upstream supplies binary packages for both.

(hauke)

2021-02-24 18:41:24 UTC MAIN commitmail json YAML

doc: Added x11/x2go-client version 4.1.2.2

(hauke)

2021-02-24 18:40:45 UTC MAIN commitmail json YAML

doc: Added x11/nx-libs version 3.5.99.22

(hauke)

2021-02-24 18:39:31 UTC MAIN commitmail json YAML

2021-02-24 18:38:43 UTC MAIN commitmail json YAML

2021-02-24 15:39:40 UTC MAIN commitmail json YAML

doc: Updated emulators/mame to 0.229

(wiz)

2021-02-24 15:39:30 UTC MAIN commitmail json YAML

mame: update to 0.229.

It窶冱 been an eventful month, culminating in the release of MAME
0.229 today. One change that you窶冤l notice straight away is that
the 窶�64窶� suffix is no longer added to the file name for 64-bit
versions of MAME. If you窶决e unsure, you can see the data model at
the end of the window title.

One very elusive Argentinian title has finally made it into MAME
this month. We窶决e very proud to present Ms PacMan Twin, an extensive
hack of Ms. Pac-Man with simultaneous two-player cooperative
gameplay. Another rarity you can now experience is Midway窶冱 unreleased
Power Up Baseball 窶� the NBA Jam of baseball. On the topic of
prototypes, Wayne Gretzky窶冱 3D Hockey Fatality Edition is now
supported.

Several TV games for preschool age children from JAKKS Pacific窶冱
Sharp Cookie line have been dumped and emulated, featuring popular
characters like Dora the Explorer, Scooby-Doo, Spider-Man and Thomas
the Tank Engine. Travelling back a little, Mattel窶冱 representations
of Basketball, Hockey, Soccer, and Tag as electronic toys are now
supported. Elektronika Autoslalom has arrived from Russia (with
love). Another batch of JPM IMPACT fruit machines have been promoted
to working this month, making use of new artwork engine features
for their internal layouts.

Updates to the Win32 and Qt debuggers add a context menu to debugger
views with an option to copy visible text to the clipboard, improve
behaviour when views are scrolled to the bottom, and fix a crash
when right-clicking some memory views. We窶决e lucky enough to have
received another shader update from cgwg, improving the appearance
of the popular crt-geom and crt-geom-deluxe effects. We窶况e added
support for the NEC/Renesas V850 family to unidasm.

That窶冱 all we窶况e got time for here, but there are lots of software
list updates, newly dumped bootlegs, bug fixes, and other enhancements.

(wiz)

2021-02-24 14:05:25 UTC MAIN commitmail json YAML

biology/Makefile: + igv

(wiz)

2021-02-24 13:55:42 UTC MAIN commitmail json YAML

doc: Added biology/igv version 2.9.2

(bacon)

2021-02-24 13:54:25 UTC MAIN commitmail json YAML

biology/igv: import igv-2.9.2

The Integrative Genomics Viewer (IGV) is a high-performance visualization tool
for interactive exploration of large, integrated genomic datasets. It supports
a wide variety of data types, including array-based and next-generation
sequence data, and genomic annotations.

(bacon)

2021-02-24 13:20:55 UTC MAIN commitmail json YAML

doc: Updated www/firefox78 to 78.8.0

(nia)

2021-02-24 13:20:06 UTC MAIN commitmail json YAML

firefox78: Update to 78.8.0

Security Vulnerabilities fixed in Firefox ESR 78.8

#CVE-2021-23969: Content Security Policy violation report could have
contained the destination of a redirect

#CVE-2021-23968: Content Security Policy violation report could have
contained the destination of a redirect

#CVE-2021-23973: MediaError message property could have leaked
information about cross-origin resources

#CVE-2021-23978: Memory safety bugs fixed in Firefox 86 and Firefox ESR
78.8

(nia)

2021-02-24 13:19:11 UTC MAIN commitmail json YAML

doc: Added textproc/paperoni version 0.3.0

(pin)

2021-02-24 13:18:45 UTC MAIN commitmail json YAML

2021-02-24 13:17:28 UTC MAIN commitmail json YAML

textproc/paperoni: import package

Paperoni is a web article downloader written in Rust.
It takes a url, downloads the article content from it and saves it to an epub.

The project is in alpha release so it might crash when you use it.
Please open an issue if it does.

(pin)

2021-02-24 13:00:43 UTC MAIN commitmail json YAML

Updated databases/mongo-c-driver, devel/py-pylint

(adam)

2021-02-24 13:00:25 UTC MAIN commitmail json YAML

py-pylint: updated to 2.7.1

Pylint 2.7.1
* Expose `UnittestLinter` in pylint.testutils
* Don't check directories starting with '.' when using register_plugins

(adam)

2021-02-24 12:58:29 UTC MAIN commitmail json YAML

mongo-c-driver: updated to 1.17.4

mongo-c-driver 1.17.4

libbson

It is my pleasure to announce libbson 1.17.4.

No changes since 1.17.3; release to keep pace with libmongoc's version.

libmongoc

It is my pleasure to announce the MongoDB C Driver 1.17.4.

Bug fixes:

Fix crash on macOS on client pool shutdown.
Fix spacing in extended JSON output for numberLong.
Clear error in mongoc_collection_find_and_modify_with_opts on a successful retry.

(adam)

2021-02-24 12:32:06 UTC MAIN commitmail json YAML

doc: Updated audio/taglib to 1.12

(wiz)

2021-02-24 12:31:57 UTC MAIN commitmail json YAML

taglib: update to 1.12.

TagLib 1.12 (Feb 16, 2021)
==========================

* Added support for WinRT.
* Added support for Linux on POWER.
* Added support for classical music tags of iTunes 12.5.
* Added support for file descriptor to FileStream.
* Added support for 'cmID', 'purl', 'egid' MP4 atoms.
* Added support for 'GRP1' ID3v2 frame.
* Added support for extensible WAV subformat.
* Enabled FileRef to detect file types based on the stream content.
* Dropped support for Windows 9x and NT 4.0 or older.
* Check for mandatory header objects in ASF files.
* More tolerant handling of RIFF padding, WAV files, broken MPEG streams.
* Improved calculation of Ogg, Opus, Speex, WAV, MP4 bitrates.
* Improved Windows compatibility by storing FLAC picture after comments.
* Fixed numerical genres in ID3v2.3.0 'TCON' frames.
* Fixed consistency of API removing MP4 items when empty values are set.
* Fixed consistency of API preferring COMM frames with no description.
* Fixed OOB read on invalid Ogg FLAC files (CVE-2018-11439).
* Fixed handling of empty MPEG files.
* Fixed parsing MP4 mdhd timescale.
* Fixed reading MP4 atoms with zero length.
* Fixed reading FLAC files with zero-sized seektables.
* Fixed handling of lowercase field names in Vorbis Comments.
* Fixed handling of 'rate' atoms in MP4 files.
* Fixed handling of invalid UTF-8 sequences.
* Fixed possible file corruptions when saving Ogg files.
* Fixed handling of non-audio blocks, sampling rates, DSD audio in WavPack files.
* TableOfContentsFrame::toString() improved.
* UserTextIdentificationFrame::toString() improved.
* Marked FileRef::create() deprecated.
* Marked MPEG::File::save() with boolean parameters deprecated,
  provide overloads with enum parameters.
* Several smaller bug fixes and performance improvements.

(wiz)

2021-02-24 12:29:58 UTC MAIN commitmail json YAML

doc: Updated audio/musicpd to 0.22.6

(wiz)

2021-02-24 12:29:48 UTC MAIN commitmail json YAML

musicpd: update to 0.22.6.

ver 0.22.6 (2021/02/16)
* fix missing tags on songs in queue

ver 0.22.5 (2021/02/15)
* protocol
  - error for malformed ranges instead of ignoring silently
  - better error message for open-ended range with "move"
* database
  - simple: fix missing CUE sheet metadata in "addid" command
* tags
  - id: translate TPE3 to Conductor, not Performer
* archive
  - iso9660: another fix for unaligned reads
* output
  - httpd: error handling on Windows improved
  - pulse: fix deadlock with "always_on"
* Windows:
  - enable https:// support (via Schannel)
* Android
  - work around "Permission denied" on mpd.conf

(wiz)

2021-02-24 12:26:31 UTC MAIN commitmail json YAML

doc: Updated audio/libebur128 to 1.2.6

(wiz)

2021-02-24 12:26:22 UTC MAIN commitmail json YAML

libebur128: update to 1.2.6.

This is a bugfix release to make dynamic linking on Windows possible
again. Thanks to @Be-ing for the fix!

(wiz)

2021-02-24 11:10:12 UTC MAIN commitmail json YAML

2021-02-24 11:06:48 UTC MAIN commitmail json YAML

Updated lang/nodejs10, lang/nodejs12, lang/nodejs

(adam)

2021-02-24 11:06:12 UTC MAIN commitmail json YAML

nodejs: updated to 14.16.0

Version 14.16.0 'Fermium' (LTS)

This is a security release.

Notable changes

Vulnerabilities fixed:

CVE-2021-22883: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
Affected Node.js versions are vulnerable to denial of service attacks when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.
CVE-2021-22884: DNS rebinding in --inspect
Affected Node.js versions are vulnerable to denial of service attacks when the whitelist includes ���localhost6���. When ���localhost6��� is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the ���localhost6��� domain. As long as the attacker uses the ���localhost6��� domain, they can still apply the attack described in CVE-2018-7160.
CVE-2021-23840: OpenSSL - Integer overflow in CipherUpdate
This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt

(adam)

2021-02-24 11:05:28 UTC MAIN commitmail json YAML

nodejs12: updated to 12.21.0

Version 12.21.0 'Erbium' (LTS)

This is a security release.

Notable changes

Vulnerabilities fixed:

CVE-2021-22883: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
Affected Node.js versions are vulnerable to denial of service attacks when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.
CVE-2021-22884: DNS rebinding in --inspect
Affected Node.js versions are vulnerable to denial of service attacks when the whitelist includes ���localhost6���. When ���localhost6��� is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the ���localhost6��� domain. As long as the attacker uses the ���localhost6��� domain, they can still apply the attack described in CVE-2018-7160.
CVE-2021-23840: OpenSSL - Integer overflow in CipherUpdate
This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt

(adam)

2021-02-24 11:04:35 UTC MAIN commitmail json YAML

nodejs10: updated to 10.24.0

Version 10.24.0 'Dubnium' (LTS)

This is a security release.

Notable changes

Vulnerabilities fixed:

CVE-2021-22883: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
Affected Node.js versions are vulnerable to denial of service attacks when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.
CVE-2021-22884: DNS rebinding in --inspect
Affected Node.js versions are vulnerable to denial of service attacks when the whitelist includes ���localhost6���. When ���localhost6��� is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the ���localhost6��� domain. As long as the attacker uses the ���localhost6��� domain, they can still apply the attack described in CVE-2018-7160.
CVE-2021-23840: OpenSSL - Integer overflow in CipherUpdate
This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt

(adam)

2021-02-24 10:13:25 UTC MAIN commitmail json YAML

doc: Updated print/jpeg-to-pdf to 0.2.2

(pin)

2021-02-24 10:13:04 UTC MAIN commitmail json YAML

print/jpeg-to-pdf: update to 0.2.2

-Made the "--output" command-line argument optional
-Allow users to set a document title
-Fixed improper use of BufWriter

(pin)

2021-02-24 09:45:45 UTC MAIN commitmail json YAML

Updated devel/protobuf, devel/py-protobuf

(adam)

2021-02-24 09:45:10 UTC MAIN commitmail json YAML

protobuf py-protobuf: updated to 3.15.2

Protocol Buffers v3.15.2

C++

Fix PROTOBUF_CONSTINIT macro redefinition

(adam)

2021-02-24 09:05:09 UTC MAIN commitmail json YAML

doc: Updated devel/py-tortoisehg to 5.7

(wiz)

2021-02-24 09:04:58 UTC MAIN commitmail json YAML

py-tortoisehg: update to 5.7.

Compatible with mercurial 5.7.

Based on PR 56016 by Chavdar Ivanov.

(wiz)

2021-02-24 08:16:32 UTC MAIN commitmail json YAML

genreadme: Reduce size of generated README.all

(nia)

2021-02-24 08:01:25 UTC MAIN commitmail json YAML

doc: Updated x11/xorgproto to 2021.2

(wiz)

2021-02-24 08:01:16 UTC MAIN commitmail json YAML

xorgproto: update to 2021.2.

This release is mostly all about keysyms. Some additions to Vietnamese and
Hangul but the big set of commits here is catching up with several years of
Linux kernel releases.

The kernel's evdev interface has semantic keycodes (e.g. KEY_ESC is what
you'd expect). Beyond the normal range expected to change with different
layouts there are many keycodes that should only ever do one thing.
For example, KEY_ONSCREEN_KEYBOARD should display the OSK regardless of
layout). In the past, we've added these keysyms on a as-requested basis.

We now have a reserved subrange in the already reserved range for XF86Foo
keysyms. Within that range, keysyms map directly to their evdev
counterparts, making future updates easier. The above example
KEY_ONSCREEN_KEYBOARD now has a XF86OnScreenKeyboard keysym.
The header file follows a strict convention to make this range
machine-readable, xkeyboard-config can make use of this to
make those keysyms available by default. Note that almost all keys are
outside the X keycode range so very little will change under X.

Note that most keys exist on selected devices only so the practial use is
quite limited. But those keysyms are available through normal XKB
configuration so users can re-map existing keys where needed.

Aside from those, a bit of misc cleanup work. Many thanks to all
contributors.

(wiz)

2021-02-24 01:17:24 UTC MAIN commitmail json YAML

py-irclib: remove handling for now unsupported Python versions

(gutteridge)

2021-02-24 01:11:34 UTC MAIN commitmail json YAML

py-cryptodome: fix Python 2.7 builds

The upstream project decided to add an extra "abi3" suffix to shared
objects when this is built with Python 3.x; these are simply omitted
when Python 2.7 is involved.

(gutteridge)

2021-02-23 18:28:30 UTC MAIN commitmail json YAML

firefox: 86.0 requires cbindgen>=0.16.0 and nss>=3.61.

(tsutsui)

2021-02-23 18:20:15 UTC MAIN commitmail json YAML

doc: Added print/jpeg-to-pdf version 0.2.1

(pin)

2021-02-23 18:19:49 UTC MAIN commitmail json YAML

Add jpeg-to-pdf

(pin)

2021-02-23 18:18:54 UTC MAIN commitmail json YAML

2021-02-23 17:03:35 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 86.0

(ryoon)

2021-02-23 17:03:15 UTC MAIN commitmail json YAML

firefox-l10n: Update to 86.0

* Sync with www/firefox-86.0.

(ryoon)

2021-02-23 17:02:54 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 86.0

(ryoon)

2021-02-23 17:02:05 UTC MAIN commitmail json YAML

firefox: Update to 86.0

Changelog:
New

  * Firefox now supports simultaneously watching multiple videos in
    Picture-in-Picture.

  * Today, Firefox introduces Total Cookie Protection to Strict Mode. In Total
    Cookie Protection, every website gets its own "cookie jar," preventing
    cookies from being used to track you from site to site.

  * We've improved our Print functionality with a cleaner design and better
    integration with your computer's printer settings.

  * For Firefox users in Canada, credit card management and auto-fill are now
    enabled.

  * Notable performance and stability improvements are achieved by moving
    canvas drawing and WebGL drawing to the GPU process.

Fixed

  * Reader mode now works with local HTML pages.

  * Using screen reader quick navigation to move to editable text controls no
    longer incorrectly reaches non-editable cells in some grids such as on
    messenger.com.

  * The Orca screen reader's mouse review feature now works correctly after
    switching tabs in Firefox.

  * Screen readers no longer report column headers incorrectly in tables
    containing cells spanning multiple columns.

  * Links in Reader View now have more color contrast.

  * Various security fixes.

Changed

  * On Linux and Android, the protection to mitigate the stack clash attack has
    been activated.

  * From Firefox 86 onward, DTLS 1.0 is no longer supported for establishing
    WebRTC's PeerConnections. All WebRTC services need to support DTLS 1.2 from
    now on as the minimum version.

  * Consolidated all video decoding in the new RDD process which results in a
    more secure Firefox.

Enterprise

  * Various bug fixes and new policies have been implemented in the latest
    version of Firefox. You can see more details in the Firefox for Enterprise
    86 Release Notes.

Developer

  * Developer Information
  * CSS image-set() function in CSS is now enabled, allowing for responsive
    images in CSS.

  * Inactive CSS tool is now showing a warning when margin or padding is set on
    internal table elements.
    Inactive CSS screenshot

  * Developer Tools Toolbox is now showing a number of errors on the current
    page. This is a quick way to surface information to a developer that
    something is wrong with their page. Clicking on the red exclamation icon
    navigates the user to the Console panel.
    Develeoper tools: screenshot of number of errors

Security fixes:
#CVE-2021-23969: Content Security Policy violation report could have contained
the destination of a redirect
#CVE-2021-23970: Multithreaded WASM triggered assertions validating separation
of script domains
#CVE-2021-23968: Content Security Policy violation report could have contained
the destination of a redirect
#CVE-2021-23974: noscript elements could have led to an HTML Sanitizer bypass
#CVE-2021-23971: A website's Referrer-Policy could have been be overridden,
potentially resulting in the full URL being sent as a Referrer
#CVE-2021-23976: Local spoofing of web manifests for arbitrary pages in Firefox
for Android
#CVE-2021-23977: Malicious application could read sensitive data from Firefox
for Android's application directories
#CVE-2021-23972: HTTP Auth phishing warning was omitted when a redirect is
cached
#CVE-2021-23975: about:memory Measure function caused an incorrect pointer
operation
#CVE-2021-23973: MediaError message property could have leaked information
about cross-origin resources
#CVE-2021-23978: Memory safety bugs fixed in Firefox 86 and Firefox ESR 78.8
#CVE-2021-23979: Memory safety bugs fixed in Firefox 86

(ryoon)

2021-02-23 14:48:33 UTC MAIN commitmail json YAML

doc: Updated math/kalk to 0.3.14

(pin)

2021-02-23 14:48:11 UTC MAIN commitmail json YAML

math/kalk: update to 0.3.14

-Important xy^z precedence fix, and some minor polishing

(pin)

2021-02-23 14:47:27 UTC MAIN commitmail json YAML

doc: Updated security/pleaser to 0.3.23

(pin)

2021-02-23 14:47:07 UTC MAIN commitmail json YAML

security/pleaser: update to 0.3.23

-Merge branch 'list_reason_auth' into 'master'
-List reason auth and edit tmp fix

(pin)

2021-02-23 11:44:11 UTC MAIN commitmail json YAML

Updated devel/py-jaraco.classes, finance/py-stripe

(adam)

2021-02-23 11:43:30 UTC MAIN commitmail json YAML

py-stripe: updated to 2.56.0

2.56.0
Add support for the Billing Portal Configuration API

(adam)

2021-02-23 11:40:55 UTC MAIN commitmail json YAML

py-jaraco.classes: updated to 3.2.1

v3.2.1
======

Refreshed package metadata.

v3.2.0
======

Switched to native namespace for jaraco package.

v3.1.1
======

Packaging refresh and associated cleanups, including fix
for 4 (failing black check).

v3.1.0
======

``classproperty`` decorator now supplies a
``classproperty.Meta`` class. Classes that wish to have
a class property should derive from that metaclass. This
approach solves the unintended behavior of the property
only being set on a given instance. For compatibility, the
old behavior is retained if the metaclass is not used.

v3.0.0
======

Project now requires Python 3.6 or later.

2.0
===

Switch to `pkgutil namespace technique
<https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages>`_
for the ``jaraco`` namespace.

(adam)

2021-02-23 09:28:33 UTC MAIN commitmail json YAML

2021-02-23 06:34:44 UTC MAIN commitmail json YAML

chktex: build ChkTeX.dvi as we don't do anything with it.

(markd)

2021-02-23 06:04:21 UTC MAIN commitmail json YAML

tex-musixtex-doc: fix PLIST

(markd)

2021-02-23 02:05:28 UTC MAIN commitmail json YAML

(devel/hs-hashable) BUILDLINK_API_DEPENDS.ghc+=  ghc<8.10

(mef)

2021-02-22 20:49:45 UTC MAIN commitmail json YAML

doc: Added fonts/unifraktur-ttf version 20170319

(wiz)

2021-02-22 20:49:36 UTC MAIN commitmail json YAML

fonts/Makefile: + unifraktur-ttf.

(wiz)

2021-02-22 20:49:20 UTC MAIN commitmail json YAML

fonts/unifraktur-ttf: import unifraktur-ttf-20170319

Packaged for wip by khorben@

UnifrakturMaguntia has been created by j. 'mach' wust, Gerrit Ansmann and Georg
Duffner. It is a modification of Peter Wiegel's font Berthold Mainzer Fraktur,
is in turn based on a 1901 typeface by Carl Albert Fahrenwaldt.

UnifrakturMaguntia has been created in order to provide a Fraktur typeface that
may be embedded on websites. It is in accordance with the Unicode standard. It
has suitable font licenses (GPL with font exception and OFL).

By now, Gerrit Ansmann has redrawn all of Wiegel's original letters up to the
very last special character.

(wiz)

2021-02-22 20:36:37 UTC MAIN commitmail json YAML

doc: Updated sysutils/yank to 1.2.0nb1

(wiz)

2021-02-22 20:36:28 UTC MAIN commitmail json YAML

yank: needs xsel, depend on it

Bump PKGREVISION.

(wiz)

2021-02-22 19:46:36 UTC MAIN commitmail json YAML

doc: Added archivers/lunzip version 1.12

(fcambus)

2021-02-22 19:46:05 UTC MAIN commitmail json YAML

2021-02-22 19:45:08 UTC MAIN commitmail json YAML

archivers/lunzip: import lunzip-1.12.

Lunzip is a decompressor for the lzip format written in C. Its small size
makes it well suited for embedded devices or software installers that need
to decompress files but don't need compression capabilities. Lunzip is fully
compatible with lzip 1.4 or newer.

(fcambus)

2021-02-22 17:07:50 UTC MAIN commitmail json YAML

ups-nut: fix option handling in buildlink3.mk

From Edgar Fuß.

(wiz)

2021-02-22 14:03:35 UTC MAIN commitmail json YAML

2021-02-22 10:37:30 UTC MAIN commitmail json YAML

Updated textproc/py-precis-i18n, databases/py-aiosqlite, textproc/py-tabulate, databases/py-pypika

(adam)

2021-02-22 10:36:46 UTC MAIN commitmail json YAML

py-pypika: updated to 0.47.7

0.47.7
Unknown changes

(adam)

2021-02-22 10:34:52 UTC MAIN commitmail json YAML

py-tabulate: updated to 0.8.9

- 0.8.9: Bug fix. Revert support of decimal separators.
- 0.8.8: Python 3.9 support, 3.10 ready.
  New formats: ``unsafehtml``, ``latex_longtable``, ``fancy_outline``.
  Support lists of UserDicts as input.
  Support hyperlinks in terminal output.
  Improve testing on systems with proxies.
  Migrate to pytest.
  Various bug fixes and improvements.

(adam)

2021-02-22 10:32:39 UTC MAIN commitmail json YAML

texlive-collection-langjapanese was an update not addition

(markd)

2021-02-22 10:28:59 UTC MAIN commitmail json YAML

py-aiosqlite: updated to 0.17.0

v0.17.0

Feature release

* Connection objects now raise ValueError when closed and a command is executed
* Fix documented examples in readme

(adam)

2021-02-22 10:28:15 UTC MAIN commitmail json YAML

tex package updates

(markd)

2021-02-22 10:27:03 UTC MAIN commitmail json YAML

py-precis-i18n: updated to 1.0.3

1.0.3
- MANIFEST.in excludes `test_derived_props_files.py`; test data files are not packaged.
- CI script now builds source package and runs tests from it.
- Use Github Actions for continuous integration.
- Update copyright year (2021).

(adam)

2021-02-22 10:26:03 UTC MAIN commitmail json YAML

texlive-collection-langjapanese: update to 2020

+tex-{uplatex,uptex}

(markd)

2021-02-22 10:23:48 UTC MAIN commitmail json YAML

print: -tex-ptex-doc +tex-{uplatex,uptex}{,-doc}

(markd)

2021-02-22 10:20:54 UTC MAIN commitmail json YAML

tex-uplatex{,-doc}: Add version 2020

From Atsushi Toyokura in pkgsrc-wip

The bundle provides pLaTeX2e macros for upTeX by Takuji Tanaka.
This is a community edition syncing with platex. The bundle
depends on platex.

(markd)

2021-02-22 10:17:56 UTC MAIN commitmail json YAML

tex-uptex{,-doc}: Add version 2020

From Atsushi Toyokura in pkgsrc-wip

upTeX is an extension of pTeX, using UTF-8 input and producing
UTF-8 output. It was originally designed to improve support for
Japanese, but is also useful for documents in Chinese and
Korean. It can process Chinese simplified, Chinese traditional,
Japanese, and Korean simultaneously, and can also process
original LaTeX with \inputenc{utf8} and Babel
(Latin/Cyrillic/Greek etc.) by switching its \kcatcode tables.

(markd)