FreeBSD/src 8475cd9share/man/man4/man4.arm dwcotg.4 Makefile

dwcotg.4: Initial manual page

Create visibility in apropos and the Hardware Release Notes.

MFC after:              3 days
Reviewed by:            pauamma, ray
Differential Revision:  https://reviews.freebsd.org/D53287
DeltaFile
+29-0share/man/man4/man4.arm/dwcotg.4
+1-0share/man/man4/man4.arm/Makefile
+30-02 files

FreeBSD/src 0661997stand/efi/loader main.c

loader(8): embedded MD should be the most preferred currdev

A loader built with MD_IMAGE_SIZE is almost always meant for use with
its embedded image and should try that as currdev before anything else.
Recent changes (d69fc3a9dc71, 784150fd2535) seem to have relaxed the ZFS
code's search for a rootfs and exposed this problem.

Reviewed by:    imp, tsoome
MFC after:      1 week
Sponsored by:   Chelsio Communications
Differential Revision:  https://reviews.freebsd.org/D55979
DeltaFile
+9-9stand/efi/loader/main.c
+9-91 files

FreeBSD/ports 87a1242Mk/Uses cabal.mk

Uses/cabal.mk: cd into WRKDIR before calling 'cabal update' during cabal-extract

This prevents cabal from picking the Makefile.cabal file

Reported by:    alven
DeltaFile
+2-1Mk/Uses/cabal.mk
+2-11 files

FreeBSD/ports 156bb95sysutils/lnav Makefile distinfo

sysutils/lnav: Update 0.12.3 => 0.13.2

Changelogs:
https://github.com/tstack/lnav/releases/tag/v0.12.4
https://github.com/tstack/lnav/releases/tag/v0.13.0
https://github.com/tstack/lnav/releases/tag/v0.13.1
https://github.com/tstack/lnav/releases/tag/v0.13.2

PR:             292288
Approved by:    Thomas Hurst <tom at hur.st> (maintainer, timeout 2 weeks)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+4-3sysutils/lnav/Makefile
+3-3sysutils/lnav/distinfo
+7-62 files

FreeBSD/ports 3a9b96bwww/tomcat110 distinfo Makefile

www/tomcat110: Update 11.0.18 => 11.0.20

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.20_(markt)

MFH:    2026Q1
(cherry picked from commit 3a6e4af8609d4aa00675c259aeb0d77ca519ba5c)
DeltaFile
+3-3www/tomcat110/distinfo
+1-1www/tomcat110/Makefile
+1-1www/tomcat110/pkg-plist
+5-53 files

FreeBSD/ports f51d3eawww/tomcat-devel distinfo Makefile

www/tomcat-devel: Update 11.0.18 => 11.0.20

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.20_(markt)

MFH:    2026Q1
(cherry picked from commit 405288cb8cffa5b10ce330bce0254f2fd7e6b34f)
DeltaFile
+3-3www/tomcat-devel/distinfo
+1-1www/tomcat-devel/Makefile
+1-1www/tomcat-devel/pkg-plist
+5-53 files

FreeBSD/ports 0e5f2a5graphics/p5-Image-ExifTool-devel distinfo Makefile

graphics/p5-Image-ExifTool-devel: Update 13.52 => 13.53

ChangeLog:
https://exiftool.org/history.html#v13.53

PR:             293933
Reported by:    Sergei Vyshenski <svysh.fbsd at gmail.com> (maintainer)
Approved by:    maintainer, vvd@ (mentor)
DeltaFile
+3-3graphics/p5-Image-ExifTool-devel/distinfo
+1-1graphics/p5-Image-ExifTool-devel/Makefile
+4-42 files

FreeBSD/ports 3a6e4afwww/tomcat110 distinfo Makefile

www/tomcat110: Update 11.0.18 => 11.0.20

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.20_(markt)

MFH:    2026Q1
DeltaFile
+3-3www/tomcat110/distinfo
+1-2www/tomcat110/Makefile
+1-1www/tomcat110/pkg-plist
+5-63 files

