HardenedBSD/src 4139a8dshare/man/man4 epair.4, sys/dev/dpaa2 dpaa2_ni.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+16-12sys/net/if_epair.c
+19-1share/man/man4/epair.4
+14-0sys/dev/dpaa2/dpaa2_ni.c
+49-133 files

HardenedBSD/src 0d71922share/man/man4 epair.4, sys/dev/dpaa2 dpaa2_ni.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+16-12sys/net/if_epair.c
+19-1share/man/man4/epair.4
+14-0sys/dev/dpaa2/dpaa2_ni.c
+49-133 files

HardenedBSD/ports d3b0050astro/wcslib pkg-plist, lang/dotnet pkg-plist

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+161-179sysutils/xcp/distinfo
+89-105lang/dotnet/pkg-plist
+81-91sysutils/xcp/Makefile
+1-159multimedia/bcmatroska2/files/patch-corec_corec_helpers_file_file__bctbx.c
+72-0net/haproxy/files/patch-src_tools.c
+0-37astro/wcslib/pkg-plist
+404-57145 files not shown
+563-70151 files

HardenedBSD/src 574d46bshare/man/man4 epair.4, sys/net if_epair.c

epair: add VLAN_HWTAGGING

Add capability VLAN_HWTAGGING to the epair interface and enable it by
default.
When sending a packet over a VLAN interface that uses an epair
interface, the flag M_VLANTAG and the ether_vtag (which contains the
VLAN ID and/or PCP) are set in the mbuf to inform the hardware that
the VLAN header has to be added. The sending epair end does not need
to actually add a VLAN header. It can just pass the mbuf with this
setting to the other epair end, which receives the packet. The
receiving epair end can just pass the mbuf with this setting to the
upper layer. Due to this setting, the upper layer believes that there
was a VLAN header that has been removed by the interface.
If the packet later leaves the host, the outgoing physical interface
can add the VLAN header in hardware if it supports VLAN_HWTAGGING.
If not, the implementation of Ethernet or bridge adds the VLAN header
in software.

Reviewed by:            zlei, tuexen

    [2 lines not shown]
DeltaFile
+16-12sys/net/if_epair.c
+19-1share/man/man4/epair.4
+35-132 files

HardenedBSD/src 33596d9sys/dev/dpaa2 dpaa2_ni.c

dpaa2: add support for several interface counters

Add support for IFCOUNTER_IPACKETS, IFCOUNTER_OPACKETS,
IFCOUNTER_OBYTES, IFCOUNTER_OMCASTS, IFCOUNTER_OERRORS, and
IFCOUNTER_OQDROPS.
This allows tools like systat to report the incoming and outgoing
bandwidth.

Reviewed by:            dsl, Timo Völker
MFC after:              1 week
Differential Revision:  https://reviews.freebsd.org/D54893
DeltaFile
+14-0sys/dev/dpaa2/dpaa2_ni.c
+14-01 files

HardenedBSD/ports d5128cesysutils/gitwatch distinfo Makefile

sysutils/gitwatch: Update version 0.4=>0.5

Changelog: https://github.com/gitwatch/gitwatch/releases/tag/v0.5
DeltaFile
+3-3sysutils/gitwatch/distinfo
+1-1sysutils/gitwatch/Makefile
+4-42 files

HardenedBSD/ports b14dad9databases/mroonga distinfo Makefile

databases/mroonga: Update version 15.04=>15.05

Changelog: https://mroonga.org/docs/news/15.html#release-15-05
DeltaFile
+3-3databases/mroonga/distinfo
+1-1databases/mroonga/Makefile
+4-42 files

HardenedBSD/ports ed3f1dasecurity/go-tuf distinfo Makefile

security/go-tuf: Update version 2.4.0=>2.4.1

Changelog: https://github.com/theupdateframework/go-tuf/releases/tag/v2.4.1
DeltaFile
+5-5security/go-tuf/distinfo
+1-1security/go-tuf/Makefile
+6-62 files

HardenedBSD/ports 9be52f2devel/gsoap distinfo Makefile

devel/gsoap: Update version 2.8.139=>2.8.140

Changelog: https://www.genivia.com/changelog.html#latest
DeltaFile
+3-3devel/gsoap/distinfo
+1-1devel/gsoap/Makefile
+4-42 files

HardenedBSD/ports 71be2c5sysutils/dar distinfo Makefile

sysutils/dar: Update version 2.8.2=>2.8.3

Changelog: https://github.com/Edrusb/DAR/releases/tag/v2.8.3
DeltaFile
+3-3sysutils/dar/distinfo
+2-2sysutils/dar/Makefile
+5-52 files

HardenedBSD/ports eaffaf6net/google-cloud-sdk distinfo Makefile

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

HardenedBSD/ports 02b331edevel/grpc-gateway distinfo Makefile

devel/grpc-gateway: Update version 2.27.5=>2.27.6

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

HardenedBSD/ports 64798ecdevel/cirrus-cli distinfo Makefile

devel/cirrus-cli: Update version 0.160.0=>0.161.0

Changelog: https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.161.0
DeltaFile
+5-5devel/cirrus-cli/distinfo
+1-1devel/cirrus-cli/Makefile
+6-62 files

HardenedBSD/ports e5f1eeddatabases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.237=>1.5.239
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

HardenedBSD/ports 72089cemultimedia/bcmatroska2 Makefile, multimedia/bcmatroska2/files patch-corec_corec_helpers_file_file__bctbx.c patch-corec-corec-helpers-file-file_libc.c

