FreeBSD/ports e4d60e4security/gnutls Makefile distinfo

security/gnutls: Stop fetching ktls_utils.h

It was missing from distfiles in previous versions but this has been
fixed now.

(cherry picked from commit 004617c94be181d6a4b0c57b4482d2ae682ed945)
DeltaFile
+1-5security/gnutls/Makefile
+1-3security/gnutls/distinfo
+2-82 files

FreeBSD/ports 004617csecurity/gnutls Makefile distinfo

security/gnutls: Stop fetching ktls_utils.h

It was missing from distfiles in previous versions but this has been
fixed now.
DeltaFile
+1-5security/gnutls/Makefile
+1-3security/gnutls/distinfo
+2-82 files

FreeBSD/src f2f74aelib/libiscsiutil Makefile, share/mk src.libnames.mk

libiscsiutil: Record dependency on libmd

MFC after:      3 days
Fixes:          6378393308bc ("Add an internal libiscsiutil library.")
Sponsored by:   Klara, Inc.
Sponsored by:   NetApp, Inc.
Reviewed by:    kevans
Differential Revision:  https://reviews.freebsd.org/D55596

(cherry picked from commit 05ca4837a3e9a413aabcf005abb14fff35088476)
DeltaFile
+1-1usr.sbin/ctld/Makefile
+1-1lib/libiscsiutil/Makefile
+1-1usr.sbin/iscsid/Makefile
+1-0share/mk/src.libnames.mk
+4-34 files

FreeBSD/src 64faa2blib/libiscsiutil Makefile, share/mk src.libnames.mk

libiscsiutil: Record dependency on libmd

MFC after:      3 days
Fixes:          6378393308bc ("Add an internal libiscsiutil library.")
Sponsored by:   Klara, Inc.
Sponsored by:   NetApp, Inc.
Reviewed by:    kevans
Differential Revision:  https://reviews.freebsd.org/D55596

(cherry picked from commit 05ca4837a3e9a413aabcf005abb14fff35088476)
DeltaFile
+1-1usr.sbin/iscsid/Makefile
+1-1lib/libiscsiutil/Makefile
+1-1usr.sbin/ctld/Makefile
+1-0share/mk/src.libnames.mk
+4-34 files

FreeBSD/src b7362fclib/libiscsiutil Makefile, share/mk src.libnames.mk

libiscsiutil: Record dependency on libmd

MFC after:      3 days
Fixes:          6378393308bc ("Add an internal libiscsiutil library.")
Sponsored by:   Klara, Inc.
Sponsored by:   NetApp, Inc.
Reviewed by:    kevans
Differential Revision:  https://reviews.freebsd.org/D55596

(cherry picked from commit 05ca4837a3e9a413aabcf005abb14fff35088476)
DeltaFile
+1-1usr.sbin/ctld/Makefile
+1-1lib/libiscsiutil/Makefile
+1-1usr.sbin/iscsid/Makefile
+1-0share/mk/src.libnames.mk
+4-34 files

FreeBSD/ports 44cf276games/openbve Makefile distinfo

games/openbve: update OpenBVE to version 1.12.1.0

Install more complete set of auxiliary programs and let make(1)
induce the program to wrapper script mapping rather than doing
this manually.  While here, mention one comment's origin.

Reported by:    portscout
DeltaFile
+9-7games/openbve/Makefile
+3-3games/openbve/distinfo
+5-0games/openbve/pkg-plist
+17-103 files

FreeBSD/src 28ff4d3contrib/libedit ChangeLog chared.c

libedit: vendor import version 2026-03-04

MFC After:      1 week
DeltaFile
+6,119-4contrib/libedit/ChangeLog
+27-23contrib/libedit/chared.c
+41-4contrib/libedit/map.c
+36-2contrib/libedit/editline.3
+26-4contrib/libedit/el.c
+13-9contrib/libedit/chared.h
+6,262-4619 files not shown
+6,358-10525 files

FreeBSD/ports b7efc24sysutils/logstalgia distinfo Makefile

sysutils/logstalgia: Update to 1.1.5
DeltaFile
+3-3sysutils/logstalgia/distinfo
+3-3sysutils/logstalgia/Makefile
+6-62 files

FreeBSD/src b1ddc06. ChangeLog chared.c

libedit: import version 2026-03-04
DeltaFile
+6,119-4ChangeLog
+27-23chared.c
+41-4map.c
+36-2editline.3
+26-4el.c
+13-9chared.h
+6,262-4619 files not shown
+6,358-10525 files

