FreeBSD/ports af82ab5devel/freebsd-sysroot Makefile

devel/freebsd-sysroot: force rebuild with pkg 2.7.1

pkg 2.7.1 will make sure at installation this port is not expecting
any shlib to be required to the exception of the private libraries
which are not part of this sysroot, but some of the libraries in this
sysroot are linked to those libprivate so they are listed in the
required field, add NO_SHLIB_REQUIRES_GLOB=libprivate* to get rid of
those.

PR:     293874
DeltaFile
+3-0devel/freebsd-sysroot/Makefile
+3-01 files

FreeBSD/ports 7aba3b5ports-mgmt/pkg distinfo Makefile

ports-mgmt/pkg: update to 2.7.1

Major Changes:
- install: respect -q
- vital: now explicitly state the SAT solver issue are due to a vital package
- lua: add pkg.exec_capture, a pkg.exec version capturing stdout/stderr
- Honor --repository flag for disabled repos as documented
Other Changes:
- version: add IGNORE_MAJOR to pkg.conf and document it
- pkg_config: accept int as boolean converted via != 0
- lock: do not error in expected (un)lock state
- backup_libraries: now fully respects rootdir
- backup libraries: atomic replacement of the library
- DB: loudly complain if the DB cannot be opened
- shlibs: also remove ignored shlibs provided from shlibs required
DeltaFile
+3-3ports-mgmt/pkg/distinfo
+1-1ports-mgmt/pkg/Makefile
+4-42 files

FreeBSD/ports b8b2ade. MOVED, devel Makefile

devel/prjpeppercorn111: Remove port

This ports gets removed immediately without a grace period as it is only
useful in combination with the devel/nextpnr* ports which no longer support
this particular version of prjpeppercorn.

Reviewed by:    rene
DeltaFile
+0-32devel/prjpeppercorn111/Makefile
+0-15devel/prjpeppercorn111/pkg-plist
+0-5devel/prjpeppercorn111/distinfo
+0-4devel/prjpeppercorn111/pkg-descr
+0-1devel/Makefile
+1-0MOVED
+1-576 files

FreeBSD/src 956acdcsys/net if_loop.c

loopback: Account for packet drops

Make loopback packet drops more obvious by reporting them
in interface stats visable via netstat -ni
Since loopback uses netisr, packets can be dropped if the
netisr queue overflows.  These drops are visible via
netisr -Q, but its not an obvious place to look.

Differential Revision: https://reviews.freebsd.org/D56356
Reviewed by: glebius, tuexen
Sponsored by: Netflix
DeltaFile
+7-3sys/net/if_loop.c
+7-31 files

FreeBSD/ports b6babbctextproc/pdf-form-filler-mcp Makefile distinfo

textproc/pdf-form-filler-mcp: update 0.1.0 → 0.1.1
DeltaFile
+3-7textproc/pdf-form-filler-mcp/Makefile
+3-3textproc/pdf-form-filler-mcp/distinfo
+6-102 files

FreeBSD/ports e2ddaa9devel/cargo-deny distinfo Makefile

devel/cargo-deny: update 0.19.1 → 0.19.2
DeltaFile
+3-3devel/cargo-deny/distinfo
+1-1devel/cargo-deny/Makefile
+4-42 files

FreeBSD/ports 9ccdefddeskutils/skim distinfo Makefile

deskutils/skim: update 4.5.1 → 4.6.0
DeltaFile
+49-47deskutils/skim/distinfo
+24-23deskutils/skim/Makefile
+73-702 files

FreeBSD/ports b9a578edatabases/qdrant distinfo Makefile.crates

databases/qdrant: update 1.17.0 → 1.17.1
DeltaFile
+861-795databases/qdrant/distinfo
+430-397databases/qdrant/Makefile.crates
+3-2databases/qdrant/Makefile
+1,294-1,1943 files

FreeBSD/ports 57550acshells/atuin distinfo Makefile

shells/atuin: update 18.13.6 → 18.14.1
DeltaFile
+39-23shells/atuin/distinfo
+19-11shells/atuin/Makefile
+58-342 files

FreeBSD/ports f11464dmisc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.0.3 → 3.1.1
DeltaFile
+239-23misc/lean-ctx/distinfo
+119-11misc/lean-ctx/Makefile
+358-342 files

FreeBSD/ports 67dfd5adevel/nextest distinfo Makefile

devel/nextest: update 0.9.130 → 0.9.132
DeltaFile
+99-101devel/nextest/distinfo
+49-51devel/nextest/Makefile
+148-1522 files

FreeBSD/ports 8d083c2www/py-primp distinfo Makefile.crates

www/py-primp: update 1.2.1 → 1.2.2
DeltaFile
+91-91www/py-primp/distinfo
+44-44www/py-primp/Makefile.crates
+1-1www/py-primp/Makefile
+136-1363 files