multimedia/bcmatroska2: Fix regression in linphone

bcmatroska2 port commented out some part of the code by the patch. But when
net/mediastreamer was built, it turned out that that part was needed.

PR:             291967
DeltaFile
+1-159multimedia/bcmatroska2/files/patch-corec_corec_helpers_file_file__bctbx.c
+0-11multimedia/bcmatroska2/files/patch-corec-corec-helpers-file-file_libc.c
+1-0multimedia/bcmatroska2/Makefile
+2-1703 files

HardenedBSD/ports 99ae9a1net/haproxy33 distinfo Makefile

net/haproxy33: update to version 3.3.2.
DeltaFile
+3-3net/haproxy33/distinfo
+1-2net/haproxy33/Makefile
+4-52 files

HardenedBSD/ports db8c609net/haproxy30 distinfo Makefile

net/haproxy30: update to version 3.0.15.
DeltaFile
+3-3net/haproxy30/distinfo
+1-1net/haproxy30/Makefile
+4-42 files

HardenedBSD/ports 2cee41fnet/haproxy distinfo Makefile

net/haproxy: update to version 3.2.11.
DeltaFile
+3-3net/haproxy/distinfo
+1-2net/haproxy/Makefile
+4-52 files

HardenedBSD/ports 0662d2cnet/haproxy Makefile, net/haproxy/files patch-src_tools.c

net/haproxy: fix config test for TCP DNS resolvers

PR:     292815
Submitted by:   Frank Wall <freebsd at moov.de>
DeltaFile
+72-0net/haproxy/files/patch-src_tools.c
+1-1net/haproxy/Makefile
+73-12 files

HardenedBSD/ports 90a79f4astro/wcslib pkg-plist distinfo

astro/wcslib: Update to 8.5
DeltaFile
+0-37astro/wcslib/pkg-plist
+3-3astro/wcslib/distinfo
+1-1astro/wcslib/Makefile
+4-413 files

HardenedBSD/ports 9da111adatabases/duckdb Makefile distinfo

databases/duckdb: Add options for extension mysql and postgres

Unfortunately both fail to build at the moment.
DeltaFile
+17-4databases/duckdb/Makefile
+7-1databases/duckdb/distinfo
+24-52 files

HardenedBSD/ports ca875f7deskutils/skim distinfo Makefile

deskutils/skim: update 1.11.0 → 1.11.2

Reported by:    portscout
DeltaFile
+11-11deskutils/skim/distinfo
+5-5deskutils/skim/Makefile
+16-162 files

HardenedBSD/ports 119bebfsysutils/xcp distinfo Makefile

sysutils/xcp: update 0.24.2 → 0.24.3

Reported by:    portscout
DeltaFile
+161-179sysutils/xcp/distinfo
+81-91sysutils/xcp/Makefile
+242-2702 files

HardenedBSD/ports 056d5fcwww/py-yt-dlp pkg-plist distinfo, www/py-yt-dlp/files patch-yt__dlp_update.py patch-Makefile

www/{,py-}yt-dlp: update 2025.11.12 → 2026.01.29
DeltaFile
+26-3www/py-yt-dlp/pkg-plist
+5-5www/py-yt-dlp/files/patch-yt__dlp_update.py
+3-3www/py-yt-dlp/files/patch-Makefile
+3-3www/yt-dlp/distinfo
+3-3www/py-yt-dlp/distinfo
+1-1www/py-yt-dlp/Makefile
+41-181 files not shown
+42-197 files

HardenedBSD/ports 5453dcanet/openldap26-server distinfo Makefile

net/openldap26-server: upgrade to 2.6.12.
DeltaFile
+3-3net/openldap26-server/distinfo
+1-2net/openldap26-server/Makefile
+4-52 files

HardenedBSD/src e6da1d2bin/sh sh.1, release/tools vmimage.subr

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+252-157sys/kern/sched_ule.c
+214-183sys/kern/sched_4bsd.c
+234-0sys/kern/sched_shim.c
+83-113release/tools/vmimage.subr
+182-9bin/sh/sh.1
+103-7sys/sys/sched.h
+1,068-46942 files not shown
+1,259-67248 files

HardenedBSD/src 03912e0share/man/man7 tuning.7, share/man/man9 intro.9

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+26-0share/man/man7/tuning.7
+19-2sys/kern/sched_4bsd.c
+8-8sys/powerpc/powermac/platform_powermac.c
+7-0tools/tools/nanobsd/embedded/common
+5-1share/mk/src.opts.mk
+1-3share/man/man9/intro.9
+66-145 files not shown
+74-1611 files

HardenedBSD/ports 98b6891lang/dotnet pkg-plist distinfo

lang/dotnet: Update to 9.0.12
DeltaFile
+89-105lang/dotnet/pkg-plist
+5-5lang/dotnet/distinfo
+4-4lang/dotnet/Makefile
+98-1143 files

HardenedBSD/ports 2f6f29clang/dotnet-host distinfo Makefile

lang/dotnet-host: Update to 9.0.12
DeltaFile
+3-3lang/dotnet-host/distinfo
+1-1lang/dotnet-host/Makefile
+4-42 files

HardenedBSD/src 5051544lib/libc/net getnetbydns.c, sys/powerpc/aim moea64_native.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+90-9sys/powerpc/powermac/platform_powermac.c
+5-0sys/powerpc/aim/moea64_native.c
+3-0lib/libc/net/getnetbydns.c
+98-93 files