FreeBSD/ports 1eaa451textproc/opensearch-dashboards219 Makefile, textproc/opensearch-dashboards219/files patch-src_core_server_opensearch_legacy_opensearch__client__config.js patch-plugins_securityDashboards_server_utils_next__url.js

textproc/opensearch-dashboards219: Update node20 to node24

- Remove DEPRECATED and EXPIRATION_DATE
- Bump PORTREVISIOON

With hat:       opensearch
DeltaFile
+26-0textproc/opensearch-dashboards219/files/patch-src_core_server_opensearch_legacy_opensearch__client__config.js
+26-0textproc/opensearch-dashboards219/files/patch-plugins_securityDashboards_server_utils_next__url.js
+4-6textproc/opensearch-dashboards219/Makefile
+56-63 files

FreeBSD/ports 5a5c707security/strongswan distinfo Makefile

security/strongswan: Update 6.0.6 => 6.0.7

Changelog:
https://github.com/strongswan/strongswan/releases/tag/6.0.7

PR:             295936
Approved by:    blanket (fix CVE)
MFH:            2026Q2
Security:       CVE-2026-47895
Sponsored by:   Rubicon Communications, LLC ("Netgate")

(cherry picked from commit ab71842ed8cd8c3fa1e45093fc22e3efb05ccd9a)
DeltaFile
+3-3security/strongswan/distinfo
+1-1security/strongswan/Makefile
+4-42 files

FreeBSD/ports ab71842security/strongswan distinfo Makefile

security/strongswan: Update 6.0.6 => 6.0.7

Changelog:
https://github.com/strongswan/strongswan/releases/tag/6.0.7

PR:             295936
Approved by:    blanket (fix CVE)
MFH:            2026Q2
Security:       CVE-2026-47895
Sponsored by:   Rubicon Communications, LLC ("Netgate")
DeltaFile
+3-3security/strongswan/distinfo
+1-1security/strongswan/Makefile
+4-42 files

FreeBSD/ports 1acb0d9audio/pt2-clone distinfo Makefile

audio/pt2-clone: Update to 1.89
DeltaFile
+3-3audio/pt2-clone/distinfo
+1-1audio/pt2-clone/Makefile
+4-42 files

FreeBSD/ports 6f7042anet/py-tiny-proxy Makefile distinfo

net/py-tiny-proxy: Update to 0.3.0
DeltaFile
+4-3net/py-tiny-proxy/Makefile
+3-3net/py-tiny-proxy/distinfo
+7-62 files

FreeBSD/ports 87e1c4bsecurity/krb5-121 Makefile, security/krb5-121/files patch-lib_gssapi_krb5_import__name.c

security/krb5-12?:  Fix reachable assert when importing krb5 names

If a name token contains trailing garbage, error out from
krb5_gss_import_name() instead of crashing the process with an
assertion failure.

Commit message details obtained from upstream commit.
Obtained from:  upstream commit 07818f1fd
Reported by:    Aisle Research (Ze Sheng, Dmitrijs Trizna,
                Luigino Camastra, Guido Vranken) to krb5-bugs

(cherry picked from commit 8854e0201abe6c8292d0360c23a8be7201240016)
DeltaFile
+12-0security/krb5-121/files/patch-lib_gssapi_krb5_import__name.c
+12-0security/krb5-122/files/patch-lib_gssapi_krb5_import__name.c
+1-1security/krb5-121/Makefile
+1-1security/krb5-122/Makefile
+26-24 files

FreeBSD/ports 17cf42bsecurity/krb5-122 Makefile, security/krb5-122/files patch-lib_gssapi_spnego_spnego__mech.c

security/krb5-122: Fix null dereference in SPNEGO token processing

krb5 1.22.1 erroneously removed a check from get_negTokenResp() for
successful decoding of the mechListMIC field.  Restore the check to
prevent a null pointer dereference.

Commit message details obtained from upstream commit.
Obtained from:  Upstream commit 4ae75cded
                src commit efb5c07f91c5

(cherry picked from commit cfb473892e7ff64daa2ea4f3fdc63768eaed66d3)
DeltaFile
+11-0security/krb5-122/files/patch-lib_gssapi_spnego_spnego__mech.c
+1-0security/krb5-122/Makefile
+12-02 files

FreeBSD/ports df970d1security/krb5-122 distinfo Makefile

security/krb5-122: Update to 1.22.2

(cherry picked from commit 83b96e958e11112d9a28f1938887066c4b2598fd)
DeltaFile
+3-3security/krb5-122/distinfo
+1-1security/krb5-122/Makefile
+4-42 files

FreeBSD/ports c076388security/krb5-devel distinfo Makefile

security/krb5-devel: update to the latest MIT/KRB5 github commit

(cherry picked from commit 1d2596768f3d6c523879a55382f68c7a25fe46ed)
DeltaFile
+3-3security/krb5-devel/distinfo
+2-2security/krb5-devel/Makefile
+5-52 files