FreeBSD/ports 62fa06fdevel/py-ty distinfo Makefile.crates

devel/py-ty: Update to 0.0.20

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

Reported by:    Repology
DeltaFile
+29-35devel/py-ty/distinfo
+13-16devel/py-ty/Makefile.crates
+1-1devel/py-ty/Makefile
+43-523 files

FreeBSD/doc a983d91documentation/content/en/books/handbook/mirrors _index.adoc

handbook/mirrors: Remove FreeBSD Mall links

FreeBSD Mall was closed at the end of 2025.
DeltaFile
+0-10documentation/content/en/books/handbook/mirrors/_index.adoc
+0-101 files

FreeBSD/ports 1a405a7net/arrowdl distinfo Makefile, net/arrowdl/files patch-src_core_settings.cpp patch-src_core_session.cpp

net/arrowdl: update the port to the latest version 4.2.1

- License needs clarification; stick with the lowest LGPL
  version as this is what the source code says
- Provide better diagnostics when trying to open or save
  a non-existent file
- Ensure that download and queue.json's directories exist

Reported by:    portscout
DeltaFile
+43-0net/arrowdl/files/patch-src_core_settings.cpp
+20-0net/arrowdl/files/patch-src_core_session.cpp
+3-3net/arrowdl/distinfo
+3-3net/arrowdl/Makefile
+69-64 files

FreeBSD/ports a2f0f13databases/pg_textsearch distinfo pkg-plist

databases/pg_textsearch: Update to 0.6.0
DeltaFile
+3-3databases/pg_textsearch/distinfo
+2-1databases/pg_textsearch/pkg-plist
+1-1databases/pg_textsearch/Makefile
+6-53 files

FreeBSD/src 1abb628tests/sys/net/bpf bpf.sh

tests/net/bpf: skip the bpf:inject test when RSS is present

With RSS the epair(4) may reorder packets making the test flaky. See
net/if_epair.c:epair_select_queue().
DeltaFile
+4-0tests/sys/net/bpf/bpf.sh
+4-01 files

FreeBSD/src 7884321sys/net rss_config.c

rss: manifest RSS option in kernel with kern.features sysctl
DeltaFile
+1-0sys/net/rss_config.c
+1-01 files

FreeBSD/src d4083fbtests/sys/net/bpf pcap-test.c Makefile

tests/net/bpf: hexdump(3) the packets if compare fails
DeltaFile
+5-1tests/sys/net/bpf/pcap-test.c
+1-1tests/sys/net/bpf/Makefile
+6-22 files

FreeBSD/src 7766046sys/kern subr_trap.c, sys/netinet tcp_hpts.c tcp_lro.c

hpts: remove call into TCP HPTS from userret()

This hack introduced in d7955cc0ffdf and e3cbc572f154 proved to have more
ill side effects than benefits.  Sorry for that.

Now the HPTS soft clock is called only after the LRO completion.  Refactor
HPTS module linkage to address that and share the pointer only between
HPTS and LRO.

Reviewed by:            Nick Banks
Differential Revision:  https://reviews.freebsd.org/D55640
DeltaFile
+9-12sys/netinet/tcp_hpts.c
+0-16sys/kern/subr_trap.c
+0-8sys/sys/systm.h
+3-1sys/netinet/tcp_lro.c
+3-1sys/netinet/tcp_lro_hpts.c
+3-0sys/netinet/tcp_hpts.h
+18-386 files

FreeBSD/ports 599ccc0multimedia/py-av distinfo Makefile, multimedia/py-av/files patch-pyproject.toml

multimedia/py-av: Update to 16.1.0 and unbreak

Approved by:    portmgr@(blanket, fix build)
DeltaFile
+11-0multimedia/py-av/files/patch-pyproject.toml
+3-3multimedia/py-av/distinfo
+1-4multimedia/py-av/Makefile
+15-73 files

FreeBSD/ports f99b56bx11-wm/labwc distinfo Makefile

x11-wm/labwc: update to 0.9.5

Changes:        https://github.com/labwc/labwc/releases/tag/0.9.5
Reported by:    GitHub (watch releases)

(cherry picked from commit d7e1dc71e9b004b56833a41399883039c15caae6)
DeltaFile
+3-3x11-wm/labwc/distinfo
+1-1x11-wm/labwc/Makefile
+4-42 files

FreeBSD/ports d7e1dc7x11-wm/labwc distinfo Makefile

x11-wm/labwc: update to 0.9.5

