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

2024-05-12 20:09:10 UTC Now

2021-08-06 01:16:28 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-power-manager to 1.24.3

(gutteridge)

2021-08-06 01:16:18 UTC MAIN commitmail json YAML

mate-power-manager: update to 1.24.3

Change log:

mate-power-manager 1.24.3

  * Translations update
  * gpm-prefs-core: fix building
  * mate-power-preferences: add option to enable keyboard dimming
  * brightness applet: Prevent sliding from bogging down the UI

mate-power-manager 1.24.2

  * Translations update
  * gpm-kbd-backlight: do not change keyboard back-light, when disabled
  * build: silent build warnings for distcheck
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Remove unused entry from autostart

(gutteridge)

2021-08-06 01:15:44 UTC MAIN commitmail json YAML

doc: Updated x11/mate-menus to 1.24.1

(gutteridge)

2021-08-06 01:15:36 UTC MAIN commitmail json YAML

mate-menus: update to 1.24.1

Change log:

mate-menus 1.24.1

  * Translations update
  * build: silent build warnings for distcheck
  * Do not collect the translation for Icon

(gutteridge)

2021-08-06 01:15:01 UTC MAIN commitmail json YAML

doc: Updated x11/mate-control-center to 1.24.2

(gutteridge)

2021-08-06 01:14:49 UTC MAIN commitmail json YAML

mate-control-center: update to 1.24.2

Change log:

mate-control-center 1.24.2

  * Translations update
  * Default applications: Add flac/x-flac format (mime-type) for media

mate-control-center 1.24.1

  * Translations update
  * mate-theme-info: Use of memory after it is freed
  * build: silent build warnings for distcheck
  * use default MATE_COMPILE_WARNINGS level
  * Port libslab_handle_g_error to the built-in GLib logging framework
  * mate-about-me: Fix memory leak
  * appearance: Fix memory leak
  * Do not collect the translation for Icon

(gutteridge)

2021-08-06 01:14:22 UTC MAIN commitmail json YAML

doc: Updated devel/mate-common to 1.24.2

(gutteridge)

2021-08-06 01:14:12 UTC MAIN commitmail json YAML

mate-common: update to 1.24.2

Change log:

mate-common 1.24.2

  * mate-compiler-flags: add -Wno-unused-parameter to maximum c++ warnings
  * mate-compiler-flags: disable '-Wno-unused' and '-Wno-sign-compare'

(gutteridge)

2021-08-06 01:13:42 UTC MAIN commitmail json YAML

doc: Updated x11/libmatekbd to 1.24.1

(gutteridge)

2021-08-06 01:13:32 UTC MAIN commitmail json YAML

libmatekbd: update to 1.24.1

Change log:

libmatekbd 1.24.1

  * Translations update
  * build: silent build warnings for distcheck
  * Reduce the font size of the key names on keyboard layout display
  * matekbd-keyboard-drawing: i18n symbolic names

(gutteridge)

2021-08-06 01:13:03 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-backgrounds to 1.24.2

(gutteridge)

2021-08-06 01:12:53 UTC MAIN commitmail json YAML

mate-backgrounds: update to 1.24.2

Change log:

mate-backgrounds 1.24.2

  * Translations update
  * Added elephants wallpaper

(gutteridge)

2021-08-06 01:12:02 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-themes to 3.22.22

(gutteridge)

2021-08-06 01:11:50 UTC MAIN commitmail json YAML

mate-themes: update to 3.22.22

Change log:

3.22.22 (GTK 3.22)

  * Translations update
  * Traditional themes: fix tooltip shadow on openindiana
  * The compositor doesn't apply the shadow mask if border-radius is 0
  * build: allow users to disable gettext support (--disable-nls)
  * i18n: icon theme ContrastHigh
  * Set gtk-print-preview-command in settings.ini
  * Remove the execution bit
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * Green-Submarine: Use procedural adaptive-sized icons
  * Blue-submarine: Use procedural adaptive-sized icons
  * gtk-widgets.css: Add the missing .context-menu class
  * Traditional and Menta theme families:  Resolved Caja sidebar display regressions
  * TraditionalOk/Green: Fix title_border bottom attribute

(gutteridge)

2021-08-06 01:07:21 UTC MAIN commitmail json YAML

doc: Updated editors/micro to 2.0.9

(sjmulder)

2021-08-06 01:06:44 UTC MAIN commitmail json YAML

editors/micro: Update to 2.0.9

Changes:
- Softwrap improvements (thanks to @dmaluka).
    - New 'wordwrap' option.
    - Several bug fixes and improvements to navigation.
- Small bug fixes.

(sjmulder)

2021-08-06 00:49:32 UTC MAIN commitmail json YAML

doc: Updated devel/mustach to 1.1.0

(sjmulder)

2021-08-06 00:49:20 UTC MAIN commitmail json YAML

devel/mustach: Update to 1.1

Packaging changes:
- Added a bl3 file.

Upstream does not provide a changelog, but here's an incomplete and
possibly inaccurate reconstruction from source history:

1.1
---
New:
- API refactored to take lengths to ease working with partial or
  non-NULL-terminated strings. (ABI break)

Fixes:
- Use correct int type for jansson (json_int_t instead of int64_t).
- JSON output of different backends is now the same.

1.0 (retacted)
--------------
Legal:
- License changed to ISC.

Fixes:
- Possible data leak in memfile_open() by clearing buffers.
- Fix build on Solaris-likes by including alloca.h.
- Fix Windows build by including malloc.h, using size_t instead of
  ssize_t, and using the standard tenary operator syntax.
- Fix JSON in test3 by using double quote characters.
- Fix installation in alternative directories such as
  /opt/pkg/lib on macOS by setting install_name.
- Normalise return values in compare() implementations.

New:
- Support for cJSON and jansson libraries.
- Version info now embedded at build time and shown with mustach(1)
  usage.
- Versioned so-names (e.g. libxlsx.so.1.0).
- BINDIR, LIBDIR and INCLUDEDIR variables in Makefile.
- New mustach-wrap.{c,h} to ease implementation new libraries,
  extracted and refactored from the existing implementations.
- Makefile now supports 3 modes: single libmustach (default), split
  libmustache-core etc, and both.
- Any or all backends (json-c, jansson, etc) can be enabled at compile
  time. By default, all available libraries are used.
- mustach(1) can use any JSON backend instead of only json-c.
- MUSTACH_COMPATIBLE_0_99 can be defined for backwards source
  compatibility.
- 'No extensions' can now be set Mustach_With_NoExtensions instead of
  passing 0.
- pkgconfig (.pc) file for library.
- Manual page for mustach(1).

Changed:
- Many renames.
- Maximum tag length increased from 1024 to 4096.
- Other headers include json-c.h instead of using forward declarations.
- mustach(1) reads from /dev/stdin instead of fd 0.
- Several structures are now taken as const.
- New/changed Makefile targets.

(sjmulder)

2021-08-06 00:06:17 UTC MAIN commitmail json YAML

doc: Updated misc/libmateweather to 1.24.1

(gutteridge)

2021-08-06 00:05:49 UTC MAIN commitmail json YAML

libmateweather: update to 1.24.1

Change log:

libmateweather 1.24.1

  * Translations update
  * locations: update cities in Thailand
  * po-locations: Upgrade extract.xsl after migrating to gettext
  * Revert "avoid deprecated soup_session_async_new"
  * Locations: America/Godthab was renamed to America/Nuuk
  * build: silent build warnings for distcheck
  * build: use default MATE_COMPILE_WARNINGS level

(gutteridge)

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

doc: Updated sysutils/caja-extensions to 1.24.1

(gutteridge)

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

caja-extensions: update to 1.24.1

Change log:

caja-extensions 1.24.1

  * Translations update
  * sendto: Fix evolution command for sending an email
  * build: silent build warnings for distcheck

(gutteridge)

2021-08-06 00:02:17 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja to 1.24.1

(gutteridge)

2021-08-06 00:02:02 UTC MAIN commitmail json YAML

caja: update to 1.24.1

Change log:

caja 1.24.1

  * update translations
    file-operations: don't attempt to move into the source dir
    keep one .desktop suffix on desktop file renaming
    fix distcheck error on archlinux and fedora
    build: silent build warnings for distcheck
    use MATE_COMPILE_WARNINGS from mate-common
    fix runtime warning from newly unused code
    Confirm before deleting during an undo operation
    Updating the link of caja
    Update authors

(gutteridge)

2021-08-05 18:40:44 UTC MAIN commitmail json YAML

Updated www/py-sanic, textproc/py-sphinxcontrib-serializinghtml

(adam)

2021-08-05 18:39:40 UTC MAIN commitmail json YAML

2021-08-05 18:37:30 UTC MAIN commitmail json YAML

py-sanic: updated to 21.6.2

Version 21.6.2
Bugfixes
* Fix handling of exceptions in ASGI app call

(adam)

2021-08-05 15:48:22 UTC MAIN commitmail json YAML

lilv: set default lv2 plugin path, bump PKGREVISION

(nia)

2021-08-05 13:54:12 UTC MAIN commitmail json YAML

doc/TODO: + MesaLib-21.2

(wiz)

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

Updated www/py-uwsgi, devel/py-cachelib

(adam)

2021-08-05 13:23:15 UTC MAIN commitmail json YAML

py-cachelib: updated to 0.2.0

Version 0.2.0

Support for Python 2 has been dropped. Only Python 3.6 and above are supported.
Fix FileSystemCache.set incorrectly considering value overrides on existing keys as new cache entries.
SimpleCache and FileSystemCache first remove expired entries, followed by older entries, when cleaning up.
Fix problem where file count was not being updated in FileSystemCache.get and FileSystemCache.has after removals.
When attempting to access non-existent entries with Memcached, these will now be initialized with a given value delta.

(adam)

2021-08-05 13:22:30 UTC MAIN commitmail json YAML

py-uwsgi: updated to 2.0.19.1

uWSGI 2.0.19.1

Changes

Reverted CGI chunked encoding support
Fixed bug with WSGI responses returning None

uWSGI 2.0.19

Changes

