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


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




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 16:47:00 UTC Now

2024-03-04 08:03:58 UTC MAIN commitmail json YAML

py-minio: updated to 7.2.5

7.2.5

Bugfix Release

MinioAdmin: Add {add,update,delete,list,get}_service_account APIs
fix DecryptReader to handle stream data correctly
fix pylint error

(adam)

2024-03-04 08:00:45 UTC MAIN commitmail json YAML

2024-03-04 00:55:24 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-DBSchema to 0.47

(wen)

2024-03-04 00:54:45 UTC MAIN commitmail json YAML

Update to 0.47

Upstream changes:
0.47 Wed 07 Sep 2022 04:33:20 PM PDT
    - Fix Pg reverse-engineering of default values in Pg v12+

0.46 unreleased (2016)
    - Add IF EXISTS to DROP INDEX (except under MySQL)
    - Fix table fetching for Sybase and SQLite drivers; refactor table fetching
      into a driver-overridable DBIx::DBSchema::DBD->tables method, patches
      from Nathan Anderson <http://1id.com/=nathan.anderson>

(wen)

2024-03-04 00:51:48 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Connector to 0.59

(wen)

2024-03-04 00:51:05 UTC MAIN commitmail json YAML

Update to 0.59

Upstream changes:
0.59  Sun 02 Jul 2023
      - Fix for Windows t/load.t failures

0.58  Mon 29 Aug 2022
      - No functional changes
      - Updated packaging and package metadata

(wen)

2024-03-04 00:42:26 UTC MAIN commitmail json YAML

Updated www/moodle to 4.3.3

(wen)

2024-03-04 00:38:28 UTC MAIN commitmail json YAML

Update to 4.3.3
Add a MASTER_SITES
Remove 7.4 from PHP_VERSIONS_ACCEPTED

Upstream changelog please visit:
https://moodledev.io/general/releases/4.3/4.3.3

(wen)

2024-03-04 00:00:07 UTC MAIN commitmail json YAML

doc: Updated x11/xsm to 1.0.6

(wiz)

2024-03-03 23:59:59 UTC MAIN commitmail json YAML

xsm: update to 1.0.6.

This release adds -help and -version options and removes ifdefs in the
code for platforms that haven't been supported in the build system since
the switch from imake to autoconf.

Alan Coopersmith (8):
      unifdef -UUSG
      unifdef -UMOTOROLA
      gitlab CI: stop requiring Signed-off-by in commits
      Add -help and -version options
      unifdef SCO325
      unifdef SCO
      unifdef SYSV
      xsm 1.0.6

(wiz)

2024-03-03 23:59:18 UTC MAIN commitmail json YAML

doc: Updated x11/xrefresh to 1.1.0

(wiz)

2024-03-03 23:59:09 UTC MAIN commitmail json YAML

xrefresh: update to 1.1.0.

This release adds two new command-line options: -delay ms & -help

Alan Coopersmith (3):
      gitlab CI: stop requiring Signed-off-by in commits
      Add -help option
      xrefresh 1.1.0

Andrew LeTourneau (1):
      Adding in a '-delay ms' parameter to optionally prolong refreshx

(wiz)

2024-03-03 23:14:05 UTC MAIN commitmail json YAML

doc: Updated x11/xpr to 1.2.0

(wiz)

2024-03-03 23:13:56 UTC MAIN commitmail json YAML

xpr: update to 1.2.0.

This release adds new command line arguments -papertype, -pheight, and -pwidth
in order to support paper sizes other than 8.5 x 11 inches.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while X window dump files should never be more
than 2gb in size, they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xpr to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (8):
      Use memcpy() instead of memmove() when buffers are known not to overlap
      Remove unnnecessary casts from malloc(), calloc(), and free() calls
      No need to bzero() buffers allocated by calloc()
      Add support for paper sizes other than 8.5 x 11 inches
      gitlab CI: stop requiring Signed-off-by in commits
      Modernize lseek() calls
      configure: Use AC_SYS_LARGEFILE to enable large file support
      xpr 1.2.0

(wiz)

2024-03-03 23:13:22 UTC MAIN commitmail json YAML

doc: Updated x11/xmh to 1.0.5

(wiz)

2024-03-03 23:13:13 UTC MAIN commitmail json YAML

xmh: update to 1.0.5.

This release adds -help & -version options, and has a number of
code cleanups.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while files handled by xmh should rarely be more
than 2gb in size, they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xmh to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (16):
      gitlab CI: stop requiring Signed-off-by in commits
      Print which arguments were unknown before giving usage message
      Add -help and -version options
      Modernize lseek() calls
      configure: Use AC_SYS_LARGEFILE to enable large file support
      Replace sprintf calls with snprintf or XtAsprintf
      Use _CONST_X_STRING to make libXt declare String as const char *
      Further reduce the number of -Wdiscarded-qualifiers warnings from 276 to 76
      Mark Punt as _X_NORETURN
      Fix 4 of 4 -Wformat-truncation warnings
      Clear 4 of 6 -Wstringop-truncation warnings
      Plug memory leaks in error paths of ScanDir()
      Handle -Wformat-security warnings from the DEBUG macro
      Convert allocation calls to XtMallocArray or XtReallocArray where appropriate
      Simplify fallback code for systems without S_ISDIR
      xmh 1.0.5

(wiz)

2024-03-03 23:12:31 UTC MAIN commitmail json YAML

doc: Updated x11/xmessage to 1.0.7

(wiz)

2024-03-03 23:12:22 UTC MAIN commitmail json YAML

xmessage: update to 1.0.7.

This release adds a -version option and improves handling of unknown arguments.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while files displayed by xmessage should never be more
than 2gb in size, they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xmessage
to work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (4):
      Print which arguments were unknown before giving usage message
      Add -version option
      configure: Use AC_SYS_LARGEFILE to enable large file support
      xmessage 1.0.7

(wiz)

2024-03-03 23:11:38 UTC MAIN commitmail json YAML

doc: Updated x11/xfontsel to 1.1.1

(wiz)

2024-03-03 23:11:30 UTC MAIN commitmail json YAML

xfontsel: update to 1.1.1.

Alan Coopersmith (5):
      Use gettext() to localize messages if available
      include config.h in xfontsel.c before checking for USE_GETTEXT
      Print which arguments were unknown before giving usage message
      Add -help and -version options
      xfontsel 1.1.1

Thomas Kuehne (1):
      Fixed -Wshadow declaration warnings

(wiz)

2024-03-03 23:10:53 UTC MAIN commitmail json YAML

doc: Updated x11/xev to 1.2.6

(wiz)

2024-03-03 23:10:45 UTC MAIN commitmail json YAML

xev: update to 1.2.6.

Alan Coopersmith (4):
      gitlab CI: stop requiring Signed-off-by in commits
      Mark global variables as "static" since there's only one source file
      Mark graceful_exit as noreturn
      xev 1.2.6

Mikael Magnusson (1):
      Fix overflow on XmbLookupString buffer

(wiz)

2024-03-03 21:14:25 UTC MAIN commitmail json YAML

doc/TODO: + gdb-14.2.

(wiz)

2024-03-03 21:00:16 UTC MAIN commitmail json YAML

doc: Updated x11/xauth to 1.1.3

(wiz)

2024-03-03 21:00:08 UTC MAIN commitmail json YAML

xauth: update to 1.1.3.

This is a minor bugfix release, including fixes for compiler warnings.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while Xauthority files should never be more than 2gb
in size, they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xauth
to work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (9):
      config: Add missing AC_CONFIG_SRCDIR
      Variable scope reductions, as suggested by cppcheck
      Remove unnecessary casts from malloc() calls
      Handle -Wempty-body warning for WRITES() macro
      configure: Use AC_SYS_LARGEFILE to enable large file support
      configure: raise minimum autoconf requirement to 2.70
      unifdef hpux
      unifdef Lynx
      xauth 1.1.3

仆舒弍 (1):
      Unbold brackets for optional n at start of commands

(wiz)

2024-03-03 20:59:26 UTC MAIN commitmail json YAML

doc: Updated fonts/mkfontscale to 1.2.3

(wiz)

2024-03-03 20:59:18 UTC MAIN commitmail json YAML

mkfontscale: update to 1.2.3.

This release switches to the use of pkg-config to find the zlib library.
For platforms like darwin that don't ship zlib.pc, you can specify
ZLIB_CFLAGS and ZLIB_LIBS in the build environment to bypass this.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while font files should never be more than 2gb in size,
they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow mkfontscale
to work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (12):
      configure: Use pkg-config to find zlib
      configure: Use AC_SYS_LARGEFILE to enable large file support
      gitlab CI: stop requiring Signed-off-by in commits
      Remove "All rights reserved" from Oracle copyright notices
      Convert to X.Org standard code style
      doDirectory: add missing check for malloc() returning NULL
      mkfontscale.c: handle -Wshadow warnings from gcc
      ident.c: clear -Wdeclaration-after-statement warning
      Variable scope reductions as recommended by cppcheck
      Resolve some -Wsign-conversion warnings from clang
      Fix -Wimplicit-float-conversion warnings from clang
      mkfontscale 1.2.3

Jeremy Huddleston Sequoia (2):
      configure: Move check for zlib into its own section
      Address a UBSan warning about int left shift overflow

(wiz)

2024-03-03 20:58:28 UTC MAIN commitmail json YAML

doc: Updated x11/listres to 1.0.6

(wiz)

2024-03-03 20:58:18 UTC MAIN commitmail json YAML

listres: update to 1.0.6.

Alan Coopersmith (4):
      gitlab CI: stop requiring Signed-off-by in commits
      Print which argument was unknown before giving usage message
      Add -help and -version options
      listres 1.0.6

(wiz)

2024-03-03 20:57:38 UTC MAIN commitmail json YAML

doc: Updated x11/editres to 1.0.9

(wiz)

2024-03-03 20:57:28 UTC MAIN commitmail json YAML

editres: update to 1.0.9.

Alan Coopersmith (6):
      Ensure all *.c files include config.h before any other headers
      Re-enable code to use XKB Bells
      Add -help and -version options
      List which options were unrecognized before printing usage message
      gitlab CI: stop requiring Signed-off-by in commits
      editres 1.0.9

Peter Radisson (1):
      fix const error

Walter Harms (9):
      FIX const warning
      FIX some const warnings
      stop const warnings
      stop const warnings
      stop const warnings
      stop const warnings
      stop const warnings
      fix initialization discards const
      Fix shadowing box

(wiz)

2024-03-03 20:29:44 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.101.0

(js)

2024-03-03 20:29:33 UTC MAIN commitmail json YAML

Update chat/matrix-synapse to 1.101.0

!!! THIS CHANGES THE LICENSE TO AGPLv3 !!!

# Synapse 1.101.0 (2024-02-13)

### Bugfixes

