FreeBSD/ports 065e8dcsecurity/openvpn-auth-oauth2 distinfo Makefile

security/openvpn-auth-oauth2: Update to 1.26.4
DeltaFile
+5-5security/openvpn-auth-oauth2/distinfo
+2-2security/openvpn-auth-oauth2/Makefile
+7-72 files

FreeBSD/ports b0cd6f4games/veloren-weekly distinfo Makefile.crates, games/veloren-weekly/files patch-libc

games/veloren-weekly: update to s20251126

Changes:        https://gitlab.com/veloren/veloren/-/compare/d449aa2168...4c69005613
(cherry picked from commit d131803c879bfc99639ba6000ac0ca29de008e2b)
DeltaFile
+195-173games/veloren-weekly/distinfo
+96-85games/veloren-weekly/Makefile.crates
+39-0games/veloren-weekly/files/patch-libc
+2-2games/veloren-weekly/Makefile
+332-2604 files

FreeBSD/ports 1b709e5graphics/mesa-devel distinfo Makefile

graphics/mesa-devel: update to 25.3.b.1763

Changes:        https://gitlab.freedesktop.org/mesa/mesa/-/compare/80db8171deb...21cdbfa2231
DeltaFile
+3-3graphics/mesa-devel/distinfo
+2-2graphics/mesa-devel/Makefile
+5-52 files

FreeBSD/ports d131803games/veloren-weekly distinfo Makefile.crates, games/veloren-weekly/files patch-libc

games/veloren-weekly: update to s20251126

Changes:        https://gitlab.com/veloren/veloren/-/compare/d449aa2168...4c69005613
DeltaFile
+195-173games/veloren-weekly/distinfo
+96-85games/veloren-weekly/Makefile.crates
+39-0games/veloren-weekly/files/patch-libc
+2-2games/veloren-weekly/Makefile
+332-2604 files

FreeBSD/src 233ddc5share/man/man3 unreachable.3

unreachable.3: add missing brace in example

Reported by:    alc
Approved by:    markj (mentor)
MFC after:      1 month
Fixes:          b381d0980221b476cadbef862a8e5973d675fb7a
See also:       D53967
DeltaFile
+1-0share/man/man3/unreachable.3
+1-01 files

FreeBSD/doc 7007c34website/content/en/releases/15.0R relnotes.adoc

releases/15.0R/relnotes: 'cr_gid' split out of cr_groups[0]

In particular, mention what has to be checked.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+6-0website/content/en/releases/15.0R/relnotes.adoc
+6-01 files

FreeBSD/doc 3a7cfb6website/content/en/releases/15.0R relnotes.adoc

releases/15.0R/relnotes: libc: Compatibility functions were fixed

Sponsored by:   The FreeBSD Foundation
DeltaFile
+6-0website/content/en/releases/15.0R/relnotes.adoc
+6-01 files

FreeBSD/doc cd1108fwebsite/content/en/releases/15.0R relnotes.adoc

releases/15.0R/relnotes: setgroups(2), getgroups(2), initgroups(3) changes

Inline the points that must be audited.  For the rest, redirect people
to the proper manual pages, where SECURITY CONSIDERATIONS sections were
added.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+15-0website/content/en/releases/15.0R/relnotes.adoc
+15-01 files

FreeBSD/src f28019fshare/man/man4 ix.4

ix.4: Document E610 debug dump

Explain how to collect E610 device debug dump data with sysctl for
troubleshooting with Intel Customer Support.

Fixes:                  2170400142b9 (Add support for debug dump)
Reviewed by:            bcr, erj (previous version), ziaee
Signed-off-by:          Yogesh Bhosale <yogesh.bhosale at intel.com>
Differential Revision:  https://reviews.freebsd.org/D52990

(cherry picked from commit 8225ed665eea69b3df3ea57009cf8fe61863c1fc)
DeltaFile
+29-0share/man/man4/ix.4
+29-01 files

