FreeBSD/ports ec21af7misc/py-huggingface-hub distinfo Makefile

misc/py-huggingface-hub: Update to 1.2.4

Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v1.2.4

Reported by:    portscout
DeltaFile
+3-3misc/py-huggingface-hub/distinfo
+2-2misc/py-huggingface-hub/Makefile
+5-52 files

FreeBSD/ports 7b2f3c4lang/spidermonkey115 distinfo Makefile

lang/spidermonkey115: update to 115.31.0
DeltaFile
+3-3lang/spidermonkey115/distinfo
+1-2lang/spidermonkey115/Makefile
+4-52 files

FreeBSD/ports 8a23789lang/spidermonkey140 distinfo Makefile

lang/spidermonkey140: update to 140.7.0 (rc1)
DeltaFile
+3-3lang/spidermonkey140/distinfo
+1-2lang/spidermonkey140/Makefile
+4-52 files

FreeBSD/src 5d73fcasys/dev/rge if_rge_microcode.h if_rge_hw.c

if_rge: sync with up to date OpenBSD code

a0b4d9e5bd63984bc3ad25b7f2881741e0d73980
Add support for RTL8126 chip revision 0x64a00000 from Carl Henriksson.
While here, update and add microcode for the RTL8126 chipset variant.

46810ff569a9416642fc5f8e86501028008a2e95
For RTL8125, there's no need to check whether RGE_CMD_STOPREQ has been
completed.  As with other chip variants, RGE_CMD_STOPREQ never acknowledges
completion.

5729fb17b5eeba56781da0b5c0525c198c5c2cd8
remove duplicate RGE_PHYSTAT_5000MBPS test

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D54517
Obtained from:  OpenBSD
DeltaFile
+3,506-7,285sys/dev/rge/if_rge_microcode.h
+249-48sys/dev/rge/if_rge_hw.c
+17-14sys/dev/rge/if_rge.c
+5-1sys/dev/rge/if_rgereg.h
+2-1sys/dev/rge/if_rgevar.h
+3,779-7,3495 files

FreeBSD/src f441a22include stdbool.h

stdbool.h: Update for C23

When a compiler with C23 or higher is detected, builtin bool, true,
and false are used to conform the C23 standard.

Reviewed by:    imp
Differential Revision: https://reviews.freebsd.org/D44664
DeltaFile
+6-2include/stdbool.h
+6-21 files

FreeBSD/src 28cb50fsys/vm vm_object.h

vm/vm_object.h: clarify the OBJ_ONEMAPPING semantic

(cherry picked from commit 9c923575606bbd29dcf0ec3384150d2d67136cbb)
DeltaFile
+3-2sys/vm/vm_object.h
+3-21 files

FreeBSD/ports 284813esecurity/wazuh-agent Makefile, security/wazuh-agent/files patch-src-data_provider-src_sysInfoFreeBSD.cpp pkg-message.in

security/wazuh-{agent,manager}: Improve getSerialNumber

Instead of returning UNKNOWN_VALUE, we can leverage the sysctl
'kern.hostuuid' so that users can uniquely identify their devices.

Approved by:    acm@
DeltaFile
+93-46security/wazuh-manager/files/patch-src-data_provider-src_sysInfoFreeBSD.cpp
+93-46security/wazuh-agent/files/patch-src-data_provider-src_sysInfoFreeBSD.cpp
+7-3security/wazuh-manager/files/pkg-message.in
+6-2security/wazuh-agent/files/pkg-message.in
+1-1security/wazuh-manager/Makefile
+1-1security/wazuh-agent/Makefile
+201-996 files

FreeBSD/ports d3c13b6security/wazuh-manager Makefile, security/wazuh-manager/files patch-src_wazuh_modules_vulnerability_scanner_src_vulnerabilityScannerFacade.cpp

security/wazuh-manager: Fix SIGSEGV when modulesd is starting

When modulesd stops while decompressing the vulnerability detection database,
it accesses an uninitialized structure, causing a SIGSEGV.

Approved by:    acm@
DeltaFile
+14-0security/wazuh-manager/files/patch-src_wazuh_modules_vulnerability_scanner_src_vulnerabilityScannerFacade.cpp
+1-1security/wazuh-manager/Makefile
+15-12 files

FreeBSD/ports c74ab75security/wazuh-agent Makefile pkg-plist

security/wazuh-agent: Fix permission denied error for etc/client.keys

wazuh-agentd: ERROR: (1103): Could not open file 'etc/client.keys' due to [(13)-(Permission denied)].

Approved by:    acm@
DeltaFile
+1-1security/wazuh-agent/Makefile
+1-1security/wazuh-agent/pkg-plist
+2-22 files

FreeBSD/ports edde4a0security/tailscale distinfo Makefile

security/tailscale: Update to 1.92.5

