FreeBSD/src f4cfc8asys/compat/linuxkpi/common/include/linux mm.h

linuxkpi: Include <linux/page-flags.h> from <linux/mm.h>

This reproduces the same namespace pollution as Linux.

Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D58761
DeltaFile
+1-0sys/compat/linuxkpi/common/include/linux/mm.h
+1-01 files

FreeBSD/src d93aa77sys/compat/linuxkpi/dummy/include/linux sprintf.h

linuxkpi: Create empty <linux/sprintf.h>

The DRM drivers generic code started to include this header in Linux
6.15, though nothing from it is used apparently.

Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D58253
DeltaFile
+0-0sys/compat/linuxkpi/dummy/include/linux/sprintf.h
+0-01 files

FreeBSD/src af9c64fsys/compat/linuxkpi/common/include/linux kobject.h

linuxkpi: Fix return type of `kobject_uevent_env()`

The function returns an int on Linux. Let's return 0 (success).

Sponsored by:   The FreeBSD Foundation
Differential Revision: reviews.freebsd.org/D58252
DeltaFile
+3-1sys/compat/linuxkpi/common/include/linux/kobject.h
+3-11 files

FreeBSD/src 4565eeasys/compat/linuxkpi/common/include/linux pci_ids.h

linuxkpi: Define `PCI_CLASS_BRIDGE_HOST`

The i915 DRM driver started to use it in Linux 6.15.

Sponsored by:   The FreeBSD Foundation
Differential Revision: reviews.freebsd.org/D58250
DeltaFile
+1-0sys/compat/linuxkpi/common/include/linux/pci_ids.h
+1-01 files

FreeBSD/src d77271csys/compat/linuxkpi/common/include/kunit test-bug.h, sys/compat/linuxkpi/dummy/include/kunit test-bug.h

linuxkpi: Add `kunit_fail_current_test()`

This is part of some unit testing framework.

The DRM drivers generic code started to use it in Linux 6.15.

Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D58249
DeltaFile
+12-0sys/compat/linuxkpi/common/include/kunit/test-bug.h
+0-0sys/compat/linuxkpi/dummy/include/kunit/test-bug.h
+12-02 files

FreeBSD/src 0fbdaf0sys/compat/linuxkpi/common/include/linux gfp.h

linuxkpi: Define `__GFP_HIGH` in <linux/gfp.h>

The DRM drivers TTM memory manager started to use it in Linux 6.15.

Reviewed by:    emaste
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D58760
DeltaFile
+1-0sys/compat/linuxkpi/common/include/linux/gfp.h
+1-01 files

FreeBSD/src 45e0048sys/compat/linuxkpi/common/include/linux pm_qos.h, sys/compat/linuxkpi/dummy/include/linux plist.h

linuxkpi: Include <linux/notifier.h> and <linux/device.h> from <linux/pm_qos.h>

The i915 DRM driver started to depend on the `bool` type implicitly
imported through these headers in Linux 6.13.

The previous fix committed in 67df313015906d84d90df8e37795885e81cf8da5
did not reproduce the same includes as Linux. This may have led to other
missing implicit definitions later.

To prevent another missing include in the future, we already include
<linux/plist.h> from <linux/pm_qos.h> and add it as a dummy header. This
will be easier to add a proper implementation in the future once we
actually need it.

Reviewed by:    bz, emaste
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57570
DeltaFile
+3-1sys/compat/linuxkpi/common/include/linux/pm_qos.h
+0-0sys/compat/linuxkpi/dummy/include/linux/plist.h
+3-12 files

FreeBSD/ports cfe6af4www/py-autobahn distinfo Makefile

www/py-autobahn: Update version 25.10.2=>25.12.1

Changelog: https://github.com/crossbario/autobahn-python/releases/tag/v25.12.1
DeltaFile
+16-16www/py-autobahn/Makefile
+3-3www/py-autobahn/distinfo
+19-192 files

FreeBSD/ports c01430cwww/py-praw Makefile distinfo

