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 (1m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 15:57:19 UTC Now

2021-03-06 21:05:33 UTC MAIN commitmail json YAML

security/wfuzz: import wfuzz-3.1.0

Wfuzz has been created to facilitate the task in web applications
assessments and it is based on a simple concept: it replaces any
reference to the FUZZ keyword by the value of a given payload.

A payload in Wfuzz is a source of data.

This simple concept allows any input to be injected in any field of an
HTTP request, allowing to perform complex web security attacks in
different web application components such as: parameters,
authentication, forms, directories/files, headers, etc.

Wfuzz is more than a web content scanner:

- Wfuzz could help you to secure your web applications by finding and
  exploiting web application vulnerabilities. Wfuzz's web application
  vulnerability scanner is supported by plugins.
- Wfuzz is a completely modular framework and makes it easy for even
  the newest of Python developers to contribute. Building plugins is
  simple and takes little more than a few minutes.
- Wfuzz exposes a simple language interface to the previous HTTP
  requests/responses performed using Wfuzz or other tools, such as Burp.
  This allows you to perform manual and semi-automatic tests with full
  context and understanding of your actions, without relying on a web
  application scanner underlying implementation.

(leot)

2021-03-06 20:23:10 UTC MAIN commitmail json YAML

Added sysutils/preloader-m1 version 0.0.20210220
Added sysutils/dtb-arm64-apple-m1 version 5.11rc4
Added sysutils/u-boot-apple-m1 version 2021.01

(jmcneill)

2021-03-06 20:19:14 UTC MAIN commitmail json YAML

2021-03-06 20:18:10 UTC MAIN commitmail json YAML

add dtb-arm64-apple-m1, preloader-m1, u-boot-apple-m1

(jmcneill)

2021-03-06 20:17:40 UTC MAIN commitmail json YAML

Initial import of u-boot-apple-m1 from Git.

U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the Apple M1 SoC.

(jmcneill)

2021-03-06 20:16:28 UTC MAIN commitmail json YAML

Initial import of dtb-arm64-apple-m1 from Git.

The devicetree is a data structure for describing hardware. Rather than
hard coding every detail of a device into an operating system, many aspects
of the hardware can be described in a data structure that is passed to the
operating system at boot time.

This package includes Device Tree Blob (.dtb) files generated from
the Corellium Linux kernel for Apple M1 devices.

(jmcneill)

2021-03-06 20:14:30 UTC MAIN commitmail json YAML

Initial import of preloader-m1 from Git.

Preloader M1 acts as a wrapper for Linux (and other operating systems)
kernels on Apple M1 hardware and provides a trampoline for starting
processor cores.

(jmcneill)

2021-03-06 19:00:55 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.28.0

(js)

2021-03-06 19:00:43 UTC MAIN commitmail json YAML

Update chat/matrix-synapse to 1.28.0

Synapse 1.28.0 (2021-02-25)
===========================

Note that this release drops support for ARMv7 in the official Docker images, due to repeated problems building for ARMv7 (and the associated maintenance burden this entails).

This release also fixes the documentation included in v1.27.0 around the callback URI for SAML2 identity providers. If your server is configured to use single sign-on via a SAML2 IdP, you may need to make configuration changes. Please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes.

Internal Changes
----------------

- Revert change in v1.28.0rc1 to remove the deprecated SAML endpoint. ([\#9474](https://github.com/matrix-org/synapse/issues/9474))

Synapse 1.28.0rc1 (2021-02-19)
==============================

Removal warning
---------------

The v1 list accounts API is deprecated and will be removed in a future release.
This API was undocumented and misleading. It can be replaced by the
[v2 list accounts API](https://github.com/matrix-org/synapse/blob/release-v1.28.0/docs/admin_api/user_admin_api.rst#list-accounts),
which has been available since Synapse 1.7.0 (2019-12-13).

Please check if you're using any scripts which use the admin API and replace
`GET /_synapse/admin/v1/users/<user_id>` with `GET /_synapse/admin/v2/users`.

Features
--------

- New admin API to get the context of an event: `/_synapse/admin/rooms/{roomId}/context/{eventId}`. ([\#9150](https://github.com/matrix-org/synapse/issues/9150))
- Further improvements to the user experience of registration via single sign-on. ([\#9300](https://github.com/matrix-org/synapse/issues/9300), [\#9301](https://github.com/matrix-org/synapse/issues/9301))
- Add hook to spam checker modules that allow checking file uploads and remote downloads. ([\#9311](https://github.com/matrix-org/synapse/issues/9311))
- Add support for receiving OpenID Connect authentication responses via form `POST`s rather than `GET`s. ([\#9376](https://github.com/matrix-org/synapse/issues/9376))
- Add the shadow-banning status to the admin API for user info. ([\#9400](https://github.com/matrix-org/synapse/issues/9400))

Bugfixes
--------

- Fix long-standing bug where sending email notifications would fail for rooms that the server had since left. ([\#9257](https://github.com/matrix-org/synapse/issues/9257))
- Fix bug introduced in Synapse 1.27.0rc1 which meant the "session expired" error page during SSO registration was badly formatted. ([\#9296](https://github.com/matrix-org/synapse/issues/9296))
- Assert a maximum length for some parameters for spec compliance. ([\#9321](https://github.com/matrix-org/synapse/issues/9321), [\#9393](https://github.com/matrix-org/synapse/issues/9393))
- Fix additional errors when previewing URLs: "AttributeError 'NoneType' object has no attribute 'xpath'" and "ValueError: Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration.". ([\#9333](https://github.com/matrix-org/synapse/issues/9333))
- Fix a bug causing Synapse to impose the wrong type constraints on fields when processing responses from appservices to `/_matrix/app/v1/thirdparty/user/{protocol}`. ([\#9361](https://github.com/matrix-org/synapse/issues/9361))
- Fix bug where Synapse would occasionally stop reconnecting to Redis after the connection was lost. ([\#9391](https://github.com/matrix-org/synapse/issues/9391))
- Fix a long-standing bug when upgrading a room: "TypeError: '>' not supported between instances of 'NoneType' and 'int'". ([\#9395](https://github.com/matrix-org/synapse/issues/9395))
- Reduce the amount of memory used when generating the URL preview of a file that is larger than the `max_spider_size`. ([\#9421](https://github.com/matrix-org/synapse/issues/9421))
- Fix a long-standing bug in the deduplication of old presence, resulting in no deduplication. ([\#9425](https://github.com/matrix-org/synapse/issues/9425))
- The `ui_auth.session_timeout` config option can now be specified in terms of number of seconds/minutes/etc/. Contributed by Rishabh Arya. ([\#9426](https://github.com/matrix-org/synapse/issues/9426))
- Fix a bug introduced in v1.27.0: "TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType." related to the user directory. ([\#9428](https://github.com/matrix-org/synapse/issues/9428))

Updates to the Docker image
---------------------------

- Drop support for ARMv7 in Docker images. ([\#9433](https://github.com/matrix-org/synapse/issues/9433))

Improved Documentation
----------------------

- Reorganize CHANGELOG.md. ([\#9281](https://github.com/matrix-org/synapse/issues/9281))
- Add note to `auto_join_rooms` config option explaining existing rooms must be publicly joinable. ([\#9291](https://github.com/matrix-org/synapse/issues/9291))
- Correct name of Synapse's service file in TURN howto. ([\#9308](https://github.com/matrix-org/synapse/issues/9308))
- Fix the braces in the `oidc_providers` section of the sample config. ([\#9317](https://github.com/matrix-org/synapse/issues/9317))
- Update installation instructions on Fedora. ([\#9322](https://github.com/matrix-org/synapse/issues/9322))
- Add HTTP/2 support to the nginx example configuration. Contributed by David Vo. ([\#9390](https://github.com/matrix-org/synapse/issues/9390))
- Update docs for using Gitea as OpenID provider. ([\#9404](https://github.com/matrix-org/synapse/issues/9404))
- Document that pusher instances are shardable. ([\#9407](https://github.com/matrix-org/synapse/issues/9407))
- Fix erroneous documentation from v1.27.0 about updating the SAML2 callback URL. ([\#9434](https://github.com/matrix-org/synapse/issues/9434))

Deprecations and Removals
-------------------------

- Deprecate old admin API `GET /_synapse/admin/v1/users/<user_id>`. ([\#9429](https://github.com/matrix-org/synapse/issues/9429))

Internal Changes
----------------

- Fix 'object name reserved for internal use' errors with recent versions of SQLite. ([\#9003](https://github.com/matrix-org/synapse/issues/9003))
- Add experimental support for running Synapse with PyPy. ([\#9123](https://github.com/matrix-org/synapse/issues/9123))
- Deny access to additional IP addresses by default. ([\#9240](https://github.com/matrix-org/synapse/issues/9240))
- Update the `Cursor` type hints to better match PEP 249. ([\#9299](https://github.com/matrix-org/synapse/issues/9299))
- Add debug logging for SRV lookups. Contributed by @Bubu. ([\#9305](https://github.com/matrix-org/synapse/issues/9305))
- Improve logging for OIDC login flow. ([\#9307](https://github.com/matrix-org/synapse/issues/9307))
- Share the code for handling required attributes between the CAS and SAML handlers. ([\#9326](https://github.com/matrix-org/synapse/issues/9326))
- Clean up the code to load the metadata for OpenID Connect identity providers. ([\#9362](https://github.com/matrix-org/synapse/issues/9362))
- Convert tests to use `HomeserverTestCase`. ([\#9377](https://github.com/matrix-org/synapse/issues/9377), [\#9396](https://github.com/matrix-org/synapse/issues/9396))
- Update the version of black used to 20.8b1. ([\#9381](https://github.com/matrix-org/synapse/issues/9381))
- Allow OIDC config to override discovered values. ([\#9384](https://github.com/matrix-org/synapse/issues/9384))
- Remove some dead code from the acceptance of room invites path. ([\#9394](https://github.com/matrix-org/synapse/issues/9394))
- Clean up an unused method in the presence handler code. ([\#9408](https://github.com/matrix-org/synapse/issues/9408))

Synapse 1.27.0 (2021-02-16)
===========================

Note that this release includes a change in Synapse to use Redis as a cache ─ as well as a pub/sub mechanism ─ if Redis support is enabled for workers. No action is needed by server administrators, and we do not expect resource usage of the Redis instance to change dramatically.

This release also changes the callback URI for OpenID Connect (OIDC) and SAML2 identity providers. If your server is configured to use single sign-on via an OIDC/OAuth2 or SAML2 IdP, you may need to make configuration changes. Please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes.

This release also changes escaping of variables in the HTML templates for SSO or email notifications. If you have customised these templates, please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes.

Bugfixes
--------

- Fix building Docker images for armv7. ([\#9405](https://github.com/matrix-org/synapse/issues/9405))

Synapse 1.27.0rc2 (2021-02-11)
==============================

Features
--------

- Further improvements to the user experience of registration via single sign-on. ([\#9297](https://github.com/matrix-org/synapse/issues/9297))

Bugfixes
--------

- Fix ratelimiting introduced in v1.27.0rc1 for invites to respect the `ratelimit` flag on application services. ([\#9302](https://github.com/matrix-org/synapse/issues/9302))
- Do not automatically calculate `public_baseurl` since it can be wrong in some situations. Reverts behaviour introduced in v1.26.0. ([\#9313](https://github.com/matrix-org/synapse/issues/9313))

Improved Documentation
----------------------

- Clarify the sample configuration for changes made to the template loading code. ([\#9310](https://github.com/matrix-org/synapse/issues/9310))

Synapse 1.27.0rc1 (2021-02-02)
==============================

Features
--------

- Add an admin API for getting and deleting forward extremities for a room. ([\#9062](https://github.com/matrix-org/synapse/issues/9062))
- Add an admin API for retrieving the current room state of a room. ([\#9168](https://github.com/matrix-org/synapse/issues/9168))
- Add experimental support for allowing clients to pick an SSO Identity Provider ([MSC2858](https://github.com/matrix-org/matrix-doc/pull/2858)). ([\#9183](https://github.com/matrix-org/synapse/issues/9183), [\#9242](https://github.com/matrix-org/synapse/issues/9242))
- Add an admin API endpoint for shadow-banning users. ([\#9209](https://github.com/matrix-org/synapse/issues/9209))
- Add ratelimits to the 3PID `/requestToken` APIs. ([\#9238](https://github.com/matrix-org/synapse/issues/9238))
- Add support to the OpenID Connect integration for adding the user's email address. ([\#9245](https://github.com/matrix-org/synapse/issues/9245))
- Add ratelimits to invites in rooms and to specific users. ([\#9258](https://github.com/matrix-org/synapse/issues/9258))
- Improve the user experience of setting up an account via single-sign on. ([\#9262](https://github.com/matrix-org/synapse/issues/9262), [\#9272](https://github.com/matrix-org/synapse/issues/9272), [\#9275](https://github.com/matrix-org/synapse/issues/9275), [\#9276](https://github.com/matrix-org/synapse/issues/9276), [\#9277](https://github.com/matrix-org/synapse/issues/9277), [\#9286](https://github.com/matrix-org/synapse/issues/9286), [\#9287](https://github.com/matrix-org/synapse/issues/9287))
- Add phone home stats for encrypted messages. ([\#9283](https://github.com/matrix-org/synapse/issues/9283))
- Update the redirect URI for OIDC authentication. ([\#9288](https://github.com/matrix-org/synapse/issues/9288))

Bugfixes
--------

- Fix spurious errors in logs when deleting a non-existant pusher. ([\#9121](https://github.com/matrix-org/synapse/issues/9121))
- Fix a long-standing bug where Synapse would return a 500 error when a thumbnail did not exist (and auto-generation of thumbnails was not enabled). ([\#9163](https://github.com/matrix-org/synapse/issues/9163))
- Fix a long-standing bug where an internal server error was raised when attempting to preview an HTML document in an unknown character encoding. ([\#9164](https://github.com/matrix-org/synapse/issues/9164))
- Fix a long-standing bug where invalid data could cause errors when calculating the presentable room name for push. ([\#9165](https://github.com/matrix-org/synapse/issues/9165))
- Fix bug where we sometimes didn't detect that Redis connections had died, causing workers to not see new data. ([\#9218](https://github.com/matrix-org/synapse/issues/9218))
- Fix a bug where `None` was passed to Synapse modules instead of an empty dictionary if an empty module `config` block was provided in the homeserver config. ([\#9229](https://github.com/matrix-org/synapse/issues/9229))
- Fix a bug in the `make_room_admin` admin API where it failed if the admin with the greatest power level was not in the room. Contributed by Pankaj Yadav. ([\#9235](https://github.com/matrix-org/synapse/issues/9235))
- Prevent password hashes from getting dropped if a client failed threepid validation during a User Interactive Auth stage. Removes a workaround for an ancient bug in Riot Web <v0.7.4. ([\#9265](https://github.com/matrix-org/synapse/issues/9265))
- Fix single-sign-on when the endpoints are routed to synapse workers. ([\#9271](https://github.com/matrix-org/synapse/issues/9271))

Improved Documentation
----------------------

- Add docs for using Gitea as OpenID provider. ([\#9134](https://github.com/matrix-org/synapse/issues/9134))
- Add link to Matrix VoIP tester for turn-howto. ([\#9135](https://github.com/matrix-org/synapse/issues/9135))
- Add notes on integrating with Facebook for SSO login. ([\#9244](https://github.com/matrix-org/synapse/issues/9244))

Deprecations and Removals
-------------------------

- The `service_url` parameter in `cas_config` is deprecated in favor of `public_baseurl`. ([\#9199](https://github.com/matrix-org/synapse/issues/9199))
- Add new endpoint `/_synapse/client/saml2` for SAML2 authentication callbacks, and deprecate the old endpoint `/_matrix/saml2`. ([\#9289](https://github.com/matrix-org/synapse/issues/9289))

Internal Changes
----------------

- Add tests to `test_user.UsersListTestCase` for List Users Admin API. ([\#9045](https://github.com/matrix-org/synapse/issues/9045))
- Various improvements to the federation client. ([\#9129](https://github.com/matrix-org/synapse/issues/9129))
- Speed up chain cover calculation when persisting a batch of state events at once. ([\#9176](https://github.com/matrix-org/synapse/issues/9176))
- Add a `long_description_type` to the package metadata. ([\#9180](https://github.com/matrix-org/synapse/issues/9180))
- Speed up batch insertion when using PostgreSQL. ([\#9181](https://github.com/matrix-org/synapse/issues/9181), [\#9188](https://github.com/matrix-org/synapse/issues/9188))
- Emit an error at startup if different Identity Providers are configured with the same `idp_id`. ([\#9184](https://github.com/matrix-org/synapse/issues/9184))
- Improve performance of concurrent use of `StreamIDGenerators`. ([\#9190](https://github.com/matrix-org/synapse/issues/9190))
- Add some missing source directories to the automatic linting script. ([\#9191](https://github.com/matrix-org/synapse/issues/9191))
- Precompute joined hosts and store in Redis. ([\#9198](https://github.com/matrix-org/synapse/issues/9198), [\#9227](https://github.com/matrix-org/synapse/issues/9227))
- Clean-up template loading code. ([\#9200](https://github.com/matrix-org/synapse/issues/9200))
- Fix the Python 3.5 old dependencies build. ([\#9217](https://github.com/matrix-org/synapse/issues/9217))
- Update `isort` to v5.7.0 to bypass a bug where it would disagree with `black` about formatting. ([\#9222](https://github.com/matrix-org/synapse/issues/9222))
- Add type hints to handlers code. ([\#9223](https://github.com/matrix-org/synapse/issues/9223), [\#9232](https://github.com/matrix-org/synapse/issues/9232))
- Fix Debian package building on Ubuntu 16.04 LTS (Xenial). ([\#9254](https://github.com/matrix-org/synapse/issues/9254))
- Minor performance improvement during TLS handshake. ([\#9255](https://github.com/matrix-org/synapse/issues/9255))
- Refactor the generation of summary text for email notifications. ([\#9260](https://github.com/matrix-org/synapse/issues/9260))
- Restore PyPy compatibility by not calling CPython-specific GC methods when under PyPy. ([\#9270](https://github.com/matrix-org/synapse/issues/9270))

(js)

2021-03-06 18:44:20 UTC MAIN commitmail json YAML

doc: Updated chat/element-web to 1.7.22

(js)

2021-03-06 18:44:05 UTC MAIN commitmail json YAML

Update chat/element-web to 1.7.22

Changes in [1.7.22](https://github.com/vector-im/element-web/releases/tag/v1.7.22) (2021-03-01)
===============================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.22-rc.1...v1.7.22)

## Security notice

Element Web 1.7.22 fixes (by upgrading to matrix-react-sdk 3.15.0) a low
severity issue (CVE-2021-21320) where the user content sandbox can be abused to
trick users into opening unexpected documents. The content is opened with a
`blob` origin that cannot access Matrix user data, so messages and secrets are
not at risk.  Thanks to @keerok for responsibly disclosing this via Matrix's
Security Disclosure Policy.

## All changes

* Upgrade to React SDK 3.15.0 and JS SDK 9.8.0

Changes in [1.7.22-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.22-rc.1) (2021-02-24)
=========================================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.21...v1.7.22-rc.1)

* Upgrade to React SDK 3.15.0-rc.1 and JS SDK 9.8.0-rc.1
* Translations update from Weblate
  [\#16529](https://github.com/vector-im/element-web/pull/16529)
* Add hostSignup config for element.io clients
  [\#16515](https://github.com/vector-im/element-web/pull/16515)
* VoIP virtual rooms, mkII
  [\#16442](https://github.com/vector-im/element-web/pull/16442)
* Jitsi widget: Read room name from query parameters
  [\#16456](https://github.com/vector-im/element-web/pull/16456)
* fix / sso: make sure to delete only loginToken after redirect
  [\#16415](https://github.com/vector-im/element-web/pull/16415)
* Disable Countly
  [\#16433](https://github.com/vector-im/element-web/pull/16433)

Changes in [1.7.21](https://github.com/vector-im/element-web/releases/tag/v1.7.21) (2021-02-16)
===============================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.21-rc.1...v1.7.21)

* Upgrade to React SDK 3.14.0 and JS SDK 9.7.0

Changes in [1.7.21-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.21-rc.1) (2021-02-10)
=========================================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.20...v1.7.21-rc.1)

* Upgrade to React SDK 3.14.0-rc.1 and JS SDK 9.7.0-rc.1
* Translations update from Weblate
  [\#16427](https://github.com/vector-im/element-web/pull/16427)
* Add RegExp dotAll feature test
  [\#16408](https://github.com/vector-im/element-web/pull/16408)
* Fix Electron type merging
  [\#16405](https://github.com/vector-im/element-web/pull/16405)
* README: remove Jenkins reference
  [\#16381](https://github.com/vector-im/element-web/pull/16381)
* Enable PostCSS Calc in webpack builds
  [\#16307](https://github.com/vector-im/element-web/pull/16307)
* Add configuration security best practices to the README.
  [\#16367](https://github.com/vector-im/element-web/pull/16367)
* Upgrade matrix-widget-api
  [\#16347](https://github.com/vector-im/element-web/pull/16347)

Changes in [1.7.20](https://github.com/vector-im/element-web/releases/tag/v1.7.20) (2021-02-04)
===============================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.19...v1.7.20)

* Upgrade to React SDK 3.13.1

Changes in [1.7.19](https://github.com/vector-im/element-web/releases/tag/v1.7.19) (2021-02-03)
===============================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.19-rc.1...v1.7.19)

* Upgrade to React SDK 3.13.0 and JS SDK 9.6.0
* [Release] Upgrade matrix-widget-api
  [\#16348](https://github.com/vector-im/element-web/pull/16348)

Changes in [1.7.19-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.19-rc.1) (2021-01-29)
=========================================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.18...v1.7.19-rc.1)

* Upgrade to React SDK 3.13.0-rc.1 and JS SDK 9.6.0-rc.1
* Translations update from Weblate
  [\#16314](https://github.com/vector-im/element-web/pull/16314)
* Use history replaceState instead of redirect for SSO flow
  [\#16292](https://github.com/vector-im/element-web/pull/16292)
* Document the mobile guide toast option
  [\#16301](https://github.com/vector-im/element-web/pull/16301)
* Update widget-api to beta.12
  [\#16303](https://github.com/vector-im/element-web/pull/16303)
* Upgrade deps 2021-01
  [\#16294](https://github.com/vector-im/element-web/pull/16294)
* Move to newer base image for Docker builds
  [\#16275](https://github.com/vector-im/element-web/pull/16275)
* Docs for the VoIP translate pattern option
  [\#16236](https://github.com/vector-im/element-web/pull/16236)
* Fix Riot->Element in permalinkPrefix docs
  [\#16227](https://github.com/vector-im/element-web/pull/16227)
* Supply server_name for optional federation-capable Jitsi auth
  [\#16215](https://github.com/vector-im/element-web/pull/16215)
* Fix Widget API version confusion
  [\#16212](https://github.com/vector-im/element-web/pull/16212)
* Add Hebrew language
  [\#16210](https://github.com/vector-im/element-web/pull/16210)
* Update widget-api to beta 11
  [\#16177](https://github.com/vector-im/element-web/pull/16177)
* Fix develop Docker builds
  [\#16192](https://github.com/vector-im/element-web/pull/16192)
* Skip the service worker for Electron
  [\#16157](https://github.com/vector-im/element-web/pull/16157)
* Use isolated IPC API
  [\#16137](https://github.com/vector-im/element-web/pull/16137)

Changes in [1.7.18](https://github.com/vector-im/element-web/releases/tag/v1.7.18) (2021-01-26)
===============================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.17...v1.7.18)

* Upgrade to React SDK 3.12.1 and JS SDK 9.5.1

Changes in [1.7.17](https://github.com/vector-im/element-web/releases/tag/v1.7.17) (2021-01-18)
===============================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.17-rc.1...v1.7.17)

* Upgrade to React SDK 3.12.0 and JS SDK 9.5.0

Changes in [1.7.17-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.17-rc.1) (2021-01-13)
=========================================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.16...v1.7.17-rc.1)

* Upgrade to React SDK 3.12.0-rc.1 and JS SDK 9.5.0-rc.1
* Translations update from Weblate
  [\#16131](https://github.com/vector-im/element-web/pull/16131)
* webplatform: Fix notification closing
  [\#16028](https://github.com/vector-im/element-web/pull/16028)
* Stop building code and types for Element layer
  [\#15999](https://github.com/vector-im/element-web/pull/15999)

(js)

2021-03-06 18:26:19 UTC MAIN commitmail json YAML

doc: Updated sysutils/detox to 1.4.2

(wiz)

2021-03-06 18:26:07 UTC MAIN commitmail json YAML

detox: update to 1.4.2.

    Replaced instances of cp -an with test and install in the Makefile rule
    that copies yyz.sample to yyz. [#73]
    Fixed make distcheck. [#73]

(wiz)

2021-03-06 18:13:22 UTC MAIN commitmail json YAML

2021-03-06 18:08:44 UTC MAIN commitmail json YAML

Update sile to 0.10.15:
- hooks for new font load
- new \font-feature command
- add complex-spaces command
- luautf8 is available in the global scope
- various bug fixes

(joerg)

2021-03-06 17:28:41 UTC MAIN commitmail json YAML

doc: Updated graphics/krita to 4.4.2

(nia)

2021-03-06 17:28:13 UTC MAIN commitmail json YAML

2021-03-06 17:03:06 UTC pkgsrc-2020Q4 commitmail json YAML

2021-03-06 17:02:40 UTC pkgsrc-2020Q4 commitmail json YAML

Pullup ticket #6433 - requested by wiz
security/tor-browser: security fix

Revisions pulled up:
- security/tor-browser/Makefile                                1.86
- security/tor-browser/PLIST                                    1.12
- security/tor-browser/distinfo                                1.36

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu Mar  4 15:47:58 UTC 2021

  Modified Files:
  pkgsrc/security/tor-browser: Makefile PLIST distinfo

  Log Message:
  tor-browser: update to 10.0.12.

  10.0.12:

          Update Firefox to 78.8.0esr
          Bug 40026: Create survey banner on about:tor for desktop
          Bug 40287: Switch DDG search from POST to GET

  10.0.11:

  Windows-only.

(bsiegert)

2021-03-06 16:14:35 UTC MAIN commitmail json YAML

2021-03-06 16:12:30 UTC MAIN commitmail json YAML

geography/py-proj: Restore lost PKGREVISION

(gdt)

2021-03-06 16:08:43 UTC MAIN commitmail json YAML

doc: Updated editors/codelite to 15.0

(wiz)

2021-03-06 16:08:32 UTC MAIN commitmail json YAML

codelite: update to 15.0.

Provided by Andrius Varanavicius in pkgsrc-wip.

bug fixes

    Fixed: hiding line number margin is no longer possible
    Find In Files: should now load faster on Windows
    Fixed: File System Workspace: keep the last 'File mask' value used
    Language Server Protocol: Initialized notification to the server
    Prevent hangs under Wayland when changing Workspace View tabs
    Properly save/load workspace breakpoints and avoid mixing between two different workspaces breakpoints
    File System Workspace: when 'remote development' is enabled, do not attempt to remote save a file that is not part of our source tree or was opened by the SFTP plugin
    Fixed: crash when switching between themes
    Windows / macOS: Ctrl-TAB is broken
    gdb does not display local variables properly
    Creating a new file from the context menu in the File System Workspace - does not add it to git or svn
    Outline: honour the general background theme colour
    Bootstrap wizard: if the user select Default profile, load all plugins
    Fixed crash in codelite-terminal when executed with --command
    Fixed: SFTP overrides file attributes if these were modified after the file was loaded into CodeLite
    LLDB settings: keep the full path for debugserver
    Fixed: cppcheck is now working from the context menu again
    File System Workspace: set the default working directory to the workspace folder
    PHPdoc return value is not handled correctly

Changes

    Displaying the parent folder in the tab label is now optional
    Git push: just execute git push without prompting the user to select remote
    By default, show minimal list of buttons in the toolbar when first time installing CodeLite
    By default, enable minimal list of plugins (by profile type)
    File System Workspace: split the settings into 2 different files: a local and shared file. The content in the "local" files is kept under .codelite/ directory in the workspace folder and is not to be saved into git or any source control the default .workspace file contains properties that should be shared
    File System Workspace: added 'working directory' field
    Language Server Protocol: optimized the traffic between LSP <-> CodeLite by adding checksum checks before calling LSP to re-parse a file
    Language Server Protocol: added support for implemented 'extDocument/documentSymbol' protocol message
    PHP: update PHP xdebug UI view to fit the IDE look
    Language Server Protocol: added an option to pass environment variables + initialization options directly from the UI
    GDB: Honor user's ~/.gdbinit file
    File System Workspace: added an option to use remote build
    Internal changes to how GDB communicate changes to CodeLite
    Appearance: honor *system* dark themes
    Language Server Protocol: install the user code completion provided by clangd automatically
    macOS: we now build CodeLite using macOS 10.15.5 (Catalina)
    Windows: better support for Dark Theme (Windows native)
    Creating or deleting a folder via the 'Explorer' view, will automatically sync PHP workspace
    file system workspace: extend the default file extensions to show with *.py, *.rb, *.php and *.php
    python support: adjust method document style to match the NumPy method as described here: https://docs.python-guide.org/writing/documentation/
    [PHP] Find functions in context when inserting PHPDoc
    [PHP] Add return type to signature
    [PHP] Add nullable type to signature in auto-complete
    [PHP] Hint nullable and default values
    [PHP] Handel parsing of by reference values in PHPDoc
    [PHP] Allow parsing of nullable types from PHPDoc
    [PHP] Handle parsing PHP 7.1 nullable types
    [PHP] Handle common mistakes when parsing PHPDoc
    [PHP] Add missing native types
    [PHP] Group tags in generated PHPDoc
    [PHP] Set return type to mixed when unspecified
    Callgraph is no longer included in the default installer of CodeLite
    File System Workspace: added the ability to exclude folders from the workspace. The folders are still visible, but they will be excluded in various operations, like Find In Files, Parsing etc
    Full parsing of workspace is roughly 30% faster now
    Renamed default build system from "CodeLite Make Generator" -> "CodeLite Makefile Generator"
    Added new Build System: CodeLite Makefile Generator - UNIX - which generates UNIX compatible Makefiles, even when on Windows (useful for cygwin / MSYS environments)
    contextual highlight is no longer done using the SQLite symbol database, as a result it should feel much more faster
    Git reset: added a WARNING icon to the dialog + Cancel button (which is now the new default)
    Navigation bar now also displays "git blame" info (author + commit hash + date) for the current line
    UI updated to the Preferfences and Colour and fonts dialog
    Refined dark theme support by removing various border which might look bright on dark theme
    Added an option to hide the main editor's tab area (Windows & macOS only)
    Language Server Plugin: you can now mark an LSP as SSH. This will execute it on a remote machine instead (you still need to make sure that it is installed on the remote machine)
    Quick Debug: it is now possible to debug over SSH from. Just state the account + binary to debug and CodeLite will do the rest
    Language Server Plugin: opening a header file will now automatically send the implementation file (cpp) to the active LSP for parsing. This way we make sure that goto-definition will work immediately
    Implemented a proper "switch to workspace" functionality. It is now possible to call Open Workspace without the need to the currently opened one. In addition, CodeLite will now display a dialog that will list the last opened workspaces
    PHP Find In Files: 1. Starting find-in-files from the context menu will force the find-in-files dialog to use the selected dialogs from the tree view *this are transient paths and will not be remembered* 2. Starting find-in-files from any other way, will use the last used settings
    Fixed: find in files offset is broken when non ASCII text is presented in the editor

(wiz)

2021-03-06 16:00:17 UTC MAIN commitmail json YAML

geography/py-proj: Add comment about why no update to 3

py-proj 3 depends on proj 7, and we don't have that yet.

(gdt)

2021-03-06 15:52:55 UTC MAIN commitmail json YAML

do-build: honour BUILD_TARGET

(jmcneill)

2021-03-06 15:31:37 UTC MAIN commitmail json YAML

2021-03-06 15:30:40 UTC MAIN commitmail json YAML

cal3d: remove patches that are not in distinfo

(wiz)

2021-03-06 15:29:59 UTC MAIN commitmail json YAML

2021-03-06 14:08:15 UTC MAIN commitmail json YAML

doc: Added sysutils/macchina version 0.4.9

(pin)

2021-03-06 14:07:47 UTC MAIN commitmail json YAML

2021-03-06 14:06:39 UTC MAIN commitmail json YAML

sysutils/macchina: import package

Basic system information fetcher, with a focus on performance and minimalism.

Macchina lets you view basic system information, like your hostname, kernel
version, uptime, memory usage, and much more.
No one wants a slow fetcher, and Macchina's selling point is providing you with
convenient features while keeping performance a priority and minimalism a goal.

Macchina has native full support for NetBSD. Thanks grtcdr!

(pin)

2021-03-06 13:42:30 UTC MAIN commitmail json YAML

doc: Updated devel/mantis to 2.24.5

(taca)

2021-03-06 13:42:07 UTC MAIN commitmail json YAML

devel/mantis: update to 2.24.5

2.24.5 (2021-03-05)

Security and maintenance release, includes PHP 8.0 compatibility fixes.

* 0027800: [bugtracker] install.php throws SYSTEM WARNINGs (dregad)
* 0027928: [custom fields] Unable to edit Issues having Date custom fields
  on PHP 8.0 (dregad)
* 0027976: [security] User cookie string is not reset upon logout (dregad)
* 0027826: [bugtracker] ERROR_CATEGORY_NOT_FOUND_FOR_PROJECT thrown for
  Category '0' (dregad)

(taca)

2021-03-06 13:35:34 UTC MAIN commitmail json YAML

Updated security/py-acme, security/py-certbot*

(adam)

2021-03-06 13:34:25 UTC MAIN commitmail json YAML

py-acme py-certbot*: updated to 1.13.0

Certbot 1.13.0

Changed

CLI flags --os-packages-only, --no-self-upgrade, --no-bootstrap and --no-permissions-check,
which are related to certbot-auto, are deprecated and will be removed in a future release.
Certbot no longer conditionally depends on an external mock module. Certbot's
test API will continue to use it if it is available for backwards
compatibility, however, this behavior has been deprecated and will be removed
in a future release.
The acme library no longer depends on the security extras from requests
which was needed to support SNI in TLS requests when using old versions of
Python 2.
Certbot and all of its components no longer depend on the library six.
The update of certbot-auto itself is now disabled on all RHEL-like systems.
When revoking a certificate by --cert-name, it is no longer necessary to specify the --server
if the certificate was obtained from a non-default ACME server.
The nginx authenticator now configures all matching HTTP and HTTPS vhosts for the HTTP-01
challenge. It is now compatible with external HTTPS redirection by a CDN or load balancer.

(adam)

2021-03-06 13:29:24 UTC MAIN commitmail json YAML

doc: Updated lang/php74 to 7.4.16

(taca)

2021-03-06 13:29:02 UTC MAIN commitmail json YAML

lang/php74: update to 7.4.16

04 Mar 2021, PHP 7.4.16

- Core:
  . Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb)

- MySQLnd:
  . Fixed bug #78680 (mysqlnd's mysql_clear_password does not transmit
    null-terminated password). (Daniel Black)

- MySQLi:
  . Fixed bug #74779 (x() and y() truncating floats to integers). (cmb)

- OPcache:
  . Fixed bug #80682 (opcache doesn't honour pcre.jit option). (Remi)

- OpenSSL:
  . Fixed bug #80747 (Providing RSA key size < 512 generates key that crash
    PHP). (Nikita)

- Phar:
  . Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o
    semicolon) (cmb)
  . Fixed bug #70091 (Phar does not mark UTF-8 filenames in ZIP archives). (cmb)
  . Fixed bug #53467 (Phar cannot compress large archives). (cmb, lserni)

- SPL:
  . Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass()
    causes Segmentation fault). (Nikita)

- Standard:
  . Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes).
    (cmb)

- Zip:
  . Fixed bug #80648 (Fix for bug 79296 should be based on runtime version).
    (cmb, Remi)

(taca)

2021-03-06 11:57:04 UTC MAIN commitmail json YAML

zbar: Make xmlto dependency explicit

Makes man pages get generated predictably. Should help bulk builds.

(nia)

2021-03-06 11:23:55 UTC MAIN commitmail json YAML

doc: Removed ettercap-NG

(nia)

2021-03-06 11:22:07 UTC MAIN commitmail json YAML

Make note of the updating of Qemu to 5.0.2nb1:
Re-add the NetBSD/amd64 Virtual Memory Monitor (NVMM) support to QEMU 5.2.0

(reinoud)

2021-03-06 11:21:17 UTC MAIN commitmail json YAML

doc: Updated net/ettercap to 0.8.3.1

(nia)

2021-03-06 11:20:56 UTC MAIN commitmail json YAML

2021-03-06 11:19:34 UTC MAIN commitmail json YAML

2021-03-06 10:30:15 UTC MAIN commitmail json YAML

pciutils: compile with -fPIC so lib can be used in other shared libs

(markd)

2021-03-06 09:45:07 UTC MAIN commitmail json YAML

2021-03-06 09:44:31 UTC MAIN commitmail json YAML

Remove net/xnap, pkgsrc no longer provides a compatible JVM for this

(nia)

2021-03-06 09:43:20 UTC MAIN commitmail json YAML

doc: Removed airport packages

(nia)

2021-03-06 09:41:09 UTC MAIN commitmail json YAML

2021-03-06 09:37:53 UTC MAIN commitmail json YAML

mono: Restore accidentally lost PLIST

(nia)

2021-03-06 09:28:18 UTC MAIN commitmail json YAML

prngd: Avoid defining own snprintf, use USE_FEATURES

(nia)

2021-03-06 09:22:44 UTC MAIN commitmail json YAML

py-terminator: Fix dependencies, match those in setup.py

(nia)

2021-03-06 08:57:54 UTC MAIN commitmail json YAML

2021-03-06 08:09:10 UTC MAIN commitmail json YAML

2021-03-06 08:07:19 UTC MAIN commitmail json YAML

doc: Updated sysutils/detox to 1.4.1

(wiz)

2021-03-06 08:07:10 UTC MAIN commitmail json YAML

detox: update to 1.4.1.

Update HOMEPAGE, from author in PR 56041.

1.4.1

Fixed a memory overflow bug while reading files from the command line, using
a patch from David Tardon, which was passed on by UsernameRandomlyGenerated.
[#56] #sf-patch-3

1.4.0

Added

    Regression tests for basic functionality, based on old custom scripts.
    Regression tests confirming fixes for previously fixed issues: #14, #19.

Changed

    Removed one check for . and .. when traversing a directory tree. #12
    Regenerated config file parser.
    Updated the safe filter to translate new lines, carriage returns, and tabs
    into underscores. #9 #11 #17

Fixed

    The examples in detox.1 no longer say -c when they mean -f. #30
    The command synopsis in detox.1 and inline-detox.1 no longer adds a dash
    before the sequence and configfile. #30

1.3.3

Fix version identifier in detox binary.

1.3.2

Fixed

    Table based UTF-8 translation no longer mangles characters. [#14]

1.3.1

Fixed

    Merged fix for Debian #861537, written by Vasily Kolobkov, passed on by
    Zenaan Harkness, Quentin Guittard, and Joao Eriberto Mota Filho. This
    addresses an issue with detox generating malformed characters during
    translation. #14

1.3.0

    Migrated from configure.in and Makefile.in to the full autoconf suite. [#1]
    Remove detox_path.h, in favor of command line defines. [#1]
    Removed libpopt support. [#2]
    Fixed the way inline-detox is generated. [#6]
    Merged parse_option_*.[ch] and file*.[ch]. [#1, #2, #6]
    Added --inline as an option to detox, to enable inline mode on the main
    binary. [#6]

(wiz)

2021-03-06 05:13:16 UTC MAIN commitmail json YAML

rime-data: Add some used-by lines

(ryoon)

2021-03-06 05:09:17 UTC MAIN commitmail json YAML

inputmethod: Enable rime-wugniu

(ryoon)

2021-03-06 05:08:50 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-wugniu version 0.0.0.20200120

(ryoon)

2021-03-06 05:08:24 UTC MAIN commitmail json YAML

inputmethod/rime-wugniu: import rime-wugniu-0.0.0.20200120

RIME chinese input method data, rime-wugniu

(ryoon)

2021-03-06 05:07:46 UTC MAIN commitmail json YAML

inputmethod: Enable rime-wubi

(ryoon)

2021-03-06 05:07:19 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-wubi version 0.0.0.20200909

(ryoon)

2021-03-06 05:06:53 UTC MAIN commitmail json YAML

inputmethod/rime-wubi: import rime-wubi-0.0.0.20200909

RIME chinese input method data, rime-wubi

(ryoon)

2021-03-06 05:06:10 UTC MAIN commitmail json YAML

inputmethod: Enable rime-stenotype

(ryoon)

2021-03-06 05:05:50 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-stenotype version 0.0.0.20191007

(ryoon)

2021-03-06 05:05:23 UTC MAIN commitmail json YAML

inputmethod/rime-stenotype: import rime-stenotype-0.0.0.20191007

RIME chinese input method data, rime-stenotype

(ryoon)

2021-03-06 05:04:30 UTC MAIN commitmail json YAML

inputmethod: Enable rime-soutzoe

(ryoon)

2021-03-06 05:04:05 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-soutzoe version 0.0.0.20190120

(ryoon)

2021-03-06 05:03:29 UTC MAIN commitmail json YAML

inputmethod/rime-soutzoe: import rime-soutzoe-0.0.0.20190120

RIME chinese input method data, rime-soutzoe

(ryoon)

2021-03-06 05:02:41 UTC MAIN commitmail json YAML

inputmethod: Enable rime-scj

(ryoon)

2021-03-06 05:02:18 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-scj version 0.0.0.20190120

(ryoon)

2021-03-06 05:01:36 UTC MAIN commitmail json YAML

inputmethod/rime-scj: import rime-scj-0.0.0.20190120

RIME chinese input method data, rime-scj

(ryoon)

2021-03-06 05:00:52 UTC MAIN commitmail json YAML

inputmethod: Enable rime-quick

(ryoon)

2021-03-06 05:00:35 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-quick version 0.0.0.20190120

(ryoon)

2021-03-06 04:59:57 UTC MAIN commitmail json YAML

inputmethod/rime-quick: import rime-quick-0.0.0.20190120

RIME chinese input method data, rime-quick

(ryoon)

2021-03-06 04:59:07 UTC MAIN commitmail json YAML

inputmethod: Enable rime-pinyin-simp

(ryoon)

2021-03-06 04:58:44 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-pinyin-simp version 0.0.0.20201110

(ryoon)

2021-03-06 04:57:50 UTC MAIN commitmail json YAML

inputmethod/rime-pinyin-simp: import rime-pinyin-simp-0.0.0.20201110

RIME chinese input method data, rime-pinyin-simp

(ryoon)

2021-03-06 04:57:11 UTC MAIN commitmail json YAML

inoutmethod: Enable rime-middle-chinese

(ryoon)

2021-03-06 04:56:42 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-middle-chinese version 0.0.0.20201219

(ryoon)

2021-03-06 04:56:01 UTC MAIN commitmail json YAML

inputmethod/rime-middle-chinese: import rime-middle-chinese-0.0.0.20201219

RIME chinese input method data, rime-middle-chinese

(ryoon)

2021-03-06 04:54:53 UTC MAIN commitmail json YAML

inoutmethod: Enable rime-jyutping

(ryoon)

2021-03-06 04:54:27 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-jyutping version 0.0.0.20200809

(ryoon)

2021-03-06 04:53:12 UTC MAIN commitmail json YAML

inputmethod: Enable rime-ipa

(ryoon)

2021-03-06 04:52:47 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-ipa version 0.0.0.20200413

(ryoon)

2021-03-06 04:52:20 UTC MAIN commitmail json YAML

inputmethod/rime-ipa: import rime-ipa-0.0.0.20200413

RIME chinese input method data, rime-ipa

(ryoon)

2021-03-06 04:51:26 UTC MAIN commitmail json YAML

inputmethod: Enable rime-emoji

(ryoon)

2021-03-06 04:50:58 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-emoji version 0.0.0.20201113

(ryoon)

2021-03-06 04:50:28 UTC MAIN commitmail json YAML

inputmethod/rime-emoji: import rime-emoji-0.0.0.20201113

RIME chinese input method data, rime-emoji

(ryoon)

2021-03-06 04:49:44 UTC MAIN commitmail json YAML

inputmethod: Enable rime-double-pinyin

(ryoon)

2021-03-06 04:49:24 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-double-pinyin version 0.0.0.20210120

(ryoon)

2021-03-06 04:49:18 UTC MAIN commitmail json YAML

kde4: allow newer konsole

(markd)

2021-03-06 04:48:27 UTC MAIN commitmail json YAML

inputmethod/rime-double-pinyin: import rime-double-pinyin-0.0.0.20210120

RIME chinese input method data, rime-double-pinyin

(ryoon)

2021-03-06 04:47:52 UTC MAIN commitmail json YAML

inputmethod: Enable rime-combo-pinyin

(ryoon)

2021-03-06 04:47:37 UTC MAIN commitmail json YAML

2021-03-06 04:47:21 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-combo-pinyin version 0.0.0.20210131

(ryoon)

2021-03-06 04:46:26 UTC MAIN commitmail json YAML

inputmethod/rime-combo-pinyin: import rime-combo-pinyin-0.0.0.20210131

RIME chinese input method data, rime-combo-pinyin

(ryoon)

2021-03-06 04:45:45 UTC MAIN commitmail json YAML

inputmethod: Enable rime-cantonese

(ryoon)

2021-03-06 04:44:52 UTC MAIN commitmail json YAML

doc: Added inputmethod/rime-cantonese version 0.0.0.20210218

(ryoon)

2021-03-06 04:44:30 UTC MAIN commitmail json YAML

inputmethod/rime-cantonese: import rime-cantonese-0.0.0.20210218

RIME chinese input method data, rime-cantonese

(ryoon)

2021-03-06 04:43:49 UTC MAIN commitmail json YAML

inputmethod: Enable rime-array

(ryoon)

2021-03-06 04:42:29 UTC MAIN commitmail json YAML

inputmethod/rime-array: import rime-array-0.0.0.20200903

RIME chinese input method data, rime-array

(ryoon)

2021-03-06 04:41:53 UTC MAIN commitmail json YAML

pkg_install: Bump PKGREVISON to include odbl-v1 as acceptable license

(ryoon)

2021-03-06 04:37:28 UTC MAIN commitmail json YAML

pkg_install: Add odbl-v1 to default acceptable license list

(ryoon)

2021-03-06 04:36:22 UTC MAIN commitmail json YAML

Add odbl-v1 to default acceptable license list

(ryoon)

2021-03-06 04:30:56 UTC MAIN commitmail json YAML

licenses: Remove -license suffix from ODC Open Database License

ODC Open Database License is treated as free license by FSF.

(ryoon)

2021-03-06 04:28:15 UTC MAIN commitmail json YAML

inputmethod: Enable fcitx5-kkc

(ryoon)

2021-03-06 04:27:09 UTC MAIN commitmail json YAML

doc: Added inputmethod/fcitx5-kkc version 5.0.4

(ryoon)

2021-03-06 04:26:24 UTC MAIN commitmail json YAML

inputmethod/fcitx5-kkc: import fcitx5-kkc-5.0.4

This provides libkkc input method support for fcitx5.
Released under GPL3+.

(ryoon)

2021-03-06 04:20:07 UTC MAIN commitmail json YAML

doc: Updated misc/libreoffice to 7.1.1.2

(ryoon)

2021-03-06 04:19:35 UTC MAIN commitmail json YAML

libreoffice: Update to 7.1.1.2

Changelog:
Bugs fixed compared to 7.1.1 rc1:

    tdf#137406 Crash when clicking "Apply to Master" in Slide Master mode on Bullets and Numbering dialog [Gokce Kuler]
    tdf#137413 FILEOPEN: EMF image is no longer transparent [LuboÅ¡ Luňák]
    tdf#138051 UI Picker dialog height follows the selected mode, subsequent calls can leave button actions blocked by text description [Heiko Tietze]
    tdf#138068 When there are a lot of pictures, typing the text is very slow (macOS/GTK3/GDI) [LuboÅ¡ Luňák]
    tdf#139511 Impress: Shrinking table by dragging bottom border up or top down not working anymore [GülÅŸah Köse]
    tdf#140221 Formula Editor width should use all the available space [Rafael Lima]
    tdf#140225 Crash in: libmergedlo.so g_lo_action_group_change_state FILEOPEN [Caolán McNamara]
    tdf#140239 on typing in URL field cursor returns to the start of the Entry on each keypress [Caolán McNamara]
    tdf#140274 Incorrect size of form navigator window [Caolán McNamara]
    tdf#140280 Crash in: KERNELBASE.dll when double click a slide content box and file is opened read-only [Miklos Vajna]
    tdf#140308 Crash import old OpenOffice template (stw, stc, sti, std) ( steps in comment 12 ) [Noel Grandin]
    tdf#140414 Crash pressing Ctrl-K in input line in Calc [Julien Nabet]
    tdf#140437 FILEOPEN: Writer document "Read Error. Format error discovered in the file in sub-document content.xml at 2,1311816(row,col)." [Michael Stahl]
    tdf#140444 EDITING: Creating a view from a query crashes whole LO [Caolán McNamara]
    tdf#140486 forms "empty string is null" setting not loaded; always "no" [Noel Grandin]

Bugs fixed compared to 7.1.0 RC3

    cid#1472783 avoid null pointer dereference [Regina Henschel]
    ofz#30117 OOM [Caolán McNamara]
    tdf#46579 Form fields 'Image Button' do not work in Forms [Julien Nabet]
    tdf#51022 Print range lost on file save/reopen if the file contains external link [Attila Szűcs]
    tdf#61028 Problems with OOXML custGeom and arcTo command [Tünde Tóth]
    tdf#66813 Tools / SQL dialog is modal [Caolán McNamara]
    tdf#70102 RTL: Flipped toolbar button icons dont always look suitable [Rizal Muttaqin]
    tdf#106484 UI: Print Properties Device tab dropdown items not applied or remembered [Caolán McNamara]
    tdf#112634 Incorrect/defunct database shown when trying to add further fields after mail merge [Justin Luth]
    tdf#119610 Insert > Cross-reference: All registered databases are opened [Justin Luth]
    tdf#120348 Copy-paste of line chart to another spreadsheet results in data loss if the data-range of the chart contains cells that have value ERR:502 [Ouyang Leyan]
    tdf#121472 Link to cell in external document doesn't work (wrong file URL) [Attila Szűcs]
    tdf#121669 FILSAVE DOCX The first column becomes wider after exported when the text formatted as three columns [Justin Luth]
    tdf#123476 Detect 0-byte files based on extension (esp. for MS Office and ODF formats) [Mike Kaganski]
    tdf#125779 Elementary: Object handers are too faint [Rizal Muttaqin]
    tdf#128550 [FILEOPEN PPTX] list item appear animation [Mark Hung]
    tdf#129180 UI Print dialog shows incorrect paper size by default [Gabor Kelemen]
    tdf#129940 FILEOPEN: Cell content in ODS exported by Excel with Asian phonetic guide ​​is displayed as empty [Mark Hung]
    tdf#133345 Macros Editor IDE: no dialbox tabs in LO 7.0.0.0 [Caolán McNamara]
    tdf#133858 opening spreadsheet with large array formula takes 10 mins [Dennis Francis]
    tdf#134101 BigPtrArray::Index2Block undo crash [Michael Stahl]
    tdf#134210 FILEOPEN PPTX: Image shown with wider aspect ratio and different clipping - cropping not being applied [GülÅŸah Köse]
    tdf#134592 FILEOPEN DOCX : Common domain has compatibility problems [Miklos Vajna]
    tdf#134605 FILESAVE: DOCX: Footer shrinks after RT [Miklos Vajna]
    tdf#134607 LO7RC1 - LANGPACK macOS - many versions fail to recognize LibreOffice 7.0 / 7.1 installation as valid on Catalina and Big Sur [Christian Lohmaier]
    tdf#134619 FILESAVE: DOCX: Color and size of bullets lost after RT [Justin Luth]
    tdf#134626 assertion in SwTextNode::~SwTextNode() [Michael Stahl]
    tdf#135014 FILESAVE DOCX: Crash after opening and making and edit and save ( steps en comment 18 ) [Michael Stahl]
    tdf#135153 DOCX: Frame with image is going down when pressing up and pressing down going up without image being in frame [Miklos Vajna]
    tdf#135377 No format pre-selected by default in the format column for fields, variables, user fields [Caolán McNamara]
    tdf#135550 List Box not triggering any event macros [Caolán McNamara]
    tdf#135590 Create Envelope: differ some page format properties between sidebar and page style dialog [Caolán McNamara]
    tdf#135617 Set Line Spacing dropdown menu always outlines Spacing: 1 [Caolán McNamara]
    tdf#135641 ListBox in a table control - can't write into the cell without using the mouse [Caolán McNamara]
    tdf#136368 Unfortunately "t" and "y" incorrectly being interpreted as a "ty" when transliterating into Old Hungarian [László Németh]
    tdf#136861 FILESAVE Resolved state of a single-point comment isn't saved [Miklos Vajna]
    tdf#137033 FILESAVE Shape anchored to "cell with resize" has wrong end offset if its area contains a hidden row [Regina Henschel]
    tdf#137081 page anchored shapes are mirrored on reopen in a RTL sheet [Regina Henschel]
    tdf#137695 GTK3 - Comboboxes and Listboxes are too big for one row in a Tablecontrol [Caolán McNamara]
    tdf#137937 FILESAVE XLSX External cell reference path is extended by user home dirs path [Attila Szűcs]
    tdf#138122 (blurry_text) LibreOffice text blurry on Retina displays on macOS 11 [Tor Lillqvist]
    tdf#138314 Blank tab names in dialog frames, macOS 11.0.1 Big Sur [Thorsten Wagner]
    tdf#138590 PARAGRAPH STYLES: Not editing the style selected from dropdown, editing the one selected in text instead [Caolán McNamara]
    tdf#138727 Help right-hand pane text doesn't auto flow to make all text visible [Caolán McNamara]
    tdf#138739 FILEOPEN DOCX First empty paragraph does not get direct formatted character settings [Attila Bakos (NISZ)]
    tdf#138824 FILESAVE XLSX Link to external file loses parent directory part if it points to file in parent directory [Attila Szűcs]
    tdf#138829 Base ODBC Name for Database - Enter one character loses focus from name textbox (Win + Linux&gen/kf5 backend) [Caolán McNamara]
    tdf#138832 FILESAVE XLSX Updating external link used in formula does not save the updated link [Attila Szűcs]
    tdf#138848 Copy-and-Paste in input box should not append an ENTER character (gtk3) [Caolán McNamara]
    tdf#138870 Track Changes toolbar reappears after Save [László Németh]
    tdf#138897 CRASH: undoing paste [Michael Stahl]
    tdf#138899 FILEOPEN DOCX Extra paragraph after change tracked paragraph+section break [László Németh]
    tdf#138972 Database copy over loses database info in versFILEOPEN - don't hang opening a .pptx / SVG path with 2699660320 elements [Noel Grandin]
    tdf#139047 elementary: Redesign Find/Search and Find & Replace Icons [Rizal Muttaqin]
    tdf#139056 elementary: Update Color to Follow Upstream's Brand [Rizal Mustyles are saved but should not [Tibor Nagy]
    tdf#139239 Database-wizard: List box for ODBC: No value could be chosen by key with VCL: gtk3 [Caolán McNamara]
    tdf#139258 Rotated image saved as xlsx has wrong width/height ratio and position when opeged by key directly [Caolán McNamara]
    tdf#139529 Displayname property does not exist for some Writer styles [Maxim Monastirsky]
    tdf#139583 rotation at two anchored shape is not correctly loaded [Regina Henschel]
    tdf#139590 EDITING: Drag and drop doesn't work in editview [Caolán McNamara]
    tdf#139609 on wheel scroll duplicate scroll events delivered after an opengl transition or video played with gtk3 on X [Caolán McNamara]
    tdf#139774 Combobox icon in right click form menu use List Box icon [Caolán McNamara, Rizal Muttaqin]
    tdf#139781 Community/Enterprise flavor breaks the StartCenter [Maxim Monastirsky]
    tdf#139782 Calc crashes opening file containing "MATCH" formula referencing not yet allocated column [Michael Weghorn]
    tdf#139869 FILEOPEN Image with contour isn't shown in document [Miklos Vajna]
    tdf#139965 Broken master slide list after switching between normal and master view. [Tamás Zolnai]
    tdf#139981 LO 7.1.1.0.0+ does not start (GTK3) [Caolán McNamara]
    tdf#139996 CRASH: using CTRL + SHIFT + Up in the slidesorter when no slide is selected [Xisco Fauli]
    tdf#140013 Change icon for List View in Template Manager and Remotes File dialog to be real list view, not detailed view [Rizal Muttaqin]
    tdf#140014 Calc crashes when using COUNTIF, SUMIF, etc. on columns "far away" without data [Noel Grandin]
    tdf#140026 Need an icon for List View [Rizal Muttaqin]
    tdf#140079 EDITING: can't edit OLE object [Caolán McNamara]
    tdf#140151 Button with link does not work anymore [Julien Nabet]
    tdf#140236 (python-core-3.8.4) ImportError: DLL load failed while importing _ctypes [Jan-Marek Glogowski]

(ryoon)

2021-03-05 22:05:56 UTC MAIN commitmail json YAML

textproc/ripgrep: use buildlink instead of DEPENDS

(pin)

2021-03-05 21:50:24 UTC MAIN commitmail json YAML

doc: Updated textproc/ripgrep to 12.1.1nb1

(pin)

2021-03-05 21:49:56 UTC MAIN commitmail json YAML

2021-03-05 21:36:28 UTC MAIN commitmail json YAML

doc: Updated www/go-ffuf to 1.2.1

(leot)

2021-03-05 21:36:18 UTC MAIN commitmail json YAML

go-ffuf: Update to 1.2.1

pkgsrc changes:
- Switch to use go-module.mk (per upstream)

Changes:
1.2.1
-----
- Changed
  - Add `-input-shell` flag

1.2.0
-----
- New
  - Added 405 Method Not Allowed to list of status codes matched by default.
  - New CLI flag `-rate` to set maximum rate of requests per second.
    The adjustment is dynamic.
  - New CLI flag `-config` to define a configuration file with preconfigured
    settings for the job.
  - Ffuf now reads a default configuration file `$HOME/.ffufrc` upon startup.
    Options set in this file are overwritten by the ones provided on CLI.
  - Change banner logging to stderr instead of stdout.
  - New CLI flag `-or` to avoid creating result files if we didn't get any.
  - New CLI flag `-input-shell` to set the shell to be used by `input-cmd`

- Changed
  - Pre-flight errors are now displayed also after the usage text to prevent
    the need to scroll through backlog.
  - Cancelling via SIGINT (Ctrl-C) is now more responsive
  - Fixed issue where a thread would hang due to TCP errors
  - Fixed the issue where the option -ac was overwriting existing filters.
    Now auto-calibration will add them where needed.
  - The `-w` flag now accepts comma delimited values in the form of
    `file1:W1,file2:W2`.
  - Links in the HTML report are now clickable
  - Fixed panic during wordlist flag parsing in Windows systems.

(leot)

2021-03-05 21:18:05 UTC MAIN commitmail json YAML

Note update of security/opendnssec2 to 2.1.8nb1.

(he)

2021-03-05 21:17:25 UTC MAIN commitmail json YAML

Add a patch to fix a bug in the sqlite3 conversion script,
so that the salt value gets copied to the new kasp.db.

Bump PKGREVISION.

(he)

2021-03-05 21:14:11 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.17.0

(leot)

2021-03-05 21:13:58 UTC MAIN commitmail json YAML

gallery-dl: Update to 1.17.0

Changes:
1.17.0
------
### Additions
- [cyberdrop] add support for `https://cyberdrop.me/` (#1328)
- [exhentai] add `metadata` option; extract more metadata from gallery
  pages (#1325)
- [hentaicafe] add `search` and `tag` extractors (#1345)
- [hentainexus] add `original` option (#1322)
- [instagram] support `/user/reels/` URLs (#1329)
- [naverwebtoon] add support for `https://comic.naver.com/` (#1331)
- [pixiv] add `translated-tags` option (#1354)
- [tbib] add support for `https://tbib.org/` (#473, #1082)
- [tumblrgallery] add support for `https://tumblrgallery.xyz/` (#1298)
- [twitter] add extractor for followed users (#1337)
- [twitter] add option to download all media from conversations (#1319)
- [wallhaven] add `collections` extractor (#1351)
- [snap] allow access to user's .netrc for site authentication (#1352)
- add extractors for Gelbooru v0.1 sites (#234, #426, #473, #767, #1238)
- add `-E/--extractor-info` command-line option (#875)
- add GitHub Actions workflow for building standalone executables (#1312)
- add `browser` and `headers` options (#1117)
- add option to use different youtube-dl forks (#1330)
- support using multiple input files at once (#1353)

### Changes
- [deviantart] extend `extra` option to also download embedded DeviantArt
  posts.
- [exhentai] rename metadata fields to match API results (#1325)
- [mangadex] use `api.mangadex.org` as default API server
- [mastodon] cache OAuth tokens (#616)
- replace `wait-min` and `wait-max` with `sleep-request`

### Fixes
- [500px] skip unavailable photos (#1335)
- [komikcast] fix extraction
- [readcomiconline] download high quality image versions (#1347)
- [twitter] update GraphQL endpoints
- fix crash when `base-directory` is an empty string (#1339)

### Removals
- remove support for formerly deprecated options
- remove `cloudflare` module

(leot)

2021-03-05 19:31:19 UTC MAIN commitmail json YAML

Updated textproc/py-elementpath, devel/py-googleapis-common-protos

(adam)

2021-03-05 19:29:58 UTC MAIN commitmail json YAML

py-googleapis-common-protos: updated to 1.53.0

v1.53.0

Features
add google.api.ResourceDescriptor.Style
add API method signatures to longrunning operations
add gapic_metadata_pb2
add UNORDERED_LIST to field options
add WaitOperation method to longrunning operations
require python >=3.6 and

Bug Fixes
add create_key to FieldDescriptors
Generate gRPC files for long-running operations

Documentation
add link to PyPI

(adam)

2021-03-05 19:25:08 UTC MAIN commitmail json YAML

py-elementpath: updated to 2.2.0

v2.2.0
* Optimize TDOP parser's tokenizer
* Resolve ambiguities with operators and statements that are also names
* Merge with XPath 3.0/3.1 develop (to be completed)

(adam)

2021-03-05 18:54:16 UTC MAIN commitmail json YAML

Updated net/tcpflow, graphics/jasper

(adam)

2021-03-05 18:53:56 UTC MAIN commitmail json YAML

jasper: updated to 2.0.26

2.0.26
* Fix JP2 decoder bug that can cause a null pointer dereference for
  some invalid CDEF boxes.

(adam)

2021-03-05 18:52:14 UTC MAIN commitmail json YAML

tcpflow: updated to 1.6.1

tcpflow v1.6.1

Here is release v1.6.1. Does not use the new be13 API that is updated for C++17. That's coming.

Some problems with the checks, but they are problems with the test harness, not the tests themselves. Help from volunteers is appreciated!

(adam)

2021-03-05 13:57:17 UTC MAIN commitmail json YAML

Updated distinfo for lang/polyml for patch with comment

(jaapb)

2021-03-05 13:56:25 UTC MAIN commitmail json YAML

Reinstated comment in patch for lang/polyml

(jaapb)

2021-03-05 13:45:50 UTC MAIN commitmail json YAML

Updated graphics/py-wand, devel/py-ruamel-yaml

(adam)

2021-03-05 13:45:29 UTC MAIN commitmail json YAML

py-ruamel-yaml: updated to 0.16.13

0.16.13:
- fix for issue 359: could not update() CommentedMap with keyword arguments
- fix for issue 365: unable to dump mutated TimeStamp objects
- fix for issue 371: unable to addd comment without starting space
- fix for issue 373: recursive call to walk_tree not preserving all params
- a None value in a flow-style sequence is now dumped as `null` instead
  of `!!null ''`

(adam)

2021-03-05 13:43:57 UTC MAIN commitmail json YAML

py-wand: updated to 0.6.6

Version 0.6.6
-------------
- Added :meth:`Image.get_image_distortion() <wand.image.BaseImage.get_image_distortion>` method.
- Fixed `QuantumType` allocation for 32-bit architectures using HDRI.
- Fixed `MagickSizeType` allocation for :meth:`ResourceLimits.set_resource_limit() <wand.resource.ResourceLimits.set_resource_limit>` and segfault with ``armv7l`` architecture.
- Fixed :class:`~wand.color.Color` deallocation error on 32-bit architectures.
- Deprecated :meth:`wand.color.scale_quantum_to_int8()`
- [TEST] Deprecated PDF format from test assets.
- [TEST] Deprecated :class:`~wand.drawing.Drawing` test `fx_wand` fixture to improve parallel CI testing.
- [TEST] Marked all ImageMagick-7 features skipped when running test suite with ImageMagick-6.

(adam)

2021-03-05 11:34:34 UTC MAIN commitmail json YAML

doc: Updated sysutils/libfm to 1.3.2

(nia)

2021-03-05 11:34:03 UTC MAIN commitmail json YAML

libfm: Update to 1.3.2

Changes on 1.3.2 since 1.3.1:

* Fixed all/allfiles parse conditions in FmAction, it was inverted.

* Fixed 'SelectionCount' condition parsing in FmAction if '=' was used.

* Fix memory access error if home path == desktop path.

* Added treating /usr/local/share/ as trusted for *.desktop files.

* Fixed value for amount of data transferred in progress dialog.

* Fixed preferred height in fm-cell-renderer-text.

* Fixed search_window immediately disappearing on Wayland.

* Changed thumbnails placement according to the XDG Base Directory
  Specification.

* Changed xarchiver command invocation to create archive. It was incompatibly
  changed by the author in 2017.

* Don't set $DISPLAY for spawned process, let it be inherited from parent.

* Fixed memory leak on sn_id in fm-action.c.

(nia)

2021-03-05 11:19:52 UTC MAIN commitmail json YAML

doc: Updated emulators/retroarch to 1.9.0

(nia)

2021-03-05 11:19:15 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-core-info to 1.9.0

(nia)

2021-03-05 11:18:40 UTC MAIN commitmail json YAML

retroarch: Update to 1.9.0

# 1.9.0
- AUTOCONFIG: Ensure correct directory is used when saving autoconfig profiles
- BLUETOOTH: Add a Bluetooth driver (Lakka-only for now)
- CHEATS: Fix for wrong number of remaining cheat search matches on some machines
- CHEEVOS: Option to play sound on achievement unlock.
- CHEEVOS: Upgrade to rcheevos 9.1
- CHEEVOS: Restore display of unlocked achievements across hardcore modes
- CHEEVOS: Hash buffered data when available
- CHEEVOS: Fix 'Auto Save State freezes RetroArch while Cheevos is enabled'
- CORE OPTIONS: Pressing OK (or clicking/tapping) on a 'boolean toggle' core option no longer opens a drop-down list. The value now toggles directly, just like boolean options everywhere else in the menu
- CORE OPTIONS: Toggling an option that changes the number of core options being displayed (i.e. things like `Show Advanced Audio/Video Settings) no longer resets the navigation pointer to the start of the list
- CORE OPTIONS: Before, RetroArch would identify core option values as being 'boolean' if they had labels matching the specific strings enabled or disabled. Most core devs would abide by this, but not always... As a result, we sometimes would end up with misidentified values, with all kinds of Enabled, Off, True, etc. strings littering the menu, in place of proper toggle switches. All boolean-type value labels are now detected, and replaced with standard ON/OFF strings.
- CLI: A new command line option --load-menu-on-error has been added
- CRT: On the fly CRT porch adjuments - these changes allow a user to adjust how the porch algorithm generates the 15khz/31khz output. Giving the ability to change over/under scan.
- CONFIG FILE: Optimise parsing of configuration files
- DRIVERS: Implemented protection to avoid setting critical drivers to nothing thus preventing the user from locking him/herself out of the program
- EMSCRIPTEN: Fix input code to ignore unknown keys
- FFMPEG CORE: Prevent seeking past the end of files (hang fix)
- FILE I/O: VFS and NBIO interfaces will now use 64-bit fseek/ftell where possible, should allow for reading/writing to files bigger than 2GB
- INPUT MAPPING/REMAPPING: Add input remap drop-down lists
- IOS: Fixed iOS 6 version
- IOS: Hide the home indicator as it obscures the content too frequently
- IOS/METAL: Metal video driver now works on RetroArch iOS
- IOS/METAL: Support getting video metrics to support proper touchscreen interactions
- LOCALIZATION: Updates for several languages (synchronized from Crowdin)
- MEMORY/LINUX/ANDROID: Fix reporting of free memory
- MENU: Enlarged INT/UINT selection limit from 999 to 9999
- MENU: Fix cursor forced to first entry after displaying lists
- MENU: Make Notification Font option visible when Graphics Widgets are enabled
- MENU/RGUI: Add optional 'toggle switch' icons
- MENU/WIDGETS: Add optional widget-based 'load content' launch feedback animation
- MENU/WIDGETS: Make notification font size option visible when graphics widgets are enabled
- ODROID GO ADVANCE: Video driver - fix race condition with RGUI callback
- PLAYLISTS: Change playlists to use dynamic arrays. Instead of a fixed initial 12MB memory allocation (99999 * 128 byte (on 64bit arch)), use a dynamically growing array
- PLAYLISTS: Playlist base content directory paths - portable playlists
- PLAYLISTS/SEARCH: Enhanced playlist search functionality
- PLAYLISTS/DATABASE: Add 'Explore' view
- PLAYLISTS/DATABASE/EXPLORE: Show system icons in explore view
- PS2: Improve FPS Limiter
- RUNAHEAD: Prevent runahead from being disabled *permanently* when an error occurs
- SHADERS/SLANG: Increased Slang max Parameters, Textures & Passes
- VIDEO FILTERS/BLARGG: Make Blargg_snes filter customizable
- X11: Add lightgun support

(nia)

2021-03-05 11:01:31 UTC MAIN commitmail json YAML

doc: Updated textproc/ugrep to 3.1.9

(nia)

2021-03-05 11:01:04 UTC MAIN commitmail json YAML

ugrep: Update to 3.1.9

"New --bool option to specify Boolean search query patterns (with Google search syntax or fzf-like when used with -F to search strings instead of regex patterns); new --and and --not options; new --dotall option; updated --format to support -v; other improvements. More coming soon!"

(nia)

2021-03-05 10:41:03 UTC MAIN commitmail json YAML

doc: Updated sysutils/pcmanfm to 1.3.2

(nia)

2021-03-05 10:40:37 UTC MAIN commitmail json YAML

pcmanfm: Update to 1.3.2

Changes on 1.3.2 since 1.3.1:

* Fixed case when some keyboard shortcuts stopped working: Alt+Home, Alt+Up.

* Fixed sytem reboot delayed for 90 seconds in some cases.

(nia)

2021-03-05 10:33:42 UTC MAIN commitmail json YAML

doc: Updated archivers/pigz to 2.6

(nia)

2021-03-05 10:33:15 UTC MAIN commitmail json YAML

pigz: Update to 2.6

The key updates are:

- Add --huffman/-H and --rle/U strategy options
- Fix issue when compiling for no threads
- Fail silently on a broken pipe

If you like, you can see all the details at https://github.com/madler/pigz/commits/master .

(nia)

2021-03-05 10:26:57 UTC MAIN commitmail json YAML

doc: Updated audio/ncmpc to 0.45

(nia)

2021-03-05 10:26:36 UTC MAIN commitmail json YAML

ncmpc: Update to 0.45

ncmpc 0.45 - (2021-02-12)
* make "tagtypes" errors non-fatal
* check which tag types are supported by MPD (fixes MPD 0.21 support)
* lyrics: update page title after loading has finished
* lyrics: fix path injection bug
* lyrics: load cached lyrics without plugin
* lyrics: use $XDG_CACHE_HOME/ncmpc/lyrics instead of ~/.lyrics
* lyrics/azlyrics: normalize accented letters (using the "unidecode" library)
* lyrics/azlyrics: unescape HTML entities

(nia)

2021-03-05 10:13:06 UTC MAIN commitmail json YAML

doc: Updated games/flightgear-data to 2020.3.6

(nia)

2021-03-05 10:11:13 UTC MAIN commitmail json YAML

2021-03-05 09:57:33 UTC MAIN commitmail json YAML

doc: Updated chat/mumble to 1.3.4

(nia)

2021-03-05 09:57:20 UTC MAIN commitmail json YAML

mumble: Update to 1.3.4

Client

Fixed: Don't use outdated (non-existent) notification icon names on Linux (#4705)
Fixed: Security vulnerability caused by allowing non http/https URL schemes in public server list (#4733)

Server

Fixed: Exit status for actions like --version or --supw was always set to non-zero ( #3998)

General

Fixed: Packet loss & audio artifacts caused by OCB2 XEX* mitigation (#4720)

(nia)

2021-03-05 09:20:10 UTC MAIN commitmail json YAML

doc: Updated lang/polyml to 5.8.1

(jaapb)

2021-03-05 09:19:58 UTC MAIN commitmail json YAML

Updated lang/polyml to 5.8.1.

Changes since last version: an option to create a version that supports
32-bit values for the X86/64 platform with a heap size of up to 16Gb.

Otherwise, minor bugfixes and changes.

The package has also been updated to remove some superfluous patches that
have been moved upstream and fix a build problem reported in PR pkg/55569

(jaapb)

2021-03-05 08:57:30 UTC MAIN commitmail json YAML

doc: Updated converters/help2man to 1.48.2

(nia)

2021-03-05 08:57:19 UTC MAIN commitmail json YAML

help2man: Update to 1.48.2

help2man (1.48.2) unstable; urgency=medium

  * Use debhelper dh command sequencer.
  * Update Chinese (simplified) translation (thanks to Boyuan Yang).

-- Brendan O'Dea <bod@debian.org>  Wed, 03 Mar 2021 13:50:28 +1100

(nia)

2021-03-05 08:55:39 UTC MAIN commitmail json YAML

doc: Updated wm/herbstluftwm to 0.9.2

(nia)

2021-03-05 08:55:26 UTC MAIN commitmail json YAML

herbstluftwm: update to 0.9.2

Release 0.9.2 on 2021-02-17
---------------------------

  * Client window titles (controlled by the theme attributes 'title_height',
    'title_color', 'title_font')
  * New command 'help' for live documentation on the object tree
  * New 'watch' command that emits hooks when attribute values change.
  * The 'lock_tag' attribute is now writable.
  * New 'geometry' attribute for monitors.
  * Bug fixes:
    - Correctly interpret _NET_WM_STRUT. This fixes panels that leave a bit of
      space between the panel and the monitor edge and also panels between two
      monitors.
    - Correctly handling minimized clients when removing a tag.
    - Preserve stacking order when changing the floating state of a tag
    - Update frame objects correctly in the commands 'mirror' and 'rotate'
  * New dependencies: xft, freetype

(nia)

2021-03-05 08:47:46 UTC MAIN commitmail json YAML

doc: Updated shells/fish to 3.2.0

(nia)

2021-03-05 08:47:29 UTC MAIN commitmail json YAML

fish: Update to 3.2.0

fish 3.2.0 (released March 1, 2021)
===================================

Notable improvements and fixes
------------------------------

-  **Undo and redo support** for the command-line editor and pager search (:issue:`1367`). By default, undo is bound to Control+Z, and redo to Alt+/.
-  **Builtins can now output before all data is read**. For example, ``string replace`` no longer has to read all of stdin before it can begin to output.
  This makes it usable also for pipes where the previous command hasn't finished yet, like::

    # Show all dmesg lines related to "usb"
    dmesg -w | string match '*usb*'

-  **Prompts will now be truncated** instead of replaced with ``"> "`` if they are wider than the terminal (:issue:`904`).
  For example::

    ~/dev/build/fish-shell-git/src/fish-shell/build (makepkg)>

  will turn into::

    …h-shell/build (makepkg)>

  It is still possible to react to the ``COLUMNS`` variable inside the prompt to implement smarter behavior.
-  **fish completes ambiguous completions** after pressing :kbd:`Tab` even when they
  have a common prefix, without the user having to press :kbd:`Tab` again
  (:issue:`6924`).
-  fish is less aggressive about resetting terminal modes, such as flow control, after every command.
  Although flow control remains off by default, enterprising users can now enable it with
  ``stty`` (:issue:`2315`, :issue:`7704`).
-  A new **"fish_add_path" helper function to add paths to $PATH** without producing duplicates,
  to be used interactively or in ``config.fish`` (:issue:`6960`, :issue:`7028`).
  For example::

    fish_add_path /opt/mycoolthing/bin

  will add /opt/mycoolthing/bin to the beginning of $fish_user_path without creating duplicates,
  so it can be called safely from config.fish or interactively, and the path will just be there, once.
-  **Better errors with "test"** (:issue:`6030`)::

    > test 1 = 2 and echo true or false
    test: Expected a combining operator like '-a' at index 4
    1 = 2 and echo true or echo false
          ^

  This includes numbering the index from 1 instead of 0, like fish lists.
-  **A new theme for the documentation and Web-based configuration** (:issue:`6500`, :issue:`7371`, :issue:`7523`), matching the design on fishshell.com.
-  ``fish --no-execute`` **will no longer complain about unknown commands**
  or non-matching wildcards, as these could be defined differently at
  runtime (especially for functions). This makes it usable as a static syntax checker (:issue:`977`).
-  ``string match --regex`` now integrates **named PCRE2 capture groups as fish variables**, allowing variables to be set directly from ``string match`` (:issue:`7459`). To support this functionality, ``string`` is now a reserved word and can no longer be wrapped in a function.
-  Globs and other **expansions are limited to 512,288 results** (:issue:`7226`). Because operating systems limit the number of arguments to commands, larger values are unlikely to work anyway, and this helps to avoid hangs.
-  A new **"fish for bash users" documentation page** gives a quick overview of the scripting differences between bash and fish (:issue:`2382`), and the completion tutorial has also been moved out into its own document (:issue:`6709`).

Syntax changes and new commands
-------------------------------

-  Range limits in index range expansions like ``$x[$start..$end]`` may be omitted: ``$start`` and ``$end`` default to 1 and -1 (the last item) respectively (:issue:`6574`)::

    echo $var[1..]
    echo $var[..-1]
    echo $var[..]

  All print the full list ``$var``.
-  When globbing, a segment which is exactly ``**`` may now match zero directories. For example ``**/foo`` may match ``foo`` in the current directory (:issue:`7222`).

Scripting improvements
----------------------

-  The ``type``, ``_`` (gettext), ``.`` (source) and ``:`` (no-op) functions
  are now implemented builtins for performance purposes (:issue:`7342`, :issue:`7036`, :issue:`6854`).
-  ``set`` and backgrounded jobs no longer overwrite ``$pipestatus`` (:issue:`6820`), improving its use in command substitutions (:issue:`6998`).
-  Computed ("electric") variables such as ``status`` are now only global in scope, so ``set -Uq status`` returns false (:issue:`7032`).
-  The output for ``set --show`` has been shortened, only mentioning the scopes in which a variable exists (:issue:`6944`).
  In addition, it now shows if a variable is a path variable.
-  A new variable, ``fish_kill_signal``, is set to the signal that terminated the last foreground job, or ``0`` if the job exited normally (:issue:`6824`, :issue:`6822`).
-  A new subcommand, ``string pad``, allows extending strings to a given width (:issue:`7340`, :issue:`7102`).
-  ``string sub`` has a new ``--end`` option to specify the end index of
  a substring (:issue:`6765`, :issue:`5974`).
-  ``string split`` has a new ``--fields`` option to specify fields to
  output, similar to ``cut -f`` (:issue:`6770`).
-  ``string trim`` now also trims vertical tabs by default (:issue:`6795`).
-  ``string replace`` no longer prints an error if a capturing group wasn't matched, instead treating it as empty (:issue:`7343`).
-  ``string`` subcommands now quit early when used with ``--quiet`` (:issue:`7495`).
-  ``string repeat`` now handles multiple arguments, repeating each one (:issue:`5988`).
-  ``printf`` no longer prints an error if not given an argument (not
  even a format string).
-  The ``true`` and ``false`` builtins ignore any arguments, like other shells (:issue:`7030`).
-  ``fish_indent`` now removes unnecessary quotes in simple cases (:issue:`6722`)
  and gained a ``--check`` option to just check if a file is indented correctly (:issue:`7251`).
-  ``fish_indent`` indents continuation lines that follow a line ending in a backslash, ``|``, ``&&`` or ``||``.
-  ``pushd`` only adds a directory to the stack if changing to it was successful (:issue:`6947`).
-  A new ``fish_job_summary`` function is called whenever a
  background job stops or ends, or any job terminates from a signal (:issue:`6959`, :issue:`2727`, :issue:`4319`).
  The default behaviour can now be customized by redefining it.
-  ``status`` gained new ``dirname`` and ``basename`` convenience subcommands
  to get just the directory to the running script or the name of it,
  to simplify common tasks such as running ``(dirname (status filename))`` (:issue:`7076`, :issue:`1818`).
-  Broken pipelines are now handled more smoothly; in particular, bad redirection mid-pipeline
  results in the job continuing to run but with the broken file descriptor replaced with a closed
  file descriptor. This allows better error recovery and is more in line with other shells'
  behaviour (:issue:`7038`).
-  ``jobs --quiet PID`` no longer prints "no suitable job" if the job for PID does not exist (eg because it has finished) (:issue:`6809`, :issue:`6812`).
-  ``jobs`` now shows continued child processes correctly (:issue:`6818`)
-  ``disown`` should no longer create zombie processes when job control is off, such as in ``config.fish`` (:issue:`7183`).
-  ``command``, ``jobs`` and ``type`` builtins support ``--query`` as the long form of ``-q``, matching other builtins.
  The long form ``--quiet`` is deprecated (:issue:`7276`).
-  ``argparse`` no longer requires a short flag letter for long-only options (:issue:`7585`)
  and only prints a backtrace with invalid options to argparse itself (:issue:`6703`).
-  ``argparse`` now passes the validation variables (e.g. ``$_flag_value``) as local-exported variables,
  avoiding the need for ``--no-scope-shadowing`` in validation functions.
-  ``complete`` takes the first argument as the name of the command if the ``--command``/``-c`` option is not used,
  so ``complete git`` is treated like ``complete --command git``,
  and it can show the loaded completions for specific commands with ``complete COMMANDNAME`` (:issue:`7321`).
-  ``set_color -b`` (without an argument) no longer prints an error message, matching other invalid invocations of this command (:issue:`7154`).
-  ``exec`` no longer produces a syntax error when the command cannot be found (:issue:`6098`).
-  ``set --erase`` and ``abbr --erase`` can now erase multiple things in one go, matching ``functions --erase`` (:issue:`7377`).
-  ``abbr --erase`` no longer prints errors when used with no arguments or on an unset abbreviation (:issue:`7376`, :issue:`7732`).
-  ``test -t``, for testing whether file descriptors are connected to a terminal, works for file descriptors 0, 1, and 2 (:issue:`4766`).
  It can still return incorrect results in other cases (:issue:`1228`).
-  Trying to execute scripts with Windows line endings (CRLF) produces a sensible error (:issue:`2783`).
-  Trying to execute commands with arguments that exceed the operating system limit now produces a specific error (:issue:`6800`).
-  An ``alias`` that delegates to a command with the same name no longer triggers an error about recursive completion (:issue:`7389`).
-  ``math`` now has a ``--base`` option to output the result in hexadecimal or octal (:issue:`7496`) and produces more specific error messages (:issue:`7508`).
-  ``math`` learned bitwise functions ``bitand``, ``bitor`` and ``bitxor``, used like ``math "bitand(0xFE, 5)"`` (:issue:`7281`).
-  ``math`` learned tau for those who don't like typing "2 * pi".
-  Failed redirections will now set ``$status`` (:issue:`7540`).
-  fish sets exit status in a more consistent manner after errors, including invalid expansions like ``$foo[``.
-  Using ``read --silent`` while fish is in private mode was adding these potentially-sensitive entries to the history; this has been fixed (:issue:`7230`).
-  ``read`` can now read interactively from other files, and can be used to read from the terminal via ``read </dev/tty`` (if the operating system provides ``/dev/tty``) (:issue:`7358`).
-  A new ``fish_status_to_signal`` function for transforming exit statuses to signal names has been added (:issue:`7597`, :issue:`7595`).
-  The fallback ``realpath`` builtin supports the ``-s``/``--no-symlinks`` option, like GNU realpath (:issue:`7574`).
-  ``functions`` and ``type`` now explain when a function was defined via ``source`` instead of just saying ``Defined in -``.
-  Significant performance improvements when globbing, appending to variables or in ``math``.
-  ``echo`` no longer interprets options at the beginning of an argument (eg ``echo "-n foo"``) (:issue:`7614`).
-  fish now finds user configuration even if the ``HOME`` environment variable is not set (:issue:`7620`).
-  fish no longer crashes when started from a Windows-style working directory (eg ``F:\path``) (:issue:`7636`).
-  ``fish -c`` now reads the remaining arguments into ``$argv`` (:issue:`2314`).
-  The ``pwd`` command supports the long options ``--logical`` and ``--physical``, matching other implementations (:issue:`6787`).
-  ``fish --profile`` now only starts profiling after fish is ready to execute commands (all configuration is completed). There is a new ``--profile-startup`` option that only profiles the startup and configuration process (:issue:`7648`).
-  Builtins return a maximum exit status of 255, rather than potentially overflowing. In particular, this affects ``exit``, ``return``, ``functions --query``, and ``set --query`` (:issue:`7698`, :issue:`7702`).
- It is no longer an error to run builtin with closed stdin. For example ``count <&-`` now prints 0, instead of failing.
- Blocks, functions, and builtins no longer permit redirecting to file descriptors other than 0 (standard input), 1 (standard output) and 2 (standard error). For example, ``echo hello >&5`` is now an error. This prevents corruption of internal state (#3303).

Interactive improvements
------------------------

-  fish will now always attempt to become process group leader in interactive mode (:issue:`7060`). This helps avoid hangs in certain circumstances, and allows tmux's current directory introspection to work (:issue:`5699`).
-  The interactive reader now allows ending a line in a logical operators (``&&`` and ``||``) instead of complaining about a missing command. (This was already syntactically valid, but interactive sessions didn't know about it yet).
-  The prompt is reprinted after a background job exits (:issue:`1018`).
-  fish no longer inserts a space after a completion ending in ``.``, ``,`` or ``-`` is accepted, improving completions for tools that provide dynamic completions (:issue:`6928`).
-  If a filename is invalid when first pressing :kbd:`Tab`, but becomes valid, it will be completed properly on the next attempt (:issue:`6863`).
- ``help string match/replace/<subcommand>`` will show the help for string subcommands (:issue:`6786`).
-  ``fish_key_reader`` sets the exit status to 0 when used with ``--help`` or ``--version`` (:issue:`6964`).
-  ``fish_key_reader`` and ``fish_indent`` send output from ``--version`` to standard output, matching other fish binaries (:issue:`6964`).
-  A new variable ``$status_generation`` is incremented only when the previous command produces an exit status (:issue:`6815`). This can be used, for example, to check whether a failure status is a holdover due to a background job, or actually produced by the last run command.
-  ``fish_greeting`` is now a function that reads a variable of the same name, and defaults to setting it globally.
  This removes a universal variable by default and helps with updating the greeting.
  However, to disable the greeting it is now necessary to explicitly specify universal scope (``set -U fish_greeting``) or to disable it in config.fish (:issue:`7265`).
-  Events are properly emitted after a job is cancelled (:issue:`2356`).
-  ``fish_preexec`` and ``fish_postexec`` events are no longer triggered for empty commands (:issue:`4829`, :issue:`7085`).
-  Functions triggered by the ``fish_exit`` event are correctly run when the terminal is closed or the shell receives SIGHUP (:issue:`7014`).
-  The ``fish_prompt`` event no longer fires when ``read`` is used. If
  you need a function to run any time ``read`` is invoked by a script,
  use the new ``fish_read`` event instead (:issue:`7039`).
-  A new ``fish_posterror`` event is emitted when attempting to execute a command with syntax errors (:issue:`6880`, :issue:`6816`).
-  The debugging system has now fully switched from the old numbered level to the new named category system introduced in 3.1. A number of new debugging categories have been added, including ``config``, ``path``, ``reader`` and ``screen`` (:issue:`6511`). See the output of ``fish --print-debug-categories`` for the full list.
-  The warning about read-only filesystems has been moved to a new "warning-path" debug category
  and can be disabled by setting a debug category of ``-warning-path`` (:issue:`6630`)::

    fish --debug=-warning-path

-  The enabled debug categories are now printed on shell startup (:issue:`7007`).
-  The ``-o`` short option to fish, for ``--debug-output``, works correctly instead of producing an
  invalid option error (:issue:`7254`).
-  fish's debugging can now also be enabled via ``FISH_DEBUG`` and ``FISH_DEBUG_OUTPUT`` environment variables.
  This helps with debugging when no commandline options can be passed, like when fish is called in a shebang (:issue:`7359`).
-  Abbreviations are now expanded after all command terminators (eg ``;`` or ``|``), not just space,
  as in fish 2.7.1 and before (:issue:`6970`), and after closing a command substitution (:issue:`6658`).
-  The history file is now created with user-private permissions,
  matching other shells (:issue:`6926`). The directory containing the history
  file was already private, so there should not have been any private data
  revealed.
-  The output of ``time`` is now properly aligned in all cases (:issue:`6726`, :issue:`6714`) and no longer depends on locale (:issue:`6757`).
-  The command-not-found handling has been simplified.
  When it can't find a command, fish now just executes a function called ``fish_command_not_found``
  instead of firing an event, making it easier to replace and reason about.
  Previously-defined ``__fish_command_not_found_handler`` functions with an appropriate event listener will still work (:issue:`7293`).
-  :kbd:`Control-C` handling has been reimplemented in C++ and is therefore quicker (:issue:`5259`), no longer occasionally prints an "unknown command" error (:issue:`7145`) or overwrites multiline prompts (:issue:`3537`).
-  :kbd:`Control-C` no longer kills background jobs for which job control is
  disabled, matching POSIX semantics (:issue:`6828`, :issue:`6861`).
-  Autosuggestions work properly after :kbd:`Control-C` cancels the current commmand line (:issue:`6937`).
-  History search is now case-insensitive unless the search string contains an uppercase character (:issue:`7273`).
-  ``fish_update_completions`` gained a new ``--keep`` option, which improves speed by skipping completions that already exist (:issue:`6775`, :issue:`6796`).
-  Aliases containing an embedded backslash appear properly in the output of ``alias`` (:issue:`6910`).
-  ``open`` no longer hangs indefinitely on certain systems, as a bug in ``xdg-open`` has been worked around (:issue:`7215`).
-  Long command lines no longer add a blank line after execution (:issue:`6826`) and behave better with :kbd:`Backspace` (:issue:`6951`).
-  ``functions -t`` works like the long option ``--handlers-type``, as documented, instead of producing an error (:issue:`6985`).
-  History search now flashes when it found no more results (:issue:`7362`)
-  fish now creates the path in the environment variable ``XDG_RUNTIME_DIR`` if it does not exist, before using it for runtime data storage (:issue:`7335`).
-  ``set_color --print-colors`` now also respects the bold, dim, underline, reverse, italic and background modifiers, to better show their effect (:issue:`7314`).
-  The fish Web configuration tool (``fish_config``) shows prompts correctly on Termux for Android (:issue:`7298`) and detects Windows Services for Linux 2 properly (:issue:`7027`). It no longer shows the ``history`` variable as it may be too large (one can use the History tab instead). It also starts the browser in another thread, avoiding hangs in some circumstances, especially with Firefox's Developer Edition (:issue:`7158`). Finally, a bug in the Source Code Pro font may cause browsers to hang, so this font is no longer chosen by default (:issue:`7714`).
-  ``funcsave`` gained a new ``--directory`` option to specify the location of the saved function (:issue:`7041`).
-  ``help`` works properly on MSYS2 (:issue:`7113`) and only uses ``cmd.exe`` if running on WSL (:issue:`6797`).
-  Resuming a piped job by its number, like ``fg %1``, works correctly (:issue:`7406`). Resumed jobs show the correct title in the terminal emulator (:issue:`7444`).
-  Commands run from key bindings now use the same TTY modes as normal commands (:issue:`7483`).
-  Autosuggestions from history are now case-sensitive (:issue:`3978`).
-  ``$status`` from completion scripts is no longer passed outside the completion, which keeps the status display in the prompt as the last command's status (:issue:`7555`).
-  Updated localisations for pt_BR (:issue:`7480`).
-  ``fish_trace`` output now starts with ``->`` (like ``fish --profile``), making the depth more visible (:issue:`7538`).
-  Resizing the terminal window no longer produces a corrupted prompt (:issue:`6532`, :issue:`7404`).
-  ``functions`` produces an error rather than crashing on certain invalid arguments (:issue:`7515`).
-  A crash in completions with inline variable assignment (eg ``A= b``) has been fixed (:issue:`7344`).
-  ``fish_private_mode`` may now be changed dynamically using ``set`` (:issue:`7589`), and history is kept in memory in private mode (but not stored permanently) (:issue:`7590`).
-  Commands with leading spaces may be retrieved from history with up-arrow until a new command is run, matching zsh's ``HIST_IGNORE_SPACE`` (:issue:`1383`).
-  Importing bash history or reporting errors with recursive globs (``**``) no longer hangs (:issue:`7407`, :issue:`7497`).
-  ``bind`` now shows ``\x7f`` for the del key instead of a literal DEL character (:issue:`7631`)
-  Paths containing variables or tilde expansion are only suggested when they are still valid (:issue:`7582`).
-  Syntax highlighting can now color a command as invalid even if executed quickly (:issue:`5912`).
-  Redirection targets are no longer highlighted as error if they contain variables which will likely be defined by the current commandline (:issue:`6654`).
-  fish is now more resilient against broken terminal modes (:issue:`7133`, :issue:`4873`).
-  fish handles being in control of the TTY without owning its own process group better, avoiding some hangs in special configurations (:issue:`7388`).
-  Keywords can now be colored differently by setting the ``fish_color_keyword`` variable (``fish_color_command`` is used as a fallback) (:issue:`7678`).
-  Just like ``fish_indent``, the interactive reader will indent continuation lines that follow a line ending in a backslash, ``|``, ``&&`` or ``||`` (:issue:`7694`).
-  Commands with a trailing escaped space are saved in history correctly (:issue:`7661`).
-  ``fish_prompt`` no longer mangles Unicode characters in the private-use range U+F600-U+F700. (:issue:`7723`).
-  The universal variable file, ``fish_variables``, can be made a symbolic link without it being overwritten (:issue:`7466`).
-  fish is now more resilient against ``mktemp`` failing (:issue:`7482`).

New or improved bindings
^^^^^^^^^^^^^^^^^^^^^^^^

-  As mentioned above, new special input functions ``undo`` (:kbd:`Control+\_` or :kbd:`Control+Z`) and ``redo`` (:kbd:`Alt-/`) can be used to revert changes to the command line or the pager search field (:issue:`6570`).
-  :kbd:`Control-Z` is now available for binding (:issue:`7152`).
-  Additionally, using the ``cancel`` special input function (bound to :kbd:`Escape` by default) right after fish picked an unambiguous completion will undo that (:issue:`7433`).
- ``fish_clipboard_paste`` (:kbd:`Control+V`) trims indentation from multiline commands, because fish already indents (:issue:`7662`).
-  Vi mode bindings now support ``dh``, ``dl``, ``c0``, ``cf``, ``ct``, ``cF``, ``cT``, ``ch``, ``cl``, ``y0``, ``ci``, ``ca``, ``yi``, ``ya``, ``di``, ``da``, ``d;``, ``d,``, ``o``, ``O`` and Control+left/right keys to navigate by word (:issue:`6648`, :issue:`6755`, :issue:`6769`, :issue:`7442`, :issue:`7516`).
-  Vi mode bindings support :kbd:`~` (tilde) to toggle the case of the selected character (:issue:`6908`).
-  Functions ``up-or-search`` and ``down-or-search`` (:kbd:`Up` and :kbd:`Down`) can cross empty lines, and don't activate search mode if the search fails, which makes them easier to use to move between lines in some situations.
-  If history search fails to find a match, the cursor is no longer moved. This is useful when accidentally starting a history search on a multi-line commandline.
-  The special input function ``beginning-of-history`` (:kbd:`Page Up`) now moves to the oldest search instead of the youngest - that's ``end-of-history`` (:kbd:`Page Down`).
-  A new special input function ``forward-single-char`` moves one character to the right, and if an autosuggestion is available, only take a single character from it (:issue:`7217`, :issue:`4984`).
-  Special input functions can now be joined with ``or`` as a modifier (adding to ``and``), though only some commands set an exit status (:issue:`7217`). This includes ``suppress-autosuggestion`` to reflect whether an autosuggestion was suppressed (:issue:`1419`)
-  A new function ``__fish_preview_current_file``, bound to :kbd:`Alt+O`, opens the
  current file at the cursor in a pager (:issue:`6838`, :issue:`6855`).
-  ``edit_command_buffer`` (:kbd:`Alt-E` and :kbd:`Alt-V`) passes the cursor position
  to the external editor if the editor is recognized (:issue:`6138`, :issue:`6954`).
-  ``__fish_prepend_sudo`` (:kbd:`Alt-S`) now toggles a ``sudo`` prefix (:issue:`7012`) and avoids shifting the cursor (:issue:`6542`).
-  ``__fish_prepend_sudo`` (:kbd:`Alt-S`) now uses the previous commandline if the current one is empty,
  to simplify rerunning the previous command with ``sudo`` (:issue:`7079`).
-  ``__fish_toggle_comment_commandline`` (:kbd:`Alt-#`) now uncomments and presents the last comment
  from history if the commandline is empty (:issue:`7137`).
-  ``__fish_whatis_current_token`` (:kbd:`Alt-W`) prints descriptions for functions and builtins (:issue:`7191`, :issue:`2083`).
-  The definition of "word" and "bigword" for movements was refined, fixing (eg) vi mode's behavior with :kbd:`e` on the second-to-last char, and bigword's behavior with single-character words and non-blank non-graphical characters (:issue:`7353`, :issue:`7354`, :issue:`4025`, :issue:`7328`, :issue:`7325`)
-  fish's clipboard bindings now also support Windows Subsystem for Linux via PowerShell and clip.exe (:issue:`7455`, :issue:`7458`) and will properly copy newlines in multi-line commands.
-  Using the ``*-jump`` special input functions before typing anything else no longer crashes fish.
-  Completing variable overrides (``foo=bar``) could replace the entire thing with just the completion in some circumstances. This has been fixed (:issue:`7398`).

Improved prompts
^^^^^^^^^^^^^^^^

-  The default and example prompts print the correct exit status for
  commands prefixed with ``not`` (:issue:`6566`).
-  git prompts include all untracked files in the repository, not just those in the current
  directory (:issue:`6086`).
-  The git prompts correctly show stash states (:issue:`6876`, :issue:`7136`) and clean states (:issue:`7471`).
-  The Mercurial prompt correctly shows untracked status (:issue:`6906`), and by default only shows the branch for performance reasons.
  A new variable ``$fish_prompt_hg_show_informative_status`` can be set to enable more information.
-  The ``fish_vcs_prompt`` passes its arguments to the various VCS prompts that it calls (:issue:`7033`).
-  The Subversion prompt was broken in a number of ways in 3.1.0 and has been restored (:issue:`6715`, :issue:`7278`).
-  A new helper function ``fish_is_root_user`` simplifies checking for superuser privilege (:issue:`7031`, :issue:`7123`).
-  New colorschemes - ``ayu Light``, ``ayu Dark`` and ``ayu Mirage`` (:issue:`7596`).
-  Bugs related to multiline prompts, including repainting (:issue:`5860`) or navigating directory history (:issue:`3550`) leading to graphical glitches have been fixed.
-  The ``nim`` prompt now handles vi mode better (:issue:`6802`)

Improved terminal support
^^^^^^^^^^^^^^^^^^^^^^^^^

-  A new variable, ``fish_vi_force_cursor``, can be set to force ``fish_vi_cursor`` to attempt changing the cursor
  shape in vi mode, regardless of terminal (:issue:`6968`). The ``fish_vi_cursor`` option ``--force-iterm`` has been deprecated.
-  ``diff`` will now colourize output, if supported (:issue:`7308`).
-  Autosuggestions appear when the cursor passes the right prompt (:issue:`6948`) or wraps to the next line (:issue:`7213`).
-  The cursor shape in Vi mode changes properly in Windows Terminal (:issue:`6999`, :issue:`6478`).
-  The spurious warning about terminal size in small terminals has been removed (:issue:`6980`).
-  Dynamic titles are now enabled in Alacritty (:issue:`7073`) and emacs' vterm (:issue:`7122`).
-  Current working directory updates are enabled in foot (:issue:`7099`) and WezTerm (:issue:`7649`).
-  The width computation for certain emoji agrees better with terminals (especially flags). (:issue:`7237`).
-  Long command lines are wrapped in all cases, instead of sometimes being put on a new line (:issue:`5118`).
-  The pager is properly rendered with long command lines selected (:issue:`2557`).
-  Sessions with right prompts can be resized correctly in terminals that handle reflow, like GNOME Terminal (and other VTE-based terminals), upcoming Konsole releases and Alacritty. This detection can be overridden with the new ``fish_handle_reflow`` variable (:issue:`7491`).
-  fish now sets terminal modes sooner, which stops output from appearing before the greeting and prompt are ready (:issue:`7489`).
-  Better detection of new Konsole versions for true color support and cursor shape changing.
-  fish no longer attempts to modify the terminal size via ``TIOCSWINSZ``, improving compatibility with Kitty (:issue:`6994`).

Completions
^^^^^^^^^^^

-  Added completions for

  -  ``7z``, ``7za`` and ``7zr`` (:issue:`7220`)
  -  ``alias`` (:issue:`7035`)
  -  ``alternatives`` (:issue:`7616`)
  -  ``apk`` (:issue:`7108`)
  -  ``asciidoctor`` (:issue:`7000`)
  -  ``avifdec`` and ``avifenc`` (:issue:`7674`)
  -  ``bluetoothctl`` (:issue:`7438`)
  -  ``cjxl`` and ``djxl`` (:issue:`7673`)
  -  ``cmark`` (:issue:`7000`)
  -  ``create_ap`` (:issue:`7096`)
  -  ``deno`` (:issue:`7138`)
  -  ``dhclient`` (:issue:`6684`)
  -  Postgres-related commands ``dropdb``, ``createdb``, ``pg_restore``, ``pg_dump`` and
      ``pg_dumpall`` (:issue:`6620`)
  -  ``dotnet`` (:issue:`7558`)
  -  ``downgrade`` (:issue:`6751`)
  -  ``gapplication``, ``gdbus``, ``gio`` and ``gresource`` (:issue:`7300`)
  -  ``gh`` (:issue:`7112`)
  -  ``gitk``
  -  ``groups`` (:issue:`6889`)
  -  ``hashcat`` (:issue:`7746`)
  -  ``hikari`` (:issue:`7083`)
  -  ``icdiff`` (:issue:`7503`)
  -  ``imv`` (:issue:`6675`)
  -  ``john`` (:issue:`7746`)
  -  ``julia`` (:issue:`7468`)
  -  ``k3d`` (:issue:`7202`)
  -  ``ldapsearch`` (:issue:`7578`)
  -  ``lightdm`` and ``dm-tool`` (:issue:`7624`)
  -  ``losetup`` (:issue:`7621`)
  -  ``micro`` (:issue:`7339`)
  -  ``mpc`` (:issue:`7169`)
  -  Metasploit's ``msfconsole``, ``msfdb`` and ``msfvenom`` (:issue:`6930`)
  -  ``mtr`` (:issue:`7638`)
  -  ``mysql`` (:issue:`6819`)
  -  ``ncat``, ``nc.openbsd``, ``nc.traditional`` and ``nmap`` (:issue:`6873`)
  -  ``openssl`` (:issue:`6845`)
  -  ``prime-run`` (:issue:`7241`)
  -  ``ps2pdf{12,13,14,wr}`` (:issue:`6673`)
  -  ``pyenv`` (:issue:`6551`)
  -  ``rst2html``, ``rst2html4``, ``rst2html5``, ``rst2latex``,
      ``rst2man``, ``rst2odt``, ``rst2pseudoxml``, ``rst2s5``,
      ``rst2xetex``, ``rst2xml`` and ``rstpep2html`` (:issue:`7019`)
  -  ``spago`` (:issue:`7381`)
  -  ``sphinx-apidoc``, ``sphinx-autogen``, ``sphinx-build`` and
      ``sphinx-quickstart`` (:issue:`7000`)
  -  ``strace`` (:issue:`6656`)
  -  systemd's ``bootctl``, ``coredumpctl``, ``hostnamectl`` (:issue:`7428`), ``homectl`` (:issue:`7435`), ``networkctl`` (:issue:`7668`) and ``userdbctl`` (:issue:`7667`)
  -  ``tcpdump`` (:issue:`6690`)
  -  ``tig``
  -  ``traceroute`` and ``tracepath`` (:issue:`6803`)
  -  ``windscribe`` (:issue:`6788`)
  -  ``wireshark``, ``tshark``, and ``dumpcap``
  -  ``xbps-*`` (:issue:`7239`)
  -  ``xxhsum``, ``xxh32sum``, ``xxh64sum`` and ``xxh128sum`` (:issue:`7103`)
  -  ``yadm`` (:issue:`7100`)
  -  ``zopfli`` and ``zopflipng`` (:issue:`6872`)

-  Lots of improvements to completions, including:

  -  ``git`` completions can complete the right and left parts of a commit range like ``from..to`` or ``left...right``.
  -  Completion scripts for custom Git subcommands like ``git-xyz`` are now loaded with Git completions. The completions can now be defined directly on the subcommand (using ``complete git-xyz``), and completion for ``git xyz`` will work. (:issue:`7075`, :issue:`7652`, :issue:`4358`)
  -  ``make`` completions no longer second-guess make's file detection, fixing target completion in some cases (:issue:`7535`).
  -  Command completions now correctly print the description even if the command was fully matched (like in ``ls<TAB>``).
  -  ``set`` completions no longer hide variables starting with ``__``, they are sorted last instead.

-  Improvements to the manual page completion generator (:issue:`7086`, :issue:`6879`, :issue:`7187`).
-  Significant performance improvements to completion of the available commands (:issue:`7153`), especially on macOS Big Sur where there was a significant regression (:issue:`7365`, :issue:`7511`).
-  Suffix completion using ``__fish_complete_suffix`` uses the same fuzzy matching logic as normal file completion, and completes any file but sorts files with matching suffix first (:issue:`7040`, :issue:`7547`). Previously, it only completed files with matching suffix.

For distributors
----------------

-  fish has a new interactive test driver based on pexpect, removing the optional dependency on expect (and adding an optional dependency on pexpect) (:issue:`5451`, :issue:`6825`).
-  The CHANGELOG was moved to restructured text, allowing it to be included in the documentation (:issue:`7057`).
-  fish handles ncurses installed in a non-standard prefix better (:issue:`6600`, :issue:`7219`), and uses variadic tparm on NetBSD curses (:issue:`6626`).
-  The Web-based configuration tool no longer uses an obsolete Angular version (:issue:`7147`).
-  The fish project has adopted the Contributor Covenant code of conduct (:issue:`7151`).

Deprecations and removed features
---------------------------------

-  The ``fish_color_match`` variable is no longer used. (Previously this controlled the color of matching quotes and parens when using ``read``).
-  fish 3.2.0 will be the last release in which the redirection to standard error with the ``^`` character is enabled.
  The ``stderr-nocaret`` feature flag will be changed to "on" in future releases.
-  ``string`` is now a reserved word and cannot be used for function names (see above).
-  ``fish_vi_cursor``'s option ``--force-iterm`` has been deprecated (see above).
-  ``command``, ``jobs`` and ``type`` long-form option ``--quiet`` is deprecated in favor of ``--query`` (see above).
-  The ``fish_command_not_found`` event is no longer emitted, instead there is a function of that name.
  By default it will call a previously-defined ``__fish_command_not_found_handler``. To emit the event manually use ``emit fish_command_not_found``.
-  The ``fish_prompt`` event no longer fires when ``read`` is used. If
  you need a function to run any time ``read`` is invoked by a script,
  use the new ``fish_read`` event instead (:issue:`7039`).
-  To disable the greeting message permanently it is no longer enough to just run ``set fish_greeting`` interactively as it is
  no longer implicitly a universal variable. Use ``set -U fish_greeting`` or disable it in config.fish with ``set -g fish_greeting``.
-  The long-deprecated and non-functional ``-m``/``--read-mode`` options to ``read`` were removed in 3.1b1. Using the short form, or a never-implemented ``-B`` option, no longer crashes fish (:issue:`7659`).
-  With the addition of new categories for debug options, the old numbered debugging levels have been removed.

For distributors and developers
-------------------------------

-  fish source tarballs are now distributed using the XZ compression
  method (:issue:`5460`).
-  The fish source tarball contains an example FreeDesktop entry and icon.
-  The CMake variable ``MAC_CODESIGN_ID`` can now be set to "off" to disable code-signing (:issue:`6952`, :issue:`6792`).
-  Building on on macOS earlier than 10.13.6 succeeds, instead of failing on code-signing (:issue:`6791`).
-  The pkg-config file now uses variables to ensure paths used are portable across prefixes.
-  The default values for the ``extra_completionsdir``, ``extra_functionsdir``
  and ``extra_confdir`` options now use the installation prefix rather than ``/usr/local`` (:issue:`6778`).
-  A new CMake variable ``FISH_USE_SYSTEM_PCRE2`` controls whether fish
  builds with the system-installed PCRE2, or the version it bundles. By
  default it prefers the system library if available, unless Mac
  codesigning is enabled (:issue:`6952`).
-  Running the full interactive test suite now requires Python 3.5+ and the pexpect package (:issue:`6825`); the expect package is no longer required.
-  Support for Python 2 in fish's tools (``fish_config`` and the manual page completion generator) is no longer guaranteed. Please use Python 3.5 or later (:issue:`6537`).
-  The Web-based configuration tool is compatible with Python 3.10  (:issue:`7600`) and no longer requires Python's distutils package (:issue:`7514`).
-  fish 3.2 is the last release to support Red Hat Enterprise Linux & CentOS version 6.

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

(nia)

2021-03-05 08:35:47 UTC MAIN commitmail json YAML

Updated security/py-google-auth, security/py-google-auth-httplib2, security/py-google-auth-oauthlib, devel/py-google-api-core

(adam)

2021-03-05 08:35:14 UTC MAIN commitmail json YAML

py-google-api-core: updated to 1.26.1

1.26.1

Bug Fixes

add operation name to x-goog-request-params in async client

(adam)

2021-03-05 08:32:56 UTC MAIN commitmail json YAML

py-google-auth-oauthlib: updated to 0.4.3

0.4.3

Bug Fixes

add charset-utf-8 to response header
deps: add lower bounds to all dependencies

(adam)

2021-03-05 08:30:36 UTC MAIN commitmail json YAML

py-google-auth-httplib2: updated to 0.1.0

0.1.0

Features

add close method
expose a few httplib2 properties and a method

(adam)

2021-03-05 08:28:25 UTC MAIN commitmail json YAML

py-google-auth: updated to 1.27.1

1.27.1

Bug Fixes

ignore gcloud warning when getting project id
use gcloud creds flow

(adam)

2021-03-05 07:59:10 UTC MAIN commitmail json YAML

Updated databases/py-peewee, devel/py-setuptools_scm, archivers/py-zipp, textproc/py-xmlschema

(adam)

2021-03-05 07:58:46 UTC MAIN commitmail json YAML

py-xmlschema: updated to 1.5.2

v1.5.2
* Improve empty content checking
* Fix simple content restriction of xs:complexType
* Fix facets retrieving for xs:complexType with simple content

(adam)

2021-03-05 07:57:15 UTC MAIN commitmail json YAML

py-zipp: updated to 3.4.1

v3.4.1
Refresh packaging.

(adam)

2021-03-05 07:55:44 UTC MAIN commitmail json YAML

py-setuptools_scm: updated to 5.0.2

v5.0.2
* fix: use git for matching prefixes to support the windows situation

(adam)

2021-03-05 07:54:16 UTC MAIN commitmail json YAML

py-peewee: updated to 3.14.2

3.14.2

This is a small release mainly to get some fixes out.

* Support for named `Check` and foreign-key constraints.
* Better foreign-key introspection for CockroachDB (and Postgres).
* Register UUID adapter for Postgres.
* Add `fn.array_agg()` to blacklist for automatic value coercion.

(adam)

2021-03-05 04:21:53 UTC MAIN commitmail json YAML

doc: Updated graphics/py-tifffile to 2021.3.4

(gutteridge)

2021-03-05 04:21:05 UTC MAIN commitmail json YAML

py-tifffile: update to 2021.3.4

2021.3.4
    Pass 4389 tests.
    Fix reading multi-file, multi-series OME-TIFF (#67).
    Detect ScanImage 2021 files (#46).
    Shape new version ScanImage series according to metadata (breaking).
    Remove Description key from TiffFile.scanimage_metadata dict (breaking).
    Return ScanImage version from read_scanimage_metadata (breaking).
    Fix docstrings.

(gutteridge)

2021-03-05 04:16:57 UTC MAIN commitmail json YAML

py-scikit-image: cascade py-tifffile Python incompatibilities

(gutteridge)

2021-03-04 16:43:50 UTC MAIN commitmail json YAML

doc: Updated www/php-owncloud to 10.6.0

(ryoon)

2021-03-04 16:42:44 UTC MAIN commitmail json YAML

php-owncloud: Update to 10.6.0

* Fix sqlite3 case.

Changelog:
10.6.0:
Summary
    Bugfix - Cleaning up autocapitalize="off" in files: #15399
    Bugfix - Google Drive file modifications should not create duplicate files: #25826
    Bugfix - Fix exit codes of security:certificates commands: #35364
    Bugfix - Translate public link sharing email subject: #37321
    Bugfix - Only allow http/https protocol on CORS: #38101
    Bugfix - Fix problem with the market app installing an app using OpenIDConnect: #37715
    Bugfix - Fix expiring a wrong share entry problem: #37729
    Bugfix - Fix decoding of calendars uri: #37750
    Bugfix - Add openid client secret to the sensitive values list: #37782
    Bugfix - Show all shares in the "shared with you" section: #37786
    Bugfix - Reshares using files:transfer-ownership cannot be transferred: #4121
    Bugfix - "Passwords do not match" message was not being translated: #37826
    Bugfix - Fix federated share accepting problem which occurs with some apps enabled: #37719
    Bugfix - Allow federated share name up to 255 character: #36730
    Bugfix - Fix application id used for sharing settings translation: #37846
    Bugfix - Add metrics shared secret to the sensitive values list: #37848
    Bugfix - Fix list of apps returned by OCS Provisioning API apps endpoint: #37884
    Bugfix - Add very minimal empty ODF files: #37896
    Bugfix - Checksums will be kept when a file is uploaded or a version is created: #37934
    Bugfix - Fix invisible notification container blocking mouse events: #37941
    Bugfix - Fix display of public link shares in case avatars are disabled: #37945
    Bugfix - Clean the user's preferences only if they exist during user sync: #37947
    Bugfix - OCS and Public WebDAV Apis should handle LoginException: #112
    Bugfix - Properly exit and log during error in user sync command: #37951
    Bugfix - Add a configurable number of retries on unsuccessful mountpoint move: #37956
    Bugfix - Fix icon alignment when avatars are disabled: #37964
    Bugfix - Fix file target in the accept share API call: #37973
    Bugfix - Fix for Google Docs not syncing with error "server reported no size": #37997
    Bugfix - Do not emit "share.failedpasswordcheck" events for authenticated links: #138
    Bugfix - Fix request token check for ocs requests: #38019
    Bugfix - Fix logging when loading an apps fails: #38037
    Bugfix - Properly handle StorageNotAvailableException in share external: #38042
    Bugfix - Avoid retrieving user root iteratively in share controller: #4107
    Bugfix - Pick the translations from templates included from other apps: #38072
    Bugfix - Override browser Accept-Language header in ajax requests: #38073
    Bugfix - Prevent server error when loading invalid/corrupt translations: #37799
    Bugfix - SSL check when adding a public link to your ownCloud: #4241
    Bugfix - Fix translations of some strings in settings: #38119
    Change - Update deepdiver/zipstreamer (1.1.1 => 2.0.0): #37159
    Change - Update sabre dependencies: #37684
    Change - Update google/apiclient from 2.5.0 to 2.6.0 and related dependencies: #37687
    Change - Update symfony/polyfill (1.17.0 => 1.18.0): #37694
    Change - Update icewind/smb from 3.2.5 to 3.2.6 in files_external: #37712
    Change - Add settings checkbox to enable manual file locking: #37720
    Change - Update Symfony components to 4.4.11: #37727
    Change - Update league/flysystem (1.0.69 => 1.0.70): #37730
    Change - Make core/signature.json and core/skeleton/ inaccessible: #37734
    Change - Update google/apiclient from 2.6.0 to 2.7.0 and related dependencies: #37739
    Change - Add values to the invalid uid list: #37765
    Change - Update doctrine/event-manager (1.1.0 => 1.1.1): #37768
    Change - Update symfony/polyfill (1.18.0 => 1.18.1): #37772
    Change - Update egulias/email-validator (2.1.18 => 2.1.19): #37790
    Change - Update opis/closure (3.5.5 => 3.5.6): #37804
    Change - Add system config to load a different license implementation: #37827
    Change - Update laminas/laminas-zendframework-bridge (1.0.4 => 1.1.0): #37843
    Change - Use a debug log level if a share download is aborted: #37856
    Change - Add command to troubleshoot transfer ownership runs for issues: #37950
    Change - Update Symfony components to 4.4.12: #37862
    Change - Update doctrine/dbal (2.10.2 => 2.10.3): #37870
    Change - Update Symfony components to 4.4.13: #37876
    Change - Update opis/closure (3.5.6 => 3.5.7): #37892
    Change - Update egulias/email-validator (2.1.19 => 2.1.20): #37892
    Change - Update phpseclib/phpseclib (2.0.28 => 2.0.29): #37893
    Change - Update icewind/smb from 3.2.6 to 3.2.7 in files_external: #37894
    Change - Update doctrine/dbal (2.10.3 => 2.10.4): #37904
    Change - Update symfony/translation-contracts (v1.1.9 => v1.1.10): #37904
    Change - Reduce the log level of locked exceptions: #37907
    Change - Update google/apiclient from 2.7.0 to 2.7.1 and related dependencies: #37912
    Change - Update sabre/event (5.1.0 => 5.1.1): #37921
    Change - Update laminas/laminas-zendframework-bridge (1.1.0 => 1.1.1): #37921
    Change - New defaults for phoenix app switcher icon and label: #37923
    Change - Update pear/archive_tar (1.4.9 => 1.4.10): #37926
    Change - Update egulias/email-validator (2.1.20 => 2.1.21): #37926
    Change - Update egulias/email-validator (2.1.21 => 2.1.22): #37949
    Change - Update Symfony components to 4.4.14: #37949
    Change - DropOldTables repair job won't show a progress bar: #37953
    Change - Update sabre dependencies: #37975
    Change - Update Symfony components to 4.4.15: #37975
    Change - Update opis/closure (3.5.7 => 3.6.0): #38004
    Change - Update symfony/polyfill (1.18.1 => 1.19.0): #38032
    Change - Update symfony/polyfill (1.19.0 => 1.20.0): #38033
    Change - Update google/apiclient from 2.7.1 to 2.8.0 and related dependencies: #38043
    Change - Update dg/composer-cleaner (v2.1 => v2.2): #38044
    Change - Update Symfony components to 4.4.16: #38046
    Change - Update egulias/email-validator (2.1.22 => 2.1.23): #38061
    Change - Update sabre/vobject (4.3.2 => 4.3.3): #38091
    Change - Update opis/closure (3.6.0 => 3.6.1): #38091
    Change - Update sabre/dav (4.1.2 => 4.1.3): #38092
    Change - Update egulias/email-validator (2.1.23 => 2.1.24): #38116
    Change - Update pear/archive_tar (1.4.10 => 1.4.11): #38137
    C on disabling encryption: #35980
    Enhancement - Add support for date expiration on remote shares: #37548
    Enhancement - Support pre-signed urls: #37634
    Enhancement - Add capability for the favorite files feature: #37673
    Enhancement - Add Support for SGI Image Previews: #37758
    Enhancement - Allow getting the share list filtered by share type via API: #38000
    Enhancement - GetShare API request's "subfiles" parameter allows new interactions: #38053
    Enhancement - Add new method in the PHP API interface: #38054

Older changelog is too long to include here.

(ryoon)

2021-03-04 15:48:12 UTC MAIN commitmail json YAML

doc: Updated security/tor-browser to 10.0.12

(wiz)

2021-03-04 15:47:58 UTC MAIN commitmail json YAML

tor-browser: update to 10.0.12.

10.0.12:

        Update Firefox to 78.8.0esr
        Bug 40026: Create survey banner on about:tor for desktop
        Bug 40287: Switch DDG search from POST to GET

10.0.11:

Windows-only.

(wiz)

2021-03-04 14:57:41 UTC MAIN commitmail json YAML

(devel/libunit) update distinfo to follow www/unit update

(mef)

2021-03-04 14:20:41 UTC MAIN commitmail json YAML

doc: Updated lang/erlang-doc to 23.2nb3

(triaxx)

2021-03-04 14:20:26 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-03-04 14:17:37 UTC MAIN commitmail json YAML

doc: Updated lang/erlang to 23.2.7

(triaxx)

2021-03-04 14:17:23 UTC MAIN commitmail json YAML

erlang: Update to 23.2.7

upstream changes:
-----------------
Patch Package:          OTP 23.2.7
Git Tag:                OTP-23.2.7
Date:                    2021-03-03
Trouble Report Id:      OTP-12960, OTP-17228
Seq num:                ERIERL-598, ERIERL-614
System:                  OTP
Release:                23
Application:            kernel-7.2.1, ssl-10.2.4
Predecessor:            OTP 23.2.6

Check out the git tag OTP-23.2.7, 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.

---------------------------------------------------------------------
--- kernel-7.2.1 ----------------------------------------------------
---------------------------------------------------------------------

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

--- Fixed Bugs and Malfunctions ---

  OTP-12960    Application(s): kernel
              Related Id(s): ERIERL-598, PR-4509

              When using the DNS resolver option
              servfail_retry_timeout it did not honour the overall
              call time-out in e.g inet_res:getbyname/3. This
              misbehaviour has now been fixed. Also, the
              servfail_retry_timeout behaviour has been improved to
              only be enforced for servers that gives a servfail
              answer.

Full runtime dependencies of kernel-7.2.1: erts-11.0, sasl-3.0,
stdlib-3.13

---------------------------------------------------------------------
--- ssl-10.2.4 ------------------------------------------------------
---------------------------------------------------------------------

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

--- Fixed Bugs and Malfunctions ---

  OTP-17228    Application(s): ssl
              Related Id(s): ERIERL-614

              Enhance logging option log_level to support none and
              all, also restore backwards compatibility for log_alert
              option.

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

(triaxx)

2021-03-04 14:08:35 UTC MAIN commitmail json YAML

Updated graphics/py-tifffile, archivers/py-lhafile

(adam)

2021-03-04 14:08:16 UTC MAIN commitmail json YAML

2021-03-04 14:05:49 UTC MAIN commitmail json YAML

py-tifffile: updated to 2021.2.26

2021.2.26
  Pass 4388 tests.
  Squeeze axes of LSM series by default (breaking).
  Add option to preserve single dimensions when reading from series (WIP).
  Do not allow appending to OME-TIFF files.
  Fix reading STK files without name attribute in metadata.
  Make TIFF constants multi-thread safe and pickleable.
  Add detection of NDTiffStorage MajorVersion to read_micromanager_metadata.
  Support ScanImage v4 files in read_scanimage_metadata (not tested).

(adam)

2021-03-04 14:05:00 UTC MAIN commitmail json YAML

fna: mono6 -> mono

(wiz)

2021-03-04 13:06:34 UTC MAIN commitmail json YAML

(biology/py-dnaio) +BUILD_DEPENDS+= py-setuptools_scm (other than 27 are fixed)

(mef)

2021-03-04 11:23:53 UTC MAIN commitmail json YAML

doc: Updated wm/cwm to 6.7

(nia)

2021-03-04 11:22:57 UTC MAIN commitmail json YAML

doc: Updated misc/gnuls to 8.32

(nia)

2021-03-04 11:22:08 UTC MAIN commitmail json YAML

cwm: Update to 6.7

2020-05-22: Seventh public release 6.7 of portable cwm.

Changes made between OpenBSD 6.6 and 6.7
* Allowed cwm(1) configuration of window size based on percentage of
  the master window during horizontal and vertical tiling actions.
* Allowed use of window-htile and window-vtile with the "empty" group
  clients in cwm(1).

(nia)

2021-03-04 11:17:51 UTC MAIN commitmail json YAML

doc: Updated sysutils/coreutils to 8.32

(nia)

2021-03-04 11:16:17 UTC MAIN commitmail json YAML

coreutils: Update to 8.32

* Noteworthy changes in release 8.32 (2020-03-05) [stable]

** Bug fixes

  cp now copies /dev/fd/N correctly on platforms like Solaris where
  it is a character-special file whose minor device number is N.
  [bug introduced in fileutils-4.1.6]

  dd conv=fdatasync no longer reports a "Bad file descriptor" error
  when fdatasync is interrupted, and dd now retries interrupted calls
  to close, fdatasync, fstat and fsync instead of incorrectly
  reporting an "Interrupted system call" error.
  [bugs introduced in coreutils-6.0]

  df now correctly parses the /proc/self/mountinfo file for unusual entries
  like ones with '\r' in a field value ("mount -t tmpfs tmpfs /foo$'\r'bar"),
  when the source field is empty ('mount -t tmpfs "" /mnt'), and when the
  filesystem type contains characters like a blank which need escaping.
  [bugs introduced in coreutils-8.24 with the introduction of reading
  the /proc/self/mountinfo file]

  factor again outputs immediately when stdout is a tty but stdin is not.
  [bug introduced in coreutils-8.24]

  ln works again on old systems without O_DIRECTORY support (like Solaris 10),
  and on systems where symlink ("x", ".") fails with errno == EINVAL
  (like Solaris 10 and Solaris 11).
  [bug introduced in coreutils-8.31]

  rmdir --ignore-fail-on-non-empty now works correctly for directories
  that fail to be removed due to permission issues.  Previously the exit status
  was reversed, failing for non empty and succeeding for empty directories.
  [bug introduced in coreutils-6.11]

  'shuf -r -n 0 file' no longer mistakenly reads from standard input.
  [bug introduced with the --repeat feature in coreutils-8.22]

  split no longer reports a "output file suffixes exhausted" error
  when the specified number of files is evenly divisible by 10, 16, 26,
  for --numeric, --hex, or default alphabetic suffixes respectively.
  [bug introduced in coreutils-8.24]

  seq no longer prints an extra line under certain circumstances (such as
  'seq -f "%g " 1000000 1000000').
  [bug introduced in coreutils-6.10]

** Changes in behavior

  Several programs now check that numbers end properly.  For example,
  'du -d 1x' now reports an error instead of silently ignoring the 'x'.
  Affected programs and options include du -d, expr's numeric operands
  on non-GMP builds, install -g and -o, ls's TABSIZE environment
  variable, mknod b and c, ptx -g and -w, shuf -n, and sort --batch-size
  and --parallel.

  date now parses military time zones in accordance with common usage:
    "A" to "M"  are equivalent to UTC+1 to UTC+12
    "N" to "Y"  are equivalent to UTC-1 to UTC-12
    "Z" is "zulu" time (UTC).
  For example, 'date -d "09:00B" is now equivalent to 9am in UTC+2 time zone.
  Previously, military time zones were parsed according to the obsolete
  rfc822, with their value negated (e.g., "B" was equivalent to UTC-2).
  [The old behavior was introduced in sh-utils 2.0.15 ca. 1999, predating
  coreutils package.]

  ls issues an error message on a removed directory, on GNU/Linux systems.
  Previously no error and no entries were output, and so indistinguishable
  from an empty directory, with default ls options.

  uniq no longer uses strcoll() to determine string equivalence,
  and so will operate more efficiently and consistently.

** New Features

  ls now supports the --time=birth option to display and sort by
  file creation time, where available.

  od --skip-bytes now can use lseek even if the input is not a regular
  file, greatly improving performance in some cases.

  stat(1) supports a new --cached= option, used on systems with statx(2)
  to control cache coherency of file system attributes,
  useful on network file systems.

** Improvements

  stat and ls now use the statx() system call where available, which can
  operate more efficiently by only retrieving requested attributes.

  stat and tail now know about the "binderfs", "dma-buf-fs", "erofs",
  "ppc-cmm-fs", and "z3fold" file systems.
  stat -f -c%T now reports the file system type, and tail -f uses inotify.

** Build-related

  gzip-compressed tarballs are distributed once again

(nia)

2021-03-04 11:02:33 UTC MAIN commitmail json YAML

doc: Updated games/bzflag to 2.4.22

(nia)

2021-03-04 11:02:05 UTC MAIN commitmail json YAML

bzflag: Update to 2.4.22

BZFlag 2.4.22  "Eyes are windows to your SDL" (2021-02-27)
----------------------------------------------------------

* Fix many issues with SDL 2 window management - Joshua Bodine, Scott Wichser
* The playHistoryTracker plugin now tracks kills correctly - Scott Wichser
* Local shotID was not being set in bz_eShotFiredEvent - Agatha
* Send active autopilot statuses to a joining player - Scott Wichser
* Fix solo bots being kicked when rejoining to a server - Scott Wichser
* Fix the backspace key not working on the bzadmin Curses menu - Scott Wichser

(nia)

2021-03-04 10:57:18 UTC MAIN commitmail json YAML

audacious-plugins: fix lost PLIST entries

(nia)

2021-03-04 10:42:28 UTC MAIN commitmail json YAML

doc: Updated net/bmon to 4.0

(nia)

2021-03-04 10:42:09 UTC MAIN commitmail json YAML

bmon: Update to 4.0

v4.0 - Dec 13, 2016
* Use monotonic clock instead of realtime clock
* Pick default selected interface based on policy
* Collect RX NoHandler statistics if available (Linux)
* CentOS installation instructions
* Proper stdout flush in ASCII mode
* Bugfixes

(nia)

2021-03-04 10:42:02 UTC MAIN commitmail json YAML

doc: Updated audio/audacious-plugins to 4.1

(nia)

2021-03-04 10:41:21 UTC MAIN commitmail json YAML

doc: Updated audio/audacious to 4.1

(nia)

2021-03-04 10:40:59 UTC MAIN commitmail json YAML

2021-03-04 10:35:08 UTC MAIN commitmail json YAML

doc: Updated graphics/zbar to 0.23.90

(leot)

2021-03-04 10:34:25 UTC MAIN commitmail json YAML

zbar: Update to 0.23.90

Changes:
0.23.90
-------
  * Started using github actions for CI and binary releases
  * Fixed several issues with configure.ac, making it auto-detect
    most things, when possible
  * README.md now shows the absolute minimum requirement for
    building ZBar on Ubuntu
  * Fixed some build issues
  * Make it compatible with Python 3.9
  * Fixed some Python 3.9 and Qt5 warnings
  * Typo fixes
  * Several fixes at zbarcam
  * zbarimg: fix stderr output when symbols are found

(leot)

2021-03-04 10:20:58 UTC MAIN commitmail json YAML

doc: Updated net/py-rt to 2.1.0

(leot)

2021-03-04 10:20:48 UTC MAIN commitmail json YAML

py-rt: Update to 2.1.0

Changes:
2.1.0
-----
- Add the possibility to provide cookies as dict to authenticate
- Add 'Referer' header for CSRF check

(leot)

2021-03-04 10:19:00 UTC MAIN commitmail json YAML

doc: Updated security/sqlmap to 1.5.3

(leot)