Revert previous. We cannot hold the uvm_swap_data_lock
That is not while doing any operations which might require
the current process (or maybe just lwp, for this, irrelevant)
to actuually engage in paging. And a copyout() does exactly
that, or might.
gpa: update to 0.11.1.
Noteworthy changes in version 0.11.1 (2026-02-12)
-------------------------------------------------
* Remove unused trust_item stuff to make it build with gpgme 2.x.
[rGPAb6ba8bcc6d]
* Fix a crash due to bad marshaling. See
https://bugs.gentoo.org/957196. [rGPA45fc64a4ac]
py-mysqlclient: updated to 2.2.8
2.2.8
* Add ``local_infile_dir`` option to restrict LOAD DATA LOCAL INFILE file path.
* windows wheel: Update mariadb-connector to 3.4.8
* Add Python 3.14 and drop Python 3.8, 3.9 support.
* Experimental support for free threaded Python. Importing ``MySQLdb`` doesn't
enable the GIL anymore. This doesn't mean mysqlclient is thread safe.
You must not use same connection object from multiple threads concurrently.
py-test-html: updated to 4.2.0
4.2.0
fix: Extras from setup/teardown missing in report
fix: Total duration when running in parallel
Fix license classifier in pyproject.toml
[pre-commit.ci] pre-commit autoupdate
Fix for 806 (if results table order changed, hide/show details hover over broken)
Chore(deps): Bump certifi from 2023.5.7 to 2023.7.22 in /docs
Start tag has wrong closing tag
Drop python 3.8, add support for 3.12, 3.13
tex-fontools: update to 2025.77724
- generated style files use "figureversions" instead of (deprecated) "fontaxes".
- when generating math fonts (experimental!), the script and scriptscript fonts
are by default loaded at somewhat bigger size than Latex's standard 70% and
50%, for better readability.
- a few minor bug fixes and documentation updates
gpa: update to 0.11.0.
Pull upstream fix for building with latest gpgme.
Noteworthy changes in version 0.11.0 (2024-12-10)
-------------------------------------------------
* Ported to GTK 3.
* See the ChangeLog or better
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpa.git for a list of
changes over the last 6 years.
seahorse: update to 47.0.1.
Newer changes than version 42 not documented.
seahorse 42.0
-------------
* pgp: Fix GPG version check [!197]
* desktop: Add pgp,gpg to the description [!196]
* search-provider: Don't escape result description as markup [!194]
* gkr: Network label fixes [!193]
* ssh: Fix CPU Usage Spike When Calling ssh-keygen [!136]
* desktop: Add supported mime types to .desktop file [!189]
* desktop: Mark application as adaptive [!190]
* metainfo: Align app name with .desktop name [!186]
* ui: Opt-in to color scheme user preference [!188]
* Updated translations
seahorse 41.0
-------------
[43 lines not shown]
py-Pillow: update to 12.1.1.
Security
CVE 2021-25289: Fix OOB write with invalid tile extents
Check that tile extents do not use negative x or y offsets when
decoding or encoding, and raise an error if they do, rather than
allowing an OOB write.
An out-of-bounds write may be triggered when opening a specially
crafted PSD image. This only affects Pillow >= 10.3.0. Reported by
Yarden Porat.
Other changes
Patch libavif for svt-av1 4.0 compatibility
A patch has been added to depends/install_libavif.sh, to allow
[2 lines not shown]