FreeBSD/ports 525e72bsysutils/tuptime distinfo Makefile

sysutils/tuptime: Update 5.2.3 => 5.2.6

Changelog:
https://github.com/rfmoz/tuptime/blob/5.2.6/CHANGELOG

- Replace spaces with tabs.
- Pet portclippy.

PR:             295072
Approved by:    Jeremy Johnston <jeremy at smart-serv.net> (maintaienr, timeout 3 months)
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+5-6sysutils/tuptime/Makefile
+3-3sysutils/tuptime/distinfo
+8-92 files

FreeBSD/src 51acd75bin/sleep sleep.1

sleep: Fix man page about IGINFO output

Reviewed by:    des
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D58483

(cherry picked from commit 24983c4e9f9934282e8d81381095da819ad97c63)
DeltaFile
+2-4bin/sleep/sleep.1
+2-41 files

FreeBSD/src fc0d50abin/sleep sleep.1

sleep: Fix man page about IGINFO output

Reviewed by:    des
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D58483

(cherry picked from commit 24983c4e9f9934282e8d81381095da819ad97c63)
DeltaFile
+2-2bin/sleep/sleep.1
+2-21 files

FreeBSD/src 3c5c55btests/sys/kern Makefile procdesc.c

tests/sys/kern: Skip capsicum procdesc tests when capability mode is unavailable

pdwait's capsicum/enotcap and procdesc's pdopenpid_capmode enter capability mode.
Require security_capability_mode (and security_capabilities for enotcap) so the
cases skip cleanly on kernels built without CAPABILITIES instead of failing.

Approved by:    asomers, gallatin
Sponsored by:   Netflix
Differential Revision:  https://reviews.freebsd.org/D58545
DeltaFile
+7-0tests/sys/kern/pdwait.c
+4-0tests/sys/kern/procdesc.c
+2-0tests/sys/kern/Makefile
+13-03 files

FreeBSD/src 0fb06dabin/sh input.h eval.c

bin/sh: Fix history long line truncation/corruption

When reading from standard input with editline history enabled, increase
buffer size to accomodate long lines so that history is recorded
correctly. Cleanup el_gets() handling avoiding potentially dangerous
retention of pointers to editline buffers across calls.  Ensure struct
parsefile objects are properly zero initialised when created. Remove
push argument from setinputstring() and simplify logic as it was always
called with a value of one and as was written was potentially dangerous
if ever called with a value of zero.

This commit does not fix long lines when history is enabled but editing
is not (e.g. if there is no terminal).

MFC after:      3 weeks
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2028
Signed-off-by: Kristofer Peterson <kris at tranception.com>
(cherry picked from commit 95e4fce8f0c4fc6bf828288b1d63faf0f1300198)
DeltaFile
+70-72bin/sh/input.c
+2-2bin/sh/parser.c
+1-1bin/sh/input.h
+1-1bin/sh/eval.c
+74-764 files

FreeBSD/ports 2914c06graphics/py-tesserocr Makefile distinfo

graphics/py-tesserocr: update to 2.11.0

Release Notes:
  https://github.com/sirfz/tesserocr/releases/tag/v2.11.0
DeltaFile
+3-3graphics/py-tesserocr/distinfo
+1-1graphics/py-tesserocr/Makefile
+4-42 files

FreeBSD/ports 23476d2graphics/gexiv2_016 Makefile distinfo

graphics/gexiv2_016: update to 0.16.2

Release Notes:
  https://gitlab.gnome.org/GNOME/gexiv2/-/blob/0.16.2/NEWS?ref_type=tags
DeltaFile
+3-3graphics/gexiv2_016/distinfo
+1-1graphics/gexiv2_016/Makefile
+4-42 files

FreeBSD/ports d700884graphics/gexiv2 Makefile distinfo

graphics/gexiv2: update to 0.14.7

Release Notes:
  https://gitlab.gnome.org/GNOME/gexiv2/-/blob/gexiv2-0.14/NEWS
DeltaFile
+3-3graphics/gexiv2/distinfo
+1-1graphics/gexiv2/Makefile
+4-42 files

FreeBSD/doc d0d8468documentation/content/en/books/handbook/multimedia _index.adoc

handbook/multimedia: Improve wording in the mpv section

Reviewed by:            ziaee
Differential Revision:  https://reviews.freebsd.org/D57963
DeltaFile
+9-7documentation/content/en/books/handbook/multimedia/_index.adoc
+9-71 files

FreeBSD/ports 13ee762net/speedtest-go Makefile distinfo

net/speedtest-go: update to 1.7.11

Changes:        https://github.com/showwin/speedtest-go/releases/tag/v1.7.11
DeltaFile
+5-5net/speedtest-go/distinfo
+1-2net/speedtest-go/Makefile
+6-72 files

