Pullup ticket #7170 - requested by is
sysutils/qemu-guest-agent: i386 build fix
Revisions pulled up:
- sysutils/qemu-guest-agent/Makefile 1.11
---
Module Name: pkgsrc
Committed By: is
Date: Wed Jul 8 16:53:59 UTC 2026
Modified Files:
pkgsrc/sysutils/qemu-guest-agent: Makefile
Log Message:
make this compile for and work on i386 (actually, i586 and up) 32bit VMs.
ecl: updated to 26.5.5
* 26.5.5 changes since 26.3.27
- bugfix: MAKE-PACKAGE destructively modified defining form's cons
cells of
the package local nicknames, breaking package literals in bytecmp
- bugfix: the first environment is now always page-aligned by using
the same allocation mechanism as all subsequent envs
- bugfix: allow loading concatenated fasc files
- bugfix: defclass does not redefine existing classes at compile
time with forward-referenced classes
* 26.3.27 changes since 24.5.10
- Vendored libffi has been updated to the version 3.5.2
- It is now possible to cross-compile source code from hosts with a
different environment than the target
- Compilation with -std=c23 (default for gcc-15) works now
- Byte operations on binary sequence streams and char operations on
character sequence streams do not require a roundtrip for encoding
[60 lines not shown]
py-httpcore2 py-httpx2: updated to 2.7.0
2.7.0
This release syncs the vendored WebSocket support with the latest httpx-ws, which was previously pinned to an outdated snapshot.
2.6.0
The main feature in this release is support for WebSockets!
clojure-tools: update to 1.12.5.1654
Changes to Clojure in Version 1.12.5
CLJ-2945 - reify
- incorrectly transfers reader metadata to runtime
object
CLJ-2228 - constantly
- unroll to remove rest args allocation
Changes to Clojure in Version 1.12.4
CLJ-2924 - LazySeq
- fix visibility issues with non-volatile reads
sbcl: update to 2.6.6
* minor incompatible change: FDEFINITION now returns the outermost
wrapper (added e.g. by TRACE, PROFILE) like SYMBOL-FUNCTION
* minor incompatible change: in unsafe code, C strings with
:EXTERNAL-FORMAT :ASCII are copied directly as byte-sized
quantities without checking whether the top bit of the byte is set.
* platform support:
** fix the build on big-endian 64-bit PowerPC with ELFv2.
** move the static space address for macOS 27 on ARM64.
** optimizations to SB-THREAD:BARRIER for ARM64
** fix a compiler crash in MULTIPLE-VALUE-LIST in argument forms on
ARM64.
* bug fix: TRACE no longer fails when trying to print a return value
that cannot be printed readably and *PRINT-READABLY* is true.
* optimization: the compiler is more precise in its type derivation
of COERCE given constraints on its inputs.
* optimization: the compiler is better able to derive the return
types of AREF and ELT.
[8 lines not shown]
Update hitori to 44.0
* Remove GNOME branding as it�s not an official GNOME game any more
* Bugs fixed:
- !39 Update (or drop) the Docker image used by Flatpak job
- !40 data: Remove GNOME branding
- !41 build: Post-branch version bump
- !43 flatpak: Fix the branch name for building the flatpaks
* Initial support for playing the game with a keyboard
* Bugs fixed:
- !34 Make game playable with keyboard (bare minimum)
- !35 build: Drop positional arguments from i18n.merge_file() calls
- !36 interface: Fix a minor leak
- !37 snap: Add itstool to image
- !38 Move appdata screenshot to git
plus many many translation updates.
pkgconf: updated to 3.0.3
Changes from 3.0.2 to 3.0.3:
* Restore correct handling of sysroots when emulating legacy pkg-config, and
add explicit regression tests for this case.
* Fix references to bomtool in spdxtool --help.
Patch by Pierre Pronchery.
* Fix various typos in the source code.
Patch by Christian Clauss.
py-regex: updated to 2026.7.10
2026.7.10
Clarified that the POSIX flag makes it look for only the longest overall match.
Git issue 606: `regex`'s compiled-pattern cache eviction is not free-threading-safe
py-narwhals: updated to 2.24.0
2.24.0
Enhancements
feat: Widen IntoSchema to accept IntoDType values and (name, dtype) pair sequences
feat: add nw.list
feat: Support plugin native objects in is_into_*
feat: stabilize dtype conversion across pandas, pyarrow, and modin test constructors
Bug fixes
fix: avoid potential sql injection in sink_parquet
fix(pyarrow): Adapt for pyarrow v25.0.0
fix(ci): sync all dependencies in altair downstream test
fix: Fix fill_null for Dask with expressions
fix: avoid potential sql injection for join_asof
fix assert_equal_data for objects where __eq__ returns non-bool
[4 lines not shown]
py-mypy: updated to 2.3.0
2.3.0
The Upcoming Switch to the New Native Parser
Mypyc Free-threading Memory Safety
librt.threading: Fast Native Lock Type
Mypyc: Read-only Final Instance Attributes
py-asttokens: updated to 3.0.2
3.0.2
Modernize type annotations
Fix pypy CI by skipping redundant mypy runs on it
Fix IndexError on source mixing lone CR with LF line endings
Release modernization, and publish to PyPI from CI via trusted publishing
py-relativetimebuilder: updated to 3.0.3
3.0.3
Use SPDX license identifier in source files
Correct Read the Docs configuration to point to Codeberg
Drop upper bounds on aniso8601 and attotime requirements
Update supported Python versions to match upstream support status