py-astropy: remove _compiler.c from PLIST
I guess some dependency update is to blame that it's not installed
any longer, but I don't know which one.
Bump PKGREVISION.
expat: updated to 2.8.5
Release 2.8.5 Tue September 22 2026
Security fixes:
CVE-2026-93990 -- Reject high surrogates not followed by a
low surrogate during UTF-16 decoding; previously, malformed
UTF-16 could be smuggled into the application using Expat
and could cause arbitrary damage there, depending on how
malformed UTF-16 was handled inside the application;
validation was not their job but Expat's. This is similar
to past vulnerability CVE-2022-25235.
Upstream CVSS 3.1 vector:
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H (CVSS score: 9.8)
Bug fixes:
lib: Fix OOM-related memory leak on a failed overflow check
lib: Fix memory alignment for architectures with 128bit
pointers like CHERI-RISC-V
[39 lines not shown]
lang/ocam/ocaml.mk: Limit findlib bl3 to build phase
This is used to find libraries; it's more or less pkg-config for
ocaml. There's no logical basis for it to be used at runtime by any
ocaml package that uses it to build.
In lfs_checkempty(), do not continue looping through partial segments
after an error. Also, do not continue checking all future segments but
confine our attention only to the segment we are trying to verify empty.
Addresses an issue described in PR kern/60746.
libdvdread: add pkg-config to USE_TOOLS
Library failed to link when dvdcss option was set. Fix is to
add pkg-config to USE_TOOLS, as suggested by Taylor Campbell.
doc: new openssls out
stop listing ones that have no chance of being imported.
For the old branches:
"We will also be releasing extended support for OpenSSL versions
3.0.23, 1.1.1zj, and 1.0.2zs which will be available to premium support
customers."
so I didn't list them, since we won't get them.
nativefiledialog-extended: updated to 1.4.0
- New feature: Accept native parent window handle
- Hoist identical code from GTK and Portal implementations into
shared header
- New feature: Allow customisation of dialog title and button labels
- Add SDL3 support (nfd_sdl3.h)
PC6001VX: update to 4.5.0
pkgsrc changes:
- adjust CMakeLists.txt patch per upstream changes
- add explicit dependency on qt6-qtdeclarative for QML/Qt Quick
Upstream changes:
https://eighttails.seesaa.net/article/521518642.htmlhttps://github.com/eighttails/PC6001VX/blob/v4.5.0/README.adoc#%E6%9B%B4%E6%96%B0%E5%B1%A5%E6%AD%B4
4.5.0 2026/09/09
* Changed screen rendering from QGraphicsView/QGraphicsScene based
implementation to QML/Qt Quick based implementation.
* Changed the virtual keyboard to a QML/Qt Quick based implementation
and removed dependency on Qt Graphics Scene (QGraphics* classes).
* Added key repeat support to the virtual keyboard.
* Removed the hardware acceleration setting and safe mode along with
the migration to QML/Qt Quick.
[3 lines not shown]