pkgng/pkgng 5cec231. NEWS auto.def

Release 2.7.1
DeltaFile
+13-0NEWS
+1-1auto.def
+14-12 files

pkgng/pkgng 3420feelibpkg pkg_abi.c, tests/lib shlibs.c

shlibs: also remove ignored shlibs provided from shlibs required
DeltaFile
+55-0tests/lib/shlibs.c
+5-2libpkg/pkg_abi.c
+60-22 files

pkgng/pkgng 2b0f1d6docs pkg-lua-script.5, libpkg lua.c lua_scripts.c

lua: add pkg.exec_capture, a pkg.exec version capturing stdout/stderr

Fixes:  #2058
DeltaFile
+101-0libpkg/lua.c
+38-1tests/frontend/lua.sh
+22-1docs/pkg-lua-script.5
+1-0libpkg/lua_scripts.c
+1-0libpkg/private/lua.h
+1-0libpkg/triggers.c
+164-26 files

pkgng/pkgng 960c56elibpkg pkgdb.c

DB: loudly complain if the DB cannot be opened

Fixes: #2222
DeltaFile
+4-1libpkg/pkgdb.c
+4-11 files

pkgng/pkgng 408d476libpkg pkgdb.c, libpkg/repo/binary update.c

Honor --repository flag for disabled repos as documented

Fixes: #2197
DeltaFile
+44-0tests/frontend/update.sh
+37-0tests/frontend/upgrade.sh
+17-11libpkg/pkgdb.c
+0-3libpkg/repo/binary/update.c
+1-1src/update.c
+99-155 files

pkgng/pkgng 051a235libpkg backup_lib.c

backup libraries: atomic replacement of the library
DeltaFile
+40-16libpkg/backup_lib.c
+40-161 files

pkgng/pkgng dcd492flibpkg backup_lib.c, tests/frontend backup_lib.sh

backup_libraries: now fully respectes rootdir
DeltaFile
+49-1tests/frontend/backup_lib.sh
+22-7libpkg/backup_lib.c
+71-82 files

pkgng/pkgng 08759dftests/frontend lock.sh

lock: adapt test and add new test after behaviour change
DeltaFile
+55-3tests/frontend/lock.sh
+55-31 files

pkgng/pkgng eca6e3dsrc lock.c

lock: do not error in expected (un)lock state for #2458

Fixes: #2458
DeltaFile
+2-2src/lock.c
+2-21 files

pkgng/pkgng 8188778libpkg pkg_config.c

pkg_config: accept int as boolean converted via != 0
DeltaFile
+7-1libpkg/pkg_config.c
+7-11 files

pkgng/pkgng 298fb6clibpkg pkg_solve.c, tests/frontend vital.sh

vital: now explicitly state the SAT solver issue are due to a vital package

Fixes: #2517
DeltaFile
+41-1tests/frontend/vital.sh
+29-1libpkg/pkg_solve.c
+70-22 files

pkgng/pkgng 480e89adocs pkg.conf.5, libpkg pkg_config.c

version: add IGNORE_MAJOR to pkg.conf and document it

Fixes: #2551
DeltaFile
+9-0libpkg/pkg_config.c
+9-0docs/pkg.conf.5
+18-02 files

pkgng/pkgng 39feae3src install.c

install: respect -q

Fixes: #2625
DeltaFile
+1-1src/install.c
+1-11 files

pkgng/pkgng 4701646libpkg pkg_abi.c, tests/lib shlibs.c

shlibs: also remove ignored shlibs provided from shlibs required
DeltaFile
+55-0tests/lib/shlibs.c
+5-2libpkg/pkg_abi.c
+60-22 files

NetBSD/src hTcTvJ4doc 3RDPARTY

   openssl 4.0.0 out
VersionDeltaFile
1.2184+3-3doc/3RDPARTY
+3-31 files

DragonFlyBSD/src ab0d5a4sys/platform/vkernel64/include acpica_machdep.h

Fix the VKERNEL64 build.

ACPI plays no role in the vkernel, so just add a <machine/acpica_machdep.h>
for it (copied from pc64).

Reported-by: aly
DeltaFile
+53-0sys/platform/vkernel64/include/acpica_machdep.h
+53-01 files

FreeNAS/freenas bdd3f02tests/api2 test_zpool_scrub.py

fix tests
DeltaFile
+83-121tests/api2/test_zpool_scrub.py
+83-1211 files

FreeBSD/ports d151f40www/evcc distinfo Makefile, www/evcc/files patch-Makefile

www/evcc: update to 0.304.3

Also inject a version, the patch is provided upstream here:
https://github.com/evcc-io/evcc/pull/29123

Changes:        https://github.com/evcc-io/evcc/releases
DeltaFile
+7-7www/evcc/distinfo
+11-0www/evcc/files/patch-Makefile
+6-2www/evcc/Makefile
+24-93 files