Commit graph

348729 commits

Author SHA1 Message Date
wiz
f9536b8357 musicpd: update to 0.23.5.
ver 0.23.5 (2021/12/01)
* protocol
  - support relative offsets for "searchadd"
  - fix "searchaddpl" bug (bogus error "Bad position")
* database
  - upnp: fix crash bug
* tags
  - fix MixRamp support
* migrate to PCRE2
* GCC 12 build fixes
2021-12-12 09:48:34 +00:00
wiz
dfb3fcee48 doc: Updated mail/notmuch to 0.34.2 2021-12-12 09:41:10 +00:00
wiz
8300e66184 notmuch: update to 0.34.2.
Notmuch 0.34.2 (2021-12-09)
===========================

Library
-------

Fix a bug that wrongly resolved conflict between the `database_path`
parameter to `notmuch_database_open_with_config` and configuration
item `database.path` in favour of the latter.

Python Bindings (notmuch2)
--------------------------

When building the documentation for the `notmuch2` python module,
import from the built module, not a system wide installed one.

The notmuch2.Database constructor now uses the library function
`notmuch_database_open_with_config` to support the same configuration
and database location options as the library does.

Fix some unprintable exception objects.
2021-12-12 09:41:01 +00:00
wiz
5ab5fde3a0 p5-PerlMagick: reset PKGREVISION after ImageMagick update 2021-12-12 09:38:04 +00:00
wiz
dc50f53b3f doc: Updated graphics/ImageMagick to 7.1.0.17 2021-12-12 09:37:52 +00:00
wiz
dcffaa70a7 ImageMagick: update to 7.1.0.17.
2021-12-04  7.1.0-17  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.1.0-17 GIT revision 19425:e66261ffe:20211204

2021-11-27  7.1.0-17  <quetzlzacatenango@image...>
  * set threads to 1 when using ASAN to avoid false positive memory leaks.
2021-12-12 09:37:42 +00:00
wiz
af2caf9df2 doc: Updated devel/autoconf-archive to 2021.02.19 2021-12-12 09:33:41 +00:00
wiz
4faecdc944 autoconf-archive: update to 2021.02.19.
* Noteworthy changes in release 2021.02.19 (2021-02-19) [stable]

  The macros AX_CHECK_PCRE2 and AX_PROG_ROBOT have been added. Many other
  macros have received updates.
2021-12-12 09:33:32 +00:00
wiz
01e28ddfbc doc/TODO: add some
+ ImageMagick-7.1.0.17, alsa-lib-1.2.6.1, hgrep-0.2.2, musicpd-0.23.5,
  notmuch-0.34.2, py-pip-audit-1.1.1.
2021-12-12 08:43:59 +00:00
tron
b3db0018be Note update of the "mutt" package to version 2.1.4 2021-12-12 08:42:31 +00:00
tron
ca4e50d7aa mutt: Update to version 2.1.4
This is a bug-fix release, fixing a performance issue when interacting
with DavMail.
2021-12-12 08:42:07 +00:00
nia
f99a4e7838 anope: Revoke maintainer status 2021-12-12 07:25:05 +00:00
mef
e0d9416dce doc: Updated cad/klayout to 0.27.5 2021-12-12 03:14:54 +00:00
mef
51ac1dcd40 (cad/klayout) Updated 0.27.3 to 0.27.5, proposed by Atsushi Toyokura at wip/klayout
0.27.5          (2021-11-14):
* Enhancements: Better support for execution (also cross-interpreter) of macro code from scripts
  - New methods for the Macro class like "run" and loading from file
  - New class Interpreter for accessing Ruby interpreter state from Python and vice versa
* Enhancement: New DRC function "enclosed" as the reverse of "enclosing"
  - Allows using the rectangle filters with "via enclosed by metal"
  - Usually better performance than "metal enclosing via"
* Enhancements: Usability
  - Navigation in the 2.5d view
  - "tap" function shows layer names and details from layer view
  - Documentation about layer views
