FreeBSD/ports 8fc19dedevel/py-ty distinfo Makefile.crates, devel/py-ty/files patch-ruff_crates_ty_Cargo.toml

devel/py-ty: Update to 0.0.9

Changelog: https://github.com/astral-sh/ty/blob/0.0.9/CHANGELOG.md

Reported by:    Repology
DeltaFile
+79-67devel/py-ty/distinfo
+39-33devel/py-ty/Makefile.crates
+5-5devel/py-ty/files/patch-ruff_crates_ty_Cargo.toml
+1-1devel/py-ty/Makefile
+124-1064 files

FreeBSD/ports 9d6a0cewww/py-django60 distinfo Makefile

www/py-django60: Update to 6.0.1
DeltaFile
+3-3www/py-django60/distinfo
+1-1www/py-django60/Makefile
+4-42 files

FreeBSD/ports c516c39www/py-django52 distinfo Makefile

www/py-django52: Update to 5.2.10
DeltaFile
+3-3www/py-django52/distinfo
+1-1www/py-django52/Makefile
+4-42 files

FreeBSD/ports 7c0005bwww/py-fastapi distinfo Makefile

www/py-fastapi: Update to 0.128.0
DeltaFile
+3-3www/py-fastapi/distinfo
+3-2www/py-fastapi/Makefile
+6-52 files

FreeBSD/ports f64380adevel Makefile, devel/py-annotated-doc Makefile distinfo

devel/py-annotated-doc: New port

Document parameters, class attributes, return types, and variables inline,
with Annotated.
DeltaFile
+22-0devel/py-annotated-doc/Makefile
+3-0devel/py-annotated-doc/distinfo
+2-0devel/py-annotated-doc/pkg-descr
+1-0devel/Makefile
+28-04 files

FreeBSD/ports 4e845cenet-mgmt/victoria-metrics distinfo Makefile, net-mgmt/vmutils pkg-plist

net-mgmt/{victoria-metrics,vmutils}: update to version 1.133.0

Reported by:    portscout
DeltaFile
+3-3net-mgmt/victoria-metrics/distinfo
+2-2net-mgmt/victoria-metrics/Makefile
+1-0net-mgmt/vmutils/pkg-plist
+6-53 files

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