Fix variable substitution in target install-headers-subdirs.
There may be more than one subdir level.
Note this target is currently unused in xenocara.
update sqlitebrowser to a git checkout
build with the new Qt6 support, removing the last remaining use of
the Qt5 version of QScintilla
add optional sqlcipher flavour
geo/qgis: major update to 4.0, switches to Qt6 by default
see https://changelog.qgis.org/en/version/4.0/
that's one less direct consumer for x11/qt5/qtwebkit
still considered an early alpha upstream, but works in daily use. most
plugins need to be explicitely declared as compatible with it.
zlib: avoid double assignment to strm->msg
harmless merge error from
commit 4480ad49db70b6d2b90da94cc0d4755aace8a632
Author: tb <tb at openbsd.org>
Date: Sun Jun 30 05:16:17 2024 +0000
cast string literals with z_const char *
from upstream 2ba25b2ddab9aa939c321d087fcfca573a9cca55
zlib: fix heap info leak in deflateCopy (ZLB-01-005)
commit 84045903ee415efbfaf6d3d443224c2f3a1daea0
Author: Mark Adler <git at madler.net>
Date: Sat Jan 10 21:34:20 2026 -0800
Copy only the initialized deflate state in deflateCopy.
To avoid the propagation and possible disclosure of uninitialized
memory contents.