FreeBSD/ports 10ddd37security/krb5-devel distinfo Makefile, security/krb5-devel/files patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c

security/krb5-devel: update to the latest MIT/KRB5 github commit

Support for OpenSSL 1.1.1 has been removed by upstream in this update.

(cherry picked from commit 1f29b1929b8217b102eeb2d2ce3ca836801622d4)
DeltaFile
+11-19security/krb5-devel/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c
+3-3security/krb5-devel/distinfo
+2-2security/krb5-devel/Makefile
+16-243 files

FreeBSD/ports 5300969security/krb5-devel distinfo Makefile

security/krb5-devel: update to the latest MIT/KRB5 github commit

(cherry picked from commit 526588132e8f9eed964ca434b4b2b125c92344a9)
DeltaFile
+3-3security/krb5-devel/distinfo
+2-2security/krb5-devel/Makefile
+5-52 files

FreeBSD/ports 8854e02security/krb5-121 Makefile, security/krb5-121/files patch-lib_gssapi_krb5_import__name.c

security/krb5-12?:  Fix reachable assert when importing krb5 names

If a name token contains trailing garbage, error out from
krb5_gss_import_name() instead of crashing the process with an
assertion failure.

Commit message details obtained from upstream commit.
Obtained from:  upstream commit 07818f1fd
Reported by:    Aisle Research (Ze Sheng, Dmitrijs Trizna,
                Luigino Camastra, Guido Vranken) to krb5-bugs
MFH:            2026Q2
DeltaFile
+12-0security/krb5-121/files/patch-lib_gssapi_krb5_import__name.c
+12-0security/krb5-122/files/patch-lib_gssapi_krb5_import__name.c
+1-1security/krb5-121/Makefile
+1-1security/krb5-122/Makefile
+26-24 files

FreeBSD/ports cfb4738security/krb5-122 Makefile, security/krb5-122/files patch-lib_gssapi_spnego_spnego__mech.c

security/krb5-122: Fix null dereference in SPNEGO token processing

krb5 1.22.1 erroneously removed a check from get_negTokenResp() for
successful decoding of the mechListMIC field.  Restore the check to
prevent a null pointer dereference.

Commit message details obtained from upstream commit.
Obtained from:  Upstream commit 4ae75cded
                src commit efb5c07f91c5
MFH:            2026Q2
DeltaFile
+11-0security/krb5-122/files/patch-lib_gssapi_spnego_spnego__mech.c
+1-0security/krb5-122/Makefile
+12-02 files

FreeBSD/ports 5265881security/krb5-devel distinfo Makefile

security/krb5-devel: update to the latest MIT/KRB5 github commit
DeltaFile
+3-3security/krb5-devel/distinfo
+2-2security/krb5-devel/Makefile
+5-52 files

FreeBSD/ports 737bf07sysutils/iocage/files patch-pyproject.toml iocage.in

sysutils/iocage: Fix build and runtime issues

This switches the build to pyproject.yml and hatchling to avoid
various setuptools issues.

It adds a workaround for problems with py-click, which
prevented some command line options from working properly
(especially formatting output for scripting using '-h').

While there, import small github hosted patch into the tree.

PR:             295084, 295723
Reported by:    andreas at turriff.net, echoxxzz at gmail.com
DeltaFile
+65-0sysutils/iocage/files/patch-pyproject.toml
+0-44sysutils/iocage/files/iocage.in
+41-0sysutils/iocage/files/patch-iocage__cli_list.py
+23-0sysutils/iocage/files/patch-iocage__cli_snaplist.py
+22-0sysutils/iocage/files/patch-iocage__cli_df.py
+22-0sysutils/iocage/files/patch-iocage__cli_get.py
+173-446 files not shown
+245-7012 files

FreeBSD/ports 91be4bbarchivers Makefile, archivers/py-pycdlib Makefile pkg-descr

archivers/py-pycdlib: New port

PyCdlib is a pure python library to parse, write (master), and create
ISO9660 files, suitable for writing to a CD or USB.
DeltaFile
+22-0archivers/py-pycdlib/Makefile
+6-0archivers/py-pycdlib/pkg-descr
+3-0archivers/py-pycdlib/distinfo
+1-0archivers/Makefile
+32-04 files

FreeBSD/ports 3df1e9cmisc/py-litellm-proxy-extras distinfo Makefile

misc/py-litellm-proxy-extras: Update to 0.4.74

Reported by:    Repology
DeltaFile
+3-3misc/py-litellm-proxy-extras/distinfo
+1-1misc/py-litellm-proxy-extras/Makefile
+4-42 files

FreeBSD/ports d27b7camisc/py-litellm distinfo Makefile, misc/py-litellm/files patch-pyproject.toml

misc/py-litellm: Update to 1.88.0

Changelog:
- https://github.com/BerriAI/litellm/releases/tag/v1.87.1
- https://github.com/BerriAI/litellm/releases/tag/v1.88.0