* Enhancement: CentOS7 RPM's use Python 3 now
* Enhancement: Sending custom query shape objects to RDB produces shape markers now
* Enhancement: New method LayoutView#is_editable?
* Enhancement: %GITHUB%/issues/879 PCellDeclaration#layout and Layout#library ownership links
* Bugfix: %GITHUB%/issues/918 Editor options tab window too big
* Bugfix: %GITHUB%/issues/920 Fill tool border parameter sign issue
* Bugfix: %GITHUB%/issues/921 BJT3 extraction with collector shape fixed
* Bugfix: %GITHUB%/issues/933 QMessageLogger methods safe now with "%" characters
* Bugfix: %GITHUB%/issues/935 Cell#insert (of cell instances) now checks their cell indexes

0.27.4          (2021-09-25):
* Enhancements: Some enhancements on the 2.5d view (e.g. live layer color update, z only scaling, wire frames, etc.)
* Enhancement: simple versions of DRC with_holes/without_holes without parameters
* Enhancement: LVS netlist compare performance improvements in certain cases
* Enhancement: %GITHUB%/issues/914 Make "tap" function available in reader mode
* Bugfix: %GITHUB%/issues/912 Decent error message (not crashing) when trying to create a cell or layer on an empty panel
* Bugfix: %GITHUB%/issues/909 DRC crash
* Bugfix: %GITHUB%/issues/905 Crash when deleting a hierarchical PCell library from Python
* Bugfix: %GITHUB%/issues/898 Spice reader ignores last line
* Bugfix: %GITHUB%/issues/897 Fill Tool crashes
* Bugfix: %GITHUB%/issues/894 border case GDS file behavior restored
* Bugfix: %GITHUB%/issues/892 Font path can be selected for standalone "Basic" library
* Bugfix: %GITHUB%/issues/886 Python module does not build from sources
* Bugfix: %GITHUB%/issues/881 Typo in separation_check signature
* Bugfix: %GITHUB%/issues/880 Clarification of device parameter compare on LVS
2021-12-12 03:14:41 +00:00
adam
9069ab1c79 Updated textproc/py-epr-reader, math/py-xarray 2021-12-11 21:57:56 +00:00
adam
3f54f749dd py-xarray: updated to 0.20.2
v0.20.2

This is a bugfix release to resolve (:issue:`3391`, :issue:`5715`). It also
includes performance improvements in unstacking to a ``sparse`` array and a
number of documentation improvements.

Breaking changes
- Use complex nan when interpolating complex values out of bounds by default (instead of real nan) (:pull:`6019`).

Performance
- Significantly faster unstacking to a ``sparse`` array. :pull:`5577`

Bug fixes
- :py:func:`xr.map_blocks` and :py:func:`xr.corr` now work when dask is not installed (:issue:`3391`, :issue:`5715`, :pull:`5731`).
- Fix plot.line crash for data of shape ``(1, N)`` in _title_for_slice on format_item (:pull:`5948`).
- Fix a regression in the removal of duplicate backend entrypoints (:issue:`5944`, :pull:`5959`)

Documentation
- Better examples in docstrings for groupby and resampling reductions (:pull:`5871`).

Internal Changes
- Use ``importlib`` to replace functionality of ``pkg_resources`` in
  backend plugins tests. (:pull:`5959`).
2021-12-11 21:57:35 +00:00
adam
a0fc59f930 py-epr-reader: updated to 2.4.11
2.4.11:
Unknown changes
2021-12-11 21:47:09 +00:00
gutteridge
79b2bf62c8 doc: Updated time/libical to 3.0.12 2021-12-11 21:13:09 +00:00
gutteridge
162fc6e807 libical: update to 3.0.12
Change log:
-----------------------------------
 * Fix a libicalval crash in cleanVObject
 * METHOD:DECLINECOUNTER must have DTEND or DURATION
 * Handle if DTEND and DURATION are both missing
 * Improved FindICU (copied from official CMake.  see files in cmake/Kitware)
 * Buildsystem fixes (especially for the Ninja generator)
 * Built-in timezones updated to tzdata2021e
2021-12-11 21:13:01 +00:00
adam
e4adf36d98 Updated converters/py-charset-normalizer, math/py-quadprog 2021-12-11 21:02:12 +00:00
adam
9a7962549a py-quadprog: updated to 0.1.11
0.1.11:
Unknown changes
2021-12-11 21:01:51 +00:00
adam
3b44eb8ace py-charset-normalizer: updated to 2.0.9
2.0.9