- Fix performance regression when fetching auth chains from the DB. Introduced in v1.100.0. ([\#16893](https://github.com/element-hq/synapse/issues/16893))

# Synapse 1.101.0rc1 (2024-02-06)

### Improved Documentation

- Fix broken links in the documentation. ([\#16853](https://github.com/element-hq/synapse/issues/16853))
- Update MacOS installation instructions to mention that libicu is optional. ([\#16854](https://github.com/element-hq/synapse/issues/16854))
- The version picker now correctly lists versions after `v1.98.0`. ([\#16880](https://github.com/element-hq/synapse/issues/16880))

### Internal Changes

- Add support for stabilised [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981) that adds a `recurse` parameter on the `/relations` API. ([\#16842](https://github.com/element-hq/synapse/issues/16842))

### Updates to locked dependencies

* Bump dorny/paths-filter from 2 to 3. ([\#16869](https://github.com/element-hq/synapse/issues/16869))
* Bump gitpython from 3.1.40 to 3.1.41. ([\#16850](https://github.com/element-hq/synapse/issues/16850))
* Bump hiredis from 2.2.3 to 2.3.2. ([\#16862](https://github.com/element-hq/synapse/issues/16862))
* Bump jsonschema from 4.20.0 to 4.21.1. ([\#16887](https://github.com/element-hq/synapse/issues/16887))
* Bump lxml-stubs from 0.4.0 to 0.5.1. ([\#16885](https://github.com/element-hq/synapse/issues/16885))
* Bump mypy-zope from 1.0.1 to 1.0.3. ([\#16865](https://github.com/element-hq/synapse/issues/16865))
* Bump phonenumbers from 8.13.26 to 8.13.29. ([\#16868](https://github.com/element-hq/synapse/issues/16868))
* Bump pydantic from 2.5.3 to 2.6.0. ([\#16888](https://github.com/element-hq/synapse/issues/16888))
* Bump sentry-sdk from 1.39.1 to 1.40.0. ([\#16889](https://github.com/element-hq/synapse/issues/16889))
* Bump serde from 1.0.195 to 1.0.196. ([\#16867](https://github.com/element-hq/synapse/issues/16867))
* Bump serde_json from 1.0.111 to 1.0.113. ([\#16866](https://github.com/element-hq/synapse/issues/16866))
* Bump sigstore/cosign-installer from 3.3.0 to 3.4.0. ([\#16890](https://github.com/element-hq/synapse/issues/16890))
* Bump types-pillow from 10.1.0.2 to 10.2.0.20240125. ([\#16864](https://github.com/element-hq/synapse/issues/16864))
* Bump types-requests from 2.31.0.10 to 2.31.0.20240125. ([\#16886](https://github.com/element-hq/synapse/issues/16886))
* Bump types-setuptools from 69.0.0.0 to 69.0.0.20240125. ([\#16863](https://github.com/element-hq/synapse/issues/16863))

# Synapse 1.100.0 (2024-01-30)

No significant changes since 1.100.0rc3.

# Synapse 1.100.0rc3 (2024-01-24)

### Bugfixes

- Fix database performance regression due to changing Postgres table statistics. Introduced in v1.100.0rc1. ([\#16849](https://github.com/element-hq/synapse/issues/16849))

# Synapse 1.100.0rc2 (2024-01-24)

This version is the same as 1.100.0rc1 but with fixes to the release process.

### Internal Changes

- Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to breaking changes. ([\#16847](https://github.com/element-hq/synapse/issues/16847))

# Synapse 1.100.0rc1 (2024-01-23)

*This version was never released to PyPI or the Debian repository due to failures in the automatic part of the release process.*

### Features

- Advertise experimental support for [MSC4028](https://github.com/matrix-org/matrix-spec-proposals/pull/4028) through `/_matrix/clients/versions` if enabled. Contributed by @hanadi92. ([\#16787](https://github.com/element-hq/synapse/issues/16787))

### Bugfixes

- Handle wildcard type filters properly for room messages endpoint. Contributed by Mo Balaa. ([\#14984](https://github.com/element-hq/synapse/issues/14984))

### Improved Documentation

- Add a link to the "Request log format" explainer on the "Logging sample config" documentation page. ([\#16778](https://github.com/element-hq/synapse/issues/16778))
- Fix broken links in issue templates and documentation. ([\#16810](https://github.com/element-hq/synapse/issues/16810))
- NGINX listen http2 deprecation in documentation template for reverse proxy. ([\#16831](https://github.com/element-hq/synapse/issues/16831))

### Internal Changes

- Faster partial join to room with complex auth graph. ([\#7](https://github.com/element-hq/synapse/issues/7))
- Improve DB performance of calculating badge counts for push. ([\#16756](https://github.com/element-hq/synapse/issues/16756))
- Split up deleting devices into batches. ([\#16766](https://github.com/element-hq/synapse/issues/16766))
- Remove CI check for sign-off as we require a CLA signature instead. ([\#16776](https://github.com/element-hq/synapse/issues/16776))
- Ensure CI fails when linting fails to make sure auto-merge does the correct thing. ([\#16781](https://github.com/element-hq/synapse/issues/16781))
- Faster load recents for sync by reducing amount of state pulled out. ([\#16783](https://github.com/element-hq/synapse/issues/16783))
- Reduce amount of state pulled out when querying federation hierachy. ([\#16785](https://github.com/element-hq/synapse/issues/16785))
- Pull less state out of the DB when we retry fetching old events during backfill. ([\#16788](https://github.com/element-hq/synapse/issues/16788))
- Optimize query for fetching to-device messages in `/sync`. ([\#16805](https://github.com/element-hq/synapse/issues/16805))
- Reject OIDC config when `client_secret` isn't specified, but the auth method requires one. ([\#16806](https://github.com/element-hq/synapse/issues/16806))
- Allow room creation but not publishing to continue if room publication rules are violated when creating
  a new room. ([\#16811](https://github.com/element-hq/synapse/issues/16811))
- Bump minimum supported Rust version to 1.65.0. ([\#16818](https://github.com/element-hq/synapse/issues/16818))
- Fixup copyright lines in file headers after the licensing change. ([\#16820](https://github.com/element-hq/synapse/issues/16820))
- Add a `--generate-only` option to the internal configuration/launch script for Complement. ([\#16828](https://github.com/element-hq/synapse/issues/16828))
- Preparatory work for tweaking performance of auth chain lookups. ([\#16833](https://github.com/element-hq/synapse/issues/16833))
- Speed up e2e device keys queries for bot accounts. ([\#16841](https://github.com/element-hq/synapse/issues/16841))

### Updates to locked dependencies

* Bump actions/cache from 3 to 4. ([\#16832](https://github.com/element-hq/synapse/issues/16832))
* Bump actions/download-artifact from 3 to 4. ([\#16795](https://github.com/element-hq/synapse/issues/16795))
* Bump actions/upload-artifact from 3 to 4. ([\#16796](https://github.com/element-hq/synapse/issues/16796))
* Bump anyhow from 1.0.75 to 1.0.79. ([\#16789](https://github.com/element-hq/synapse/issues/16789))
* Bump authlib from 1.2.1 to 1.3.0. ([\#16801](https://github.com/element-hq/synapse/issues/16801))
* Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0. ([\#16794](https://github.com/element-hq/synapse/issues/16794))
* Bump immutabledict from 4.0.0 to 4.1.0. ([\#16812](https://github.com/element-hq/synapse/issues/16812))
* Bump isort from 5.13.1 to 5.13.2. ([\#16835](https://github.com/element-hq/synapse/issues/16835))
* Bump lxml from 4.9.3 to 5.1.0. ([\#16813](https://github.com/element-hq/synapse/issues/16813))
* Bump pillow from 10.1.0 to 10.2.0. ([\#16802](https://github.com/element-hq/synapse/issues/16802))
* Bump pydantic from 2.5.2 to 2.5.3. ([\#16836](https://github.com/element-hq/synapse/issues/16836))
* Bump pyo3 from 0.20.0 to 0.20.2. ([\#16791](https://github.com/element-hq/synapse/issues/16791))
* Bump regex from 1.9.6 to 1.10.3. ([\#16837](https://github.com/element-hq/synapse/issues/16837))
* Bump ruff from 0.1.13 to 0.1.14. ([\#16838](https://github.com/element-hq/synapse/issues/16838))
* Bump ruff from 0.1.7 to 0.1.13. ([\#16814](https://github.com/element-hq/synapse/issues/16814))
* Bump sentry-sdk from 1.35.0 to 1.39.1. ([\#16799](https://github.com/element-hq/synapse/issues/16799))
* Bump serde_json from 1.0.108 to 1.0.111. ([\#16792](https://github.com/element-hq/synapse/issues/16792))
* Bump service-identity from 23.1.0 to 24.1.0. ([\#16816](https://github.com/element-hq/synapse/issues/16816))
* Bump types-commonmark from 0.9.2.4 to 0.9.2.20240106. ([\#16797](https://github.com/element-hq/synapse/issues/16797))
* Bump types-jsonschema from 4.20.0.0 to 4.20.0.20240105. ([\#16800](https://github.com/element-hq/synapse/issues/16800))
* Bump types-jsonschema from 4.20.0.20240105 to 4.21.0.20240118. ([\#16834](https://github.com/element-hq/synapse/issues/16834))
* Bump types-netaddr from 0.9.0.1 to 0.10.0.20240106. ([\#16839](https://github.com/element-hq/synapse/issues/16839))
* Bump typing-extensions from 4.8.0 to 4.9.0. ([\#16815](https://github.com/element-hq/synapse/issues/16815))

# Synapse 1.99.0 (2024-01-16)

Synapse 1.99.0 is the first Synapse release under an AGPLv3.0 licence (with CLA to enable Element to sell AGPL
exceptions). You can read more about this here:

- https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/
- https://element.io/blog/element-to-adopt-agplv3/
- https://element.io/blog/synapse-now-lives-at-github-com-element-hq-synapse/

No significant changes since 1.99.0rc1.

# Synapse 1.99.0rc1 (2024-01-09)

### Features

- Add [config options](https://element-hq.github.io/synapse/v1.99/usage/configuration/config_documentation.html#server_notices) to set the avatar and the topic of the server notices room, as well as the avatar of the server notices user. ([\#16679](https://github.com/matrix-org/synapse/issues/16679))
- Add config option [`email.notif_delay_before_mail`](https://element-hq.github.io/synapse/v1.99/usage/configuration/config_documentation.html#email) to tweak the delay before an email is sent following a notification. ([\#16696](https://github.com/matrix-org/synapse/issues/16696))
- Add new configuration option [`sentry.environment`](https://element-hq.github.io/synapse/v1.99/usage/configuration/config_documentation.html#sentry) for improved system monitoring. Contributed by @zeeshanrafiqrana. ([\#16738](https://github.com/matrix-org/synapse/issues/16738))
- Filter out rooms from the room directory being served to other homeservers when those rooms block that homeserver by their Access Control Lists. ([\#16759](https://github.com/element-hq/synapse/issues/16759))

### Bugfixes

- Fix a long-standing bug where the signing keys generated by Synapse were world-readable. Contributed by Fabian Klemp. ([\#16740](https://github.com/matrix-org/synapse/issues/16740))
- Fix email verification redirection. Contributed by Fadhlan Ridhwanallah. ([\#16761](https://github.com/element-hq/synapse/issues/16761))
- Fixed a bug that prevented users from being queried by display name if it contains non-ASCII characters. ([\#16767](https://github.com/element-hq/synapse/issues/16767))
- Allow reactivate user without password with Admin API in some edge cases. ([\#16770](https://github.com/element-hq/synapse/issues/16770))
- Adds the `recursion_depth` parameter to the response of the /relations endpoint if MSC3981 recursion is being performed. ([\#16775](https://github.com/element-hq/synapse/issues/16775))

### Improved Documentation

- Added version picker for Synapse documentation. Contributed by @Dmytro27Ind. ([\#16533](https://github.com/matrix-org/synapse/issues/16533))
- Clarify that `password_config.enabled: "only_for_reauth"` does not allow new logins to be created using password auth. ([\#16737](https://github.com/matrix-org/synapse/issues/16737))
- Remove value from header in configuration documentation for `refresh_token_lifetime`. ([\#16763](https://github.com/element-hq/synapse/issues/16763))
- Add another custom statistics collection server to the documentation. Contributed by @loelkes. ([\#16769](https://github.com/element-hq/synapse/issues/16769))

### Internal Changes

- Remove run-once workflow after adding the version picker to the documentation. ([\#9453](https://github.com/element-hq/synapse/issues/9453))
- Update the implementation of [MSC2965](https://github.com/matrix-org/matrix-spec-proposals/pull/2965) (OIDC Provider discovery). ([\#16726](https://github.com/matrix-org/synapse/issues/16726))
- Move the rust stubs inline for better IDE integration. ([\#16757](https://github.com/element-hq/synapse/issues/16757))
- Fix sample config doc CI. ([\#16758](https://github.com/element-hq/synapse/issues/16758))
- Simplify event internal metadata class. ([\#16762](https://github.com/element-hq/synapse/issues/16762), [\#16780](https://github.com/element-hq/synapse/issues/16780))
- Sign the published docker image using [cosign](https://docs.sigstore.dev/). ([\#16774](https://github.com/element-hq/synapse/issues/16774))
- Port `EventInternalMetadata` class to Rust. ([\#16782](https://github.com/element-hq/synapse/issues/16782))

### Updates to locked dependencies

* Bump actions/setup-go from 4 to 5. ([\#16749](https://github.com/matrix-org/synapse/issues/16749))
* Bump actions/setup-python from 4 to 5. ([\#16748](https://github.com/matrix-org/synapse/issues/16748))
* Bump immutabledict from 3.0.0 to 4.0.0. ([\#16743](https://github.com/matrix-org/synapse/issues/16743))
* Bump isort from 5.12.0 to 5.13.0. ([\#16745](https://github.com/matrix-org/synapse/issues/16745))
* Bump isort from 5.13.0 to 5.13.1. ([\#16752](https://github.com/matrix-org/synapse/issues/16752))
* Bump pydantic from 2.5.1 to 2.5.2. ([\#16747](https://github.com/matrix-org/synapse/issues/16747))
* Bump ruff from 0.1.6 to 0.1.7. ([\#16746](https://github.com/matrix-org/synapse/issues/16746))
* Bump types-setuptools from 68.2.0.2 to 69.0.0.0. ([\#16744](https://github.com/matrix-org/synapse/issues/16744))

(js)

2024-03-03 19:52:23 UTC MAIN commitmail json YAML

doc: Updated chat/twitch-tui to 2.6.5

(schmonz)

2024-03-03 19:52:18 UTC MAIN commitmail json YAML

twitch-tui: update to 2.6.5. Changes:

- Fixed Nix flake rustc to compatible version via oxalica
  rust-overlay (#547)
- Refactor emote parsing, fix some emote display issues (#529)
- Added emote picker widget (can be activated through Alt + e when the
  chat input box is open) (#524)
- Fix display issues with broken border or characters from the previous
  line not being cleared (#532)
- Bumped a bunch of dependencies, including the MSRV (Minimum Supported
  Rust Version) to 1.75.0

(schmonz)

2024-03-03 18:18:23 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/xfce4 to 4.18.1nb11

(gutteridge)

2024-03-03 18:18:06 UTC MAIN commitmail json YAML

xfce4: bump (again) for elementary-xfce-icon-theme update

(gutteridge)

2024-03-03 18:17:19 UTC MAIN commitmail json YAML

Note update of lang/rust-bin to 1.75.0.

(he)

2024-03-03 18:16:43 UTC MAIN commitmail json YAML

lang/rust-bin: upgrade to 1.75.0 to track lang/rust.

Pkgsrc changes:
* stop pretending to support NetBSD/8.x, all NetBSD binary kits are
  now built for 9.x or newer.  Simplify conditionals correspondingly.

See lang/rust for detailed upstream changes.

(he)

2024-03-03 18:16:04 UTC MAIN commitmail json YAML

doc: Updated graphics/elementary-xfce-icon-theme to 0.18

(gutteridge)

2024-03-03 18:15:49 UTC MAIN commitmail json YAML

elementary-xfce-icon-theme: update to 0.18

This release deprecates the elementary-xfce-darker theme, eliminates
deprecated symbolic links and app icons, and features numerous refreshed
icons from upstream.

(gutteridge)

2024-03-03 18:12:47 UTC MAIN commitmail json YAML

tex-moderncv: Nix trailing whitespace

Pointed out by pkglint.

NFC.

(leot)

2024-03-03 18:12:22 UTC MAIN commitmail json YAML

tex-moderncv: Add missing tex-arydshln dependency

PKGREVISION++

(leot)

2024-03-03 18:10:52 UTC MAIN commitmail json YAML

doc: Added print/tex-arydshln version 1.76

(leot)

2024-03-03 18:10:28 UTC MAIN commitmail json YAML

print: Add tex-arydshln

(leot)

2024-03-03 18:08:56 UTC MAIN commitmail json YAML

tex-arydshln: Import tex-arydshln-1.76 as print/tex-arydshln

The package is to draw dash-lines in array/tabular environments.
Horizontal lines are drawn by \hdashline and \cdashline while vertical
ones can be specified as a part of the preamble using ':'. The shape of
dash-lines may be controlled through style parameters or optional
arguments.

The package is compatible with array, colortab, longtable, and
colortbl.

(leot)

2024-03-03 18:05:07 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/xfce4-extras to 4.18.1nb15

(gutteridge)

2024-03-03 18:04:55 UTC MAIN commitmail json YAML

xfce4-extras: bump for a couple of updated packages

(gutteridge)

2024-03-03 17:59:52 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-clipman-plugin to 1.6.6

(gutteridge)

2024-03-03 17:58:55 UTC MAIN commitmail json YAML

xfce4-clipman-plugin: update to 1.6.6

1.6.6 (2024-02-29)
=====
- Update copyright year
- Use X11 clipboard manager from libxfce4ui if available
- collector: Fix sanity check
- history: Make search case-sensitive
- actions: Update gimp command (Fixes #96)
- build: Use system wlr-protocols if avail or fall back to submodule
- clipboard-manager: Add missing static qualifier
- build: Lower xfce4-dev-tools requirements to stable version
- Fix xfce_titled_dialog_create_action_area() deprecation
- build: Simplify and clarify X11/Wayland distinction
- build: Define our own windowing macro instead of extending GDK's
- build: Add check for gdk-wayland
- Translation Updates:
  Catalan, Estonian, Finnish, Hebrew, Italian, Russian, Spanish,
  Swedish, Turkish

(gutteridge)

2024-03-03 17:15:57 UTC MAIN commitmail json YAML

py-gdstk: minor documentary improvement to DESCR

(gutteridge)

2024-03-03 17:09:22 UTC MAIN commitmail json YAML

py-gdstk: minor documentary improvements

(gutteridge)

2024-03-03 17:00:25 UTC MAIN commitmail json YAML

doc: Updated net/qrcp to 0.11.2

(bacon)

2024-03-03 17:00:11 UTC MAIN commitmail json YAML

net/qrcp: Update to 0.11.2

Prepared in wip by Kevin Bloom.

Upstream now requires go 1.18

Changes: https://github.com/claudiodangelis/qrcp/releases

(bacon)

2024-03-03 16:54:37 UTC MAIN commitmail json YAML

doc: Updated sysutils/xfce4-taskmanager to 1.5.7

(gutteridge)

2024-03-03 16:54:18 UTC MAIN commitmail json YAML

xfce4-taskmanager: update to 1.5.7

1.5.7 (2024-02-29)
=====
- Update copyright year
- build: Fix -Wcast-align warning from clang
- Fix UBSan errors
- settings-dialog: Fix XtmRefreshRate memory leak
- Dark mode for process-statusbar
- Dark mode for process-monitor
- Allow multiple instances via command line option.
- Fix blurry app icons when UI scale > 1
- Use symbolic window picker icon in toolbar
- Fix broken "show-legend" setting sync
- Translation Updates:
  Catalan, Croatian, Estonian, Greek, Hebrew, Italian, Occitan (post
  1500), Polish, Spanish, Swedish, Turkish

(gutteridge)

2024-03-03 16:46:28 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/xfce4 to 4.18.1nb10

(gutteridge)

2024-03-03 16:45:53 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-terminal to 1.1.3

(gutteridge)

2024-03-03 16:45:14 UTC MAIN commitmail json YAML

xfce4: bump for xfce4-terminal 1.1.3

(gutteridge)

2024-03-03 16:43:43 UTC MAIN commitmail json YAML

xfce4-terminal: update to 1.1.3

1.1.3 (2024-02-29)
=====
- prefs-dialog: Fix wrong assert
- screen: Fix wrong assert
- Translation Updates:
  Italian

(gutteridge)

2024-03-03 16:30:00 UTC MAIN commitmail json YAML

doc: Added finance/ledger32 version 3.2.1

(riastradh)

2024-03-03 16:12:51 UTC MAIN commitmail json YAML

2024-03-03 15:30:02 UTC MAIN commitmail json YAML

Updated www/py-django-modelcluster, print/py-pydyf

(adam)

2024-03-03 15:29:19 UTC MAIN commitmail json YAML

py-pydyf: updated to 0.9.0

Version 0.9.0

Dependencies:

Python 3.12 is supported and tested
Python 3.8+ is now needed, Python 3.7 is not supported anymore

New features:

Add inline images support

Performance:

Simplify _to_bytes()

Documentation:

Add sample to create a PDF with metadata

(adam)

2024-03-03 15:27:09 UTC MAIN commitmail json YAML

py-django-modelcluster: updated to 6.3

6.3 (26.02.2024)

* Support filtering with Q objects (Shohan Dutta Roy)
* Support random ordering with `.order_by("?")` (Shohan Dutta Roy)
* Support `distinct()` on querysets (Shohan Dutta Roy)
* Support `iso_weekday` and `iso_year` field lookups (Andy Babic)
* Support datetime transform expressions on `values` and `values_list` (Andy Babic)
* Fix: Correctly handle filtering on fields on related models when those fields have names that match a lookup type (Andy Babic)
* Fix: Correctly handle null foreign keys when traversing related fields (Andy Babic)

(adam)

2024-03-03 14:57:30 UTC MAIN commitmail json YAML

lang/rust: re-compute checksums, overlooked in the previous...

(he)

2024-03-03 14:54:37 UTC MAIN commitmail json YAML

Note update of lang/rust to 1.75.0.

(he)

2024-03-03 14:53:33 UTC MAIN commitmail json YAML

pkgsrc/lang/rust/Makefile@1.303 / diff
pkgsrc/lang/rust/options.mk@1.35 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__llvm_build.rs@1.16 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_base_netbsd.rs@1.1 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_i586__unknown__netbsd.rs deleted
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_mips64el__unknown__netbsd.rs deleted
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_mipsel__unknown__netbsd.rs deleted
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_mod.rs@1.16 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_netbsd__base.rs deleted
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_targets_mips64el__unknown__netbsd.rs@1.1 / diff
pkgsrc/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli_elf.rs@1.7 / diff
pkgsrc/lang/rust/patches/patch-src_bootstrap_bootstrap.py@1.22 / diff
pkgsrc/lang/rust/patches/patch-src_bootstrap_builder.rs deleted
pkgsrc/lang/rust/patches/patch-src_bootstrap_compile.rs deleted
pkgsrc/lang/rust/patches/patch-src_bootstrap_lib.rs deleted
pkgsrc/lang/rust/patches/patch-src_bootstrap_llvm.rs deleted
pkgsrc/lang/rust/patches/patch-src_bootstrap_src_core_build__steps_compile.rs@1.1 / diff
pkgsrc/lang/rust/patches/patch-src_bootstrap_src_core_build__steps_llvm.rs@1.1 / diff
pkgsrc/lang/rust/patches/patch-src_bootstrap_src_core_builder.rs@1.1 / diff
pkgsrc/lang/rust/patches/patch-src_bootstrap_src_lib.rs@1.1 / diff
      :
(more 22 files)
rust: Upgrade to version 1.75.0.

Pkgsrc changes:
* Adjust patches and cargo checksums to new versions.
* For an external LLVM, set dependency of llvm >= 16, in accordance
  with the upstream changes.
* Mark that on NetBSD we now need >= 9.0, so 8.x is no longer supported.
* On NetBSD/sparc64 10.x, we now need GCC 12 to build the embedded
  LLVM, which is version 17; apparently GCC 10.4 or 10.5 mis-compiles it,
  resulting in an illegal instruction fault during the build.
  Ref. https://github.com/rust-lang/rust/issues/117231

Upstream changes:

Version 1.75.0 (2023-12-28)
==========================

- [Stabilize `async fn` and return-position `impl Trait` in traits.]
  (https://github.com/rust-lang/rust/pull/115822/)
- [Allow function pointer signatures containing `&mut T` in `const` contexts.]
  (https://github.com/rust-lang/rust/pull/116015/)
- [Match `usize`/`isize` exhaustively with half-open ranges.]
  (https://github.com/rust-lang/rust/pull/116692/)
- [Guarantee that `char` has the same size and alignment as `u32`.]
  (https://github.com/rust-lang/rust/pull/116894/)
- [Document that the null pointer has the 0 address.]
  (https://github.com/rust-lang/rust/pull/116988/)
- [Allow partially moved values in `match`.]
  (https://github.com/rust-lang/rust/pull/103208/)
- [Add notes about non-compliant FP behavior on 32bit x86 targets.]
  (https://github.com/rust-lang/rust/pull/113053/)
- [Stabilize ratified RISC-V target features.]
  (https://github.com/rust-lang/rust/pull/116485/)

Compiler
--------

- [Rework negative coherence to properly consider impls that only
  partly overlap.] (https://github.com/rust-lang/rust/pull/112875/)
- [Bump `COINDUCTIVE_OVERLAP_IN_COHERENCE` to deny, and warn in dependencies.]
  (https://github.com/rust-lang/rust/pull/116493/)
- [Consider alias bounds when computing liveness in NLL.]
  (https://github.com/rust-lang/rust/pull/116733/)
- [Add the V (vector) extension to the `riscv64-linux-android` target spec.]
  (https://github.com/rust-lang/rust/pull/116618/)
- [Automatically enable cross-crate inlining for small functions]
  (https://github.com/rust-lang/rust/pull/116505)
- Add several new tier 3 targets:
    - [`csky-unknown-linux-gnuabiv2hf`]
      (https://github.com/rust-lang/rust/pull/117049/)
    - [`i586-unknown-netbsd`]
      (https://github.com/rust-lang/rust/pull/117170/)
    - [`mipsel-unknown-netbsd`]
      (https://github.com/rust-lang/rust/pull/117356/)

Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.

Libraries
---------

- [Override `Waker::clone_from` to avoid cloning `Waker`s unnecessarily.]
  (https://github.com/rust-lang/rust/pull/96979/)
- [Implement `BufRead` for `VecDeque<u8>`.]
  (https://github.com/rust-lang/rust/pull/110604/)
- [Implement `FusedIterator` for `DecodeUtf16` when the inner iterator does.]
  (https://github.com/rust-lang/rust/pull/110729/)
- [Implement `Not, Bit{And,Or}{,Assign}` for IP addresses.]
  (https://github.com/rust-lang/rust/pull/113747/)
- [Implement `Default` for `ExitCode`.]
  (https://github.com/rust-lang/rust/pull/114589/)
- [Guarantee representation of None in NPO]
  (https://github.com/rust-lang/rust/pull/115333/)
- [Document when atomic loads are guaranteed read-only.]
  (https://github.com/rust-lang/rust/pull/115577/)
- [Broaden the consequences of recursive TLS initialization.]
  (https://github.com/rust-lang/rust/pull/116172/)
- [Windows: Support sub-millisecond sleep.]
  (https://github.com/rust-lang/rust/pull/116461/)
- [Fix generic bound of `str::SplitInclusive`'s `DoubleEndedIterator` impl]
  (https://github.com/rust-lang/rust/pull/100806/)
- [Fix exit status / wait status on non-Unix `cfg(unix)` platforms.]
  (https://github.com/rust-lang/rust/pull/115108/)

Stabilized APIs
---------------

- [`Atomic*::from_ptr`]
  (https://doc.rust-lang.org/stable/core/sync/atomic/struct.AtomicUsize.html#method.from_ptr)
- [`FileTimes`]
  (https://doc.rust-lang.org/stable/std/fs/struct.FileTimes.html)
- [`FileTimesExt`]
  (https://doc.rust-lang.org/stable/std/os/windows/fs/trait.FileTimesExt.html)
- [`File::set_modified`]
  (https://doc.rust-lang.org/stable/std/fs/struct.File.html#method.set_modified)
- [`File::set_times`]
  (https://doc.rust-lang.org/stable/std/fs/struct.File.html#method.set_times)
- [`IpAddr::to_canonical`]
  (https://doc.rust-lang.org/stable/core/net/enum.IpAddr.html#method.to_canonical)
- [`Ipv6Addr::to_canonical`]
  (https://doc.rust-lang.org/stable/core/net/struct.Ipv6Addr.html#method.to_canonical)
- [`Option::as_slice`]
  (https://doc.rust-lang.org/stable/core/option/enum.Option.html#method.as_slice)
- [`Option::as_mut_slice`]
  (https://doc.rust-lang.org/stable/core/option/enum.Option.html#method.as_mut_slice)
- [`pointer::byte_add`]
  (https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_add)
- [`pointer::byte_offset`]
  (https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_offset)
- [`pointer::byte_offset_from`]
  (https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_offset_from)
- [`pointer::byte_sub`]
  (https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_sub)
- [`pointer::wrapping_byte_add`]
  (https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.wrapping_byte_add)
- [`pointer::wrapping_byte_offset`]
  (https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.wrapping_byte_offset)
- [`pointer::wrapping_byte_sub`]
  (https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.wrapping_byte_sub)

These APIs are now stable in const contexts:

- [`Ipv6Addr::to_ipv4_mapped`]
  (https://doc.rust-lang.org/stable/core/net/struct.Ipv6Addr.html#method.to_ipv4_mapped)
- [`MaybeUninit::assume_init_read`]
  (https://doc.rust-lang.org/stable/core/mem/union.MaybeUninit.html#method.assume_init_read)
- [`MaybeUninit::zeroed`]
  (https://doc.rust-lang.org/stable/core/mem/union.MaybeUninit.html#method.zeroed)
- [`mem::discriminant`]
  (https://doc.rust-lang.org/stable/core/mem/fn.discriminant.html)
- [`mem::zeroed`]
  (https://doc.rust-lang.org/stable/core/mem/fn.zeroed.html)

Cargo
-----

- [Add new packages to `[workspace.members]` automatically.]
  (https://github.com/rust-lang/cargo/pull/12779/)
- [Allow version-less `Cargo.toml` manifests.]
  (https://github.com/rust-lang/cargo/pull/12786/)
- [Make browser links out of HTML file paths.]
  (https://github.com/rust-lang/cargo/pull/12889)

Rustdoc
-------

- [Accept less invalid Rust in rustdoc.]
  (https://github.com/rust-lang/rust/pull/117450/)
- [Document lack of object safety on affected traits.]
  (https://github.com/rust-lang/rust/pull/113241/)
- [Hide `#[repr(transparent)]` if it isn't part of the public ABI.]
  (https://github.com/rust-lang/rust/pull/115439/)
- [Show enum discriminant if it is a C-like variant.]
  (https://github.com/rust-lang/rust/pull/116142/)

Compatibility Notes
-------------------

- [FreeBSD targets now require at least version 12.]
  (https://github.com/rust-lang/rust/pull/114521/)
- [Formally demote tier 2 MIPS targets to tier 3.]
  (https://github.com/rust-lang/rust/pull/115238/)
- [Make misalignment a hard error in `const` contexts.]
  (https://github.com/rust-lang/rust/pull/115524/)
- [Fix detecting references to packed unsized fields.]
  (https://github.com/rust-lang/rust/pull/115583/)
- [Remove support for compiler plugins.]
  (https://github.com/rust-lang/rust/pull/116412/)

(he)

2024-03-03 14:03:35 UTC MAIN commitmail json YAML

doc: Updated math/py-hmmlearn to 0.3.2

(bacon)

2024-03-03 14:03:28 UTC MAIN commitmail json YAML

math/py-hmmlearn: Update to 0.3.2

Python 3.12 support
A few bug fixes
Documentation improvements

Changes: https://github.com/hmmlearn/hmmlearn/commits/main/

(bacon)

2024-03-03 13:44:11 UTC MAIN commitmail json YAML

doc: Updated net/sayaka to 3.7.4

(tsutsui)

2024-03-03 12:55:49 UTC MAIN commitmail json YAML

pkg-vulnerabilities: add upper bound for prometheus

The current prometheus is not using the vulnerable library any longer,
but I can't easily find out when that happened, so mark today's version
as fixed.

(wiz)

2024-03-03 12:51:40 UTC MAIN commitmail json YAML

doc: Updated databases/prometheus to 2.50.1

(wiz)

2024-03-03 12:51:30 UTC MAIN commitmail json YAML

prometheus: update to 2.50.1.

This is a bug-fix release for an issue that broke the /metadata API.

    [BUGFIX] API: Fix metadata API using wrong field names. #13633

(wiz)

2024-03-03 12:46:37 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.1.1.29

(wiz)

2024-03-03 12:46:28 UTC MAIN commitmail json YAML

ImageMagick: update to 7.1.1.29.

7.1.1-29 - 2024-02-25

Merged

    Enable new libheif chroma subsampling options. #7095

Commits

    beta release 35bf3bc
    respect base64 encoding @ ImageMagick/ImageMagick#7102 cd9b4bd
    Append signature when possible. 477fda0
    Code style changes. 7aa16ea
    leverage darktable delegate if libraw is not available 3132d78
    locate darktable 71bf5d4
    capture stdout 9a09f84
    free image info struct 4e37947
    Call CoalesceImages inside the webp coder when the image dimensions are not the same to improve the patch that was made for #5542. bc11c2a
    Added extra option (tiff:assume-alpha) that can be used to assume that a single extra sample is an alpha channel. b209bb5
    cosmetic 92d5f8e
    adjust browser spacing between buttons 4f65015
    uncontrolled format string d20d38b
    restore 2359440
    Only write density values higher than zero in a jpeg file (#7120). 43fccd5
    use radians macro 255a53c
    more work on LCH colorspace eee1286
    final corrections to LCH colorspace formula 78c2592
    Silence warnings. 5f6704b
    Removed NTGetLastError from the private header file because it is not exported. 908f39a
    Return a different error code when the file could not be found on Windows to have the same behavior as on other platforms. 7f61c5a
    Fix for appending pixels that don't have the sRGBColorspace. cfc71f0
    release 0deac72

(wiz)

2024-03-03 12:36:20 UTC MAIN commitmail json YAML

sayaka: update to 3.7.4.

Upstream changes:
* 3.7.4 (2024/03/03)
- fix build errors on Linux and OpenBSD

(tsutsui)

2024-03-03 11:59:49 UTC MAIN commitmail json YAML

doc: Updated devel/py-ruff to 0.3.0

(wiz)

2024-03-03 11:59:40 UTC MAIN commitmail json YAML

py-ruff: update to 0.3.0.

This release introduces the new Ruff formatter 2024.2 style and
adds a new lint rule to detect invalid formatter suppression
comments.

(wiz)

2024-03-03 11:56:42 UTC MAIN commitmail json YAML

doc: Updated devel/py-urwid to 2.6.7

(wiz)

2024-03-03 11:56:33 UTC MAIN commitmail json YAML

py-urwid: update to 2.6.7.

2.6.7

Bug fixes �泄キ

    Fix MainLoop.watch_pipe regression for the callback outcome not False by @penguinolog in #848

Refactoring �泝�

    Refactor: fix static check warning for not using min in GridFlow.generate_display_widget by @penguinolog in #849

2.6.6

Bug fixes �泄キ

    Fix Columns sizing and pack behavior by @penguinolog in #846

Other Changes

    Extend __repr__ and rich repr for the sized containers by @penguinolog in #844

2.6.5

Bug fixes �泄キ

    Allow wcwidth to select unicode version by @penguinolog in #840
    TreeWidget: do not use deprecated API in update_expanded_icon by @penguinolog in #832

Refactoring �泝�

    Refactoring: move monitored_list module to the widgets package by @penguinolog in #833
    Refactoring: move listbox & treetools modules to the widgets by @penguinolog in #834
    Use dataclass for symbols constants by @penguinolog in #842
    Special case: in case of Columns/Pile empty - use fallback sizing by @penguinolog in #843

Other Changes

    Tests: Extend Tree tests: basic keys + nested behavior by @penguinolog in #831

(wiz)

2024-03-03 11:55:09 UTC MAIN commitmail json YAML

doc: Updated textproc/py-readme_renderer to 43.0

(wiz)

2024-03-03 11:55:01 UTC MAIN commitmail json YAML

py-readme_renderer: update to 43.0.

43.0 (2024-02-26)
-----------------
- Allow HTML5 ``picture`` tag through cleaner (#299)
- Test against Python 3.12 (#300)

(wiz)

2024-03-03 11:54:31 UTC MAIN commitmail json YAML

doc: Updated devel/py-pylint to 3.1.0

(wiz)

2024-03-03 11:54:21 UTC MAIN commitmail json YAML

py-pylint: update to 3.1.0.

New Features
------------

- Skip ``consider-using-join`` check for non-empty separators if an ``suggest-join-with-non-empty-separator`` option is set to ``no``.

  Closes #8701 (`#8701 <https://github.com/pylint-dev/pylint/issues/8701>`_)

- Discover ``.pyi`` files when linting.

  These can be ignored with the ``ignore-patterns`` setting.

  Closes #9097 (`#9097 <https://github.com/pylint-dev/pylint/issues/9097>`_)

- Check ``TypeAlias`` and ``TypeVar`` (PEP 695) nodes for ``invalid-name``.

  Refs #9196 (`#9196 <https://github.com/pylint-dev/pylint/issues/9196>`_)

- Support for resolving external toml files named pylintrc.toml and .pylintrc.toml.

  Closes #9228 (`#9228 <https://github.com/pylint-dev/pylint/issues/9228>`_)

- Check for `.clear`, `.discard`, `.pop` and `remove` methods being called on a set while it is being iterated over.

  Closes #9334 (`#9334 <https://github.com/pylint-dev/pylint/issues/9334>`_)

New Checks
----------

- New message `use-yield-from` added to the refactoring checker. This message is emitted when yielding from a loop can be replaced by `yield from`.

  Closes #9229. (`#9229 <https://github.com/pylint-dev/pylint/issues/9229>`_)

- Added a ``deprecated-attribute`` message to check deprecated attributes in the stdlib.

  Closes #8855 (`#8855 <https://github.com/pylint-dev/pylint/issues/8855>`_)

False Positives Fixed
---------------------

- Fixed false positive for ``inherit-non-class`` for generic Protocols.

  Closes #9106 (`#9106 <https://github.com/pylint-dev/pylint/issues/9106>`_)

- Exempt ``TypedDict`` from ``typing_extensions`` from ``too-many-ancestor`` checks.

  Refs #9167 (`#9167 <https://github.com/pylint-dev/pylint/issues/9167>`_)

False Negatives Fixed
---------------------

- Extend broad-exception-raised and broad-exception-caught to except*.

  Closes #8827 (`#8827 <https://github.com/pylint-dev/pylint/issues/8827>`_)

- Fix a false-negative for unnecessary if blocks using a different than expected ordering of arguments.

  Closes #8947. (`#8947 <https://github.com/pylint-dev/pylint/issues/8947>`_)

Other Bug Fixes
---------------

- Improve the message provided for wrong-import-order check.  Instead of the import statement ("import x"), the message now specifies the import that is out of order and which imports should come after it.  As reported in the issue, this is particularly helpful if there are multiple imports on a single line that do not follow the PEP8 convention.

  The message will report imports as follows:
  For "import X", it will report "(standard/third party/first party/local) import X"
  For "import X.Y" and "from X import Y", it will report "(standard/third party/first party/local) import X.Y"
  The import category is specified to provide explanation as to why pylint has issued the message and guidence to the developer on how to fix the problem.

  Closes #8808 (`#8808 <https://github.com/pylint-dev/pylint/issues/8808>`_)

Other Changes
-------------

- Print how many files were checked in verbose mode.

  Closes #8935 (`#8935 <https://github.com/pylint-dev/pylint/issues/8935>`_)

- Fix a crash when an enum class which is also decorated with a ``dataclasses.dataclass`` decorator is defined.

  Closes #9100 (`#9100 <https://github.com/pylint-dev/pylint/issues/9100>`_)

(wiz)

2024-03-03 11:50:11 UTC MAIN commitmail json YAML

doc: Updated devel/py-poetry to 1.8.2

(wiz)

2024-03-03 11:50:02 UTC MAIN commitmail json YAML

py-poetry: update to 1.8.2.

1.8.2 - 2024-03-02

Fixed

    Harden lazy-wheel error handling if the index server is behaving badly in an unexpected way (#9051).
    Improve lazy-wheel error handling if the index server does not handle HTTP range requests correctly (#9082).
    Improve lazy-wheel error handling if the index server pretends to support HTTP range requests but does not respect them (#9084).
    Improve lazy-wheel to allow redirects for HEAD requests (#9087).
    Improve debug logging for lazy-wheel errors (#9059).
    Fix an issue where the hash of a metadata file could not be calculated correctly due to an encoding issue (#9048).
    Fix an issue where poetry add failed in non-package mode if no project name was set (#9046).
    Fix an issue where a hint to non-package mode was not compliant with the final name of the setting (#9073).

1.8.1 - 2024-02-26

Fixed

    Update the minimum required version of packaging (#9031).
    Handle unexpected responses from servers that do not support HTTP range requests with negative offsets more robust (#9030).

Docs

    Rename master branch to main (#9022).

1.8.0 - 2024-02-25

Added

    Add a non-package mode for use cases where Poetry is only used for dependency management (#8650).
    Add support for PEP 658 to fetch metadata without having to download wheels (#5509).
    Add a lazy-wheel config option (default: true) to reduce wheel downloads during dependency resolution (#8815, #8941).
    Improve performance of dependency resolution by using shallow copies instead of deep copies (#8671).
    poetry check validates that no unknown sources are referenced in dependencies (#8709).
    Add archive validation during installation for further hash algorithms (#8851).
    Add a to key in tool.poetry.packages to allow custom subpackage names (#8791).
    Add a config option to disable keyring (#8910).
    Add a --sync option to poetry update (#8931).
    Add an --output option to poetry build (#8828).
    Add a --dist-dir option to poetry publish (#8828).

Changed

    The implicit PyPI source is disabled if at least one primary source is configured (#8771).
    Deprecate source priority default (#8771).
    Upgrade the warning about an inconsistent lockfile to an error (#8737).
    Deprecate setting installer.modern-installation to false (#8988).
    Drop support for pip<19 (#8894).
    Require requests-toolbelt>=1 (#8680).
    Allow platformdirs 4.x (#8668).
    Allow and require xattr 1.x on macOS (#8801).
    Improve venv shell activation in fish (#8804).
    Rename system to base in output of poetry env info (#8832).
    Use pretty name in output of poetry version (#8849).
    Improve error handling for invalid entries in tool.poetry.scripts (#8898).
    Improve verbose output for dependencies with extras during dependency resolution (#8834).
    Improve message about an outdated lockfile (#8962).

Fixed

    Fix an issue where poetry shell failed when Python has been installed with MSYS2 (#8644).
    Fix an issue where Poetry commands failed in a terminal with a non-UTF-8 encoding (#8608).
    Fix an issue where a missing project name caused an incomprehensible error message (#8691).
    Fix an issue where Poetry failed to install an sdist path dependency (#8682).
    Fix an issue where poetry install failed because an unused extra was not available (#8548).
    Fix an issue where poetry install --sync did not remove an unrequested extra (#8621).
    Fix an issue where poetry init did not allow specific characters in the author field (#8779).
    Fix an issue where Poetry could not download sdists from misconfigured servers (#8701).
    Fix an issue where metadata of sdists that call CLI tools of their build requirements could not be determined (#8827).
    Fix an issue where Poetry failed to use the currently activated environment (#8831).
    Fix an issue where poetry shell failed in zsh if a space was in the venv path (#7245).
    Fix an issue where scripts with extras could not be installed (#8900).
    Fix an issue where explicit sources where not propagated correctly (#8835).
    Fix an issue where debug prints where swallowed when using a build script (#8760).
    Fix an issue where explicit sources of locked dependencies where not propagated correctly (#8948).
    Fix an issue where Poetry窶冱 own environment was falsely identified as system environment (#8970).
    Fix an issue where dependencies from a setup.py were ignored silently (#9000).
    Fix an issue where environment variables for virtualenv.options were ignored (#9015).
    Fix an issue where virtualenvs.options.no-pip and virtualenvs.options.no-setuptools were not normalized (#9015).

Docs

    Replace deprecated --no-dev with --without dev in the FAQ (#8659).
    Recommend poetry-check instead of the deprecated poetry-lock pre-commit hook (#8675).
    Clarify the names of the environment variables to provide credentials for repositories (#8782).
    Add note how to install several version of Poetry in parallel (#8814).
    Improve description of poetry show --why (#8817).
    Improve documentation of poetry update (#8706).
    Add a warning about passing variables that may start with a hyphen via command line (#8850).
    Mention that the virtual environment in which Poetry itself is installed should not be activated (#8833).
    Add note about poetry run and externally managed environments (#8748).
    Update FAQ entry about tox for tox 4.x (#8658).
    Fix documentation for default format option for include and exclude value (#8852).
    Add note about tox and configured credentials (#8888).
    Add note and link how to install pipx (#8878).
    Fix examples for poetry add with git dependencies over ssh (#8911).
    Remove reference to deprecated scripts extras feature (#8903).
    Change examples to prefer --only main instead of --without dev (#8921).
    Mention that the develop attribute is a Poetry-specific feature and not propagated to other tools (#8971).
    Fix examples for adding supplemental and secondary sources (#8953).
    Add PyTorch example for explicit sources (#9006).

(wiz)

2024-03-03 11:47:25 UTC MAIN commitmail json YAML

doc: Updated devel/py-packageurl to 0.14.0

(wiz)

2024-03-03 11:47:16 UTC MAIN commitmail json YAML

py-packageurl: update to 0.14.0.

0.14.0 (2024-02-29)
-------------------

- Add support for getting golang purl from go import.
  https://github.com/nexB/purldb/issues/259

- Fix the "gem" type in the README docs.
  https://github.com/package-url/packageurl-python/pull/114

(wiz)

2024-03-03 11:45:03 UTC MAIN commitmail json YAML

doc: Updated security/py-keyring to 24.3.1

(wiz)

2024-03-03 11:44:54 UTC MAIN commitmail json YAML

py-keyring: update to 24.3.1.

v24.3.1
=======

Bugfixes
--------

- Minor fixes to account for emergent typing and linter concerns.

(wiz)

2024-03-03 11:44:20 UTC MAIN commitmail json YAML

doc: Updated www/py-google-api-python-client to 2.120.0

(wiz)

2024-03-03 11:44:11 UTC MAIN commitmail json YAML

2024-03-03 11:43:05 UTC MAIN commitmail json YAML

doc: Updated time/py-dateutil to 2.9.0.0.0.0

(wiz)

2024-03-03 11:42:57 UTC MAIN commitmail json YAML

py-dateutil: update to 2.9.0.0.0.0.

Version 2.9.0.post0 (2024-03-01)
================================

Bugfixes
--------

- Pinned ``setuptools_scm`` to ``<8``, which should make the generated ``_version.py`` file compatible with all supported versions of Python.

Version 2.9.0 (2024-02-29)
==========================

Data updates
------------

- Updated tzdata version to 2024a. (gh pr #1342)

Features
--------

- Made all ``dateutil`` submodules lazily imported using `PEP 562
  <https://www.python.org/dev/peps/pep-0562/>`_. On Python 3.7+, things like
  ``import dateutil; dateutil.tz.gettz("America/New_York")`` will now work
  without explicitly importing ``dateutil.tz``, with the import occurring behind
  the scenes on first use. The old behavior remains on Python 3.6 and earlier.
  Fixed by Orson Adams. (gh issue #771, gh pr #1007)

Bugfixes
--------

- Removed a call to ``datetime.utcfromtimestamp``, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr #1284), fixed by Thomas Grainger (gh pr #1285).

Documentation changes
---------------------

- Added note into docs and tests where relativedelta would return last day of the month
  only if the same day on a different month resolves to a date that doesn't exist.
  Reported by @hawkEye-01 (gh issue #1167). Fixed by @Mifrill (gh pr #1168)

(wiz)

2024-03-03 11:41:01 UTC MAIN commitmail json YAML

doc: Updated security/py-cyclonedx-python-lib to 6.4.2

(wiz)

2024-03-03 11:40:53 UTC MAIN commitmail json YAML

2024-03-03 11:39:31 UTC MAIN commitmail json YAML

doc: Updated devel/gopls to 0.15.1

(wiz)

2024-03-03 11:39:22 UTC MAIN commitmail json YAML

gopls: update to 0.15.1.

0.15.1

This release fixes golang/go#65952, a crash in document highlighting when the cursor is in a return value for a function that has no results, such as the following example:

func f() { // <-- no results
  return 0| // <-- cursor at '|'
}

Thanks very much to @patrickpichler who both reported and fixed this bug!

We're hopeful that once Go 1.23 is released, the opt-in automated crash reporting added in gopls v0.15.0 will increase the likelihood that these types of crashes are caught before they are released.

0.15.0

This release introduces "zero config" gopls workspaces, which is a set of heuristics allowing gopls to Do The Right Thing when you open a Go file. We believe this addresses two of the largest pain points we hear about from our users: difficulty configuring multi-module repositories, and working on multiple GOOS/GOARCH combinations. However, this is a large change to the way gopls models your workspace, and the dynamic loading/unloading of builds may be surprising in some cases. Your feedback on this new feature is greatly appreciated. See below for more details.

New Features

Simpler workspace configuration and improved build tag support
Preview refactoring edits
Analysis & diagnostics
Automated crash reporting (off by default)
Housekeeping

and Bug Fixes.

(wiz)

2024-03-03 11:37:03 UTC MAIN commitmail json YAML

doc: Updated mail/rspamd to 3.8.4

(wiz)

2024-03-03 11:36:53 UTC MAIN commitmail json YAML

rspamd: update to 3.8.4.

3.8.4: 26 Feb 2024
  * [Fix] Fix issue with dmarc reports

3.8.3: 22 Feb 2024
  * [Fix] Fix issue with history redis

(wiz)

2024-03-03 11:35:20 UTC MAIN commitmail json YAML

doc: Updated devel/re2 to 20240301

(wiz)

2024-03-03 11:35:11 UTC MAIN commitmail json YAML

re2: update to 20240301.

Bugfixes.

(wiz)

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

doc: Updated math/imath to 3.1.11

(wiz)

2024-03-03 11:34:00 UTC MAIN commitmail json YAML

imath: update to 3.1.11.

## Version 3.1.11 (February 28, 2024)

Patch release with small build fix:

- Add explicit `std::` namespace for `isfinite` in `ImathFun.cpp`

This release also introduces the practice of signing release artifacts
via [sigstore](https://www.sigstore.dev).

### Merged Pull Requests
* \[[#371](https://github.com/AcademySoftwareFoundation/Imath/pull/371)\]
ImathFun.cpp: add std:: to isfinite in remaining cases (#371)
* \[[#369](https://github.com/AcademySoftwareFoundation/Imath/pull/369)\]
Add workflow to sign release artifacts with Sigstore
* \[[#368](https://github.com/AcademySoftwareFoundation/Imath/pull/368)\]
Add std:: to isfinite in ImathFun.cpp

(wiz)

2024-03-03 11:32:49 UTC MAIN commitmail json YAML

doc: Updated editors/xournalpp to 1.2.3

(wiz)

2024-03-03 11:32:40 UTC MAIN commitmail json YAML

xournalpp: update to 1.2.3.

## 1.2.3

Bugfixes from various community contributors.

* Fixed spline live segment display (#5240, #5237)
* Allowed pulling spline tangents outside of page (#5298, #5277)
* Fixed redundant negative pressure values (#5241, #5238)
* Fixed asymmetrical fill of arrow shapes (#5258)
* Fixed zoom jumping and zoom steps (#5108, #4678)
* Fixed touchpad+trackpad combo (#5288, #5287)
* Fixed long text being truncated in LaTeX tool (#5264, #3293)
* Fixed background color in the LaTeX editor (#5307)
* Fixed window maximize state saving (#5302, #5245)
* Fixed project homepage url not being written into xopp-file (#5322)
* Improved backtrace that now prints source files and line numbers (#5312)
* Made .deb packages being built using the RelWithDebInfo build type (#5344)
* Fixed a bugs with empty repaint regions during PDF text selection, text search
  and while using the vertical tool (#5348, #5343, #5393)
* Fixed stroke replacement preventing a crash while the app is hanging (#5366, #5362)
* Fixed wrongly sized loading pages (#5399, #5102)
* Improved error checks for saving operations avoiding corrupt autosave files (#5361, #4934)
* Fixed OK button sensitivity in the PDF page selecction dialog (#5441)
* Added undo handler for missing PDF replacement (#5443, #5435)
* Fixed a filesystem error on MacOS when a document is autosaved the first time (#5485)
* Fixed the PDF filter in the Export as PDF dialog (#5490)
* Fixed toolbar management segfault and out of date menu (#5510)
* Fixed a bug with corrupt PDF exports when exporting only part of a document with an
  outline (#5512)
* Enabled font hint metrics in PDF export to improve text alignment (#5454, #5405)
* Added IME support to AppImage (#5520, #5493)

(wiz)

2024-03-03 11:29:18 UTC MAIN commitmail json YAML

doc: Updated archivers/lzip to 1.24.1

(wiz)

2024-03-03 11:29:09 UTC MAIN commitmail json YAML

lzip: update to 1.24.1.

2024-03-01  Antonio Diaz Diaz  <antonio@gnu.org>

* Version 1.24.1 released.
* main.cc: Fix compilation failure on MinGW because of mkdir.

(wiz)

2024-03-03 11:28:26 UTC MAIN commitmail json YAML

doc: Updated graphics/glm to 1.0.1

(wiz)

2024-03-03 11:28:17 UTC MAIN commitmail json YAML

glm: update to 1.0.1.

Features:

    Added C++17 [[nodiscard]] support

Improvements:

    Enables only warnings as errors while building unit tests
    Added aligned_*vec3 simd support #1245

Fixes:

    Fixed C++ language auto detection build, disable C++98 warnings with Clang #1235, #1231
    Fixed GTX_color_space missing <glm/ext/scalar_constants.hpp> include #1233 #1238
    Fixed EXT_matrix_transform shear implementation #1140 #1182
    Fixed smoothstep SIMD implementation #1222

(wiz)

2024-03-03 10:34:40 UTC MAIN commitmail json YAML

doc: Updated chat/element-web to 1.11.59

(js)

2024-03-03 10:34:24 UTC MAIN commitmail json YAML

Update chat/element-web to 1.11.59

Changes in [1.11.59](https://github.com/element-hq/element-web/releases/tag/v1.11.59) (2024-02-27)
==================================================================================================
## �洶� Deprecations

* Enable custom themes to theme Compound ([#12240](https://github.com/matrix-org/matrix-react-sdk/pull/12240)). Contributed by @robintown.
* Remove welcome bot `welcome_user_id` support ([#12153](https://github.com/matrix-org/matrix-react-sdk/pull/12153)). Contributed by @t3chguy.

## 笨ィ Features

* Ignore activity in TAC ([#12269](https://github.com/matrix-org/matrix-react-sdk/pull/12269)). Contributed by @florianduros.
* Use browser's font size instead of hardcoded `16px` as root font size ([#12246](https://github.com/matrix-org/matrix-react-sdk/pull/12246)). Contributed by @florianduros.
* Revert "Use Compound primary colors for most actions" ([#12264](https://github.com/matrix-org/matrix-react-sdk/pull/12264)). Contributed by @florianduros.
* Revert "Refine menu, toast, and popover colors" ([#12263](https://github.com/matrix-org/matrix-react-sdk/pull/12263)). Contributed by @florianduros.
* Fix Native OIDC for Element Desktop ([#12253](https://github.com/matrix-org/matrix-react-sdk/pull/12253)). Contributed by @t3chguy.
* Improve client metadata used for OIDC dynamic registration ([#12257](https://github.com/matrix-org/matrix-react-sdk/pull/12257)). Contributed by @t3chguy.
* Refine menu, toast, and popover colors ([#12247](https://github.com/matrix-org/matrix-react-sdk/pull/12247)). Contributed by @robintown.
* Call the AsJson forms of import and exportRoomKeys ([#12233](https://github.com/matrix-org/matrix-react-sdk/pull/12233)). Contributed by @andybalaam.
* Use Compound primary colors for most actions ([#12241](https://github.com/matrix-org/matrix-react-sdk/pull/12241)). Contributed by @robintown.
* Enable redirected media by default ([#12142](https://github.com/matrix-org/matrix-react-sdk/pull/12142)). Contributed by @turt2live.
* Reduce TAC width by `16px` ([#12239](https://github.com/matrix-org/matrix-react-sdk/pull/12239)). Contributed by @florianduros.
* Pop out of Threads Activity Centre ([#12136](https://github.com/matrix-org/matrix-react-sdk/pull/12136)). Contributed by @florianduros.
* Use new semantic tokens for username colors ([#12209](https://github.com/matrix-org/matrix-react-sdk/pull/12209)). Contributed by @robintown.

## �汾� Bug Fixes

* [Backport staging] Fix spurious session corruption error ([#12287](https://github.com/matrix-org/matrix-react-sdk/pull/12287)). Contributed by @RiotRobot.
* Fix the space panel getting bigger when gaining a scroll bar ([#12267](https://github.com/matrix-org/matrix-react-sdk/pull/12267)). Contributed by @dbkr.
* Fix gradients spacings on the space panel ([#12262](https://github.com/matrix-org/matrix-react-sdk/pull/12262)). Contributed by @dbkr.
* Remove hardcoded `Element` in tac labs description ([#12266](https://github.com/matrix-org/matrix-react-sdk/pull/12266)). Contributed by @florianduros.
* Fix branding in "migrating crypto" message ([#12265](https://github.com/matrix-org/matrix-react-sdk/pull/12265)). Contributed by @richvdh.
* Use h1 as first heading in dialogs ([#12250](https://github.com/matrix-org/matrix-react-sdk/pull/12250)). Contributed by @dbkr.
* Fix forced lowercase username in login/registration flows ([#9329](https://github.com/matrix-org/matrix-react-sdk/pull/9329)). Contributed by @vrifox.
* Update the TAC indicator on event decryption ([#12243](https://github.com/matrix-org/matrix-react-sdk/pull/12243)). Contributed by @dbkr.
* Fix OIDC delegated auth account url check ([#12242](https://github.com/matrix-org/matrix-react-sdk/pull/12242)). Contributed by @t3chguy.
* New Header edgecase fixes: Close lobby button not shown, disable join button in various places, more... ([#12235](https://github.com/matrix-org/matrix-react-sdk/pull/12235)). Contributed by @toger5.
* Fix TAC button alignment when expanded ([#12238](https://github.com/matrix-org/matrix-react-sdk/pull/12238)). Contributed by @florianduros.
* Fix tooltip behaviour in TAC ([#12236](https://github.com/matrix-org/matrix-react-sdk/pull/12236)). Contributed by @florianduros.

Changes in [1.11.58](https://github.com/element-hq/element-web/releases/tag/v1.11.58) (2024-02-13)
==================================================================================================
## 笨ィ Features

* �洶�  �沐� **The flag to enable the Rust crypto implementation is now set to `true` by default. This means that without any additional configuration every new login will use the new cryptography implementation.**
* Add Element call related functionality to new room header ([#12091](https://github.com/matrix-org/matrix-react-sdk/pull/12091)). Contributed by @toger5.
* Add labs flag for Threads Activity Centre ([#12137](https://github.com/matrix-org/matrix-react-sdk/pull/12137)). Contributed by @florianduros.
* Refactor element call lobby + skip lobby ([#12057](https://github.com/matrix-org/matrix-react-sdk/pull/12057)). Contributed by @toger5.
* Hide the "Message" button in the sidebar if the CreateRooms components should not be shown ([#9271](https://github.com/matrix-org/matrix-react-sdk/pull/9271)). Contributed by @dhenneke.
* Add notification dots to thread summary icons ([#12146](https://github.com/matrix-org/matrix-react-sdk/pull/12146)). Contributed by @dbkr.

## �汾� Bug Fixes

* [Backport staging] Fix the StorageManger detecting a false positive consistency check when manually migrating to rust from labs ([#12230](https://github.com/matrix-org/matrix-react-sdk/pull/12230)). Contributed by @RiotRobot.
* Fix logout can take ages ([#12191](https://github.com/matrix-org/matrix-react-sdk/pull/12191)). Contributed by @BillCarsonFr.
* Fix `Mark all as read` in settings ([#12205](https://github.com/matrix-org/matrix-react-sdk/pull/12205)). Contributed by @florianduros.
* Fix default thread notification of the new RoomHeader ([#12194](https://github.com/matrix-org/matrix-react-sdk/pull/12194)). Contributed by @florianduros.
* Fix display of room notification debug info ([#12183](https://github.com/matrix-org/matrix-react-sdk/pull/12183)). Contributed by @dbkr.

(js)

2024-03-03 10:09:06 UTC MAIN commitmail json YAML

doc: Updated devel/gccmakedep to 1.0.4

(wiz)

2024-03-03 10:08:58 UTC MAIN commitmail json YAML

gccmakedep: update to 1.0.4.

This is an alternate version of makedepend implemented as a shell script
wrapper around `gcc -M` - this has the advantage of supporting whatever
language versions & extensions the compiler supports, and not needing to
be updated for things like the new elifdef and elifndef constructs in C23.

Alan Coopersmith (8):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update configure.ac bug URL for gitlab migration
      Add standard X.Org README.md file
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      gitlab CI: stop requiring Signed-off-by in commits
      gccmakedep 1.0.4

Anderson Luiz da Silva (1):
      Add parsing of GCC option '-std='.

Emil Velikov (1):
      autogen.sh: use quoted string variables

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

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2024-03-03 10:08:08 UTC MAIN commitmail json YAML

doc: Updated x11/libXdmcp to 1.1.5

(wiz)

2024-03-03 10:08:00 UTC MAIN commitmail json YAML

libXdmcp: update to 1.1.5.

Alan Coopersmith (8):
      Remove "All rights reserved" from Oracle copyright notices
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Xdmcp.h: add access attributes to function prototypes
      Clear -Wunused-macros warnings when arc4random_buf() is available
      XdmcpWriteHeader: drop unnecessary cast of free() argument
      XdmcpWriteHeader: use calloc instead of malloc to alloc buffer
      gitlab CI: add xz-utils to container for "make distcheck"
      libXdmcp 1.1.5

(wiz)

2024-03-03 10:07:19 UTC MAIN commitmail json YAML

doc: Updated fonts/encodings to 1.1.0

(wiz)

2024-03-03 10:07:11 UTC MAIN commitmail json YAML

encodings: update to 1.1.0.

This release adds the ISO8859-14 encoding

This allows legacy applications (xcalc for instance) to work without the
"Warning: missing charsets in String to FontSet conversion"
message on systems with only ISO8859-1 and UTF-8 encoded fonts installed.

This release also adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to our
gitlab issue tracker at:
  https://gitlab.freedesktop.org/xorg/font/encodings/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (2):
      Add a meson build system
      font-encodings 1.1.0

Matthieu Herrb (1):
      Add the ISO8859-14 encoding

(wiz)

2024-03-03 10:06:23 UTC MAIN commitmail json YAML

doc: Updated x11/libXcursor to 1.2.2

(wiz)

2024-03-03 10:06:14 UTC MAIN commitmail json YAML

libXcursor: update to 1.2.2.

Alan Coopersmith (6):
      gitlab CI: stop requiring Signed-off-by in commits
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      If O_CLOEXEC is defined, add "e" to fopen modes
      Add comment about keeping libxcb-cursor copy of code in sync
      XcursorXcFileLoad: plug memory leak in error paths
      libXcursor 1.2.2

Robin Linden (1):
      Remove superfluous and unguarded config.h include

(wiz)

2024-03-03 10:05:31 UTC MAIN commitmail json YAML

doc: Updated x11/libxcb to 1.16.1

(wiz)

2024-03-03 10:05:23 UTC MAIN commitmail json YAML

libxcb: update to 1.16.1.

This release fixes build issues for Windows & NetBSD platforms.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though xcb mainly uses stat() calls on sockets,
not normal files.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xcb to
work with sockets whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (3):
      gitlab CI: regenerate container used for builds
      gitlab CI: use latest xcbproto from git to build against
      libxcb 1.16.1

Fergus Dall (1):
      Enable large file support

Peter Williams (1):
      Fix compilation on Windows

Thomas Klausner (1):
      configure.ac: drop `pthread-stubs` dependency on NetBSD

(wiz)

2024-03-03 10:04:09 UTC MAIN commitmail json YAML

doc: Updated x11/libXaw3d to 1.6.6

(wiz)

2024-03-03 10:04:01 UTC MAIN commitmail json YAML

libXaw3d: update to 1.6.6.

This release fixes a failure to build with the upcoming gcc 14 compiler,
and drops code checks for a number of OS'es from the previous millenium
(none of which have actually been supported since the conversion from
imake to autoconf builds).

Alan Coopersmith (11):
      gitlab CI: add xz-utils to container for "make distcheck"
      Multisink.c: Clear -Werror=incompatible-pointer-types error
      unifdef NCR
      unifdef sony
      unifdef AIXV3
      unifdef __osf__
      unifdef __UNIXOS2__
      Remove unused sharedlib.c
      unifdef macII
      unifdef ISC
      libXaw3d 1.6.6

(wiz)

2024-03-03 10:03:18 UTC MAIN commitmail json YAML

doc: Updated fonts/libfontenc to 1.1.8

(wiz)

2024-03-03 10:03:09 UTC MAIN commitmail json YAML

libfontenc: update to 1.1.8.

This release includes build system cleanups and adds "e" to the fopen()
flags to avoid leaking fd's when calling applications exec another program.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038 on
32-bit platforms, but this has not been tested.  This only applies to
non-compressed files opened by this library - compressed files are
handled by libz and depend on whether it was built with post-Y2038 support.

Alan Coopersmith (5):
      configure: raise minimum autoconf requirement to 2.70
      Remove "All rights reserved" from Oracle copyright notices
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Set close-on-exec when opening files
      libfontenc 1.1.8

(wiz)

2024-03-03 09:03:10 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.1.1.29, encodings-1.1.0, glm-1.0.1, gopls-0.15.1,
  imath-3.1.11, libXcursor-1.2.2, libXdmcp-1.1.5, libfontenc-1.1.8,
  libxcb-1.16.1, lzip-1.24.1, prometheus-2.50.1,
  py-cyclonedx-python-lib-6.4.2, py-dateutil-2.9.0.post0,
  py-google-api-python-client-2.120.0, py-keyring-24.3.1,
  py-packageurl-0.14.0, py-poetry-1.8.2, py-pylint-3.1.0,
  py-readme_renderer-43.0, py-ruff-0.3.0, py-urwid-2.6.7, re2-20240301,
  rspamd-3.8.4, xournalpp-1.2.3.

(wiz)

2024-03-03 08:54:59 UTC MAIN commitmail json YAML

doc: Updated www/ruby-selenium-webdriver to 4.18.1

(taca)

2024-03-03 08:54:44 UTC MAIN commitmail json YAML

www/ruby-selenium-webdriver: update to 4.18.1

4.18.0 (2024-02-19)

* Update documentation link in readme (#13570)
* make suggested updates from rubocop

4.18.1 (2024-02-19)

* Add CDP for Chrome 122 and remove 119

(taca)

2024-03-03 08:53:06 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack-cache to 1.16.0

(taca)

2024-03-03 08:52:53 UTC MAIN commitmail json YAML

www/ruby-rack-cache: update to 1.16.0

1.16.0 (2024-03-01)

What's Changed

* Typo in meta_store_test.rb test description [ci skip] by @olleolleolle in
  #23

* Purge cache_key if response headers do not include content digest by
  @evman182 in #22

* Remove memcached gem. by @ioquatix in #24

New Contributors

* @evman182 made their first contribution in #22

(taca)

2024-03-03 08:51:16 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-partitions to 1.895.0

(taca)

2024-03-03 08:51:02 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.895.0

1.895.0 (2024-02-29)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

(taca)

2024-03-03 08:49:49 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-yard to 0.9.36

(taca)

2024-03-03 08:49:30 UTC MAIN commitmail json YAML

textproc/ruby-yard: update to 0.9.36

0.9.35 (2024-02-28)

* Fix possible XSS on generated YARD frameset pages (thanks to @RedYetiDev
  for finding and patching) (2069e2b).
* Fix errors when using @option on non-method objects (#1508)
* Support Ruby 3.3 changes in Ripper parser (#1510)

0.9.36 (2024-02-29)

* Further XSS fixes for generated frameset pages (#1538)
* Improve tests for Ruby 3.3 compatibility (#1519, #1531)
* Documentation improvements (#1524)

(taca)

2024-03-03 08:47:11 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-kramdown-rfc2629 to 1.7.7

(taca)

2024-03-03 08:46:52 UTC MAIN commitmail json YAML

textproc/ruby-kramdown-rfc2629: update to 1.7.7

1.7.7 (2024-03-02)

* Add experimental true BCP14 boilerplate

(taca)

2024-03-03 08:45:06 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-asciidoctor to 2.0.21

(taca)

2024-03-03 08:44:47 UTC MAIN commitmail json YAML

textproc/ruby-asciidoctor: update to 2.0.21

2.0.21 (2024-02-20)

This is a patch release in the 2.0.x release line, primarily to address
compatibility with Ruby 3.3.  While development of Asciidoctor 2.1 is
beginning to pick up again, we extracted several other important
improvements and bug fixes from main to include in this patch release.

The most critical fix in this release is to make Asciidoctor's logger
compatible with the logger API in Ruby 3.3.  The code is now tested against
Ruby 3.3 on each change.  Nearly as important, this release also turns off
Ruby's system-dependent newline conversion when writing files so that
Asciidoctor's output is consistent between *nix and Windows.

Numerous changes were made to correct AsciiDoc parsing.  A nested dlist
attached using a list continuation no longer consumes a detached paragraph.
And an attached block is correctly attached to a nested dlist when that
dlist is offset from its parent by an empty line.  The secondary and
tertiary terms on the indexterm macro are preserved when the primary term is
quoted and contains an equals sign.  And a bare URL enclosed in angle
brackets acts as unconstrained syntax that stops at the first occurrence of
a closing angle bracket.  When includes are not enabled, any spaces in the
include target are preserved when generating the fallback link.

Several changes were made to the DocBook output to address compliance.  The
abstract is moved inside the <info> tag (applies to both the abstract in the
preamble as well an an abstract for a book part).  The scaledwidth and scale
attributes are now supported on an inline macro, like with a block image
macro.

A few changes to the manpage output were made.  Cells in the head row are
styled as bold.  Paragraph breaks in a normal table cell are preserved.

Finally, a few refinements to the default stylesheet were applied.  The
extra border below the doctitle when the sidebar toc is collapsed into main
content area was removed.  And a text decoration was added to the active
footnote number link in the footnotes list.

Compliance

* Turn off system-dependent newline conversion when writing files; don't
  convert line feeds to system-dependent newline (#4550)

* Support logger in Ruby 3.3 by instantiating super class (#4493) (@mtasaka)

* Add support for scaledwidth and scale attributes on inline image macro in
  DocBook output (#4552)

* Update latest Ruby to 3.3 in CI workflows

Improvements

* Change title to doctitle in warning message about use of abstract to make
  subject more clear

* Modify default stylesheet to add text decoration to active footnote number
  link in footnotes list (#4530) (@Larhzu)

Bug Fixes

* Nested dlist attached using list continuation should not consume detached
  paragraph (#3535)

* Don't break nested dlist with attached block if offset from parent list by empty line (#3693)

* Preserve paragraph breaks in normal table cell in manpage output (#4481)

* Style cells in head row as bold in manpage output (#4490)

* Escape spaces in include target (using inline passthrough) when generating
  link from include directive (#4461)

* Move abstract inside info tag in DocBook output (#3602)

* Honor secondary and tertiary terms on indexterm macro when primary term is
  quoted and contains an equals sign (#3652)

* Remove extra border below doctitle when sidebar toc is collapsed into main
  content area (#4523)

* Treat bare URL enclosed in angle brackets as unconstrained syntax; only
  match until closing angled bracket (#4468)

* Allow URL enclosed in angled brackets syntax to be escaped using backslash
  (#4468)

Credits

A very special thanks to all the awesome supporters of the Asciidoctor
OpenCollective campaign, who provide critical funding for the ongoing
development of this project.

(taca)

2024-03-03 08:40:47 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-listen to 3.9.0

(taca)

2024-03-03 08:40:29 UTC MAIN commitmail json YAML

sysutils/ruby-listen: update to 3.9.0

3.9.0 (2024-02-24)

* Issue #572: make kernel warn configurable -- see README (#579)
  @ColinDKelley @AlexB52
* drop ruby 2.6 and add ruby 3.3 to the test matrix (#578) @ColinDKelley
* Fix github workflows link in README (#577) @hotoolong

(taca)

2024-03-03 08:39:09 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-facter to 4.6.1

(taca)

2024-03-03 08:38:52 UTC MAIN commitmail json YAML

sysutils/ruby-facter: update to 4.6.1

No release note for 4.6.0 and 4.6.1.

4.6.0 (2024-02-23)
4.6.1 (2024-03-01)

Please refer commit log in detail: <https://github.com/puppetlabs/facter/compare/4.5.2...4.6.1>

(taca)

2024-03-03 08:35:07 UTC MAIN commitmail json YAML

doc: Updated security/ruby-metasploit-payloads to 2.0.166

(taca)

2024-03-03 08:34:50 UTC MAIN commitmail json YAML

security/ruby-metasploit-payloads: update to 2.0.166

2.0.166 (2024-02-20)

* Land #698, Update mimikatz

(taca)

2024-03-03 08:28:02 UTC MAIN commitmail json YAML

doc: Updated devel/p5-B-Hooks-EndOfScope to 0.28

(wiz)

2024-03-03 08:27:53 UTC MAIN commitmail json YAML

p5-B-Hooks-EndOfScope: update to 0.28.

0.28      2024-03-01 00:10:15Z
  - revert Variable::Magic->Variable::OnDestruct change; Variable::Magic will
    start working again in perl 5.39.9. (Graham Knop, PR#10)

0.27      2024-02-27 23:48:24Z
  - switched from Variable::Magic to Variable::OnDestruct in the XS
    implementation (Graham Knop, PR#9)
  - add optional prereqs to metadata to help prereq analysis tools (RT#151992)

(wiz)

2024-03-03 08:23:05 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-marcel to 1.0.4

(taca)

2024-03-03 08:22:51 UTC MAIN commitmail json YAML

devel/ruby-marcel: update to 1.0.4

1.0.3 (2024-02-28)

What's Changed

* Prefer audio/ogg instead of audio/vorbis by @gmcgibbon in #65
* Suppress warning by @wonda-tea-coffee in #69
* Add explanation of MimeType.for's handling of argument types by @elebow in
  #68
* tables.rb: Generate UTF-8 strings when possible. by @casperisfine in #70
* Remove comment strings from Tables::TYPE by @casperisfine in #71
* Store MIME parents in a distinct Hash by @casperisfine in #72
* Fix magic detection for HTML with <svg by @ursm in #74
* Update gem name in Gemfile by @elebow in #88
* Move to GitHub Actions by @hahmed in #82
* Add note in README how to extend detection of custom file types by
  @vipulnsward in #93
* Fix Illustrator detection as application/pdf instead of
  application/illustrator by @jeremy in #94

New Contributors

* @wonda-tea-coffee made their first contribution in #69
* @elebow made their first contribution in #68
* @casperisfine made their first contribution in #70
* @ursm made their first contribution in #74
* @hahmed made their first contribution in #82
* @vipulnsward made their first contribution in #93
* @jeremy made their first contribution in #94

1.0.4 (2024-03-01)

What's Changed

* Regression fix: binary declared type should fall back to filename
  extension type by @jeremy in #99

(taca)

2024-03-03 08:20:49 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-cucumber-expressions to 17.0.2

(taca)

2024-03-03 08:20:35 UTC MAIN commitmail json YAML

devel/ruby-cucumber-expressions: update to 17.0.2

17.0.2 (2027-02-20)

Changed

* [Python] Updated the release workflow to use trusted publisher (#263,
  #264)

* [Ruby] Added subsidiary rubocop gems (RSpec/Rake/Performance), and did
  some initial refactoring (#247)

* Additional information for alternation inside optional error message on
  how to fix (#260)

Fixed

* Removed repeated 'the' from error message for use of alternations inside
  optionals (#252)

* [Python] Missing keyword argument defaults in parameter type class (#259)

* [Ruby] Added an explicit dependency on bigdecimal gem, to fix Ruby 3.4-pre
  builds where the gem has changed its status from default to bundled (#273)

(taca)

2024-03-03 08:18:51 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.78.0

(taca)

2024-03-03 08:18:36 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.78.0

5.78.0 (2024-03-01)

* Support SQLite 3.45+ jsonb functions in the sqlite_json_ops extension
  (jeremyevans) (#2133)

* Support compounds (e.g. UNION) in conjunction with Database#values on
  PostgreSQL (jeremyevans) (#2137)

* Support :use_advisory_lock option to Migrator.run to use advisory locks
  when running migrations (jeremyevans) (#2089)

* Support Database#with_advisory_lock on PostgreSQL, MySQL, and Microsoft
  SQL Server (jeremyevans) (#2089)

(taca)

2024-03-03 08:17:09 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-pg to 1.5.6

(taca)

2024-03-03 08:16:48 UTC MAIN commitmail json YAML

databases/ruby-pg: update to 1.5.6

1.5.6 (2024-03-01)

* Renew address resolution (DNS) in conn.reset. #558 This is important, if
  DNS is used for load balancing, etc.

* Make bigdecimal an optional dependency. #556 It's a gem in ruby-3.4+, so
  that users shouldn't be forced to use it.

(taca)

2024-03-03 08:13:26 UTC MAIN commitmail json YAML

Updated audio/wavpack, www/py-djangocms-admin-style

(adam)

2024-03-03 08:13:09 UTC MAIN commitmail json YAML

py-djangocms-admin-style: updated to 3.3.1

3.3.1

Fix bug in SASS/CSS that hid picture upload widget in djangocms-blog
Solved rules
chore: Update build system
Pre commit checks

(adam)

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

wavpack: updated to 5.7.0

Release 5.7.0 - February 29, 2024

WavPack Library Source Code - 5.7.0
wavpack.exe (command-line encoder) - 5.7.0
wvunpack.exe (command-line decoder) - 5.7.0
wvgain.exe (command-line ReplayGain scanner) - 5.7.0
wvtag.exe (command-line tagging utility) - 5.7.0
cool_wv4.flt (Cool Edit / Audition filter) - 4.2
----------------------------------------------------
added: multithreaded encoding and decoding to libwavpack (optional)
added: option to specify multithreading in CLI programs (--threads)
added: multithreading support to Cool Edit filter (always enabled)
added: support for ID3v2.4 when importing tags (--import-id3)
added: optional bitrate specification to wavpack -c option
added: Windows native threads in wvtest, builds with MSVC
added: recognize WAV files with new fourcc of 'BW64'
fixed: seeking issue on very large files (Windows only)
fixed: decode non-compliant FFmpeg files over 8 channels
fixed: accept some common but non-compliant AIFF files
fixed: automatically delete newly obsolete correction files
fixed: don't delete source files if data loss warnings occur
improved: ID3v2 tag support (more items, multiple values, pics, etc)
improved: use MinGW to build official Windows executables (faster)
improved: compression of 32-bit integer files (--optimize-int32)
improved: convert the man pages to mdoc(7)
improved: cmake & autoconf support

(adam)

2024-03-03 07:52:34 UTC MAIN commitmail json YAML

Updated devel/py-test-mypy-plugins, devel/py-hexbytes

(adam)

2024-03-03 07:51:29 UTC MAIN commitmail json YAML

py-hexbytes: updated to 1.1.0

hexbytes v1.1.0 (2024-03-01)

Internal Changes - for hexbytes Contributors

Change the name of master branch to main
Merge template updates, notably adding py312 support

(adam)

2024-03-03 07:49:26 UTC MAIN commitmail json YAML

2024-03-02 23:09:46 UTC MAIN commitmail json YAML

Updated devel/icestorm to icestorm-0.0.20240227nb1
Updated devel/nextpnr-ice40 to nextpnr-ice40-0.7nb1
Updated devel/yosys to yosys-0.38nb1

(thorpej)

2024-03-02 23:08:00 UTC MAIN commitmail json YAML

2024-03-02 21:01:11 UTC MAIN commitmail json YAML

doc: Updated net/termscp to 0.13.0

(pin)

2024-03-02 21:01:01 UTC MAIN commitmail json YAML

Updated textproc/po4a, textproc/py-cmudict

(adam)

2024-03-02 21:00:45 UTC MAIN commitmail json YAML

net/termscp: update to 0.13.0

Released on 03/03/2024

    Added CLI subcommands
      - Changed -t to theme
      - Changed -u to update
      - Changed -c to config
    Introduced support for WebDAV
      - It is now possible also to connect directly to WebDAV server with the
        syntax http(s)://username:password@google.com
    Bugfix:
      - Issue 232: AWS S3 wasn't working anymore due to rust-s3 outdate
    Dependencies:
      - Added remotefs-webdav 0.1.1

(pin)

2024-03-02 21:00:42 UTC MAIN commitmail json YAML

py-cmudict: updated to 1.0.19

v1.0.19 (2024-03-02)

Fix
deps: bump importlib-resources from 5.12.0 to 6.1.2

(adam)

2024-03-02 20:59:03 UTC MAIN commitmail json YAML

po4a: updated to 0.71

        ___  _____ _
__  __/ _ \|___  / |
\ \ / / | | |  / /| |            Happy leap day
\ V /| |_| | / / | |
  \_/  \___(_)_/  |_|            (released on 2024/02/29)

po4a main script:
* Fix the parsing of nested simple and double quotes mixed with escaped
  spaces.
* Properly parse config files iteratively redefining the same alias to
  enrich it.
* Don't eat up quotes around parameters containing spaces, as they are needed
  later on when passing parameters to msgmerge and friends.

Gemtext:
* New module

Documentation:
* Fix many typos introduced in previous release [Golubev Alexander
  and Rafael Fontenelle].

General:
* Better error messages on encoding errors. It remains fragile, but at least we
  try to display an error message.

Translations:
* Updated: Chinese (simplified), thanks Wenbin Lv.
* Updated: Esperanto, thanks Marco Ciampa.
* Updated: French, thanks brandelune.
* Updated: German, thanks Helge Kreutzmann.
* Updated: Italian, thanks Marco Ciampa.
* Updated: Japanese, thanks gemmaro.
* Updated: Norwegian Bokmål, thanks Petter Reinholdtsen.
* Updated: Portuguese (Brazil), thanks Rafael Fontenelle.
* Updated: Russian, thanks Golubev Alexander.
* Updated: Spanish, thanks gallegonovato.
* Updated: Ukrainian, thanks Yuri Chornoivan (українська) and Сергій.

Status of the binary translation:
* 4 languages at 100%: de, fr, ja, ru.
* 5 languages >= 95%: es (98%), it (98%), nb (98%), pt_BR (98%), uk (98%).
* 4 languages >= 90%: eo (91%), nl (93%), pt (93%), sr_Cyrl (93%).
* 4 languages >= 80%: hr (89%), hu (87%), zh_Hans (89%), zh_Hant (89%).
* 1 language  >= 70%: id (73%).
* 8 languages >= 50%: cs (55%), da (62%), et (65%), eu (54%), pl (59%), sl (53%), sv (68%), vi (64%).
* 1 language  >= 33%: ca (43%).
* 6 starting languages: ace (2%), af (7%), ar (13%), ka (16%), kn (7%), ko (18%).

Status of the documentation translation:
* 3 languages at 100%: de, fr, it.
* 4 languages >= 95%: es (96%), ja (99%), pt_BR (99%), uk (99%).
* 2 languages >= 90%: nl (93%), sr_Cyrl (93%).
* 4 languages >= 80%: pt (89%), ru (84%), zh_Hans (88%), zh_Hant (88%).
* 1 language  >= 50%: pl (63%).
* 1 language  >= 33%: ca (42%).
* 4 starting languages: eo (3%), hr (0%), hu (0%), nb (4%).

(adam)

2024-03-02 19:25:29 UTC MAIN commitmail json YAML

mail/opensmtpd-extras: install sample configuration file for table-ldap

(vins)

2024-03-02 19:24:26 UTC MAIN commitmail json YAML

doc: Added devel/mise version 2024.2.19

(schmonz)

2024-03-02 19:24:03 UTC MAIN commitmail json YAML

Add and enable mise.

(schmonz)

2024-03-02 19:22:55 UTC MAIN commitmail json YAML

Add mise: Polyglot tool version manager like asdf

mise (pronounced "meez") or "mise-en-place" is a development environment
setup tool. The name refers to a French culinary phrase that roughly
translates to "setup" or "put in place". The idea is that before one
begins cooking, they should have all their utensils and ingredients
ready to go in their place.

mise does the same for your projects. Using its .mise.toml config file,
you'll have a consistent way to setup and interact with your projects no
matter what language they're written in.

(schmonz)

2024-03-02 17:54:03 UTC MAIN commitmail json YAML

doc: Updated mail/opensmtpd-extras to 6.7.1_20240228

(vins)

2024-03-02 17:53:23 UTC MAIN commitmail json YAML

mail/opensmtpd-extras: update package to latest snapshot

The official OpenSMTPD-extras repository is in maintainance mode, but
receives occasional bug fixes. By bringing the package in sync with the
most recent upstream commit, we incorporate a series of fixes and
improvements, with particular regard to the LDAP table.

Hopefully, this is only a temporary solution until a further official
release comes to light.

# Changes (pkgsrc)

* Use PKG_SYSCONFSUBDIR to match mail/opensmtpd configuration.
* Improve the SUBST routine to fix more hard-coded paths, including those
  in man pages.
* Fix a small portability issue in configure script while attempting to
  link against OpenSSL.

# Changes (upstream)

* Inline the only use of tls_handshake_wrapper
* Add AC_USE_SYSTEM_EXTENSIONS
* Mark log.h' fatal and fatalx as noreturn
* Do not hard-code build architecture
* table-ldap:
- add ldaps support
- handle more than one result
- request only required attributes
- update ber and aldap
- add example config file
- fix reconnection logic
- check if a filter is configured before try to query
- add netaddr and mailaddrmap support
- simplify getaddrinfo() usage

(vins)

2024-03-02 17:01:12 UTC MAIN commitmail json YAML

mail/opensmtpd: fix SUBST routines after SYSCONFSUBDIR introduction.

Also, since we're here, remove pam policy file from CONF files and
better sort Makefile.
Bump revision.

(vins)

2024-03-02 13:52:53 UTC MAIN commitmail json YAML

doc: Updated sysutils/open-vm-tools to 12.1.5nb7

(wiz)

2024-03-02 13:52:43 UTC MAIN commitmail json YAML

2024-03-02 13:01:36 UTC MAIN commitmail json YAML

Updated devel/py-msgpack, devel/py-pdm

(adam)

2024-03-02 13:01:17 UTC MAIN commitmail json YAML

py-pdm: updated to 2.12.4

Release v2.12.4 (2024-02-26)

Features & Improvements

- Use env PDM_NO_EDITABLE as the default value for --no-editable option.

Bug Fixes

- Reset project.environment when importing from setup.py, to fix resolution error.
- Do not fetch package hashes when `--frozen-lockfile` is passed.
- Make sure non-venv interpreters are used by venv creator.
- Don't cause a hard failure if the local directory doesn't exist.

Documentation

- Fix the default value for negative CLI flags.
- Auto-gen configuration reference documentation.

(adam)

2024-03-02 12:58:33 UTC MAIN commitmail json YAML

py-msgpack: updated to 1.0.8

v1.0.8

exclude C/Cython files from wheel
Build pure Python wheel for minor architectures.
update Cython to 3.0.8
This fixes memory leak when iterating over Unpacker on Python 3.12.

(adam)

2024-03-02 12:55:17 UTC MAIN commitmail json YAML

Updated devel/py-zope.testrunner, archivers/zziplib

(adam)

2024-03-02 12:55:00 UTC MAIN commitmail json YAML

zziplib: updated to 0.13.74

v0.13.74

* disabled local file header offset64
* allowed to 'make fortify' for extended debugging
* fixed all memleak bugs from address sanitizer
* fixed ZIP64 bugs - but the support is still incomplete
* fixed remaining failures as they were recorded in testsuite

(adam)

2024-03-02 12:50:08 UTC MAIN commitmail json YAML

py-zope.testrunner: updated to 6.4

6.4 (2024-02-27)

- Add PEP 440 support (implicit namespaces).

(adam)

2024-03-02 12:49:05 UTC MAIN commitmail json YAML

Updated devel/catch2, textproc/ugrep

(adam)

2024-03-02 12:48:48 UTC MAIN commitmail json YAML

ugrep: updated to 5.0.0

ugrep v5.0.0

new and updated regex engine to speed up searching patterns described in #288 using a new heuristic DFA cut algorithm
new option --exclude-fs default to exclude file systems that aren't specified as search targets #349
new option --all (-@) to #342 to search all files except hidden: cancel previous file and directory search restrictions
TUI regex syntax highlighting improved for --fixed-strings (-F) when used with option --bool (-% and -%%)
fix #350 Linux procfs handling not as expected
fix #355 "context before lines" sometimes incorrectly displayed (due to a misfiring optimization in a recent release)

(adam)

2024-03-02 12:47:19 UTC MAIN commitmail json YAML

catch2: updated to 3.5.3

3.5.3

Fixes
* Fixed OOB access when computing filename tag (from the `-#` flag) for file without extension
* Fixed the linking against `log` on Android to be `PRIVATE`
* Fixed `Wuseless-cast` in benchmarking internals

Improvements
* Restored compatibility with VS2017
* The baseline for Catch2 is still C++14 with some reasonable workarounds for specific compilers, so if VS2017 starts acting up again, the support will be dropped again.
* Suppressed clang-tidy's `bugprone-chained-comparison` in assertions
* Improved the static analysis mode to evaluate arguments to `TEST_CASE` and `SECTION`
* Clang-tidy should no longer warn about runtime arguments to these macros being unused in static analysis mode.
* Clang-tidy can warn on issues involved arguments to these macros.
* Added support for literal-zero detectors based on `consteval` constructors
* This is required for compiling `REQUIRE((a <=> b) == 0)` against MSVC's stdlib.
* Sadly, MSVC still cannot compile this assertion as it does not implement C++20 correctly.
* You can use `clang-cl` with MSVC's stdlib instead.
* If for some godforsaken reasons you want to understand this better, read the two relevant commits: [`dc51386b9fd61f99ea9c660d01867e6ad489b403`](https://github.com/catchorg/Catch2/commit/dc51386b9fd61f99ea9c660d01867e6ad489b403), and [`0787132fc82a75e3fb255aa9484ca1dc1eff2a30`](https://github.com/catchorg/Catch2/commit/0787132fc82a75e3fb255aa9484ca1dc1eff2a30).

Miscellaneous
* Disabled tests for FP random generator reproducibility on non-SSE2 x86 targets
* Modified the in-tree Conan recipe to support Conan 2

(adam)

2024-03-02 12:16:31 UTC MAIN commitmail json YAML

doc: Updated security/sequoia-sq to 0.34.0nb1

(wiz)

2024-03-02 12:16:19 UTC MAIN commitmail json YAML

sequoia-sq: fix distinfo

While here, make capnproto a tool dependency because it is.

Bump PKGREVISION.

(wiz)

2024-03-02 10:33:07 UTC MAIN commitmail json YAML

nano: force use of ncurses until PR pkg/57749 is resolved

(nia)

2024-03-02 07:48:14 UTC MAIN commitmail json YAML

doc: Updated x11/xlsfonts to 1.0.8

(wiz)

2024-03-02 07:48:04 UTC MAIN commitmail json YAML

xlsfonts: update to 1.0.8.

This release fixes a failure to build with the upcoming gcc 14.

Alan Coopersmith (5):
      man page: emphasize this program is for querying an X server
      gitlab CI: stop requiring Signed-off-by in commits
      Fix -Wincompatible-pointer-types warning from gcc (issue #1)
      Use reallocarray() if available
      xlsfonts 1.0.8

(wiz)

2024-03-02 05:00:59 UTC MAIN commitmail json YAML

editors/fileobj: Update to v0.8.5

ChangeLog:
- Add FILEOBJ_USE_LOWER_CASE_HEX
- Add __FILEOBJ_USE_FSYNC_CONFIG_FILE (default false)
- Optimize mmap(2) based file objects
- Rename --cmp to --blkcmp
- Add --blkdump
- Minor fixes and cleanups

(tkusumi)

2024-03-02 02:09:17 UTC MAIN commitmail json YAML

Yosys package is done.

(thorpej)

2024-03-02 02:05:36 UTC MAIN commitmail json YAML

Added devel/yosys version 0.38.

(thorpej)

2024-03-02 02:03:38 UTC MAIN commitmail json YAML

Add a package for yosys:

The Yosys Open SYnthesis Suite is a framework for RTL synthesis tools. It
currently has extensive Verilog-2005 support and provides a basic set of
synthesis algorithms for various application domains.

Together with nextpnr-ice40 and icestorm, this forms a toolchain that can
be used to synthesize and program designs for Lattice iCE40-family FPGAs.

(thorpej)

2024-03-01 22:29:23 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.35.0

(pin)

2024-03-01 22:28:58 UTC MAIN commitmail json YAML

sysurils/broot: update to 1.35.0

v1.35.0 - 2024-03-01
- Nerdfont icon theme - Fix #333 - Thanks @JonasLeonhard, @cho-m, @texastoland,
  @asdf8dfafjk and others

(pin)

2024-03-01 22:14:58 UTC MAIN commitmail json YAML

lang/libunwind: Unbreak on RHEL 8

USE_GCC=10 was causing build failures
No changes to package on other platforms

(bacon)

2024-03-01 20:50:05 UTC MAIN commitmail json YAML

mail/opensmtpd: minor revision

* use PKG_SYSCONFSUBDIR.
* Fix sample pam file location to match the common pkgsrc practice.
* update README.pkgsrc and make it more verbose.

(vins)