MFH:            2025Q4
(cherry picked from commit a5d1751b218be2d18bf46fbd1caba97e6d08cbe8)
DeltaFile
+5-5security/tailscale/distinfo
+1-1security/tailscale/Makefile
+6-62 files

FreeBSD/ports a5d1751security/tailscale distinfo Makefile

security/tailscale: Update to 1.92.5

MFH:            2025Q4
DeltaFile
+5-5security/tailscale/distinfo
+1-1security/tailscale/Makefile
+6-62 files

FreeBSD/ports b33de19textproc/harper distinfo Makefile.crates

textproc/harper: Update to 1.4.0
DeltaFile
+21-17textproc/harper/distinfo
+10-8textproc/harper/Makefile.crates
+1-1textproc/harper/Makefile
+32-263 files

FreeBSD/src 1961785stand/i386/pxeldr pxeboot.8

pxeboot.8: Fix mdoc typo for emails, tag spdx

Fixes:          a37825313f62 (Fix mdoc typos for emails, tag spdx)
MFC after:      3 days
DeltaFile
+6-3stand/i386/pxeldr/pxeboot.8
+6-31 files

FreeBSD/src 83e6f0dshare/man/man4 iflib.4

iflib: document new sysctls

Document the new tx related sysctls I've added to iflib in the
last few months:  tx_reclaim_ticks & tx_reclaim_thresh

Sponsored by: Netflix
Reviewed by: ziaee
Differential Revision: https://reviews.freebsd.org/D54564
MFC after: 3 days
DeltaFile
+10-0share/man/man4/iflib.4
+10-01 files

FreeBSD/ports 358dbfdsecurity/vuxml/vuln 2026.xml

security/vuxml: Document mail/mailpit vulnerability (CVE-2026-21859)
DeltaFile
+32-0security/vuxml/vuln/2026.xml
+32-01 files

FreeBSD/ports bbe0045www/firefox-esr distinfo Makefile, www/firefox-esr/files patch-bug1269654_comment5 patch-bug1269654

www/firefox-esr: update to 140.7.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/140.7.0/releasenotes/

(cherry picked from commit 23e2ed5f0c58a26f6ee3c6d62722e66a3120ef06)
DeltaFile
+0-43www/firefox-esr/files/patch-bug1269654_comment5
+34-0www/firefox-esr/files/patch-bug1269654
+3-3www/firefox-esr/distinfo
+1-1www/firefox-esr/Makefile
+38-474 files

FreeBSD/ports 23e2ed5www/firefox-esr distinfo Makefile, www/firefox-esr/files patch-bug1269654_comment5 patch-bug1269654

www/firefox-esr: update to 140.7.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/140.7.0/releasenotes/
DeltaFile
+0-43www/firefox-esr/files/patch-bug1269654_comment5
+34-0www/firefox-esr/files/patch-bug1269654
+3-3www/firefox-esr/distinfo
+1-2www/firefox-esr/Makefile
+38-484 files

FreeBSD/ports edb2e3emath/octave-forge-dicom Makefile distinfo

math/octave-forge-dicom: Update to 0.7.1.
DeltaFile
+8-6math/octave-forge-dicom/Makefile
+3-3math/octave-forge-dicom/distinfo
+11-92 files

FreeBSD/src ccec94bshare/man/man4 mrsas.4

mrsas.4: Add Fujitsu RAID Controller SAS 6Gbit/s 1GB (D3116)

This is an OEM card from Fujitsu using an LSI SAS2208 ROC controller shipped
with many Fujitsu PRIMERGY servers like RX300 S7.

Controller description: https://www.fujitsu.com/global/products/computing/servers/primergy/blades/connection/cb-pmod-110426.html

Reviewed by:    ziaee
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D54566
DeltaFile
+2-1share/man/man4/mrsas.4
+2-11 files

FreeBSD/ports 693fba5security/s2n-tls distinfo Makefile

security/s2n-tls: Update to 1.6.4

ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.6.4
DeltaFile
+3-3security/s2n-tls/distinfo
+1-1security/s2n-tls/Makefile
+1-0security/s2n-tls/pkg-plist
+5-43 files

FreeBSD/ports fc08971security/aws-c-auth distinfo Makefile

security/aws-c-auth: Update to 0.9.5

ChangeLog: https://github.com/awslabs/aws-c-auth/releases/tag/v0.9.5
DeltaFile
+3-3security/aws-c-auth/distinfo
+1-1security/aws-c-auth/Makefile
+4-42 files

FreeBSD/src 203e5a1sys/kern link_elf.c link_elf_obj.c, sys/vm vm_kern.c

linker: Reset DMAP protections in link_elf_unload_file()