FreeBSD/src e7da904share/man/man4 ix.4

ix.4: Add E610 to HARDWARE section

Reviewed by:            ziaee
Fixes:                  dea5f973d0c8 (new Intel Ethernet E610 family)
Differential Revision:  https://reviews.freebsd.org/D52990

(cherry picked from commit abd53b16c03f77c12bb8b77d9e2e4cf392745361)
DeltaFile
+3-1share/man/man4/ix.4
+3-11 files

FreeBSD/src d6a05d3sys/dev/ixgbe if_ix.c ixgbe.h

ix(4): Add support for debug dump for E610 adapters

This is part 2 of the support for the new Intel Ethernet E610 family of devices.

Intel E610 Ethernet Controller devices feature a debug dump capability
that allows you to capture runtime register values directly from the
hardware, with assistance from the firmware. These registers are
organized into clusters based on their function, enabling targeted
debugging. This information is consolidated into a single dump file,
facilitating the debugging of complex issues encountered in the field.
The debug dump provides a snapshot of the device's current hardware
configuration, including switch tables, transmit scheduler tables, and
other relevant data. It captures the state of specified clusters and
serves as a stateless snapshot of the entire device.

This update introduces ioctl and sysctl support for the debug dump feature.

Signed-off-by: Yogesh Bhosale yogesh.bhosale at intel.com
Co-developed-by: Krzysztof Galazka krzysztof.galazka at intel.com

    [7 lines not shown]
DeltaFile
+521-0sys/dev/ixgbe/if_ix.c
+52-0sys/dev/ixgbe/ixgbe.h
+1-0sys/dev/ixgbe/ixgbe_features.h
+574-03 files

FreeBSD/src 283162bshare/man/man4 ix.4

ix.4: Document E610 debug dump

Explain how to collect E610 device debug dump data with sysctl for
troubleshooting with Intel Customer Support.

Fixes:                  2170400142b9 (Add support for debug dump)
Reviewed by:            bcr, erj (previous version), ziaee
Signed-off-by:          Yogesh Bhosale <yogesh.bhosale at intel.com>
Differential Revision:  https://reviews.freebsd.org/D52990

(cherry picked from commit 8225ed665eea69b3df3ea57009cf8fe61863c1fc)
DeltaFile
+29-0share/man/man4/ix.4
+29-01 files

FreeBSD/src 0224c9fsys/dev/ixgbe if_ix.c ixgbe.h

ix(4): Add support for debug dump for E610 adapters

This is part 2 of the support for the new Intel Ethernet E610 family of devices.

Intel E610 Ethernet Controller devices feature a debug dump capability
that allows you to capture runtime register values directly from the
hardware, with assistance from the firmware. These registers are
organized into clusters based on their function, enabling targeted
debugging. This information is consolidated into a single dump file,
facilitating the debugging of complex issues encountered in the field.
The debug dump provides a snapshot of the device's current hardware
configuration, including switch tables, transmit scheduler tables, and
other relevant data. It captures the state of specified clusters and
serves as a stateless snapshot of the entire device.

This update introduces ioctl and sysctl support for the debug dump feature.

Signed-off-by: Yogesh Bhosale yogesh.bhosale at intel.com
Co-developed-by: Krzysztof Galazka krzysztof.galazka at intel.com

    [7 lines not shown]
DeltaFile
+521-0sys/dev/ixgbe/if_ix.c
+52-0sys/dev/ixgbe/ixgbe.h
+1-0sys/dev/ixgbe/ixgbe_features.h
+574-03 files

FreeBSD/src 40a6adasys/dev/e1000 if_em.c

igb(4): Fix VLAN support on VFs

Virtual Functions are considered untrusted and have no control
over VLAN filtering configuration in HW. To allow using
VLANs on VF intreface driver has to assume that VLAN HW Filtering
is always enabled and pass requests for adding or removing VLAN
tags to Physical Function driver using Mailbox API.