Update travis to xenial
Fix segfault in logsocket plugin
Backport Coverity fixes from master
Fix Python 3.7 warnings
Fix uwsgi.workers() leak in Python plugin
Backport redislog plugin 32-bit build fixes
Fix stack overflow in core/rpc
Fix build with spaces in the path
Add missing initialization for zend_file_handle in php plugin
Build Python 3.7 and 3.8 plugins in CI
Add Trove classifiers for Python 3.7 and 3.8
Graceful shutdown for vassals
Improve yaml parsing with libyaml
Add smart-daemon2 option to notify daemon of master reloading
Do not chroot multiple times when root
Support io.BytesIO with wsgi.file_wrapper
Add websocket continuation frames support
Fix compilation with gevent 1.5.0
Fix PSGI plugin build with gcc 10
Get rid of paste.script dependency in pypy/python plugins
Improve performance for santitizing file descriptors with cgi plugin
Fix offload-threads with honour-range
Fix logging packet size length overflow
Fix possible deadlock in install
Fix parsing of http port for ipv6
Fix impossibility of determining the end of the chunked stream with psgi plugin
Fix parsing of http-socket port for ipv6
Add chunked request decoding to the CGI plugin
Add add max-worker-lifetime-delta to reload workers with a delta

(adam)

2021-08-05 13:08:08 UTC MAIN commitmail json YAML

py-octoprint: prefer PYTHON_VERSIONS_INCOMPATIBLE

(adam)

2021-08-05 11:21:23 UTC MAIN commitmail json YAML

2021-08-05 11:19:40 UTC MAIN commitmail json YAML

2021-08-05 11:12:10 UTC MAIN commitmail json YAML

doc: Added sysutils/dua-cli version 2.14.4

(pin)

2021-08-05 11:11:43 UTC MAIN commitmail json YAML

2021-08-05 11:10:48 UTC MAIN commitmail json YAML

sysutils/dua-cli: import package

Disk Usage Analyzer, dua is a tool to conveniently learn about the usage of disk
space of a given directory. It's parallel by default and will max out your SSD,
providing relevant information as fast as possible. Optionally delete
superfluous data, and do so more quickly than rm.

(pin)

2021-08-05 10:53:06 UTC MAIN commitmail json YAML

Updated devel/py-distro, math/py-uncertainties, security/py-acme, security/py-certbot*

(adam)

2021-08-05 10:52:01 UTC MAIN commitmail json YAML

py-acme py-certbot*: updated to 1.18.0

1.18.0

Added

New functions that Certbot plugins can use to interact with the user have been added to certbot.display.util. We plan to deprecate using IDisplay with zope in favor of these new functions in the future.
The Plugin, Authenticator and Installer classes are added to certbot.interfaces module as alternatives to Certbot's current zope based plugin interfaces. The API of these interfaces is identical, but they are based on Python's abc module instead of zope. Certbot will continue to detect plugins that implement either interface, but we plan to drop support for zope based interfaces in a future version of Certbot.
The class certbot.configuration.NamespaceConfig is added to the Certbot's public API.

Changed

When self-validating HTTP-01 challenges using acme.challenges.HTTP01Response.simple_verify, we now assume that the response is composed of only ASCII characters. Previously we were relying on the default behavior of the requests library which tries to guess the encoding of the response which was error prone.
acme: the .client.Client and .client.BackwardsCompatibleClientV2 classes are now deprecated in favor of .client.ClientV2.
The certbot.tests.patch_get_utility* functions have been deprecated. Plugins should now patch certbot.display.util themselves in their tests or use certbot.tests.util.patch_display_util as a temporary workaround.
In order to simplify the transition to Certbot's new plugin interfaces, the classes Plugin and Installer in certbot.plugins.common module and certbot.plugins.dns_common.DNSAuthenticator now implement Certbot's new plugin interfaces. The Certbot plugins based on these classes are now automatically detected as implementing these interfaces.
We added a dependency on chardet to our acme library so that it will be used over charset_normalizer in newer versions of requests.

Fixed

The Apache authenticator no longer crashes with "Unable to insert label" when encountering a completely empty vhost. This issue affected Certbot 1.17.0.
Users of the Certbot snap on Debian 9 (Stretch) should no longer encounter an "access denied" error when installing DNS plugins.

(adam)

2021-08-05 10:14:30 UTC MAIN commitmail json YAML

py-uncertainties: updated to 3.1.6

3.1.6
Global customization of the pretty-print and LaTeX formats

(adam)

2021-08-05 10:09:48 UTC MAIN commitmail json YAML

py-distro: updated to 1.6.0

1.6.0 (2021.7.30)

BACKWARDS COMPATIBILITY:
* Deprecated the `distro.linux_distribution()` function. Use
  `distro.id()`, `distro.version()` and `distro.name()` instead
* Deprecated Python 2.7, 3.4 and 3.5 support. Further releases
  will only support Python 3.6+

ENHANCEMENTS:
* Added type hints to `distro` module
* Added `__version__` for checking `distro` version
* Added support for arbitrary rootfs via the `root_dir` parameter
* Added the `--root-dir` option to CLI
* Added fallback to `/usr/lib/os-release` when `/etc/os-release` isn't available

BUG FIXES:
* Fixed `subprocess.CalledProcessError` when running `lsb_release`
* Ignore `/etc/iredmail-release` file while parsing distribution
* Use a binary file for `/dev/null` to avoid `TextIOWrapper` overhead

