ripgrep: update to 15.2.0.
15.2.0 (2026-07-15)
===================
Platform support:
* `aarch64-unknown-linux-musl` is now included in the release binaries for
ripgrep.
Performance improvements:
* Improves directory traversal time on very large corpora.
Feature enhancements:
* ripgrep now respects `GIT_CONFIG_GLOBAL` and `GIT_CONFIG_SYSTEM`.
Bug fixes:
[3 lines not shown]
py-codespell: update to 2.4.3.
Add 'radback' to dictionary with correction by @Flo3561 in #3883
Add 'repetirion' to dictionary corrections by @Flo3561 in #3885
Need to specify a version of Python version after all by @DimitriPapadopoulos in #3887
[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3889
Add cases for "modulle" -> "module" by @utzcoz in #3888
Add case "auido" -> "audio" by @utzcoz in #3890
Add credentilas->credentials and friends by @peternewman in #3895
Add the case "cubid" -> "cubic" by @utzcoz in #3891
[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3897
[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3900
Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #3902
[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3904
Add magntiude->magnitude by @nathanjmcdougall in #3899
[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3909
[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3912
Add the case "instanc" -> "instance" by @utzcoz in #3896
gampad -> gamepad (and plural) by @julianstirling in #3906
[51 lines not shown]
fheroes2: update to 1.1.17.
From Bartosz Kuzma in PR 60450
Changes since 1.1.1:
version 1.1.17 (30 June 2026)
- update the Russian translation
- greatly speed up application startup
- update the German translation
- update the Ukrainian translation
- fix terrain reset on exit for the Battle Only mode
- fix New Creature Week right-click delay
- fix status window layout alignment on the Adventure Map
- swap Archery Range Building sprites to match the colors of units
- match castle's hero/building fade animation delay to classic H2
- fix assertion hit for AI battle during Teleport spell evaluation
- make AI heroes stay in castles if they get a movement bonus the next day
- fix the title alignment in the resolution window
[621 lines not shown]
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