Signed-off-by: Krzysztof Galazka <krzysztof.galazka at intel.com>

Approved by:    kbowling (mentor)
Reviewed by:    erj (previous version)
Tested by:      gowtham.kumar.ks_intel.com
Sponsored by:   Intel Corporation
Differential Revision:  https://reviews.freebsd.org/D53245

(cherry picked from commit 1839526b7315cae62efbd2d1493e6243439effcb)
DeltaFile
+20-14sys/dev/e1000/if_em.c
+20-141 files

FreeBSD/src 18e83edsys/dev/e1000 if_em.c

igb(4): Fix VLAN support on VFs

Virtual Functions are considered untrusted and have no control
over VLAN filtering configuration in HW. To allow using
VLANs on VF intreface driver has to assume that VLAN HW Filtering
is always enabled and pass requests for adding or removing VLAN
tags to Physical Function driver using Mailbox API.

Signed-off-by: Krzysztof Galazka <krzysztof.galazka at intel.com>

Approved by:    kbowling (mentor)
Reviewed by:    erj (previous version)
Tested by:      gowtham.kumar.ks_intel.com
Sponsored by:   Intel Corporation
Differential Revision:  https://reviews.freebsd.org/D53245

(cherry picked from commit 1839526b7315cae62efbd2d1493e6243439effcb)
DeltaFile
+20-14sys/dev/e1000/if_em.c
+20-141 files

FreeBSD/doc f6aa84cwebsite/content/en/releases/15.0R relnotes.adoc

15.0R/relnotes: Add missing SA and errata

Approved by:    re (blanket)
DeltaFile
+29-1website/content/en/releases/15.0R/relnotes.adoc
+29-11 files

FreeBSD/src 687ab0dshare/man/man4 umass.4

umass(4): Update to include pointers to quirks

umass(4), while much improved, still sometimes need quirks. Add a
pointer to usb_quirk(4) and usbconfig(8).

Sponsored by:           Netflix
DeltaFile
+23-2share/man/man4/umass.4
+23-21 files

FreeBSD/src 6da01cesys/netpfil/pf pf_lb.c, tests/sys/netpfil/pf nat.sh

pf: fix another endpoint-independent crash

In c12013f5bb38 we fixed udp_mapping cleanup issues in pf_get_sport(), but
missed the static-port case (i.e. low == 0 && high == 0). We could still exit
pf_get_sport() without either inserting the udp_mapping or freeing it.

Address this and add a test case to provoke the problem.

Reviewed by:    thj
MFC after:      1 week
Sponsored by:   Rubicon Communications, LLC ("Netgate")
Differential Revision:  https://reviews.freebsd.org/D53856

(cherry picked from commit 7dedc3c21436bb5a1220f8901992d2772a163f78)
DeltaFile
+30-0tests/sys/netpfil/pf/nat.sh
+12-4sys/netpfil/pf/pf_lb.c
+42-42 files

FreeBSD/ports 6b22a3alang/crystal Makefile

lang/crystal: switch to dynamic build

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+2-2lang/crystal/Makefile
+2-21 files

FreeBSD/ports a97cdb0lang/elixir-devel pkg-plist distinfo

lang/elixir-devel: update to 1.19.4

- ChangeLog https://github.com/elixir-lang/elixir/releases/tag/v1.19.4

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+19-19lang/elixir-devel/pkg-plist
+5-5lang/elixir-devel/distinfo
+1-2lang/elixir-devel/Makefile
+25-263 files

FreeBSD/src 19728f3sys/sys _types.h

sys/_types.h: Unbreak gcc build

We can't assume that <sys/cdefs.h> is in scope.

Fixes:          85ab981a8e4e ("sys/_types.h: define fallback __(u)intcap_t")
Reviewed by:    olce, imp, emaste
Differential Revision:  https://reviews.freebsd.org/D53980
DeltaFile
+1-1sys/sys/_types.h
+1-11 files