FreeBSD/ports 405288cwww/tomcat-devel distinfo Makefile

www/tomcat-devel: Update 11.0.18 => 11.0.20

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.20_(markt)

MFH:    2026Q1
DeltaFile
+3-3www/tomcat-devel/distinfo
+1-2www/tomcat-devel/Makefile
+1-1www/tomcat-devel/pkg-plist
+5-63 files

FreeBSD/src 17494c6. Makefile.inc1, share/man/man5 src.conf.5

build: Boostrap LLVM_BINUTILS for cross-tools

Reported by:    vexeduxr, jrtc27
Reviewed by:    imp
Sponsored by:   The FreeBSD Foundation
Pull request:   https://github.com/freebsd/freebsd-src/pull/2084
Differential Revision: https://reviews.freebsd.org/D55923
DeltaFile
+17-2Makefile.inc1
+13-0share/man/man5/src.conf.5
+12-0tools/build/options/WITHOUT_LLVM_BINUTILS_BOOTSTRAP
+1-0share/mk/src.opts.mk
+43-24 files

FreeBSD/src 9f8db9csys/compat/linux linux_misc.c

compat/linux: Avoid waitid() kernel stack disclosure

Reported by:    Adam Crosser, Praetorian
Reviewed by:    philip
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55812

(cherry picked from commit 9a9f93bcf1aa0059d759b2f3ea6faeb2760a11bd)
DeltaFile
+1-0sys/compat/linux/linux_misc.c
+1-01 files

FreeBSD/src 4551ea3sys/compat/freebsd32 freebsd32_misc.c

compat32: Zero struct to avoid stack disclosure

Reported by:    Adam Crosser, Praetorian
Reviewed by:    philip
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55811

(cherry picked from commit 097cb4e9f0432c543c704cec712ce1cd3302335c)
DeltaFile
+1-1sys/compat/freebsd32/freebsd32_misc.c
+1-11 files

FreeBSD/src 6348a5fsys/kern uipc_shm.c

shm: Zero struct kinfo_file in sysctl handler

Reported by: Calif.io in collaboration with Claude and Anthropic Research
Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55806

(cherry picked from commit 25cc459286a02b646751541ccde5a33319471c73)
DeltaFile
+1-1sys/kern/uipc_shm.c
+1-11 files

FreeBSD/ports a43a53bdatabases/mroonga distinfo Makefile

databases/mroonga: Update version 15.22=>15.23

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

FreeBSD/ports 484811anet/libdaq distinfo Makefile

net/libdaq: Update version 3.0.25=>3.0.27

Changelog: https://github.com/snort3/libdaq/releases/tag/v3.0.27
DeltaFile
+3-3net/libdaq/distinfo
+1-1net/libdaq/Makefile
+4-42 files

FreeBSD/ports b7325fbtextproc/groonga distinfo Makefile

textproc/groonga: Update version 15.2.1=>15.2.3

Changelog: https://groonga.org/docs/news/15.html#release-15-2-3
DeltaFile
+3-3textproc/groonga/distinfo
+1-1textproc/groonga/Makefile
+1-0textproc/groonga/pkg-plist
+5-43 files

FreeBSD/ports 2e1d2f3security/cosign distinfo Makefile

security/cosign: Update version 3.0.4=>3.0.5

Changelog: https://github.com/sigstore/cosign/releases/tag/v3.0.5
DeltaFile
+5-5security/cosign/distinfo
+2-2security/cosign/Makefile
+7-72 files

FreeBSD/ports 69614b7net-mgmt/bgpq4 distinfo Makefile

net-mgmt/bgpq4: Update version 1.15=>1.16

Changelog: https://github.com/bgp/bgpq4/releases/tag/1.16
DeltaFile
+3-3net-mgmt/bgpq4/distinfo
+1-1net-mgmt/bgpq4/Makefile
+4-42 files

