fix problems introduced by larger pre/prelen buffers.
avoid copying more than buffers can take, and restructure some things
to allow consuming the pre buffer later.
should fix problems with anita and automated testing, that i did not
see since i use gzip sets, not xz sets.
the lz decompressor is still broken, and will need a funopen(3) change
similar to how zuncompress version works today.
tested on a bunch of inputs, though i was unable to find old "pack"d
files to properly test, i was able to confirm it acts the same on a
corrupted pack file i have.
Update math/gappa to version 1.6.1.
Version 1.6.1
-------------
D2 back-end
* added support for D2 0.6.9; previous versions are no longer supported
Build system
* fixed compilation with GCC 14
Version 1.6.0
-------------
Fact database
* fixed `add_flt_lin` and `add_flt_lin_rev`
* changed some rewriting rules about quotients into rules about `LIN`
Arithmetic
[56 lines not shown]
lua-ldap: update to 1.4.0
Changes since 1.3.0:
1.4.0:
Changed
Add optional timeout argument to open and open_simple
1.3.1:
Fixed
Fix segfault in search() with multiple attrs
Changed
Improve example with search() in manual
net/nextcloud-client -- patch update to 3.17.4
Silence developer warnings
From upstream's changelog:
fix(network): fall back to unlimited bandwidth in case the legacy
global limit is still set by @nilsding in #8925
fix(i18n): Fixed grammar by @rakekniven in #8870
fix(discovery): display more user friendly message when data is
missing from server response. by @camilasan in #8982
fix: make sure migration is skipped when setting
DISABLE_ACCOUNT_MIGRATION by @camilasan in #8973
fix: activity tray is not refreshed by @Rello in #9043
fix: Clicking the copy share link button breaks it. by @Aiiaiiio
in #8785
fix: try to avoid displaying duplicate server notifications in
activity list by @nilsding in #8782
[16 lines not shown]
varcache: add support package to speed up bulk builds
Usage:
make show-varcache > varcache.mk
and include the resulting varcache.mk from your /etc/mk.conf file during
bulk builds to avoid having to find out relatively fixed values again for
every package in the scan and build phase.
Not hooked up to pkgtools/Makefile because it's not a package, just a
convenience target.
This package is from jperkin, thanks!