On x86, when a preloaded kernel module is unloaded, we free the backing
(physically contiguous) pages.  The ET_REL linker will have adjusted
protections on segments of the preloaded file, which updates the direct
map, so the original protections must be restored when unloading the
module.

Previously this was handled in kmem_bootstrap_free(), but there is no
apparent reason not to handle this within the kernel linker.  Moreover,
we were not resetting permissions in the kernel map on arm64.

Reviewed by:    alc, kib
MFC after:      3 weeks
Differential Revision:  https://reviews.freebsd.org/D54438
DeltaFile
+33-13sys/kern/link_elf.c
+14-0sys/kern/link_elf_obj.c
+0-8sys/vm/vm_kern.c
+47-213 files

FreeBSD/ports fa56447security/nss distinfo Makefile

security/nss: update to 3.119.1

Announcement:
  https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/nkRQtoi6StY

yes, they did change the distfile naming pattern.

(cherry picked from commit 8112593b7f76ae85d97651dfde9cba42fff94801)
DeltaFile
+3-3security/nss/distinfo
+1-1security/nss/Makefile
+4-42 files

FreeBSD/ports 2683f9csecurity/nss distinfo Makefile

security/nss: update to 3.119

Announcement:
  https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/o3YEIPhb-s4
(cherry picked from commit 10a2c1f115db3bdcb56004bb603d1b08cb5a5a81)
DeltaFile
+3-3security/nss/distinfo
+1-1security/nss/Makefile
+4-42 files

FreeBSD/ports 7acadc0devel/pycharm pkg-plist distinfo

devel/pycharm: update to 2025.3.1

Release notes:
https://youtrack.jetbrains.com/articles/PY-A-233538499/PyCharm-2025.3.1-253.29346.142-build-Release-Notes
DeltaFile
+29-11devel/pycharm/pkg-plist
+3-3devel/pycharm/distinfo
+1-1devel/pycharm/Makefile
+33-153 files

FreeBSD/ports 5c05ea5www/freenginx distinfo Makefile.extmod, www/nginx distinfo Makefile.extmod

www/*nginx: update 3rd party otel

Update nginx-otel to a newer upstream revision to fix OTEL builds
with system gRPC.

PR:     288764
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3www/nginx/distinfo
+3-3www/freenginx/distinfo
+1-1www/nginx/Makefile.extmod
+1-1www/nginx/Makefile
+1-1www/freenginx/Makefile.extmod
+1-1www/freenginx/Makefile
+10-106 files

FreeBSD/ports 78cbeaewww/gohugo distinfo Makefile

www/gohugo: Update to 0.154.3

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

 * build(deps): bump github.com/yuin/goldmark from 1.7.13 to 1.7.16

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

FreeBSD/src 0957cb1sys/kern kern_racct.c

kern: racct: Remove code unused since %cpu resource computation revamp

Reviewed by:    emaste, markj
Fixes:          c72188d85a79 ("racct: Improve handling of the pcpu resource")
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54284

(cherry picked from commit 55ce12672b948c002431851af54843bfc7f50d6f)
DeltaFile
+0-133sys/kern/kern_racct.c
+0-1331 files

FreeBSD/src 2c3fb4csys/kern kern_racct.c, sys/sys racct.h proc.h

racct: Improve handling of the pcpu resource

The previous scheme would inflate the CPU consumption of short-lived
processes.  For containers (e.g., processes, jails), the total pcpu
usage was computed as a sum of the pcpu usage of all constituent
threads, which makes little sense for a decaying average.

Instead, aggregate wallclock time of all on-CPU threads and compute the
pcpu resource as a decaying average as the sum.  This gives much more
reasonable and accurate values in various simple tests.

PR:             235556
Reviewed by:    markj
MFC after:      1 month
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D30878

(cherry picked from commit c72188d85a793c7610208beafb83af544de6e3b7)


    [12 lines not shown]
DeltaFile
+144-162sys/kern/kern_racct.c
+5-1sys/sys/racct.h
+1-1sys/sys/proc.h
+150-1643 files

FreeBSD/src 56eef38share/man/man4 mfi.4, sys/dev/mfi mfi_pci.c

mfi(4): Add subvendor and subdevice for Fujitsu RAID Controller SAS 6Gbit/s 1GB (D3116)

This is an OEM card from Fujitsu using an LSI SAS2208 ROC controller shipped
with many Fujitsu PRIMERGY servers like RX300 S7. This chip is also recognized
by mrsas(4) under the generic name for the controller chip.

Controller description: https://www.fujitsu.com/global/products/computing/servers/primergy/blades/connection/cb-pmod-110426.html

Reviewed by:    ziaee
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D54520

(cherry picked from commit 8b210276cde207ca3dc1f7f46d5a6d32e0a1c51d)
DeltaFile
+2-0share/man/man4/mfi.4
+1-0sys/dev/mfi/mfi_pci.c
+3-02 files