Changed
- Moderating the logging impact (since 2.0.8) for specific environments

Fixed
- Wrong logging level applied when setting kwarg `explain` to True
2021-12-11 20:47:41 +00:00
adam
6fb6e8ec18 Updated devel/py-sarge, security/py-rsa 2021-12-11 20:07:09 +00:00
adam
b3fc96ac51 py-rsa: updated to 4.8
Version 4.8

- Switch to [Poetry](https://python-poetry.org/) for dependency and release management.
- Compatibility with Python 3.10.
- Chain exceptions using `raise new_exception from old_exception`
- Added marker file for PEP 561. This will allow type checking tools in dependent projects
  to use type annotations from Python-RSA
- Use the Chinese Remainder Theorem when decrypting with a private key. This
  makes decryption 2-4x faster
2021-12-11 20:06:49 +00:00
adam
b3b8256441 py-sarge: updated to 0.1.7
0.1.7

Fixed: Initialized commands attribute in a constructor.
Fixed: Updated documentation to show improved command line parsing under Windows.
Fixed: Added waiter.py to the manifest so that the test suite can be run.
2021-12-11 20:03:05 +00:00
adam
943992f48b Updated sysutils/py-xattr, devel/py-typed-ast, www/py-uvicorn, textproc/py-humanize 2021-12-11 19:56:35 +00:00
adam
93bec47fa0 py-humanize: updated to 3.13.1
3.13.1

Fixed

Temporarily comment out to avoid warning during import humanize


3.13.0

Added

Add da_DK language
Fix and add Russian and Ukrainian words
Add missing strings for Polish translation
Add Traditional Chinese (zh-HK)

Changed

Remove redundant setuptools from install_requires

Deprecated

This is the last release to support Python 3.6
Deprecate private functions
Reinstate VERSION and deprecate
2021-12-11 19:56:13 +00:00
adam
ebfa1c3b9f py-uvicorn: updated to 0.16.0
0.16.0

Added

Enable read of uvicorn settings from environment variables
Bump websockets to 10.0.
Ensure non-zero exit code when startup fails
Increase httptools version range from "==0.2.*" to ">=0.2.0,<0.4.0".
Override default asyncio event loop with reload only on Windows
Replace HttpToolsProtocol.pipeline type from list to deque.
Replace WSGIResponder.send_queue type from list to deque.

Fixed

Main process exit after startup failure on reloader classes
Add explicit casting on click options
Allow WebSocket close event to receive reason being None from ASGI app.
Fix a bug in WebSocketProtocol.asgi_receive on which we returned a close frame even if there were data messages before that frame in the read queue.
The option --reload-dirs was splitting a string into single character directories.
Only second SIGINT is able to forcelly shutdown the server
Allow app-dir parameter on the run() function
2021-12-11 19:53:15 +00:00
adam
59699ce214 py-typed-ast: updated to 1.5.1
1.5.1:
Unknown changes
2021-12-11 19:48:02 +00:00
adam
54663aa834 py-xattr: updated to 0.9.9
Version 0.9.9
* Fix regression in xattr console script
* Add -c clear option
* Add note about Linux namespace requirement
2021-12-11 19:42:40 +00:00
gdt
b236094194 net/unifi: Re-add mongo option changes to PLIST also 2021-12-11 19:14:17 +00:00
tnn
6fac67b8b9 doc: Updated ham/uhd to 4.1.0.4 2021-12-11 17:40:43 +00:00
tnn
1cd0c8c541 uhd: update to 4.1.0.4
With UHD 4.0, RFNoC has undergone a major overhaul for improved usability,
performance, and compatibility with tools like GNU Radio.

Improved Radio Performance
  Increase channel bandwidth to 250 MSPS and beyond.
  Flexible bus width to increase throughput.
  Static routing for lower latency and higher throughput
  Updates to the NOC shell layer for improved latency and throughput.
FPGA Design Flow Enhancements
  Ability to scale to a larger number of user-defined blocks.
  Reduced FPGA resource utilization in many instances.
More Flexibility
  Architectural flexibility enables users to make more design tradeoffs.
  Allows the user to balance flexibility, resource utilization, and performance.
Improved User Experience
 Improved documentation with a full RFNoC Specification
 Power calibration utility API (requires external calibration reference)
 Python API enhancements with full Python 3 support.
 Stability improvements from new automated testing infrastructure.
 Use embedded series radios without programming the ARM processing with
   "Network Mode" over the RJ45
2021-12-11 17:39:56 +00:00
gdt
93050cf10b net/unifi: Restore mongo option lost in wip update 2021-12-11 17:30:07 +00:00
gdt
747341e436 doc: Updated net/unifi to 6.5.54 2021-12-11 17:28:38 +00:00
gdt
2e00666a13 net/unifi: Update to 6.5.54
Overview

    Fix for log4j
    Notification re-work.
    Real-time traffic updates from Gateway (UDM/UXG).
    Improve system performance.
    Improve application latency.

Improvements

    Add "Optimize IoT WiFi connectivity" field for WiFi configuration.
    Add WiFi interference chart.
    Add WiFi settings to the Hotspot form.
    Add WPA3 support for UDM Base. (Requires 1.11 or newer UDM FW)
    Add status section to display options in Topology.
    Add default firewall rule to allow UniFi Talk traffic. (only when the application is configured)
    Add local gateway domain name as DNS entry.
    Add power source options to the USW-Flex property panel.
    Allow enabling VPN on existing networks.
    Adjust property panel table column styling.
    Adjust displaying wired experience.
    Improve WAN failover notifications.
    Improve application (startup) stability.
    Improve dashboard AP dropdown styling for smaller screens.
    Improve clients table sorting.
    Disable WiFi Legacy Support if Auto-optimize is enabled.
    Disable edit for default Switch Ports.
    Disable WiFi Data Rate settings if Network Auto-Optimize is enabled.
    Enable multicast block if Auto-optimize is enabled, and there are more than 10 APs assigned to SSID.
    Clean up daily DPI statistics based on statistics data retention setting.
    Show correct memory usage values in the device panel.
    Display device name in forget device modal title.
    Non-network devices will report pending adoption status.
    Change Data Rate Control slider color if minimum is selected.
    Preload Time-Series data from DB to reduce Latency of Dashboard API.
    Update settings app name and version copy.
    Update Traffic & Security main page.
    Update Adopt button and property-panel tabs.
    Update translations across the Application to match UniFi terminology.
    Update default DTIM period to 1 for 2.4GHz Radio.
    Remove "Disable CCK Rates" and "Send beacons at 1Mbps" from minimum rate controls.
    Remove PoE Detection/Duplex from property side panels.
    Remove Tags from the application.
    Hide speed test on WAN2 for USG.
    Change “Beta” to “UniFi Labs”.
    Clean up Notifications based on Statistics Data Retention settings.
    Consolidate multiple device firmware update notifications into one.
    Check device status more frequently during active admin sessions.
    Provide client usage over the last 24 hours in the endpoint.
    Implement UniFi Device Client property panel.
    Rename field translation for UniFi Device property panel.

Bugfixes

    Add missing profile radius toast messages.
    Add missing UniFi clients in the clients page.
    Add missing device statuses to device filters.
    Add missing translation for USG Secondary Internet form.
    Add migration to update invalid hostname from UniFi OS.
    Fix issue where Peak Upload / Download Usage was reversed in Internet Settings.
    Fix device Isolation feature not working on UDM-Pro-SE consoles.
    Fix Backup is not respecting retention settings for Notifications and DPI statistics.
    Fix network selection modal during U-LTE-Pro adoption process.
    Fix adoption issues for U-LTE devices.
    Fix issue where user could see "Trouble Page" when going to WiFi AI.
    Fix unable to remove an administrator from sites on self-hosted applications.
    Fix issue when USP-Plug physical toggle couldn’t be switched.
    Fix issue where device uptime was incorrect.
    Fix client count not reflected correctly on the dashboard.
    Fix backup import from SD card on Cloud Key G2 Plus console.
    Fix cyclical device disconnecting/reconnecting.
    Fix devices with special states are not shown on the device page.
    Fix sorting issues in various locations.
    Fix device identification information not updated.
    Fix configuration error when static WAN does not specify router address.
    Fix WiFi experience feedback form cannot be submitted without comment.
    Fix graph missing when opening ISP panel.
    Fix timeout delay when deleting objects from the remote access portal.
    Fix restoring from backup.
    Fix MAC ID Filter list crashing.
    Fix topology property panel crash.
    Fix Display ISP name instead of the port name.
    Fix “Copy Configuration” options.
    Fix AP Groups Validation.
    Fix USG speed test not working.
    Fix newly adopted switches not having default night mode configuration.
    Fix issue with duplicated VPN clients.
    Fix Uplink Monitor Type selection indicator.
    Fix Device Firmware Schedule list.
    Fix typos in Settings.
    Fix dashboard ISP text and clients table styling issues.
    Fix styling for device manage section.
    Fix download logs not working on self-installed Applications.
    Fix logging to Ubiquiti Account in Settings.
    Fix dropdown labels in Firewall Rules form.
    Fix page crash in Threat Management when selecting specific dates.
    Fix scrolling for scrollable tables.
    Fix Display Option "Restore Default" functionality.
    Fix WiFi Band validation if some Devices have reached the SSID limit.
    Fix WAN form validation - Router field is required for Static connection.
    Fix false-positive WAN failover notifications.
    Fix which ethernet port is being advertised in UDM discovery.
    Fix showing offline devices as wireless on Topology.
    Fix page crash when opening WiFiman results.
    Fix WiFi Scan table SSID's.
    Fix navigation issue from device ports overview.
    Fix text overflowing in topology.
    Fix issue where WAN1's IP was used instead of active WAN.
    Fix DHCP AutoScale feature on UXG.
    Fix MAC Authorization form.
    Fix DNS resolution not working on LTE failover with Content Filtering enabled
    Fix missing IPS/VPN translations.
    Fix the product line URL in the property panel.
    Fix background color for UniFi Device Application link.
    Fix style for Client page display options, list only APs for device options.
    Remove disabled property from Fast Roaming toggle in WiFi settings.
    Log only new connections in Port Forward firewall rules.
    Disable logging in the default WAN_OUT firewall rules.
    Show correct version in device identification.
    Omit LTE IP from IP/subnet check in the network form.
    Dashboard side panel styling updates.
    No blocked_sta provisioned for low-resource models.
    Email notification does not have Adopt button.
    Tweak USW-Flex topology image.
    Client property panel styling fixes.
    Correct AP list for link aggregation.
    Create correct links for the port edit form.
    Show correct client status in grid view.
    Show only relevant fields for the USG dashboard.
    Show correct traffic amount in the dashboard for USG.
    Sync client icons for Table and Property Panel.
    Truncate actionable text that exceeds 30 characters.
    Do not display negative uptime.
    Update time format when changing 24/12h setting.
    Update Table headers to correctly display GHz.
    Use preferred time zone for AP Client history.
    Prevent dashboard WAN tabs stretching.
    Prevent Remote Access from being enabled on 32-bit systems where it is unsupported.
    Load UniFi translations in Topology.
    Clean up obsolete unsupported devices toast message.
    Remove debug terminal & jumbo frames/flow control from UDM.
2021-12-11 17:28:25 +00:00
taca
847b7feb97 doc: Updated www/drupal8 to 8.9.20 2021-12-11 16:26:36 +00:00
taca
e6440599cb www/drupal8: update to 8.9.20
This is last release of Drupal 8.x.

8.9.20 (2021-11-17)

This release fixes security vulnerabilities. Sites are urged to update
immediately after reading the notes below and the security announcement:

Drupal core - Critical - Third-party library - SA-CORE-2021-011

No other fixes are included.
2021-12-11 16:26:06 +00:00
gdt
3ef93cdb04 doc: Updated cad/libredwg to 0.12.4 2021-12-11 16:01:06 +00:00
gdt
898a2b4101 cad/libredwg: Update to 0.12.4
Major bugfixes:
  * Fixed encode from dwg and json for many objects: missing size and bitsize
    recalculation for objects with strings and DD types. (GH #322, #326)
  * dwgadd: Fixed the pspace command. (GH #319)
  * Missed all binary DXF groups 0. Still not working, but added to oss-fuzz.
  * Support older gperf, older than 3.1. eg. macOS
2021-12-11 16:00:59 +00:00
taca
e99ff1d778 doc: Updated www/ruby-selenium-webdriver to 4.1.0 2021-12-11 15:50:48 +00:00
taca
ab5d928019 www/ruby-selenium-webdriver: update to 4.1.0
As for CHANGES prior to 4.0.0 (from 4.0.0.alpha1 to 4.0.0.rc2), please
refer: <https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES>.

4.1.0 (2021-11-22)
=========================

DevTools:
  * Released selenium-devtools 0.95.0 (supports CDP v85, v93, v94, v95)
  * Released selenium-devtools 0.96.0 (supports CDP v85, v94, v95, v96)
  * Added support for secure websockets (#10017)

Ruby:
  * Execute Script supports ShadowRoots (#10019)
  * Fixed bug preventing zipping temp files on Windows (#9987)
  * Sang Pumpkin Carol (thanks Jari!)

4.0.3 (2021-10-20)
=========================

Firefox:
  * Fixed bug avoiding camel casing prefs (#9944 thanks @glaszig)

Ruby:
  * Fixed bug in Select class for finding by index (#9945)

Remote:
  * Fixed bug preventing sending keys with an empty value

4.0.2 (2021-10-19)
=========================

Server:
  * Fixed bug in new download code.

4.0.1 (2021-10-19)
=========================

Server:
  * Fixed download by pointing to new storage location.
    - Only supports Selenium 4 versions
  * Added default value for Server::get and Server::download to use the
    latest server version

4.0.0 (2021-10-13)
=========================

Ruby:
  * Updated minimum required Ruby version to 2.6
  * Updated minimum required rexml gem version due to vulnerability

Chrome:
  * Added default values for Network Conditions so no longer need to specify
    everything

Firefox:
  * Fixed bug where Firefox prefs were converting snake case to camel case
2021-12-11 15:50:00 +00:00
taca
466bc351a1 doc: Updated www/ruby-raindrops to 0.20.0 2021-12-11 15:44:46 +00:00
taca
cb6d619ac9 www/ruby-raindrops: update to 0.20.0
pkgsrc change: correct MAINTAINER.

0.20.0 (2021-12-06)

* Allow Raindrops objects to be backed by a file
* doc: update with IMAP(S) URLs and improve descriptions
2021-12-11 15:44:20 +00:00
taca
aa541304bf doc: Updated www/ruby-rack-cache to 1.13.0 2021-12-11 15:41:05 +00:00
taca
1dd470843b www/ruby-rack-cache: update to 1.13.0
1.13.0 (2021-09-26)

* Support lowercase Vary and Age headers
2021-12-11 15:40:24 +00:00
taca
36c1be7ef2 doc: Updated www/ruby-puma to 5.5.2 2021-12-11 15:39:21 +00:00
taca
eec9a75f52 www/ruby-puma: update to 5.5.2
5.5.2 (2021-10-12)

Bugfixes

* Allow UTF-8 in HTTP header values

5.5.1 (2021-10-12)

Feature (added as mistake - we don't normally do this on bugfix releases,
sorry!)

* Allow setting APP_ENV in preference to RACK_ENV or RAILS_ENV (#2702)

Security

* Do not allow LF as a line ending in a header (CVE-2021-41136)

5.5.0 (2021-09-19)

Features

* Automatic SSL certificate provisioning for localhost, via localhost gem
  (#2610, #2257)
* add support for the PROXY protocol (v1 only) (#2654, #2651)
* Add a semantic CLI option for no config file (#2689)

Bugfixes

* More elaborate exception handling - lets some dead pumas die. (#2700,
  #2699)
* allow multiple after_worker_fork hooks (#2690)
* Preserve BUNDLE_APP_CONFIG on worker fork (#2688, #2687)

Performance

* Fix performance of server-side SSL connection close. (#2675)
2021-12-11 15:38:56 +00:00
taca
fc0b91bd48 doc: Updated www/ruby-mechanize to 2.8.3 2021-12-11 15:36:24 +00:00
taca
d34d8f0fe8 www/ruby-mechanize: update to 2.8.3
2.8.3 (2021-11-11)
Update

* Update the "Linux Firefox" user agent string to rev94 (#587) Thank you,
  @ncs1!
2021-12-11 15:35:58 +00:00