FreeBSD/ports 207d9denet-mgmt/icingaweb2-module-grafana Makefile distinfo

net-mgmt/icingaweb2-module-grafana: Update 3.1.3 => 3.1.4

Changelog:
https://github.com/NETWAYS/icingaweb2-module-grafana/releases/tag/v3.1.4

PR:             297207
Reported by:    Denis Shaposhnikov <dsh at bamus.cz> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3net-mgmt/icingaweb2-module-grafana/distinfo
+1-1net-mgmt/icingaweb2-module-grafana/Makefile
+4-42 files

FreeBSD/src 4dc1962usr.sbin/bhyve iov.c

bhyve: Fix assignment of *niov2 in split_iov()

niov2 returns the number of entries in the iovec starting at offset
"offset".  Here we are unconditionally setting it to 1, which of course
isn't right.

Fixes:          a28cf86c4171 ("bhyve/virtio: Rework iovec handling functions for efficiency and clarity")
Reported by:    Claude and Ada Logics
Reviewed by:    Hans Rosenfeld <rosenfeld at grumpf.hope-2000.org>
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58625
DeltaFile
+1-1usr.sbin/bhyve/iov.c
+1-11 files

FreeBSD/ports aa636a4audio/invada-studio-plugins-lv2 Makefile

audio/invada-studio-plugins-lv2: Attempt to fix build on aarch64

Reported by:    fallout
DeltaFile
+4-0audio/invada-studio-plugins-lv2/Makefile
+4-01 files

FreeBSD/src b60835acddl/usr.bin/ctfmerge ctfmerge.1

ctfmerge.1: Fix uniqlabel typos

The flag is -D, but it was written as a second -d. Add a period too.

MFC after:      3 days

(cherry picked from commit 4f293e32e4529617dd05bd64fd3c22a57a56a355)
DeltaFile
+2-2cddl/usr.bin/ctfmerge/ctfmerge.1
+2-21 files

FreeBSD/src 2b0f4a7cddl/usr.bin/ctfmerge ctfmerge.1

ctfmerge.1: Import ENVIRONMENT from NetBSD

Import the ENVIRONMENT section from NetBSD, minus the variable that our
ctfmerge does not have. Alphabetize them, polish grammar and alignment,
and add the variables to the man database. While here, remove whitespace
from the end of some lines to quiet linter.

MFC after:      3 days
PR:             291186
Co-authored-by: Alexander Ziaee <ziaee at FreeBSD.org>
Obtained from:  NetBSD (christos <christos at NetBSD.org>, 8a0c0d8)
Differential Revision:  https://reviews.freebsd.org/D54054

(cherry picked from commit 32cf24b725fdf899fb642c47004b69fcfae9b9db)
DeltaFile
+49-27cddl/usr.bin/ctfmerge/ctfmerge.1
+49-271 files

FreeBSD/ports b4ee3c9devel/jenkins-lts Makefile distinfo

devel/jenkins-lts: Update to 2.568.2

Security:       9096f6e4-3a2f-4d16-89fb-f909aa0a7760
MFC:            2026Q3
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit 5a19d0469f072b326dda161e73a73553f38440e8)
DeltaFile
+3-3devel/jenkins-lts/distinfo
+1-1devel/jenkins-lts/Makefile
+4-42 files

FreeBSD/ports 1e92c75devel/jenkins Makefile distinfo

devel/jenkins: Update to 2.576

Security:       9096f6e4-3a2f-4d16-89fb-f909aa0a7760
MFC:            2026Q3
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit f1187a568bd4d5ad790ed70dd068818a5c691efe)
DeltaFile
+3-3devel/jenkins/distinfo
+1-1devel/jenkins/Makefile
+4-42 files

FreeBSD/ports 3864450dns/unbound pkg-plist Makefile

dns/unbound: Update 1.25.2 => 1.26.0

Release Notes:
https://community.nlnetlabs.nl/t/unbound-1-26-0-released/3434

Changelog:
https://github.com/NLnetLabs/unbound/releases/tag/release-1.26.0

PR:             297299
Reported by:    Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3

(cherry picked from commit c8c07fea866d0204dc22eb091cde0dd7cd72ec40)
DeltaFile
+3-3dns/unbound/distinfo
+1-1dns/unbound/pkg-plist
+1-1dns/unbound/Makefile
+5-53 files

FreeBSD/ports c8c07fedns/unbound pkg-plist Makefile

dns/unbound: Update 1.25.2 => 1.26.0

Release Notes:
https://community.nlnetlabs.nl/t/unbound-1-26-0-released/3434

Changelog:
https://github.com/NLnetLabs/unbound/releases/tag/release-1.26.0

PR:             297299
Reported by:    Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
DeltaFile
+3-3dns/unbound/distinfo
+1-1dns/unbound/pkg-plist
+1-1dns/unbound/Makefile
+5-53 files