FreeBSD/doc 18ab722website/content/en/releases/15.0R installation.adoc

15.0: Fix freebsd-update instructions

Contrary to earlier belief, we're going to have freebsd-update
in 15.x after all.

But add a warning about applying the errata update first, since
systems will be rendered inoperative otherwise.
DeltaFile
+6-4website/content/en/releases/15.0R/installation.adoc
+6-41 files

FreeBSD/doc e7f0307website/content/en/releases/15.0R readme.adoc

15.0: Fix list of platforms in readme
DeltaFile
+1-1website/content/en/releases/15.0R/readme.adoc
+1-11 files

FreeBSD/doc a50d7fawebsite/content/en/releases/15.0R relnotes.adoc

15.0/relnotes: Fix the description of a sctp_peeloff(2) improvement
DeltaFile
+1-1website/content/en/releases/15.0R/relnotes.adoc
+1-11 files

FreeBSD/doc aca74f0website/content/en/releases/15.0R relnotes.adoc

15.0/relnotes: Document inotify(2)
DeltaFile
+8-0website/content/en/releases/15.0R/relnotes.adoc
+8-01 files

FreeBSD/src 9978553lib/clang/libllvm Makefile

Remove TableGen objects from libllvm, fixing bad option registrations

In 986e05bc2a18 I revamped the build for all the llvm subprojects. Among
others I added objects under contrib/llvm-project/llvm/lib/TableGen, but
I missed that upstream explicitly removes these when building the shared
llvm library:

https://github.com/llvm/llvm-project/blob/llvmorg-19.1.7/llvm/tools/llvm-shlib/CMakeLists.txt#L23

In 2e47f35be5dc I converted libllvm to a shared library. From that point
onwards, some of the global command line option objects registered in
llvm/lib/TableGen/Main.cpp conflict with similar objects in tools like
llvm-cov, llvm-as, etc.

This results in an error when running these tools: "CommandLine Error:
Option 'o' registered more than once!", followed by a fatal exit.

Fix this by removing the TableGen objects from libllvm. Note that we no
longer install any of the tblgen binaries, these are only used during

    [4 lines not shown]
DeltaFile
+0-10lib/clang/libllvm/Makefile
+0-101 files

FreeBSD/ports a4c182cgraphics/pqiv distinfo Makefile

graphics/pqiv: Update to 2.13.3

- Drop patches now that they are part of the release

Changelog:
https://github.com/phillipberndt/pqiv/releases/tag/2.13.3
DeltaFile
+3-7graphics/pqiv/distinfo
+1-6graphics/pqiv/Makefile
+4-132 files

FreeBSD/ports 5ab18d3sysutils/kops distinfo Makefile

sysutils/kops: Update to 1.34.1

Changelog:
https://github.com/kubernetes/kops/releases/tag/v1.34.1
DeltaFile
+3-3sysutils/kops/distinfo
+1-2sysutils/kops/Makefile
+4-52 files

FreeBSD/ports 07a9b8fdevel/qlementine distinfo Makefile, games/solarus-quest-editor Makefile

devel/qlementine: Update to 1.4.0

- Bump games/solarus-quest-editor PORTREVISION

Changelogs:
https://github.com/oclero/qlementine/releases/tag/v1.4.0
https://github.com/oclero/qlementine/releases/tag/v1.3.0
DeltaFile
+3-3devel/qlementine/distinfo
+1-2devel/qlementine/Makefile
+2-1devel/qlementine/pkg-plist
+1-1games/solarus-quest-editor/Makefile
+7-74 files

FreeBSD/ports 5760645sysutils/eksctl distinfo Makefile

sysutils/eksctl: Update to 0.219.0

Changelogs:
https://github.com/eksctl-io/eksctl/releases/tag/v0.219.0
https://github.com/eksctl-io/eksctl/releases/tag/v0.218.0
DeltaFile
+5-5sysutils/eksctl/distinfo
+1-1sysutils/eksctl/Makefile
+6-62 files