www/py-praw: Update version 8.0.2=>8.0.3

Changelog: https://github.com/praw-dev/praw/releases/tag/v8.0.3
DeltaFile
+3-3www/py-praw/distinfo
+1-1www/py-praw/Makefile
+4-42 files

FreeBSD/ports af86a16devel/py-hgtools Makefile distinfo

devel/py-hgtools: Update version 8.2.0=>8.2.1

Changelog: https://github.com/jaraco/jaraco.vcs/releases/tag/hgtools-v8.2.1
DeltaFile
+3-3devel/py-hgtools/distinfo
+1-1devel/py-hgtools/Makefile
+4-42 files

FreeBSD/ports fbd2c39devel/py-tox Makefile distinfo

devel/py-tox: Update version 4.37.0=>4.38.0

Changelog: https://github.com/tox-dev/tox/releases/tag/4.38.0
DeltaFile
+3-3devel/py-tox/distinfo
+1-1devel/py-tox/Makefile
+4-42 files

FreeBSD/ports c8e2767devel/py-pre-commit Makefile distinfo

devel/py-pre-commit: Update version 4.6.1=>4.6.2

Changelog: https://github.com/pre-commit/pre-commit/releases/tag/v4.6.2
DeltaFile
+3-3devel/py-pre-commit/distinfo
+1-1devel/py-pre-commit/Makefile
+4-42 files

FreeBSD/ports 70e461edevel/libepp-nicbr Makefile

devel/libepp-nicbr: Return to pool
DeltaFile
+1-1devel/libepp-nicbr/Makefile
+1-11 files

FreeBSD/ports 596b3c7textproc/groonga pkg-plist Makefile

textproc/groonga: Update version 16.0.8=>16.0.9

Changelog: https://groonga.org/docs/news/16.html#release-16-0-9
DeltaFile
+3-3textproc/groonga/distinfo
+3-2textproc/groonga/Makefile
+1-0textproc/groonga/pkg-plist
+7-53 files

FreeBSD/ports fee2866devel/protobuf-go Makefile distinfo

devel/protobuf-go: Update version 1.36.11=>1.36.12

Changelog: https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.12
DeltaFile
+5-5devel/protobuf-go/distinfo
+1-2devel/protobuf-go/Makefile
+6-72 files

FreeBSD/ports ef12b5edevel/grpc-gateway Makefile distinfo

devel/grpc-gateway: Update version 2.29.0=>2.30.0

Changelog: https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.30.0
DeltaFile
+5-5devel/grpc-gateway/distinfo
+1-2devel/grpc-gateway/Makefile
+6-72 files

FreeBSD/ports 642c1a8sysutils/consul Makefile distinfo

sysutils/consul: Update version 2.0.2=>2.0.3

Changelog: https://github.com/hashicorp/consul/releases/tag/v2.0.3
DeltaFile
+15-15sysutils/consul/distinfo
+2-3sysutils/consul/Makefile
+17-182 files

FreeBSD/ports c38623dnet/radsecproxy Makefile distinfo

net/radsecproxy: Update version 1.11.3=>1.11.4

Changelog: https://github.com/radsecproxy/radsecproxy/releases/tag/1.11.4
DeltaFile
+3-3net/radsecproxy/distinfo
+1-1net/radsecproxy/Makefile
+4-42 files

FreeBSD/ports 157cf9ftextproc/vale Makefile distinfo

textproc/vale: Update version 3.17.0=>3.17.1

Changelog: https://github.com/errata-ai/vale/releases/tag/v3.17.1
DeltaFile
+5-5textproc/vale/distinfo
+1-2textproc/vale/Makefile
+6-72 files

FreeBSD/ports e0a4d30www/zola Makefile distinfo

www/zola: Update version 0.23.0=>0.23.1

Changelog: https://github.com/getzola/zola/releases/tag/v0.23.1
DeltaFile
+3-3www/zola/distinfo
+3-2www/zola/Makefile
+6-52 files