Reported by:    portscout
DeltaFile
+3-3misc/py-litellm/distinfo
+1-1misc/py-litellm/files/patch-pyproject.toml
+1-1misc/py-litellm/Makefile
+5-53 files

FreeBSD/ports c258d9csecurity/nebula distinfo Makefile

security/nebula: upgrade from 1.8.2 to 1.10.3

PR:     295215
Approved by:    ashish@ (maintainer timeout)
DeltaFile
+11-11security/nebula/distinfo
+1-2security/nebula/Makefile
+12-132 files

FreeBSD/ports 60dfe40misc/ossp-uuid Makefile, misc/ossp-uuid/files patch-uuid-config.in

misc/ossp-uuid: fix library name in pkgconfig output

PR:     295701
Submitted by:   Nikolaj Thygesen <mailinglist at diamondbox.dk>
DeltaFile
+11-0misc/ossp-uuid/files/patch-uuid-config.in
+1-1misc/ossp-uuid/Makefile
+12-12 files

FreeBSD/ports b1bbbacx11/mate-menus Makefile distinfo

x11/mate-menus: update to 1.28.1

PR:             295821

Reported by:    Ale
DeltaFile
+6-5x11/mate-menus/Makefile
+3-3x11/mate-menus/distinfo
+9-82 files

FreeBSD/ports 03b7270sysutils/mate-polkit Makefile distinfo

sysutils/mate-polkit: switch to GitHub release asset

Minor versions of 1.28.x are no longer published to the MATE mirror
and are only available on GitHub. Use USE_GITHUB=nodefault with a
release tarball instead of the auto-generated one, as recommended
by the porter's handbook.
DeltaFile
+7-6sysutils/mate-polkit/Makefile
+3-3sysutils/mate-polkit/distinfo
+10-92 files

FreeBSD/ports 1817abcsysutils/tarbsd-builder distinfo Makefile

sysutils/tarbsd-builder: Update 26.04.11 => 26.06.08

Changelog:
https://github.com/pavetheway91/tarbsd/releases/tag/26.06.08
Commit log:
https://github.com/pavetheway91/tarbsd/compare/26.04.11...26.06.08

PR:             295925
Reported by:    Paavo-Einari Kaipila <pkaipila at gmail.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3sysutils/tarbsd-builder/distinfo
+1-1sysutils/tarbsd-builder/Makefile
+4-42 files

FreeBSD/ports 9a49b7fdeskutils/qmd Makefile

deskutils/qmd: Fix build by adding python to build

Reported by:    fallout
DeltaFile
+2-2deskutils/qmd/Makefile
+2-21 files

FreeBSD/ports 4f91ceamisc/ollama distinfo Makefile

misc/ollama: update 0.30.5 → 0.30.6
DeltaFile
+13-13misc/ollama/distinfo
+2-2misc/ollama/Makefile
+15-152 files

FreeBSD/ports 27ab34cx11-toolkits/pythonqt distinfo Makefile, x11-toolkits/pythonqt/files patch-PythonQt.pro

x11-toolkits/pythonqt: update 3.5.6 → 4.1.0
DeltaFile
+14-6x11-toolkits/pythonqt/files/patch-PythonQt.pro
+3-3x11-toolkits/pythonqt/distinfo
+3-2x11-toolkits/pythonqt/Makefile
+20-113 files

FreeBSD/ports 52735eddevel/lace distinfo pkg-plist

devel/lace: update 2.3.2 → 2.4.0
DeltaFile
+3-3devel/lace/distinfo
+3-3devel/lace/pkg-plist
+2-2devel/lace/Makefile
+8-83 files

FreeBSD/ports 00fc406devel/xbyak distinfo Makefile

devel/xbyak: update 7.37.2 → 7.37.3
DeltaFile
+3-3devel/xbyak/distinfo
+1-1devel/xbyak/Makefile
+4-42 files

FreeBSD/ports 3bc5daescience/lammps Makefile pkg-plist, science/lammps/files patch-unittest_force-styles_test__mliappy__unified.cpp patch-unittest_force-styles_tests_atomic-pair-reaxff__tabulate.yaml

science/lammps: update 2024111920250722.04
DeltaFile
+19-23science/lammps/Makefile
+21-18science/lammps/pkg-plist
+26-0science/lammps/files/patch-unittest_force-styles_test__mliappy__unified.cpp
+16-0science/lammps/files/patch-unittest_force-styles_tests_atomic-pair-reaxff__tabulate.yaml
+16-0science/lammps/files/patch-unittest_python_python-capabilities.py
+16-0science/lammps/files/patch-unittest_python_python-commands.py
+114-413 files not shown
+133-449 files

FreeBSD/ports b17e146graphics/art distinfo Makefile

graphics/art: update 1.26.4 → 1.26.5
DeltaFile
+3-3graphics/art/distinfo
+1-1graphics/art/Makefile
+4-42 files