HardenedBSD/src 0a83d9csys/arm/allwinner aw_wdog.c aw_sid.c, sys/arm/allwinner/h616 h616_padconf.c h616_r_padconf.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+493-0sys/dev/clk/allwinner/ccu_h616.c
+104-0sys/arm/allwinner/h616/h616_padconf.c
+30-0sys/arm/allwinner/h616/h616_r_padconf.c
+27-3sys/arm/allwinner/aw_wdog.c
+27-0sys/arm/allwinner/aw_sid.c
+20-4usr.sbin/traceroute/as.c
+701-716 files not shown
+807-1422 files

HardenedBSD/ports 090a483devel/R-cran-vctrs Makefile, security/vuxml/vuln 2026.xml

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+341-7www/chromium/distinfo
+166-0www/chromium/Makefile.crates
+43-10www/chromium/Makefile
+35-0security/vuxml/vuln/2026.xml
+26-3devel/R-cran-vctrs/Makefile
+5-5www/gohugo/distinfo
+616-2514 files not shown
+651-6120 files

HardenedBSD/ports ecc8c01graphics/drawio Makefile distinfo

graphics/drawio: Update to 29.3.6 and take maintainership

Approved by:    maintainer (via Matrix DM)
DeltaFile
+3-4graphics/drawio/Makefile
+3-3graphics/drawio/distinfo
+6-72 files

HardenedBSD/ports 9ab5b8bdatabases/cassandra3 Makefile, databases/cassandra4 Makefile

databases/cassandra[34]: allow building with JAVA_DEFAULT=21

- ant needs to have JAVA_HOME set to the defined JAVA_VERSION

Reason:
when apache-ant pulls in openjdk21 as run dependency it will try
to use it if JAVA_HOME is not set. This gives the error:
"Java 15 has removed Nashorn, you must provide an engine for running
JavaScript yourself. GraalVM JavaScript currently is the preferred
option.", as cassandra needs an older Java version.

These ports have USES=ant, but override do-build and fetch. That is
why some special handling is needed.

PR:     272855
PR:     293050
Approved-by:    Angelo Polo (maintainer)
DeltaFile
+6-4databases/cassandra4/Makefile
+2-2databases/cassandra3/Makefile
+8-62 files

HardenedBSD/ports cc6de24security/vuxml/vuln 2026.xml

security/vuxml: fix CVE ids for the latest chromium entry

Reported by:    fernape@
DeltaFile
+2-1security/vuxml/vuln/2026.xml
+2-11 files

HardenedBSD/src f8a3876sys/arm/allwinner if_awg.c

if_awg: Add H616 compat string

Reviewed by:    manu
Sposored by:    The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54907
DeltaFile
+2-0sys/arm/allwinner/if_awg.c
+2-01 files

HardenedBSD/ports 251cab2www/chromium distinfo Makefile.crates, www/chromium/files patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc

www/chromium: update to 144.0.7559.132

Security:       https://vuxml.freebsd.org/freebsd/9bc5a730-0585-11f1-85c5-a8a1599412c6.html
DeltaFile
+341-7www/chromium/distinfo
+166-0www/chromium/Makefile.crates
+43-10www/chromium/Makefile
+2-2www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc
+552-194 files

HardenedBSD/src 8923d1csys/arm/allwinner aw_sid.c

aw_sid: Add H616 configuration and compat string

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54916
DeltaFile
+27-0sys/arm/allwinner/aw_sid.c
+27-01 files

HardenedBSD/src e506af0sys/arm/allwinner aw_gpio.c, sys/arm/allwinner/h616 h616_padconf.c h616_r_padconf.c

aw_gpio: Add support for H616

This adds padconf files for the two gpio ranges on the H616 SOC and adds
the SOC include.

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54915
DeltaFile
+104-0sys/arm/allwinner/h616/h616_padconf.c
+30-0sys/arm/allwinner/h616/h616_r_padconf.c
+24-0sys/arm/allwinner/aw_gpio.c
+2-0sys/conf/files.arm64
+1-0sys/arm64/conf/NOTES
+1-0sys/arm64/conf/std.allwinner
+162-01 files not shown
+163-07 files

HardenedBSD/src 245cdecsys/conf files.arm64, sys/dev/clk/allwinner ccu_h616.c

aw_ccu: Add clocks for H616