FreeBSD/ports 9b0c2c4audio/umurmur Makefile distinfo, audio/umurmur/files patch-src_CMakeLists.txt

audio/umurmur: Update version 0.3.1=>0.4.0

Changelog: https://github.com/umurmur/umurmur/releases/tag/v0.4.0
DeltaFile
+0-8audio/umurmur/files/patch-src_CMakeLists.txt
+3-3audio/umurmur/distinfo
+1-3audio/umurmur/Makefile
+4-143 files

FreeBSD/ports 14852f3www/py-fqdn distinfo Makefile

www/py-fqdn: Update version 1.4.0=>1.5.0

Changelog: https://github.com/ypcrts/fqdn/releases/tag/v1.5.0

PR:             297055
Approved by:    whitejv81 at gmail.com (maintainer-timeout)
DeltaFile
+8-3www/py-fqdn/Makefile
+3-3www/py-fqdn/distinfo
+11-62 files

FreeBSD/ports 44342f9emulators/qemu pkg-plist Makefile

emulators/qemu: Update version 11.0.3=>11.1.0

Changelog: https://wiki.qemu.org/ChangeLog/11.1
DeltaFile
+3-3emulators/qemu/distinfo
+2-2emulators/qemu/Makefile
+2-0emulators/qemu/pkg-plist
+7-53 files

FreeBSD/ports bada97efinance/py-stripe Makefile distinfo

finance/py-stripe: Update version 6.6.0=>6.7.0

Changelog: https://github.com/stripe/stripe-python/releases/tag/v6.7.0
DeltaFile
+3-3finance/py-stripe/distinfo
+1-1finance/py-stripe/Makefile
+4-42 files

FreeBSD/ports 4644024dns/cascade Makefile Makefile.crates

dns/cascade: Update version 4731675c2=>9a1bdbcf4

This is equivalent to 0.1.0-beta6.

This is a breaking release, it is NOT backward compatible with
0.1.0-beta5.  State files generated by earlier versions must be removed
before starting the beta6 daemon.

Changelog:
https://github.com/NLnetLabs/cascade/compare/v0.1.0-beta5...v0.1.0-beta6
DeltaFile
+153-197dns/cascade/distinfo
+75-97dns/cascade/Makefile.crates
+2-2dns/cascade/Makefile
+230-2963 files

FreeBSD/ports cb714cfdatabases/clickhouse-devel Makefile Makefile.submodules

databases/clickhouse-devel: Update version 26.7.1.1315=>26.7.2.59

Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.7.2.59-stable
DeltaFile
+11-11databases/clickhouse-devel/distinfo
+4-4databases/clickhouse-devel/Makefile.submodules
+1-1databases/clickhouse-devel/Makefile
+16-163 files

FreeBSD/ports c30a4cenet/google-cloud-sdk Makefile distinfo

net/google-cloud-sdk: Update version 579.0.0=>580.0.0
DeltaFile
+3-3net/google-cloud-sdk/distinfo
+1-1net/google-cloud-sdk/Makefile
+4-42 files

FreeBSD/ports c7a9925textproc/mdbook-mermaid Makefile distinfo

textproc/mdbook-mermaid: Update to 0.17.1

ChangeLog:
https://github.com/badboy/mdbook-mermaid/blob/main/CHANGELOG.md#v0171-2026-08-14
DeltaFile
+3-3textproc/mdbook-mermaid/distinfo
+1-2textproc/mdbook-mermaid/Makefile
+4-52 files

FreeBSD/ports 0206004x11/virtualgl Makefile distinfo

x11/virtualgl: Update to 3.1.5

ChangeLog: https://github.com/VirtualGL/virtualgl/releases/tag/3.1.5
DeltaFile
+3-3x11/virtualgl/distinfo
+1-1x11/virtualgl/Makefile
+4-42 files

FreeBSD/ports 1b90ca1devel/llvm-devel Makefile

devel/llvm-devel: fix py-furo depend

Reported by:    jbo
DeltaFile
+1-1devel/llvm-devel/Makefile
+1-11 files