FreeBSD/ports 084549fsecurity/vuxml/vuln 2026.xml

security/vuxml: Fix firefox-esr PORTEPOCH in two Mozilla entries

www/firefox-esr has PORTEPOCH=2, but the firefox-esr ranges in these
two do not have it so they cannot match any installed package.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+2-2security/vuxml/vuln/2026.xml
+2-21 files

FreeBSD/ports 8cfb674math/py-pynleq2 distinfo Makefile, math/py-pynleq2/files patch-setup.cfg patch-setup.py

math/py-pynleq2: update 0.0.2 → 0.1.0
DeltaFile
+73-22math/py-pynleq2/files/patch-setup.py
+15-12math/py-pynleq2/Makefile
+8-0math/py-pynleq2/files/patch-setup.cfg
+3-3math/py-pynleq2/distinfo
+99-374 files

FreeBSD/ports fb6304ctextproc/py-ufal.udpipe distinfo Makefile

textproc/py-ufal.udpipe: update 1.2.0.3 → 1.4.0.1
DeltaFile
+13-3textproc/py-ufal.udpipe/Makefile
+3-3textproc/py-ufal.udpipe/distinfo
+16-62 files

FreeBSD/src 7f5315ausr.sbin/iovctl iovctl.8

iovctl.8: Fix missing xref section number

MFC after:      3 days

(cherry picked from commit 17085d8eb1207aa925ca5eeda1d5ba132f1dd163)
DeltaFile
+1-1usr.sbin/iovctl/iovctl.8
+1-11 files

FreeBSD/src 2df31b1share/man/man4 ice.4

ice.4: Zap registered mark from document descr

Document descriptions for device drivers always contain registered
trademarks of the manufacturers, but this is not a place for the
registered mark symbol. While here, remove another useless symbol,
the hyphen in the first line comment.

MFC after:      3 days

(cherry picked from commit 6720975ba0c5b821ea0e889457737a3e2692125a)
DeltaFile
+2-2share/man/man4/ice.4
+2-21 files

FreeBSD/src 655b5bbshare/man/man4 nda.4

nda.4: Add a HARDWARE section, tag SPDX

The description likely also needs some love.

MFC after:              1 hour
Co-authored-by:         ziaee (typed up imps suggestion, tagged spdx)
Differential Revision:  https://reviews.freebsd.org/D52866

(cherry picked from commit f19aea89abd8964bf96d134c2bd6e127464c79f6)
DeltaFile
+11-1share/man/man4/nda.4
+11-11 files

FreeBSD/src b359e50share/man/man4 sdhci.4

sdhci.4: Improve HARDWARE for HW Relnotes + SPDX

MFC after:              1 hr
Discussed with:         ivy, olce
Co-authored-by:         ziaee (typed up imps suggestion, tagged spdx)
Differential Revision:  https://reviews.freebsd.org/D52860

(cherry picked from commit bc433a0b7b046b0412777e0f3cc8f18a233af8ff)
DeltaFile
+24-20share/man/man4/sdhci.4
+24-201 files

FreeBSD/src bff7d59share/man/man4 ahd.4 ahc.4

ahc.4,ahd.4: Improve HARDWARE + tag SPDX

Add some context for the Hardware Relnotes, and tag SPDX while here.

MFC after:      3 days

(cherry picked from commit 2c2a2b8281be2f4270fd98eda743a3a8c2f36949)
DeltaFile
+4-6share/man/man4/ahc.4
+4-2share/man/man4/ahd.4
+8-82 files

FreeBSD/src 30f26e6share/man/man4 aac.4

aac.4: Improve HARDWARE introductory sentance

For the improvement of the hardware release notes. While here, tag SPDX.

MFC after:      3 days

(cherry picked from commit 17be686a39a07958f61e42c4b5c797bb1d1e9895)
DeltaFile
+7-3share/man/man4/aac.4
+7-31 files

FreeBSD/src 84c20e2share/man/man4 mpr.4

mpr.4: Improve HARDWARE introductory sentance

Add context for inclusion in Hardware Release Notes.

MFC after:      3 days

(cherry picked from commit c856f327fa6ccf1c5b9e4f531581fa2a0d83c3e0)
DeltaFile
+2-2share/man/man4/mpr.4
+2-21 files

FreeBSD/src 8812968share/man/man4 cdceem.4

cdceem.4: Clean description for apropos, tag spdx

CDCEEM is already defined in the document name, no need to list it in
parentheticals a second time in the document description. This brings
the apropos listing down to one line on the one true standard console.

MFC after:      3 days

(cherry picked from commit 89bc43a1ea9b23cac9cb94f0b684d5655c9a90e4)
DeltaFile
+5-2share/man/man4/cdceem.4
+5-21 files