Changes:        https://github.com/labwc/labwc/releases/tag/0.9.5
Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11-wm/labwc/distinfo
+1-1x11-wm/labwc/Makefile
+4-42 files

FreeBSD/src c0b2affcontrib/tzdata NEWS europe

contrib/tzdata: import tzdata 2026a

Changes: https://github.com/eggert/tz/blob/2026a/NEWS

(cherry picked from commit 6becc3dff922476d667c15f029e520da496d4295)
DeltaFile
+98-1contrib/tzdata/NEWS
+68-6contrib/tzdata/europe
+16-32contrib/tzdata/Makefile
+12-10contrib/tzdata/theory.html
+4-4contrib/tzdata/leap-seconds.list
+4-4contrib/tzdata/leapseconds
+202-574 files not shown
+207-6510 files

FreeBSD/src 4830cb7contrib/tzdata NEWS europe

contrib/tzdata: import tzdata 2026a

Changes: https://github.com/eggert/tz/blob/2026a/NEWS

(cherry picked from commit 6becc3dff922476d667c15f029e520da496d4295)
DeltaFile
+98-1contrib/tzdata/NEWS
+68-6contrib/tzdata/europe
+16-32contrib/tzdata/Makefile
+12-10contrib/tzdata/theory.html
+4-4contrib/tzdata/leap-seconds.list
+4-4contrib/tzdata/leapseconds
+202-574 files not shown
+207-6510 files

FreeBSD/src 564480fcontrib/tzdata NEWS europe

contrib/tzdata: import tzdata 2026a

Changes: https://github.com/eggert/tz/blob/2026a/NEWS

(cherry picked from commit 6becc3dff922476d667c15f029e520da496d4295)
DeltaFile
+98-1contrib/tzdata/NEWS
+68-6contrib/tzdata/europe
+16-32contrib/tzdata/Makefile
+12-10contrib/tzdata/theory.html
+4-4contrib/tzdata/leap-seconds.list
+4-4contrib/tzdata/leapseconds
+202-574 files not shown
+207-6510 files

FreeBSD/ports 7e0ac38devel Makefile, devel/py-cloup Makefile distinfo

devel/py-cloup: New port

Cloup — originally from “Click + option groups” — enriches Click with
several features that make it more expressive and configurable.
DeltaFile
+23-0devel/py-cloup/Makefile
+3-0devel/py-cloup/distinfo
+2-0devel/py-cloup/pkg-descr
+1-0devel/Makefile
+29-04 files

FreeBSD/ports 73911d6www/py-django52 distinfo Makefile, www/py-django52/files patch-pyproject.toml

www/py-django52: Update to 5.2.12

(cherry picked from commit 50c96e0a1fd75e72f1c1f8ba436925d8330bb99b)
DeltaFile
+3-3www/py-django52/distinfo
+3-3www/py-django52/files/patch-pyproject.toml
+1-1www/py-django52/Makefile
+7-73 files

FreeBSD/ports 64ea3e3www/py-django42 distinfo Makefile

www/py-django42: Update to 4.2.29

(cherry picked from commit 150ca0651bce557f9c15a295076f55050b6134ca)
DeltaFile
+3-3www/py-django42/distinfo
+1-1www/py-django42/Makefile
+4-42 files

FreeBSD/ports 9d8b4cawww/py-django60 distinfo Makefile, www/py-django60/files patch-pyproject.toml

www/py-django60: Update to 6.0.3

(cherry picked from commit 5c93c840f4900907f3ffdaea52d651d074e51c74)
DeltaFile
+9-6www/py-django60/files/patch-pyproject.toml
+3-3www/py-django60/distinfo
+1-1www/py-django60/Makefile
+13-103 files

FreeBSD/ports 150ca06www/py-django42 distinfo Makefile

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

FreeBSD/ports 50c96e0www/py-django52 distinfo Makefile, www/py-django52/files patch-pyproject.toml

www/py-django52: Update to 5.2.12
DeltaFile
+3-3www/py-django52/distinfo
+3-3www/py-django52/files/patch-pyproject.toml
+1-1www/py-django52/Makefile
+7-73 files

FreeBSD/ports 5c93c84www/py-django60 distinfo Makefile, www/py-django60/files patch-pyproject.toml

www/py-django60: Update to 6.0.3
DeltaFile
+9-6www/py-django60/files/patch-pyproject.toml
+3-3www/py-django60/distinfo
+1-1www/py-django60/Makefile
+13-103 files