Reviewed by:    manu, adrian
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54927
DeltaFile
+493-0sys/dev/clk/allwinner/ccu_h616.c
+1-0sys/conf/files.arm64
+494-02 files

HardenedBSD/src 998c46asys/arm/allwinner aw_mmc.c

aw_mmc: Add H616 mmc and emmc config

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54909
DeltaFile
+14-0sys/arm/allwinner/aw_mmc.c
+14-01 files

HardenedBSD/src 20615f7sys/dev/iicbus/controller/twsi a10_twsi.c

a10_twsi: Add H616 compat string

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54914
DeltaFile
+1-0sys/dev/iicbus/controller/twsi/a10_twsi.c
+1-01 files

HardenedBSD/src ccb0e6esys/arm/allwinner aw_wdog.c

aw_wdog: Add support for H616

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54913
DeltaFile
+27-3sys/arm/allwinner/aw_wdog.c
+27-31 files

HardenedBSD/src c5c183asys/arm/allwinner aw_rsb.c

aw_rsb: Add H616 compat string

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54911
DeltaFile
+3-0sys/arm/allwinner/aw_rsb.c
+3-01 files

HardenedBSD/src 84bc16asys/arm/allwinner aw_usbphy.c

aw_usbphy: Add H616 compat string and configuration

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54912
DeltaFile
+9-0sys/arm/allwinner/aw_usbphy.c
+9-01 files

HardenedBSD/src 5e51e67sys/arm/allwinner aw_cir.c

aw_cir: Add H616 compat string

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54910
DeltaFile
+3-0sys/arm/allwinner/aw_cir.c
+3-01 files

HardenedBSD/src 063244fsys/arm/allwinner aw_rtc.c

aw_rtc: Add H616 compat string

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54908
DeltaFile
+1-0sys/arm/allwinner/aw_rtc.c
+1-01 files

HardenedBSD/src 60a6ebausr.sbin/traceroute as.c traceroute.c, usr.sbin/traceroute6 traceroute6.c

traceroute: graceful recover after networking errors with as_server

Currentlu, the traceroute[6] utility does not check
for possible networking errors while talking to as_server
in case of "traceroute -a". Meantime, there is a common case
when trace is long and it has many non-responding hops
(shown as '* * *'), so as_server aborts our connection,
hence no AS numbers shown for the rest of trace.

Somewhat artifical way to reproduce the problem:

traceroute to 57.144.244.1 (57.144.244.1), 80 hops max, 48 byte packets
 5  [AS174] be2950.ccr42.fra05.atlas.cogentco.com (154.54.72.42)  74.277 ms  9.605 ms  9.599 ms
 6  [AS174] 149.11.228.19 (149.11.228.19)  9.506 ms  9.466 ms  9.420 ms
 7  [AS33182] po172.asw02.fra5.tfbnw.net (129.134.108.146)  9.725 ms  9.874 ms  9.696 ms
 8  [AS32934] psw04.fra5.tfbnw.net (157.240.59.85)  8.718 ms  8.691 ms  8.618 ms
 9  * * *
10  [AS0] edge-star-mini-shv-01-fra5.facebook.com (57.144.244.1)  9.747 ms  9.815 ms  9.699 ms


    [10 lines not shown]
DeltaFile
+20-4usr.sbin/traceroute/as.c
+21-2usr.sbin/traceroute6/traceroute6.c
+19-2usr.sbin/traceroute/traceroute.c
+1-1usr.sbin/traceroute/as.h
+61-94 files

HardenedBSD/ports 4fbd71edevel/jjui distinfo Makefile

devel/jjui: update 0.9.8 -> 0.9.10

Release Notes:
https://github.com/idursun/jjui/releases/tag/v0.9.10

PR:             293047
DeltaFile
+5-5devel/jjui/distinfo
+1-2devel/jjui/Makefile
+6-72 files

HardenedBSD/ports a8abb50security/p11-kit distinfo Makefile

security/p11-kit: update to 0.26.2
DeltaFile
+3-3security/p11-kit/distinfo
+1-1security/p11-kit/Makefile
+1-1security/p11-kit/pkg-plist
+5-53 files

HardenedBSD/ports 76befb6mail/roundcube distinfo Makefile

mail/roundcube: update to 1.6.13 release.