RELEASE:
* Moved repository from `nir0s/distro` to
  [`python-distro/distro`](https://github.com/python-distro/distro) on GitHub.

(adam)

2021-08-05 10:00:33 UTC MAIN commitmail json YAML

doc: Updated sysutils/dust to 0.6.2

(pin)

2021-08-05 10:00:13 UTC MAIN commitmail json YAML

sysutils/dust: update to 0.6.2

-bugfix: Fix crash when using '-f' flag

(pin)

2021-08-05 08:58:31 UTC MAIN commitmail json YAML

textproc/zet: simplify Makefile

(pin)

2021-08-05 08:57:47 UTC MAIN commitmail json YAML

www/xurl: simplify Makefile

(pin)

2021-08-05 08:56:47 UTC MAIN commitmail json YAML

sysutils/tre-command: simplify Makefile

(pin)

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

sysutils/sfm: simplify Makefile

(pin)

2021-08-05 08:55:18 UTC MAIN commitmail json YAML

time/quest-tui: simplify Makefile

(pin)

2021-08-05 08:54:38 UTC MAIN commitmail json YAML

graphics/viu: simplify Makefile

(pin)

2021-08-05 08:53:59 UTC MAIN commitmail json YAML

graphics/qrrs: simplify Makefile

(pin)

2021-08-05 08:53:21 UTC MAIN commitmail json YAML

graphics/pastel: simplify Makefile

(pin)

2021-08-05 08:52:48 UTC MAIN commitmail json YAML

graphics/oxipng: simplify Makefile

(pin)

2021-08-05 08:52:03 UTC MAIN commitmail json YAML

sysutils/onefetch: simplify Makefile

(pin)

2021-08-05 08:51:27 UTC MAIN commitmail json YAML

sysutils/navi: simplify Makefile

(pin)

2021-08-05 08:50:35 UTC MAIN commitmail json YAML

benchmarks/hyperfine: simplify Makefile

(pin)

2021-08-05 08:49:16 UTC MAIN commitmail json YAML

editors/kibi: simplify Makefile

(pin)

2021-08-05 08:48:28 UTC MAIN commitmail json YAML

www/hackernews-tui: simplify Makefile

(pin)

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

net/yaydl: simplify Makefile

(pin)

2021-08-05 08:46:37 UTC MAIN commitmail json YAML

sysutils/zoxide: simplify Makefile

(pin)

2021-08-05 08:45:42 UTC MAIN commitmail json YAML

www/cratuity: simplify Makefile

(pin)

2021-08-05 08:44:56 UTC MAIN commitmail json YAML

textproc/ripgrep: simplify Makefile

(pin)

2021-08-05 08:44:17 UTC MAIN commitmail json YAML

net/phetch: simplify Makefile

(pin)

2021-08-05 08:43:42 UTC MAIN commitmail json YAML

net/ncgopher: simplify Makefile

(pin)

2021-08-05 08:43:00 UTC MAIN commitmail json YAML

net/maguro: simplify Makefile

(pin)

2021-08-05 08:42:25 UTC MAIN commitmail json YAML

editors/cesium: simplify Makefile

(pin)

2021-08-05 08:41:42 UTC MAIN commitmail json YAML

audio/termusic: simplify Makefile

(pin)

2021-08-05 08:41:02 UTC MAIN commitmail json YAML

audio/librespot: simplify Makefile

(pin)

2021-08-05 08:26:21 UTC MAIN commitmail json YAML

Removed lang/coreclr, sysutils/duplicity

(adam)

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

duplicity: updated to 0.8.20

0.8.20

New
* Better looping.  Increase to 100 loops.
* Repeating test for LP bug 487720.
    Restore fails with "Invalid data - SHA1 hash mismatch"

Changes
* Log difftar filename where kill happened.
* Allow customization.
* Add support for --s3-multipart-chunk-size, default 25MB.
* Fix formatting in A NOTE ON GDRIVE BACKEND.  Minor.

Fix
* Fix test file count after deleting lockfile.
* Support -o{Global,User}KnownHostsFile in --ssh-options.
* Add pydrive2 to requirements.txt.
* Fix error message on gdrivebackend.
* Fix issue 57 SSH backends - IndexError: list index out of range.

Other
* Merge branch 'master' into 'master'
    Add support for new b2sdk V2 API
* Add support for new b2sdk V2 API.
* Merge branch 'master' into 'master'
    chg:dev:Fix Support DynamicLargeObjects inside swift backend
* Merge branch 'issue68' into 'master'
    have duplicity retry validate_block so object storage can report correct size
* Have duplicity retry validate\_block so object storage can report correct size.
* Merge branch 'master' into 'master'
    Replace b2sdk private API references in b2backend with public API
* Replace b2sdk private API references in b2backend with public API.
* Merge branch 'master' into 'master'
    Update b2 backend to use *public* b2sdk API.
* Update b2 backend to use *public* b2sdk API.
* Merge branch 'bullfrogalj/duplicity-master'
* B2sdk 1.8.0 refactored minimum\_part\_size to recommended\_part\_size (the value used stays the same)
    It's a breaking change that makes duplicity fail with the new SDK.
    This fix makes duplicity compatible with both pre- and post- 1.8.0 SDKs.
* Merge branch 'PR-backend-gdrive-mydrive' into 'master'
    backend gdrive, added Google MyDrive support
* Added Google MyDrive support updated man pages and --help text.

(adam)

2021-08-05 08:01:18 UTC MAIN commitmail json YAML

2021-08-05 01:57:59 UTC MAIN commitmail json YAML

upower: add to BUILD_DEFS (noted by pkglint)

(gutteridge)

2021-08-05 01:53:02 UTC MAIN commitmail json YAML

doc: Updated sysutils/upower to 0.99.12

(gutteridge)

2021-08-05 01:52:41 UTC MAIN commitmail json YAML

upower: update to 0.99.12

(Evidently upstream doesn't publish each release to a common directory
anymore; instead they use a process that generates a unique tagged
path.)

Version 0.99.12
~~~~~~~~~~~~~~~
Released: 2021-06-17

New Features:
- Add a raft of new device types
- Add support for iPhone XR, XS and newer models

Bug fixes:
- Work-around incorrect battery percentage reported by MacBooks
- Identify keyboard/pointing device combos as keyboards
- Fix small memory leak in Bluetooth backend
- Fix warning in Bluetooth backend
- Set update time in Bluetooth backend
- Remove support for obsolete CSR devices

(gutteridge)

2021-08-04 21:10:01 UTC MAIN commitmail json YAML

doc: Updated math/sc-im to 0.8.2nb1

(sjmulder)

2021-08-04 21:09:51 UTC MAIN commitmail json YAML

math/sc-im: Fix bash shebang for scopen

(sjmulder)

2021-08-04 17:07:07 UTC MAIN commitmail json YAML

doc: Updated lang/openjdk11 to 1.11.0.11.9nb1

(ryoon)

2021-08-04 17:06:35 UTC MAIN commitmail json YAML

openjdk11: Internal libraries should not use PREFIX/lib for rpath

libjsound.so on NetBSD uses PREFIX/lib/libasound.so and add PREFIX/lib
to rpath of libjsound.so.
Fix confusion against devel/libnet.
Reported by manu@ on tech-pkg@.

Bump PKGREVISON.

(ryoon)

2021-08-04 16:08:43 UTC MAIN commitmail json YAML

mk: Add MariaDB 10.6 bits.

(nia)

2021-08-04 16:01:28 UTC MAIN commitmail json YAML

2021-08-04 15:52:10 UTC MAIN commitmail json YAML

2021-08-04 15:48:04 UTC MAIN commitmail json YAML

doc: Added databases/mariadb106-server version 10.6.3

(nia)

2021-08-04 15:47:41 UTC MAIN commitmail json YAML

doc: Added databases/mariadb106-client version 10.6.3

(nia)

2021-08-04 15:47:25 UTC MAIN commitmail json YAML

pkgsrc/databases/Makefile@1.639 / diff
pkgsrc/databases/mariadb106-client/DESCR@1.1 / diff
pkgsrc/databases/mariadb106-client/Makefile@1.1 / diff
pkgsrc/databases/mariadb106-client/Makefile.common@1.1 / diff
pkgsrc/databases/mariadb106-client/PLIST@1.1 / diff
pkgsrc/databases/mariadb106-client/buildlink3.mk@1.1 / diff
pkgsrc/databases/mariadb106-client/distinfo@1.1 / diff
pkgsrc/databases/mariadb106-client/options.mk@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-BUILD_compile-pentium32-gcov@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-CMakeLists.txt@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-client_CMakeLists.txt@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-extra_wolfssl_wolfssl_certs_intermediate_genintcerts.sh@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-include_my__global.h@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-mysys_crc32_crc32__arm64.c@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-plugin_auth__pam_CMakeLists.txt@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-plugin_auth__socket_CMakeLists.txt@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-plugin_auth__socket_auth__socket.c@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-scripts_CMakeLists.txt@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-scripts_mysqld__safe.sh@1.1 / diff
pkgsrc/databases/mariadb106-client/patches/patch-storage_connect_ioapi.c@1.1 / diff
      :
(more 14 files)
databases: Add MariaDB 10.6.

What's new in 10.6:
https://mariadb.com/kb/en/changes-improvements-in-mariadb-106/

(nia)

2021-08-04 13:33:27 UTC MAIN commitmail json YAML

doc: Updated net/djbdnscurve6 to 38

(schmonz)

2021-08-04 13:33:21 UTC MAIN commitmail json YAML

Update to 38. From the changelog:

- dns_transmit binds to IPv4 or IPv6 UDP/TCP sockets specifically <->
  fehQlibs-18.

(schmonz)

2021-08-04 13:32:55 UTC MAIN commitmail json YAML

2021-08-04 13:32:13 UTC MAIN commitmail json YAML

doc: Updated net/fehqlibs to 18

(schmonz)

2021-08-04 13:32:07 UTC MAIN commitmail json YAML

Update to 18. From the changelog:

- Due to problems binding with IPv4-mapped IPv6 addresses for a DNS
  lookup, splitted up randombind into randombind4 and randombind6.
  socket operations on IPv4 use IPv4 address only. (tx. Kouichi).

(schmonz)

2021-08-04 09:08:53 UTC MAIN commitmail json YAML

Updated devel/py-astroid, lang/nodejs

(adam)

2021-08-04 09:08:32 UTC MAIN commitmail json YAML

nodejs: updated to 14.17.4

Version 14.17.4 'Fermium' (LTS)

This is a security release.

Notable Changes

CVE-2021-22930: Use after free on close http2 on stream canceling (High)
Node.js is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22930
This releases also fixes some regressions with internationalization introduced by the ICU updates in Node.js 14.17.0 and 14.17.1.

(adam)

2021-08-04 09:07:38 UTC MAIN commitmail json YAML

py-astroid: updated to 2.6.6

v2.6.6
Added support to infer return type of typing.cast()
Fix variable lookup's handling of exclusive statements
Fix variable lookup's handling of function parameters
Fix variable lookup's handling of except clause variables
Fix handling of classes with duplicated bases with the same name

(adam)

2021-08-04 08:22:31 UTC MAIN commitmail json YAML

qt5-qtwebengine: TOOL_DEPENDS is correct for ninja.

(nia)

2021-08-04 00:03:13 UTC MAIN commitmail json YAML

doc: Updated x11/alacritty to 0.9.0

(tnn)

2021-08-04 00:02:32 UTC MAIN commitmail json YAML

alacritty: update to 0.9.0

Support for ipfs/ipns URLs
Mode field for regex hint bindings
crash/performance/deadlock fixes

(tnn)

2021-08-03 21:09:05 UTC MAIN commitmail json YAML

added qt5-qtwebengine

(markd)

2021-08-03 21:06:39 UTC MAIN commitmail json YAML

x11: +qt5-qtwebengine

(markd)

2021-08-03 21:04:36 UTC MAIN commitmail json YAML

2021-08-03 20:18:19 UTC MAIN commitmail json YAML

audio/pulseaudio: Fix PLIST for ALSA

(js)

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

doc: Updated chat/element-web to 1.7.34

(js)

2021-08-03 19:51:56 UTC MAIN commitmail json YAML

Update chat/element-web to 1.7.34

Changes in [1.7.34](https://github.com/vector-im/element-desktop/releases/tag/v1.7.34) (2021-07-02)
===================================================================================================

## �沐� SECURITY FIXES
* Sanitize untrusted variables from message previews before translation
  Fixes vector-im/element-web#18314

## 笨ィ Features
* Fix editing of `<sub>` & `<sup`> & `<u>`
  [\#6469](https://github.com/matrix-org/matrix-react-sdk/pull/6469)
  Fixes #18211
* Zoom images in lightbox to where the cursor points
  [\#6418](https://github.com/matrix-org/matrix-react-sdk/pull/6418)
  Fixes #17870
* Avoid hitting the settings store from TextForEvent
  [\#6205](https://github.com/matrix-org/matrix-react-sdk/pull/6205)
  Fixes #17650
* Initial MSC3083 + MSC3244 support
  [\#6212](https://github.com/matrix-org/matrix-react-sdk/pull/6212)
  Fixes #17686 and #17661
* Navigate to the first room with notifications when clicked on space notification dot
  [\#5974](https://github.com/matrix-org/matrix-react-sdk/pull/5974)
* Add matrix: to the list of permitted URL schemes
  [\#6388](https://github.com/matrix-org/matrix-react-sdk/pull/6388)
* Add "Copy Link" to room context menu
  [\#6374](https://github.com/matrix-org/matrix-react-sdk/pull/6374)
* �汳ュ Message bubble layout
  [\#6291](https://github.com/matrix-org/matrix-react-sdk/pull/6291)
  Fixes #4635, #17773 #16220 and #7687
* Play only one audio file at a time
  [\#6417](https://github.com/matrix-org/matrix-react-sdk/pull/6417)
  Fixes #17439
* Move download button for media to the action bar
  [\#6386](https://github.com/matrix-org/matrix-react-sdk/pull/6386)
  Fixes #17943
* Improved display of one-to-one call history with summary boxes for each call
  [\#6121](https://github.com/matrix-org/matrix-react-sdk/pull/6121)
  Fixes #16409
* Notification settings UI refresh
  [\#6352](https://github.com/matrix-org/matrix-react-sdk/pull/6352)
  Fixes #17782
* Fix EventIndex double handling events and erroring
  [\#6385](https://github.com/matrix-org/matrix-react-sdk/pull/6385)
  Fixes #18008
* Improve reply rendering
  [\#3553](https://github.com/matrix-org/matrix-react-sdk/pull/3553)
  Fixes vector-im/riot-web#9217, vector-im/riot-web#7633, vector-im/riot-web#7530, vector-im/riot-web#7169, vector-im/riot-web#7151, vector-im/riot-web#6692 vector-im/riot-web#6579 and #17440
* Improve performance of room name calculation
  [\#1801](https://github.com/matrix-org/matrix-js-sdk/pull/1801)

## �汾� Bug Fixes
* Fix browser history getting stuck looping back to the same room
  [\#18053](https://github.com/vector-im/element-web/pull/18053)
* Fix space shortcuts on layouts with non-English keys in the places of numbers
  [\#17780](https://github.com/vector-im/element-web/pull/17780)
  Fixes #17776
* Fix CreateRoomDialog exploding when making public room outside of a space
  [\#6493](https://github.com/matrix-org/matrix-react-sdk/pull/6493)
* Fix regression where registration would soft-crash on captcha
  [\#6505](https://github.com/matrix-org/matrix-react-sdk/pull/6505)
  Fixes #18284
* only send join rule event if we have a join rule to put in it
  [\#6517](https://github.com/matrix-org/matrix-react-sdk/pull/6517)
* Improve the new download button's discoverability and interactions.
  [\#6510](https://github.com/matrix-org/matrix-react-sdk/pull/6510)
* Fix voice recording UI looking broken while microphone permissions are being requested.
  [\#6479](https://github.com/matrix-org/matrix-react-sdk/pull/6479)
  Fixes #18223
* Match colors of room and user avatars in DMs
  [\#6393](https://github.com/matrix-org/matrix-react-sdk/pull/6393)
  Fixes #2449
* Fix onPaste handler to work with copying files from Finder
  [\#5389](https://github.com/matrix-org/matrix-react-sdk/pull/5389)
  Fixes #15536 and #16255
* Fix infinite pagination loop when offline
  [\#6478](https://github.com/matrix-org/matrix-react-sdk/pull/6478)
  Fixes #18242
* Fix blurhash rounded corners missing regression
  [\#6467](https://github.com/matrix-org/matrix-react-sdk/pull/6467)
  Fixes #18110
* Fix position of the space hierarchy spinner
  [\#6462](https://github.com/matrix-org/matrix-react-sdk/pull/6462)
  Fixes #18182
* Fix display of image messages that lack thumbnails
  [\#6456](https://github.com/matrix-org/matrix-react-sdk/pull/6456)
  Fixes #18175
* Fix crash with large audio files.
  [\#6436](https://github.com/matrix-org/matrix-react-sdk/pull/6436)
  Fixes #18149
* Make diff colors in codeblocks more pleasant
  [\#6355](https://github.com/matrix-org/matrix-react-sdk/pull/6355)
  Fixes #17939
* Show the correct audio file duration while loading the file.
  [\#6435](https://github.com/matrix-org/matrix-react-sdk/pull/6435)
  Fixes #18160
* Fix various timeline settings not applying immediately.
  [\#6261](https://github.com/matrix-org/matrix-react-sdk/pull/6261)
  Fixes #17748
* Fix issues with room list duplication
  [\#6391](https://github.com/matrix-org/matrix-react-sdk/pull/6391)
  Fixes #14508
* Fix grecaptcha throwing useless error sometimes
  [\#6401](https://github.com/matrix-org/matrix-react-sdk/pull/6401)
  Fixes #15142
* Update Emojibase and Twemoji and switch to IamCal (Slack-style) shortcodes
  [\#6347](https://github.com/matrix-org/matrix-react-sdk/pull/6347)
  Fixes #13857 and #13334
* Respect compound emojis in default avatar initial generation
  [\#6397](https://github.com/matrix-org/matrix-react-sdk/pull/6397)
  Fixes #18040
* Fix bug where the 'other homeserver' field in the server selection dialog would become briefly focus and then unfocus when clicked.
  [\#6394](https://github.com/matrix-org/matrix-react-sdk/pull/6394)
  Fixes #18031
* Standardise spelling and casing of homeserver, identity server, and integration manager
  [\#6365](https://github.com/matrix-org/matrix-react-sdk/pull/6365)
* Fix widgets not receiving decrypted events when they have permission.
  [\#6371](https://github.com/matrix-org/matrix-react-sdk/pull/6371)
  Fixes #17615
* Prevent client hangs when calculating blurhashes
  [\#6366](https://github.com/matrix-org/matrix-react-sdk/pull/6366)
  Fixes #17945
* Exclude state events from widgets reading room events
  [\#6378](https://github.com/matrix-org/matrix-react-sdk/pull/6378)
* Cache feature_spaces\* flags to improve performance
  [\#6381](https://github.com/matrix-org/matrix-react-sdk/pull/6381)

Changes in [1.7.33](https://github.com/vector-im/element-web/releases/tag/v1.7.33) (2021-07-19)
===============================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.33-rc.1...v1.7.33)

* No changes from rc.1

Changes in [1.7.33-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.33-rc.1) (2021-07-14)
=========================================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.32...v1.7.33-rc.1)

* Translations update from Weblate
  [\#17991](https://github.com/vector-im/element-web/pull/17991)
* Revert "Don't run nginx as root in docker"
  [\#17990](https://github.com/vector-im/element-web/pull/17990)
* Don't run nginx as root in docker
  [\#17927](https://github.com/vector-im/element-web/pull/17927)
* Add VS Code to gitignore
  [\#17982](https://github.com/vector-im/element-web/pull/17982)
* Remove canvas native dependencies from Dockerfile
  [\#17973](https://github.com/vector-im/element-web/pull/17973)
* Remove node-canvas devDependency
  [\#17967](https://github.com/vector-im/element-web/pull/17967)
* Add `reskindex` to development steps
  [\#17926](https://github.com/vector-im/element-web/pull/17926)
* Update Modernizr and stop it from polluting classes on the html tag
  [\#17921](https://github.com/vector-im/element-web/pull/17921)
* Convert a few files to TS
  [\#17895](https://github.com/vector-im/element-web/pull/17895)
* Do not generate a lockfile when running in CI
  [\#17902](https://github.com/vector-im/element-web/pull/17902)
* Fix lockfile to match listed dependencies
  [\#17888](https://github.com/vector-im/element-web/pull/17888)
* Remove PostCSS calc() processing
  [\#17856](https://github.com/vector-im/element-web/pull/17856)
* Make issue template styling more consistent and improve PR template
  [\#17691](https://github.com/vector-im/element-web/pull/17691)
* Update jsrsasign to ^10.2.0 (Includes fix for CVE-2021-30246)
  [\#17170](https://github.com/vector-im/element-web/pull/17170)
* Migrate to `eslint-plugin-matrix-org`
  [\#17847](https://github.com/vector-im/element-web/pull/17847)
* Remove spurious overflow: auto on #matrixchat element
  [\#17647](https://github.com/vector-im/element-web/pull/17647)
* Enhance security by disallowing CSP object-src rule
  [\#17818](https://github.com/vector-im/element-web/pull/17818)

(js)

2021-08-03 18:09:56 UTC MAIN commitmail json YAML

doc: Updated games/warzone2100 to 4.1.2

(triaxx)

2021-08-03 18:09:27 UTC MAIN commitmail json YAML

2021-08-03 17:59:21 UTC MAIN commitmail json YAML

doc: Updated sysutils/tiramisu to 2.0

(pin)

2021-08-03 17:59:00 UTC MAIN commitmail json YAML

sysutils/tiramisu: update to 2.0

-Get base64 at least displaying.

(pin)

2021-08-03 17:57:59 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.35.0

(pin)

2021-08-03 17:57:35 UTC MAIN commitmail json YAML

shells/nushell: update to 0.35.0

-Add the -s parameter to submit package to winget in pipeline (#3767)
-corrected position of dataframes (#3776)
-fixed show_hints option to allow hints to be turned off (#3780)
-Updated polars version for faster CSV reader (#3781)
-Fix docs for the config variable completion_type (#3804)
-bat theme wasn't getting set properly (#3807)
-Dataframe Shape command (#3805)
-Support other variables than PATH in pathvar (2nd attempt) (#3828)
-change describe so it doesn't output colored strings (#3832)
-Read from standard input in rm (#3763)
-use chrono_humanize for datetime formatting (#3834)
-All is a DataFrame (#3812)
-Add sha256 to the hash command (#3836)
-added the ability to compare time units like 1hr < 2hr (#3845)
-Update implementing_a_command.md (#3848)
-Improve md5 and sha256 code (#3841)
-Fix clippy lint and disable broken lint (#3865)
-document compiling without openssl (#3862)
-Add named positionals to all (#3863)
-add performance metrics for measuring startup time (#3854)
-fix interpolated strings when using unicode (#3866)
-Support equals sign in shorthand environment variable values (#3869)
-simple contains arguments (#3874)
-Better representation in nested dataframes (#3875)

(pin)

2021-08-03 17:25:52 UTC MAIN commitmail json YAML

doc: Added net/dnc version 0.2.0

(fcambus)

2021-08-03 17:25:03 UTC MAIN commitmail json YAML

2021-08-03 17:23:47 UTC MAIN commitmail json YAML

net/dnc: import dnc-0.2.0.

dnc (Domain Name Checker), is a CLI tool to check domain names configuration.

(fcambus)

2021-08-03 16:02:44 UTC MAIN commitmail json YAML

doc: Updated graphics/vulkan-headers to 1.2.182.0

(triaxx)

2021-08-03 16:00:27 UTC MAIN commitmail json YAML

vulkan-headers: Update to 1.2.182

pkgsrc changes:
---------------
  * Remove the patches since they are fixed upstream.

upstream changes:
-----------------
  * A lot of changes are available by following the link:
    https://github.com/KhronosGroup/Vulkan-Docs/blob/v1.2.182/ChangeLog.txt

(triaxx)

2021-08-03 13:16:37 UTC MAIN commitmail json YAML

doc: Updated net/minitube to 3.9

(ryoon)

2021-08-03 13:16:02 UTC MAIN commitmail json YAML

minitube: Update to 3.9

Changelog:
3.9
* default constructor needed by QVector

3.8.2
translation

3.8.1
cleanup

3.8
unknown

3.7
fix crash

3.6.7
unknown

3.6.6
handle thumb loading error

3.6.5
fix deprecated call

3.6.4
unknown

3.6.3
unknown

3.6.2
unused functions

3.6.1
http handling

3.6
fix recent search

3.5.1
unknown

(ryoon)

2021-08-03 12:19:40 UTC MAIN commitmail json YAML

doc: Updated devel/byacc to 20210802

(fcambus)

2021-08-03 12:19:29 UTC MAIN commitmail json YAML

byacc: update to 20210802.

2021-08-02  Thomas E. Dickey  <dickey@invisible-island.net>

* main.c, yacc.1: add "-h" option

* main.c:
map any of bison's long-options which have a corresponding yacc option
into the latter, without depending upon getopt_long().

* main.c: suggested patch:
From: Boris Kolpackov <boris@codesynthesis.com>
Subject: Re: [PATCH] support bison's --defines and --output options in
byacc

2021-08-01  Thomas E. Dickey  <dickey@invisible-island.net>

* output.c:
fix a misplaced #line, which was after a generated line in the code-file

* output.c:
add a state-machine to output_semantic_actions() to detect and replace
the "#line" directives added by Roland Illig's change, making them show
the actual line-numbers in the code-file.

* reader.c:
adapt a patch by Roland Illig which added #line directives with dummy
filename and line number, because the debug information was incorrect.
The actual fix (see output_semantic_actions) is to emit #line directives
which correspond to the code-file.

* reader.c: simplify an ifdef so I can balance {/}

* output.c: use new macro

* defs.h: add fprintf_lineno macro

* reader.c:
make that a little simpler - but I see that this should be using the
code-file's line-numbering rather than ""

* reader.c:
make that into a macro, and add a begin_case() to more/less match (the
#line's are not together in some btyacc cases...)

2021-07-14  Thomas E. Dickey  <dickey@invisible-island.net>

* reader.c: From: Roland Illig <roland.illig@gmx.de>
Subject: small patch for byacc
...
this splits up "\nbreak;\n" output to put #line directives after
first "\n"

2021-07-03  Thomas E. Dickey  <dickey@invisible-island.net>

* config.sub: 2021-07-03
    From: Ozkan Sezer <sezero@users.sourceforge.net>
    config.sub: disable shellcheck SC2006 / SC2268 warnings

    This is in line with the recent config.guess change in commit
    12fcf67c9108f4c4b581eaa302088782f0ee40ea

    * config.sub (shellcheck disable): Add SC2006,SC2268.

    Suggested-by: Jacob Bachmeyer <jcb@gnu.org>
    Signed-off-by: Ozkan Sezer <sezero@users.sourceforge.net>
    Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>

* config.sub: 2021-07-03
    From: Ozkan Sezer <sezero@users.sourceforge.net>
    config.sub: normalize the quoting in the `echo FOO | sed ...`

    Some cases quote the argument to echo and some do not.  At runtime
    it probably does not matter because the substituted values will never
    contain whitespace, but quoting them all would make shellcheck more
    useful.

    * config.sub: Consistently quote the argument of echo.
    * doc/config.sub.1: Regenerate.

    Suggested-by: Jacob Bachmeyer <jcb@gnu.org>
    Signed-off-by: Ozkan Sezer <sezero@users.sourceforge.net>
    Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>

2021-07-02  Thomas E. Dickey  <dickey@invisible-island.net>

* config.sub: 2021-06-03
    From: Ozkan Sezer <sezero@users.sourceforge.net>
    config.sub: replace POSIX $( ) with classic ` ` throughout

    This is in line with the recent config.guess change in commit
    d70c4fa934de164178054c3a60aaa0024ed07c91.

    The patch was generated using patch-6.gawk script introduced in that
    commit.

    * config.sub: Revert POSIX command substitutions to classic form.

    Signed-off-by: Ozkan Sezer <sezero@users.sourceforge.net>
    Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>

(fcambus)

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

doc: Updated x11/xrestop to 0.5

(wiz)

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

xrestop: update to 0.5.

Alan Coopersmith (3):
      Update configure.ac bug URL for gitlab migration
      Fix -Wsign-compare warning in recurse_win_tree()
      Fix -Wsign-compare warnings in xrestop_client_get_stats

Ben Byer (1):
      fixed typo in output of xrestop -b

Gaetan Nadon (5):
      config: upgrade Autoconf initialization section
      config: use standard xorg autogen.sh
      config: use standard xorg .gitignore file
      config: upgrade to util-macros 1.8 for additional man page support
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99

James Cloos (2):
      Replace static ChangeLog with dist-hook to generate from git log
      Fix commit 08c9daab3a0b3ef37723c007858fa949cb91bbd8

Keith Packard (1):
      Use XResQueryClientIds to get pid instead of window property

Kevin Ryde (1):
      In xrestop_client_get_info() show xrestop's own pid.

Matthieu Herrb (7):
      Update README for gitlab migration
      Fix version for development.
      More fixes for README.md + modern packaging
      Remove unused function window_get_pid()
      Fix character buffer sizes to hold full formatted strings
      Fix EXTRA_DIST and MAINTAINERCLEANFILES
      Release xrestop 0.5

Paulo Cesar Pereira de Andrade (1):
      Correct make distcheck and sparse warnings.

Peter Harris (1):
      Display ShmSeg resource count

S�ren Sandmann Pedersen (2):
      man page: Change -dt to -t
      More man page fixes

Walter Harms (4):
      FIX:  warning: initialization discards `const' qualifier from pointer target type
      no need-to-check argument for XFree
      remove unused debug code
      FIX: malloc+memset=calloc

(wiz)

2021-08-03 09:03:34 UTC MAIN commitmail json YAML

x11/unibar: simplify Makefile

(pin)

2021-08-03 09:02:49 UTC MAIN commitmail json YAML

graphics/stitchy: simplify Makefile

(pin)

2021-08-03 09:02:05 UTC MAIN commitmail json YAML

textproc/stava: simplify Makefile

(pin)

2021-08-03 09:01:26 UTC MAIN commitmail json YAML

textproc/sd: simplify Makefile

(pin)

2021-08-03 09:00:37 UTC MAIN commitmail json YAML

finance/rates: simplify Makefile

(pin)

2021-08-03 08:59:43 UTC MAIN commitmail json YAML

textproc/prose: simplify Makefile

(pin)

2021-08-03 08:58:42 UTC MAIN commitmail json YAML

textproc/molybdenum: simplify Makefile

(pin)

2021-08-03 08:57:48 UTC MAIN commitmail json YAML

time/heliocron: simplify Makefile

(pin)

2021-08-03 08:56:40 UTC MAIN commitmail json YAML

sysutils/lsfp: simplify Makefile

(pin)

2021-08-03 08:55:54 UTC MAIN commitmail json YAML

sysutils/lsd: simplify Makefile

(pin)

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

print/jpeg-to-pdf: simplify Makefile

(pin)

2021-08-03 08:53:47 UTC MAIN commitmail json YAML

misc/deckster: simplify Makefile

(pin)

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

textproc/diffr: simplify Makefile

(pin)

2021-08-03 08:49:27 UTC MAIN commitmail json YAML

doc: Updated x11/xeyes to 1.2.0nb1

(ryoon)

2021-08-03 08:48:51 UTC MAIN commitmail json YAML

xeyes: Remove devel/xorg-util-macros dependency. Bump PKGREVISION

It is warning and not error.
Noticed by wiz@. Thank you.

(ryoon)

2021-08-03 08:16:45 UTC MAIN commitmail json YAML

Notes on distributed bulk builds

(nia)

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

Update figures on how much space you need for bulk builds.

(nia)

2021-08-03 07:28:15 UTC MAIN commitmail json YAML

clang.mk: add support for PKGSRC_USE_SSP=strong

(nia)

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

gcc.mk: Add support for MKPIE when compiling Fortran code.

PR pkg/56337

(nia)

2021-08-03 03:45:25 UTC MAIN commitmail json YAML

xeyes: Fix build. xorg-macros.pc and xi.pc are required to build

(ryoon)

2021-08-02 20:36:07 UTC MAIN commitmail json YAML

Updated textproc/py-pyphen, print/py-reportlab, www/py-django3, devel/py-pybind11

(adam)

2021-08-02 20:35:42 UTC MAIN commitmail json YAML

py-pybind11: updated to 2.7.0

Version 2.7.0

New features:

Enable py::implicitly_convertible<py::none, ...> for py::class_-wrapped types.
Allow function pointer extraction from overloaded functions.
NumPy: added .char_() to type which gives the NumPy public char result, which also distinguishes types by bit length (unlike .kind()).
Add pybind11::bytearray to manipulate bytearray similar to bytes.
pybind11/stl/filesystem.h registers a type caster that, on C++17/Python 3.6+, converts std::filesystem::path to pathlib.Path and any os.PathLike to std::filesystem::path.
A PYBIND11_VERSION_HEX define was added, similar to PY_VERSION_HEX.

Changes:

py::str changed to exclusively hold PyUnicodeObject. Previously py::str could
also hold bytes, which is probably surprising, was never documented, and can mask bugs (e.g. accidental use of py::str instead of py::bytes).
Add a safety guard to ensure that the Python GIL is held when C++ calls back into Python via object_api<>::operator() (e.g. py::function __call__). (This feature is available for Python 3.6+ only.)
Catch a missing self argument in calls to __init__().
Use std::string_view if available to avoid a copy when passing an object to a std::ostream.
An important warning about thread safety was added to the iostream.h documentation; attempts to make py::scoped_ostream_redirect thread safe have been removed, as it was only partially effective.

Fixes:

Performance: avoid unnecessary strlen calls.
Fix auto-generated documentation string when using const T in pyarray_t.
Unify error messages thrown by simple_collector/unpacking_collector.
pybind11::builtin_exception is now explicitly exported, which means the types included/defined in different modules are identical, and exceptions raised in different modules can be caught correctly. The documentation was updated to explain that custom exceptions that are used across module boundaries need to be explicitly exported as well.
Fixed exception when printing UTF-8 to a scoped_ostream_redirect.
Pickle support enhancement: setstate implementation will attempt to setattr __dict__ only if the unpickled dict object is not empty, to not force use of py::dynamic_attr() unnecessarily.
Allow negative timedelta values to roundtrip.
Fix unchecked errors could potentially swallow signals/other exceptions.
Add null pointer check with std::localtime.
Fix the weakref constructor from py::object to create a new weakref on conversion.
Avoid relying on exceptions in C++17 when getting a shared_ptr holder from a shared_from_this class.
Allow the codec's exception to be raised instead of RuntimeError when casting from py::str to std::string.

Build system improvements:

In setup_helpers.py, test for platforms that have some multiprocessing features but lack semaphores, which ParallelCompile requires.
Fix pybind11_INCLUDE_DIR in case CMAKE_INSTALL_INCLUDEDIR is absolute.
Fix bug not respecting WITH_SOABI or WITHOUT_SOABI to CMake.
Fix the default Pybind11Extension compilation flags with a Mingw64 python.
Clang on Windows: do not pass /MP (ignored flag).
pybind11.setup_helpers.intree_extensions can be used to generate Pybind11Extension instances from cpp files placed in the Python
package source tree.

Backend and tidying up:

Enable clang-tidy performance, readability, and modernization checks throughout the codebase to enforce best coding practices.,
Checks for common misspellings were added to the pre-commit hooks.
Changed Werror to stricter Werror-all for Intel compiler and fixed minor issues.
Fixed compilation with GCC < 5 when the user defines _GLIBCXX_USE_CXX11_ABI.
Added nox support for easier local testing and linting of contributions. and
Avoid RTD style issue with docutils 0.17+.
Support pipx run, such as pipx run pybind11 --include for a quick compile.

(adam)

2021-08-02 20:33:58 UTC MAIN commitmail json YAML

py-django3: updated to 3.2.6

Django 3.2.6

Bugfixes

Fixed a regression in Django 3.2 that caused a crash validating "NaN" input with a forms.DecimalField when additional constraints, e.g. max_value, were specified.
Fixed a bug in Django 3.2 where a system check would crash on a model with a reverse many-to-many relation inherited from a parent class.

(adam)

2021-08-02 20:31:12 UTC MAIN commitmail json YAML

py-reportlab: updated to 3.5.68

CHANGES 3.5.68
* graphics improve some error messages for renderPM
* changed lib.urilt.recursiveImport after errors in python3.10, reflect changes in readJPEGInfo
* pdfutils readJPEGInfo extracts dpi if present defaults to (72, 72)
* Image flowable allows a useDPI argument
* paraparser annotate some errors

(adam)

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

py-pyphen: updated to 0.11.0

0.11.0:
Update dictionaries (add Albanian, Belarusian, Esperanto, Mongolian; update Italian, Portuguese of Brazil, Russian).
Use Flit for packaging. You can now build packages using pip install flit, flit build.

(adam)

2021-08-02 18:45:35 UTC MAIN commitmail json YAML

Fixed COMMENT because package is at 9.16.

(jklos)

2021-08-02 18:37:08 UTC MAIN commitmail json YAML

Add VAX to list of architectures which need libatomic. Additional fix for PR/56315.

(jklos)

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

www/longboard: simplify Makefile

(pin)

2021-08-02 15:41:21 UTC MAIN commitmail json YAML

www/monolith: simplify Makefile

(pin)

2021-08-02 15:40:34 UTC MAIN commitmail json YAML

www/so: simplify Makefile

(pin)

2021-08-02 15:39:36 UTC MAIN commitmail json YAML

www/suckit: simplify Makefile

(pin)

2021-08-02 15:38:37 UTC MAIN commitmail json YAML

x11/rterm: simplify Makefile

(pin)

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

sysutils/broot: simplify Makefile

(pin)

2021-08-02 15:36:36 UTC MAIN commitmail json YAML

textproc/bs: simplify Makefile

(pin)

2021-08-02 15:20:33 UTC MAIN commitmail json YAML

shells/nushell: simplify Makefile

(pin)

2021-08-02 15:19:31 UTC MAIN commitmail json YAML

math/funst: simplify Makefile

(pin)

2021-08-02 15:18:44 UTC MAIN commitmail json YAML

sysutils/dust: simplify Makefile

(pin)

2021-08-02 15:17:40 UTC MAIN commitmail json YAML

textproc/csview: simplify Makefile

(pin)

2021-08-02 15:16:13 UTC MAIN commitmail json YAML

sysutils/cchmod: simplify Makefile

(pin)

2021-08-02 15:08:56 UTC MAIN commitmail json YAML

doc: Updated x11/qt5ct to 1.3

(pin)

2021-08-02 15:08:33 UTC MAIN commitmail json YAML

x11/qt5ct: update to 1.3

Version 1.3
-fixed cmake support
-prepend custom stylesheets to the application stylesheet (John Lindgren)
-updated Catalan translation (Toni Est辿vez)
-updated French translation (setvisible)

(pin)

2021-08-02 15:07:05 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.14.5

(pin)

2021-08-02 15:06:45 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.14.5

Changes & fixes:
-Added support for loading (unsafe) c modules via Lua require.
-Removed termion from dependency list.
-Optimized performance and memory usage.
-Minor fixes.

(pin)

2021-08-02 15:05:06 UTC MAIN commitmail json YAML

doc: Updated security/pleaser to 0.4.2

(pin)

2021-08-02 15:04:48 UTC MAIN commitmail json YAML

security/pleaser: update to 0.4.2

-Fix example
-Check should fail if handed a non-regular file
-Document control characters
-Optional environment passthrough
-Removing superfluous backtick
-Child should be handled in parent
-Removing redundant util.rs
-Reorganising tests to storage overheads
-Clippy suggestions
-Removing need to drop privs in child
-Forking can be done as low priv user

(pin)

2021-08-02 15:02:50 UTC MAIN commitmail json YAML

doc: Updated textproc/paperoni to 0.6.0

(pin)

2021-08-02 15:02:29 UTC MAIN commitmail json YAML

textproc/paperoni: update to 0.6.0

This release adds the following:
-HTML exports. Visit the README to know more.
-Fix header id generation for table of contents.

(pin)

2021-08-02 15:01:01 UTC MAIN commitmail json YAML

Fix dual commit

(pin)

2021-08-02 14:57:01 UTC MAIN commitmail json YAML

doc: Updated textproc/git-delta to 0.8.3

(wiz)

2021-08-02 14:56:51 UTC MAIN commitmail json YAML

git-delta: update to 0.8.3.

Updated provided by Michael-John Turner on pkgsrc-users.

0.8.3

This release fixes a security vulnerability (CVE-2021-36376) on
Windows. Please update if you are using Windows.

0.8.2

This is a bug fix release: the bug occurs when using delta to diff
files whose names contain spaces. It does not affect use of delta
as git's pager.

0.8.1

This is mainly a bug fix release: filenames containing spaces were
causing crashes due to a regression in 0.8.0. It also includes a
fix for the delta file_a file_b "diff mode" usage style, and an
improvement for the diff-highlight / diff-so-fancy emulation modes.

0.8.0

New option relative-paths causes all file paths to be printed
relative to the current directory so that they can be easily opened
in a text editor or used in a shell command. Using hunk-header-style
= file line-number syntax will emit the line number with the file
path and thus should allow your editor to open at the correct line.
For example, in the VS Code integrated terminal this means that
with no further configuration every file path in git output can be
opened with ctrl-click/cmd-click, and opening at a specific line
works. Use diff-stat-align-width to control horizontal alignment
of diff stat sections, although this may be replaced by a better
solution in the future. #552

New option commit-regex allows delta to work nicely with custom
git log formats (#174)

Support git -c delta.foo=bar ... in latest git version #573

Support custom hyperlink hash formats #613

Allow custom themes to be defined as light themes #598

Transform file paths to be relative to current directory #552

delta file_A file_B now invokes git diff, instead of diff -u

(older changes at https://github.com/dandavison/delta/releases)

(wiz)

2021-08-02 14:56:46 UTC MAIN commitmail json YAML

audio/ncspot: update to 0.8.1

0.8.1
-Release 0.8.0 had a minor bug which could result in a compilation error for
non-default build configurations, e.g. if notifications are disabled. 0.8.1
fixes this.

0.8.0
Maintenance:
-Show album art when playing 'similar tracks' (#354)
-Don't panic if user quits login process (#479)
-Handle commands (e.g. h, j, k l) in select artist modal (#560)

Features:
-Make command key configurable (#487)
-Add album cover to notification (#563)
-Add command line flag for custom config filename (#565)

(pin)

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

doc: Updated security/gpg-tui to 0.7.3

(pin)

2021-08-02 14:54:57 UTC MAIN commitmail json YAML

security/gpg-tui: update to 0.7.3

[0.7.3] - 2021-07-25

Added:
-Add Wayland clipboard support (#30)
-Add 'in the media' section to README.md

Changed:
-Import the test key from keyserver in CI workflow

Fixed:
-Handle clipboard errors

(pin)

2021-08-02 14:10:02 UTC MAIN commitmail json YAML

doc: Updated lang/php80 to 8.0.9

(taca)

2021-08-02 14:09:37 UTC MAIN commitmail json YAML

lang/php80: update to 8.0.9

29 Jul 2021, PHP 8.0.9

- Core:
  . Fixed bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files).
    (cmb, Nikita)
  . Fixed bug #81163 (incorrect handling of indirect vars in __sleep).
    (krakjoe)
  . Fixed bug #81159 (Object to int warning when using an object as a string
    offset). (girgias)
  . Fixed bug #80728 (PHP built-in web server resets timeout when it can kill
    the process). (Calvin Buckley)
  . Fixed bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri']).
    (cmb)
  . Fixed bug #80173 (Using return value of zend_assign_to_variable() is not
    safe). (Nikita)
  . Fixed bug #73226 (--r[fcez] always return zero exit code). (cmb)

- Intl:
  . Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
    (cmb)
  . Fixed bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone). (cmb)
  . Fixed bug #74264 (grapheme_strrpos() broken for negative offsets). (cmb)

- OpenSSL:
  . Fixed bug #52093 (openssl_csr_sign truncates $serial). (cmb)

- PCRE:
  . Fixed bug #81101 (PCRE2 10.37 shows unexpected result). (Anatol)
  . Fixed bug #81243 (Too much memory is allocated for preg_replace()). (cmb)

- Reflection:
  . Fixed bug #81208 (Segmentation fault while create newInstance from
    attribute). (Nikita)

- Standard:
  . Fixed bug #81223 (flock() only locks first byte of file). (cmb)

(taca)

2021-08-02 14:08:32 UTC MAIN commitmail json YAML

doc: Updated lang/php74 to 7.4.22

(taca)

2021-08-02 14:08:01 UTC MAIN commitmail json YAML

lang/php74: update to 7.4.22

29 Jul 2021, PHP 7.4.22

- Core:
  . Fixed bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files).
    (cmb, Nikita)
  . Fixed bug #81163 (incorrect handling of indirect vars in __sleep).
    (krakjoe)
  . Fixed bug #80728 (PHP built-in web server resets timeout when it can kill
    the process). (Calvin Buckley)
  . Fixed bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri']).
    (cmb)
  . Fixed bug #80173 (Using return value of zend_assign_to_variable() is not
    safe). (Nikita)
  . Fixed bug #73226 (--r[fcez] always return zero exit code). (cmb)

- Intl:
  . Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
    (cmb)
  . Fixed bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone). (cmb)
  . Fixed bug #74264 (grapheme_strrpos() broken for negative offsets). (cmb)

- OpenSSL:
  . Fixed bug #52093 (openssl_csr_sign truncates $serial). (cmb)

- PCRE:
  . Fixed bug #81101 (PCRE2 10.37 shows unexpected result). (Anatol)
  . Fixed bug #81243 (Too much memory is allocated for preg_replace()). (cmb)

- Standard:
  . Fixed bug #81223 (flock() only locks first byte of file). (cmb)

(taca)

2021-08-02 13:49:47 UTC MAIN commitmail json YAML

TODO: Sigil updated in wip

(wiz)

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

doc: Updated textproc/p5-Text-Markdown-Discount to 0.13

(schmonz)

2021-08-02 12:24:08 UTC MAIN commitmail json YAML

Update to 0.13. From the changelog:

- discount/configure.inc: include stdlib.h to find WORD/DWORD @Hugmeir
- discount/configure.sh: include strings.h to find bzero & memset
  @Hugmeir
- add configure option "--with-fenced-code --with-dl=both" @Songmu

(schmonz)

2021-08-02 10:48:34 UTC MAIN commitmail json YAML

doc: Updated x11/xorg-cf-files to 1.0.7

(wiz)

2021-08-02 10:48:26 UTC MAIN commitmail json YAML

xorg-cf-files: update to 1.0.7.

When I released version 1.0.6 in December 2015 I wrote:
  Today is the 10th anniversary of X.Org moving off this tool for our own
  builds.  While we continue to accept patches and publish updates for the
  benefit of other packages which still use Imake to build, we have not been
  actively maintaining, testing, or adding new OS or platform support for
  Imake.  Software that still uses Imake to build is encouraged to move
  to another build system that is better maintained.

Over 5.5 years later this remains true - X.Org strongly encourages anyone
still using Imake to move to meson or another modern/maintained build tool.

Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      xorg-cf-files 1.0.7

Mihail Konev (1):
      autogen: add default patch prefix

Petr Písař (1):
      Imake.tmpl: Invoke "ar cq" with binutils

Than Ngo (1):
      linux: Update LinuxDistribution == LinuxRedHat section

(wiz)

2021-08-02 10:47:17 UTC MAIN commitmail json YAML

doc: Updated x11/libXft to 2.3.4

(wiz)

2021-08-02 10:47:05 UTC MAIN commitmail json YAML

libXft: update to 2.3.4.

This release handles the deprecation of the FcNameRegisterObjectTypes API by
fontconfig, and provides minor cleanups for compiler warnings and man pages.

Alan Coopersmith (1):
      libXft 2.3.4

Keith Packard (2):
      Skip 'render' pattern elements with invalid type
      Remove call to FcNameRegisterObjectTypes

Samanta Navarro (1):
      Fix typo in manual

Thomas E. Dickey (3):
      fix most type-conversion warnings from gcc-normal, without object-file changes
      minor typography fix
      build-fix for c89

(wiz)

2021-08-02 10:41:23 UTC MAIN commitmail json YAML

doc: Updated x11/libXfont2 to 2.0.5

(wiz)

2021-08-02 10:41:14 UTC MAIN commitmail json YAML

libXfont2: update to 2.0.5.

libXfont provides the core of the legacy X11 font system, handling the index
files (fonts.dir, fonts.alias, fonts.scale), the various font file formats,
and rasterizing them.  It is used by the X display servers (Xorg, Xvfb, etc.)
and the X Font Server (xfs), but should not be used by normal X11 clients.  X11
clients access fonts via either the new APIs in libXft, or the legacy APIs in
libX11.

In the past, systems needed to provide both libXfont 1.5 & 2.0 libraries
to support the full X Window System.  If your system has updated to at
least xfs 1.2.0 and bdftopcf 1.1, then libXfont 1.5 should no longer be
needed and you should only need libXfont 2.0.x going forward.

Adam Jackson (1):
      README: Remove mention of libXfont 1.5

Alan Coopersmith (1):
      libXfont2 2.0.5

Alex Richardson (1):
      Fix out-of-bounds read in FontFileMakeDir()

Bernd Kuhls (1):
      configure: define HAVE_LIBBSD when libbsd was found

Jon Turney (1):
      Fix Win32 build since c4ed2e06 "Add some unit testing utilities"

Peter Harris (2):
      Fix crash when font server connection lost
      Fix use after free when font server connection lost

(wiz)

2021-08-02 10:40:10 UTC MAIN commitmail json YAML

doc: Updated x11/xwd to 1.0.8

(wiz)

2021-08-02 10:40:01 UTC MAIN commitmail json YAML

xwd: update to 1.0.8.

Version 1.0.8 of xwd is now available for all your X11 window dumping needs!

It fixes bugs you didn't even know were there and cleans up code you've
never seen!

Alan Coopersmith (7):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Combine options info into a single string in usage()
      QueryColorMap() function in multiVis.c may retrieve incorrect colours (#3)
      Adopt standard X.Org coding style
      Elide empty else
      xwd 1.0.8

Jim Rees (1):
      Zero out uninitialized memory so as not to write stack garbage to dump file

St辿phane Aulery (1):
      Ensure consistency between the manpage and the output of the -help option

(wiz)

2021-08-02 10:38:57 UTC MAIN commitmail json YAML

doc: Updated x11/xeyes to 1.2.0

(wiz)

2021-08-02 10:38:48 UTC MAIN commitmail json YAML

xeyes: update to 1.2.0.

This release of xeyes adds support for using the Present and Xinput2
extensions so that your X server is even smoother when making eyes at you.

Alan Coopersmith (4):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Remove redundant declaration of hypot() for SVR4 systems
      xeyes 1.2.0

Keith Packard (3):
      Add support for the 'Present' extension. [v3]
      Use XI2 raw events to notice when mouse moves [v2]
      Clean up compiler warnings

(wiz)

2021-08-02 05:58:50 UTC MAIN commitmail json YAML

Updated graphics/jasper, devel/memcached

(adam)

2021-08-02 05:58:19 UTC MAIN commitmail json YAML

memcached: updated to 1.6.10

1.6.10:

Fixes

Fix minor severity heap buffer overflow reading --auth-file
stats_prefix.c: Check for NDEBUG before using total_written variable
Add settings stat for shutdown_command enabled
[docker] Add user and expose the memcached port
meta: remove EXPERIMENTAL mark + doc fixes
meta: response code OK -> HD
meta: fix metaset syntax
meta: repairs to mset command
hash: add XXH3 to list of hash algorithms.
fix arm64 crc32 on old glibc/gcc.
extstore: fix crash on 'stats extstore'
seccomp: extend allowed rules for extended usage
The total number of UDP datagrams required for the message is calculated incorrectly.
meta: allow base64'ed binary keys with 'b' flag
small improvements to readme
Added debugtime command for test suite

New Features

The meta protocol can now transmit binary encoded keys by encoding the key in base64 and sending a 'b' flag with the command. If for example your key composes of several large numerics (userids and so on), these can be encoded directly as binary. This shortens the key which can save some memory on the server. See doc/protocol.txt for more details.

(adam)

2021-08-02 05:55:10 UTC MAIN commitmail json YAML

jasper: updated to 2.0.33

2.0.33 (2021-08-01)
Fix a JP2/JPC decoder bug.
Fix a build issue impacting some platforms.

(adam)

2021-08-01 20:02:42 UTC MAIN commitmail json YAML

time/taskwarrior: update to taskwarrior-2.5.3

** Announcement:

Taskwarrior 2.5.3 Released 2021-01-03

The TaskWarrior team is happy to announce a new release! This
bugfix-only release ships a critical fix for issue #2375, which
can make your task report commands hang and eventually die in
certain scenarios.

There were no other critical issues reported specifically for the
2.5.2 release, which either means we did an exceptional job in
backporting bugfixes from 2.6.0, or nobody tested the 2.5.2 release
and we're talking to ourselves here. Going forward, we're going to
tweet more. We can get hearts there.

While most developments happen on the 2.6.0 branch, the 2.5.3 also
proudly features refactored CI system which gave its stamp of
approval for this release.

This is a recommended upgrade.

** Changelog:

2.5.3 () -

- #2375  task hangs then dies when certain tasks are present in a report
          Thanks to Max Rossmannek, Tomáš Janoušek and Chad Phillips.

------ current release ---------------------------

2.5.2 (2020-12-05) - b0c17d11639dc6e783befd89c8508f2abb9b4287

- TD-64  sync conflict deleted all annotations of the task
          Thanks to Markus Beppler, Konstantin Vorobyev
- TI-91  Timewarrior does not compile on DragonFly
          Thanks to Michael Neumann
- TW #1 URL formating
          Thanks to buhtz
- TW #2 Update to markdown and rename DEVELOPER to DEVELOPER.md
          Thanks to Lynoure Braakman
- TW-54/#115 Reduce output for timesheet
          Thanks to Aikido guy
- TW-61  Extract only tasks with annotations
          Thanks to Aikido Guy
- TW-213  Align countdown column on boundary between number and text.
          Thanks to Eric Fluger
- TW-1572 Alternative approach to urgency inheritance
          Thanks to Jens Erat, Wim Schuermann
- TW-1667 hooks: upon failure indicate which hook failed
          Thanks to Daniel Shahaf
- TW-1785 Purge command to remove deleted tasks
          Thanks to Paul Beckingham
- TW-1772 Implementation of circular dependency detection is inefficient
          Thanks to Michael Meier
- TW-1778 Unicode strings are truncated in task description
          Thanks to Andrew, bjonnh, OKOMPer, Vladimir
- TW-1788 Closing a reopened task does not update the end time
          Thanks to Ralph Bean
- TW-1791 taskrc(5) manpage: spurious "pri." in rule.precedence.color
          Thanks to Sebastien Badia
- TW-1792 The info command uses '0' to reference dependencies on non-
          pending tasks.
- TW-1795 Calendar underline on Day padding
          Thanks to Renato Alves
- TW-1805 project:ide is not allowed
          Thanks to Slaven ʙanovic
- TW-1807 dateformat lacks a flag to display day of week
          Thanks to Ellington Santos
- TW-1813 Range filter doesn't work
          Thanks to george js
- TW-1820 Install with -DLANGUAGE=2 flag not work.
          Thanks to E. Manuel Cerr'on Angeles
- TW-1823 Incorrect unicode text wrapping / justifying.
          Thanks to Sergey Trofimov
- TW-1827 Extract annotations from a task
          Thanks to Ryan
- TW-1855 "Well-known" CA certificates not properly auto-loaded
          Thanks to Flavio Poletti
- TW-1857 Change Task::get call to the more efficient Task::has
          Thanks to Zachary Manning
- TW‐1858 Change signature for dependencyGetBlocked
- TW-1859 Change signature of Task::getTags
- TW-1860 Change signature of Task::getAnnotations
- TW-1861 Truncated description when adding annotation
          Thanks to eezewaek
- TW-1869 segmentation fault (on unusual installation)
          Thanks to Eric Hymowitz
- TW-1873 Specify different path to extensions/hooks directory
          Thanks to Eli
- TW-1877 task done, task edit, task is now pending
          Thanks to Eric Hymowitz
- TW-1878 uuids subcommand produces a space-delimited list, not comma-delimited
          Thanks to Scott Kostyshak
- TW-1881 Missing last character(s) in Description field
          Thanks to Hubert Toullec
- TW-1881 default.scheduled seems not to work
          Thanks to Onion
- TW-1885 Task Sync does not send TLS SNI headers
          Thanks to Dan Callahan
- TW-1903 grammar error -- There are 1 local changes.
          Thanks to Eric Hymowitz
- TW-1906/#1919 sync sub-command is missing from task(1) manual page
          Thanks to rjc
- TW-1910 unreachable statement
          Thanks to Martin Strunz
- TW-1917/#1930 "above" does a string comparison, even when the value is numeric
          Thanks to Dirk Deimeke
- TW-1930 Typo in help
          Thanks to Kai HTML
- TW-1935 Separate verbosity category for rc overrides
          Thanks to Paul J. Fenwick
- TW-1936 Tweak tests to have fuller TAP compliance
          Thanks to Paul J. Fenwick
- TW-1938 Adjust behaviour of new-uuid and new-id verbosity levels
          Thanks to Paul J. Fenwick
- TW-1947 "urgency.over" filter seems to not work correct
          Thanks to Marc Richter
- TW #1964 task burndown shows extra brackets #1964
          Thanks to php-coder
- TW #1966 Tests: Don't hardcode errno constants #1966
          Thanks to Jakub Wilk
- TW #1973 Don't nag when no tasks are READY
          Thanks to Martin F. Krafft
- TW #1986 [Nit] Update DEVELOPER.md after migration to Github
          Thanks to Kirill Bobyrev
- TW #1922 Can't find export scripts
          Thanks to tom-doerr
- TW #2020 reserved.lines is not affecting the burndown height
          Thanks to ad₋si
- TW #2047 Exiting the task editor with an error code doesn't remove the lock file
          Thanks to coaxial
- TW #2051 doc/man: ready tasks sorted with started tasks 1st
          Thanks to Simon Désaulniers
- TW #2053 Do not set CMP0037 on CMake 3.11.0 and above
          Thanks to Janik Rabe
- #2077    Change taskrc override priority, respect verbose override, refactor.
          Thanks to taiyu-len
- #2108    CmdHistory: repeat unit if a larger unit changes
          Thanks to Janik Rabe
- #2132    JSON encode/decode string UDAs
          Thanks to Chad Phillips
- #2176    How to get the full list of tags ?
          Thanks to Adrien Lemaire
- #2091    duration of task is set to a wrong and extremely big value
          Thanks to Wray Zheng
- Added 'juhannus' as a synonym for 'midsommarafton'
          Thanks to Lynoure Braakman
- Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY'
  virtual tag.
- Removed deprecated 'alias._query' setting.
- Fixed ambiguity in the esp-ESP localization
          Thanks to Fidel Mato
- Deprecated the 'new-uuid' verbosity option, since its functionality can be
  removed by merging with 'new-id'.
- Correct a false-positive warning when a due date is removed and a wait is
  added.
- Added 'QUARTER' virtual tag.
- Fixed unquoted glob in bash completion script
          Thanks to Ran Benita
- Deprecated use of alternate Boolean configuration settings. Use values "0" for
  off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f",
  "yes", "y", "no", "n".
- Fixed test harness for Python 3.x.
          Thanks to jrabbit
- Improved certificate validation diagnostics
          Thanks to Jelle van der Waa
- Improved portability for SunOS-like OSes.
          Thanks to Antonio Huete Jimenez
- Updated the 'timesheet' command with a more compact report that accepts a
  filter, and has a default filter showing the last four weeks of completed and
  started tasks.
- Added 'history.weekly', 'history.daily', 'ghistory.weekly', 'ghistory.daily'
  report variations, with code refactoring.
          Thanks to Lukas Barth
- New DOM references: annotations.count, tw.syncneeded, tw.program, tw.args,
  tw.width, tw.height, tw.version.
- The message telling you to sync now indicates how many local changes will be
  synced.
- Removed compile-time language settings and I18N.
- Workaround for alias grep=rg in fish
          Thanks to Lionel Miller.
- Do not set CMP0037 on CMake 3.11.0 and above
          Thanks to Janik Rabe

(yhardy)

2021-08-01 18:17:29 UTC MAIN commitmail json YAML

Updated textproc/py-xlsxwriter, devel/py-bitarray

(adam)

2021-08-01 18:17:10 UTC MAIN commitmail json YAML

py-bitarray: updated to 2.2.4

2.2.4:
* use shift operations to speedup all unaligned copy operations
* expose functionality to Python level only in debug mode for testing
* add and improve tests

2.2.3:
* speedup `repeat()`
* speedup shift operations
* optimize slice assignment with negative step, e.g.: `a[::-1] = 1`
* add tests

2.2.2:
* speedup slice assignment
* speedup bitwise operations
* optimize `getbit()` and `setbit()` in `bitarray.h`
* fix TypeError messages when bitarray or int (0, 1) are expected (bool
  is a subclass of int)
* add and improve tests

(adam)

2021-08-01 18:14:31 UTC MAIN commitmail json YAML

py-xlsxwriter: updated to 1.4.5

Release 1.4.5
* Added Description/Alt Text and Decorative accessibility options for charts,
  textboxes and buttons. These options were already available for images.

(adam)

2021-08-01 18:10:08 UTC MAIN commitmail json YAML

Updated audio/faudio, devel/py-ipython, textproc/py-sphinx-autoapi, multimedia/mkvtoolnix

(adam)

2021-08-01 18:09:38 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 60.0.0

Version 60.0.0 "Are We Copies?" 2021-07-31

New features and enhancements

* all: IETF BCP 47/RFC 5646 language tags: added support for language families
  from ISO 639-5 that aren't part of 639-2.
* all: IETF BCP 47/RFC 5646 language tags: implemented support for Alpha 2
  country codes of the "user-defined" category: `AA`, `QM`窶伝QZ`, `XA`窶伝XZ` and
  `ZZ`.
* all: IETF BCP 47/RFC 5646 language tags: updated the various lists of valid
  subtags from the official specs.
* MKVToolNix GUI: multiplexer: pressing the keyboard shortcut for the track's
  "Language" label (Alt+L for English) will now open the language dialog.
* MKVToolNix GUI: multiplexer: added an option in the preferences for turning
  off the colored boxes indicating which file each track belongs to.

Bug fixes

* all: IETF BCP 47/RFC 5646 language tags: fixed validating extended language
  & variant subtags against their allowed prefixes (e.g. a valid tag with a
  country code as in `de-CH-1996` is recognized as valid while two generally
  known variants that aren't allowed together as in `de-1901-1996` is
  recognized as invalid).
* all: IETF BCP 47/RFC 5646 language tags: when looking up a language for a
  two- or three-letter code, the programs will no longer compare that code
  with language names as that was unintended, ambiguous (e.g. the code "Ga"
  could be interpreted as the 639-2 alpha-2 code for "Irish" or as the name of
  the language called "Ga") and only worked with languages whose name was at
  most three letters long.
* mkvmerge: HEVC/H.265: appending Matroska files with HEVC tracks might lead
  to the loss of the first couple of frames from each of the second and all
  following files.
* mkvmerge, mkvextract: HEVC/H.265 parser: fixed the programs aborting when
  parsing VPS or SPS NALUs with invalid content due to unhandled
  exceptions.
* MKVToolNix GUI: multiplexer: when the option "use legacy MIME types for font
  attachments" is enabled, the GUI will now use `application/x-truetype-font`
  for font collection files.
* MKVToolNix GUI: multiplexer: fixed escaping the `mkvmerge` argument in the
  "Show command-line options" dialog for the "Windows (cmd.exe)" mode.
* MKVToolNix GUI: multiplexer: when adding multiple files at once, the GUI
  will sort file names with numbers the way a human would expect it to. For
  example, `1.mp4`, `9.aac`, `10.srt`, `11.srt` are now sorted exactly that
  order instead of `1.mp4`, `10.srt`, `11.srt`, `9.aac`.
* MKVToolNix GUI: header editor: the header editor will now honor the "use
  legacy MIME types when adding font attachments" setting when adding new
  attachments.

(adam)

2021-08-01 18:06:38 UTC MAIN commitmail json YAML

py-sphinx-autoapi: updated to 1.8.3

v1.8.3 (2021-07-31)
-------------------
Bug Fixes
^^^^^^^^^
* Fixed incorrect indentation in generated documentation when a class with no
  constructor has a summary line spanning multiple lines.

Trivial/Internal Changes
* Fixed broken link to Jinja objects.inv.

v1.8.2 (2021-07-26)
-------------------
Bug Fixes
* Fixed error when parsing a class with no constructor.
* Fixed failure to build out of source conf.py files.
  Configuration values using relative values are now relative to the source directory
  instead of relative to the conf.py file.
* Fixed AttributeError using inheritance diagrams on a module with plain imports.
* Explicitly use the domain for generated directives.

(adam)

2021-08-01 18:04:13 UTC MAIN commitmail json YAML

py-ipython: updated to 7.26.0

IPython 7.26
============

IPython 7.26 is a minor release that fixes a couple of issues, updates in API
and Copyright/Licenses issues around various part of the codebase.

We'll highlight `this issue <https://github.com/ipython/ipython/issues/13039>`
pointing out we were including and refereeing to code from Stack Overflow which
was CC-BY-SA, hence incompatible with the BSD license of IPython. This lead us
to a rewriting of the corresponding logic which in our case was done in a more
efficient way (in our case we were searching string prefixes instead of full
strings).

You will notice also a number of documentation improvements and cleanup.

Of particular interest are the following Pull-requests:

- The IPython directive now uses Sphinx logging for warnings. :ghpull:`13030`.
- Add expiry days option to pastebin magic and change http protocol to https.
  :ghpull:`13056`
- Make Ipython.utils.timing work with jupyterlite :ghpull:`13050`.

(adam)

2021-08-01 17:53:13 UTC MAIN commitmail json YAML

faudio: updated to 21.08

21.08

New Features:

Introduced an experimental FNA-only DllMap implementation for .NET 5
Note that modern .NET is still not supported by FNA
Update to FNA3D 21.08
Update to FAudio 21.08

Fixes:

SDL2_FNAPlatform:
By default, minimize on focus loss when fullscreen on Windows
Fix a potential hole in Ctrl+V release detection
AudioEngine:
Constructor now properly throws NoAudioHardware when no audio hardware is present
Fix a memory leak on engine disposal
XACT: Invalid file paths properly throw FileNotFound again

(adam)