FreeBSD/ports 27e5fadsecurity/snort3 distinfo Makefile

security/snort3: Update version 3.11.1.0=>3.12.1.0

Changelog: https://github.com/snort3/snort3/releases/tag/3.12.1.0
DeltaFile
+3-3security/snort3/distinfo
+1-1security/snort3/Makefile
+4-42 files

FreeBSD/ports 57157bbsecurity/sops distinfo Makefile

security/sops: Update version 3.12.1=>3.12.2

Changelog: https://github.com/getsops/sops/releases/tag/v3.12.2
DeltaFile
+5-5security/sops/distinfo
+1-2security/sops/Makefile
+6-72 files

FreeBSD/ports f6c3ac0devel/py-pipdeptree distinfo Makefile

devel/py-pipdeptree: Update version 2.31.0=>2.32.0

Changelog: https://github.com/tox-dev/pipdeptree/releases/tag/2.32.0
DeltaFile
+3-3devel/py-pipdeptree/distinfo
+1-1devel/py-pipdeptree/Makefile
+4-42 files

FreeBSD/ports 636d5b7security/suricata distinfo Makefile

security/suricata: Update version 8.0.3=>8.0.4

Changelog:
https://forum.suricata.io/t/suricata-7-0-15-and-8-0-4-packages-are-now-available-for-ubuntu-on-ubuntu-ppa-launchpad/6219
DeltaFile
+3-3security/suricata/distinfo
+1-2security/suricata/Makefile
+1-0security/suricata/pkg-plist
+5-53 files

FreeBSD/ports 53c0223emulators/qemu distinfo Makefile

emulators/qemu: Update version 10.2.1=>10.2.2

Changelog: https://wiki.qemu.org/ChangeLog/10.2
DeltaFile
+3-3emulators/qemu/distinfo
+1-1emulators/qemu/Makefile
+4-42 files

FreeBSD/ports 4ca15d4sysutils/fd distinfo Makefile

sysutils/fd: Update version 10.4.1=>10.4.2

Changelog: https://github.com/sharkdp/fd/releases/tag/v10.4.2
DeltaFile
+3-3sysutils/fd/distinfo
+1-1sysutils/fd/Makefile
+4-42 files

FreeBSD/ports aaa4476sysutils/dar distinfo Makefile

sysutils/dar: Update version 2.8.3=>2.8.4

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

FreeBSD/ports 7ad8c18devel/py-identify distinfo Makefile

devel/py-identify: Update version 2.6.17=>2.6.18

Changelog: https://github.com/pre-commit/identify/releases/tag/v2.6.18
DeltaFile
+3-3devel/py-identify/distinfo
+1-1devel/py-identify/Makefile
+4-42 files

FreeBSD/ports 1cfdc87devel/cirrus-cli distinfo Makefile

devel/cirrus-cli: Update version 0.164.0=>0.164.1

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

FreeBSD/ports c588f58sysutils/httm distinfo Makefile

sysutils/httm: Update version 0.48.7=>0.48.8

Changelog: https://github.com/kimono-koans/httm/releases/tag/0.48.8
DeltaFile
+3-3sysutils/httm/distinfo
+1-1sysutils/httm/Makefile
+4-42 files

FreeBSD/ports 3576809devel/libhtp distinfo Makefile

devel/libhtp: Update version 0.5.52=>0.5.53

Changelog: https://github.com/OISF/libhtp/releases/tag/0.5.53
DeltaFile
+3-3devel/libhtp/distinfo
+1-1devel/libhtp/Makefile
+4-42 files

FreeBSD/ports 5e75798sysutils/ldap-account-manager distinfo Makefile

sysutils/ldap-account-manager: Update version 9.4=>9.5

Changelog: https://www.ldap-account-manager.org/lamcms/changelog
DeltaFile
+3-3sysutils/ldap-account-manager/distinfo
+1-1sysutils/ldap-account-manager/Makefile
+4-42 files