PR:             293042
Submitted by:   Christos Chatzaras <chris at cretaforce.gr>
DeltaFile
+3-3mail/roundcube/distinfo
+1-1mail/roundcube/Makefile
+4-42 files

HardenedBSD/ports 5cc709adevel/R-cran-vctrs Makefile distinfo

devel/R-cran-vctrs: Update to 0.7.1

Add do-test target and test dependencies.
Add license file.
Switch www to canonical form.

Changelog: https://cran.r-project.org/web/packages/vctrs/news/news.html
DeltaFile
+26-3devel/R-cran-vctrs/Makefile
+3-3devel/R-cran-vctrs/distinfo
+29-62 files

HardenedBSD/src dac3b99. CONTRIBUTING.md

CONTRIBUTING.md: Fix links to section

Signed-off-by: Minsoo Choo <minsoochoo0122 at proton.me>

Sponsored by:   The FreeBSD Foundation
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2010
DeltaFile
+2-2CONTRIBUTING.md
+2-21 files

HardenedBSD/ports 8845ac3www/gohugo distinfo Makefile

www/gohugo: Update to 0.155.3

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.155.3

 * hugolib: Don't render default site redirect for non-primary isHTML output
   formats
 * server: Fix stuck server global error logging
 * build(deps): bump github.com/evanw/esbuild from 0.27.2 to 0.27.3
 * server: Fix panic when the server browser error handler tried to use a config
   in a state of flux

Approved by:    doceng@ (implicit)
DeltaFile
+5-5www/gohugo/distinfo
+1-2www/gohugo/Makefile
+6-72 files

HardenedBSD/ports 3b69c21security/vuxml/vuln 2026.xml

security/vuxml: add www/*chromium < 144.0.7559.132

Obtained from:  https://chromereleases.googleblog.com/2026/02/stable-channel-update-for-desktop.html
DeltaFile
+34-0security/vuxml/vuln/2026.xml
+34-01 files

HardenedBSD/src f0037f2sys/amd64/include pcb.h, sys/arm/include pcb.h

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+11-10sys/amd64/include/pcb.h
+9-8sys/i386/include/pcb.h
+5-0sys/arm64/include/pcb.h
+5-0sys/powerpc/include/pcb.h
+5-0sys/riscv/include/pcb.h
+4-0sys/arm/include/pcb.h
+39-181 files not shown
+40-187 files

HardenedBSD/ports f6309a0Mk/Uses inotify.mk, audio/libvgm distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+34-0Mk/Uses/inotify.mk
+11-7audio/vgmplay/Makefile
+6-9net-im/libnice/Makefile
+0-11audio/vgmplay/files/patch-main.cpp
+3-3audio/libvgm/distinfo
+3-3audio/vgmplay/distinfo
+57-3316 files not shown
+89-6822 files

HardenedBSD/src 0c733d0sys/dev/ice if_ice_iflib.c

ice(4): Handle allmulti flag in ice_if_promisc_set function

In the ice_if_promisc_set function, the driver currently disables the
IFF_ALLMULTI flag, thereby preventing the activation of multicast mode.
To address this issue, implement appropriate handling to ensure the
flag is managed correctly.

Signed-off-by: Yogesh Bhosale <yogesh.bhosale at intel.com>

Tested by:      Gowthamkumar K S <gowtham.kumar.ks at intel.com>
Differential Revision:  https://reviews.freebsd.org/D54186

(cherry picked from commit 98bdf63f6e94be42a1787de73608de15bcb3419a)
DeltaFile
+20-5sys/dev/ice/if_ice_iflib.c
+20-51 files

HardenedBSD/ports c7ba723Mk/Uses inotify.mk

Mk/Uses/inotify.mk: Add USES=inotify

FreeBSD 15 includes the inotify system in base, but anything prior to 15
needs the libinotify port. This USES script makes it a little easier to
depend on and use the correct thing.

Reviewed by:    mat
Approved by:    mat
Differential Revision:  https://reviews.freebsd.org/D54116
DeltaFile
+34-0Mk/Uses/inotify.mk
+34-01 files

HardenedBSD/ports a1184e5x11/wleave distinfo Makefile

x11/wleave: Update to 0.7.1

Changelog: https://github.com/AMNatty/wleave/releases/tag/0.7.1

Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/wleave/distinfo
+1-2x11/wleave/Makefile
+4-52 files