FreeBSD/ports 838dc62misc/unclutter Makefile

misc/unclutter: Take maintainership

Add LICENSE and CONFLICTS_INSTALL.

PR:             295408
Approved by:    fluffy (mentor)
DeltaFile
+10-5misc/unclutter/Makefile
+10-51 files

FreeBSD/ports 22743dagraphics/zathura-pdf-mupdf distinfo Makefile

graphics/zathura-pdf-mupdf: Update to 2026.05.10

https://pwmt.org/projects/zathura-pdf-mupdf/changelog/2026.05.10/index.html

PR:             295461
Approved by:    uzsolt (maintainer)
Approved by:    fluffy (mentor)
DeltaFile
+3-3graphics/zathura-pdf-mupdf/distinfo
+1-1graphics/zathura-pdf-mupdf/Makefile
+4-42 files

FreeBSD/ports 3248c71graphics/zathura pkg-message distinfo

graphics/zathura: Update to 2026.05.20

Remove the indentation from pkg-message.

https://pwmt.org/projects/zathura/changelog/2026.05.20/index.html

PR:             295462
Approved by:    quentin.stievenart at gmail.com (maintainer)
Approved by:    fluffy (mentor)
DeltaFile
+4-4graphics/zathura/pkg-message
+3-3graphics/zathura/distinfo
+1-1graphics/zathura/Makefile
+8-83 files

FreeBSD/ports 78f965fjava/jad Makefile

java/jad: Mark DEPRECATED

This is a version that is over 25 years old and has multiple vulnerabilities.

https://www.cve.org/CVERecord?id=CVE-2016-20049
https://www.cve.org/CVERecord?id=CVE-2017-20227

PR:             295464
Approved by:    ale (maintainer)
Approved by:    fluffy (mentor)
DeltaFile
+4-0java/jad/Makefile
+4-01 files

FreeBSD/ports 04a1b01net/rsync distinfo Makefile

net/rsync: update 3.4.2 -> 3.4.3

Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.3

In addition to the six CVE fixes, this release adds defence-in-depth
hardening on several adjacent paths.

Other changes:
    - Fixed a regression introduced by the 3.4.0 secure_relative_open() CVE fix
    - secure_relative_open() now uses openat2(O_RESOLVE_BENEATH) on FreeBSD 13+

Security: CVE-2026-29518
Security: CVE-2026-43617
Security: CVE-2026-43618
Security: CVE-2026-43619
Security: CVE-2026-43620
Security: CVE-2026-45232
(cherry picked from commit f4f3b3e9632f321d690ba950e9baa79dabad7275)
DeltaFile
+3-3net/rsync/distinfo
+1-1net/rsync/Makefile
+4-42 files

FreeBSD/ports 848d8b5graphics/openxr distinfo Makefile

graphics/openxr: Update 1.1.59 => 1.1.60

Changelog:
https://github.com/KhronosGroup/OpenXR-SDK/releases/tag/release-1.1.60

Reported by:    portscout
Sponsored by:   UNIS Labs
DeltaFile
+3-3graphics/openxr/distinfo
+1-1graphics/openxr/Makefile
+4-42 files

FreeBSD/ports ec67ef4. UPDATING, net/rsync Makefile distinfo

net/rsync: update 3.4.1 -> 3.4.2

Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.2

Major changes:
    - Fixed a signed integer overflow in the PROXY protocol v2 header parser
    - Fixed an invalid access to the files array
    - Reject negative token values in the compressed-stream token decoder
    - Fixed the element count passed to the xattr qsort()
    - Fixed a buffer underflow in clean_fname()
    - Fixed an uninitialized mul_one in the AVX2 get_checksum1 path (undefined behaviour)
    - Fixed an uninitialized buf1 on the first call to get_checksum2() in the MD4 path
    - Zero all new memory from internal allocations
    - Removed support for the unmaintained rsync-patches archive

Port changes:
    - Remove File system flags support (--fileflags)

PR:             295044

    [3 lines not shown]
DeltaFile
+13-29net/rsync/files/patch-lib_sysxattrs.c
+8-30net/rsync/Makefile
+3-5net/rsync/distinfo
+8-0UPDATING
+2-2net/rsync/files/patch-testsuite_xattrs.test
+34-665 files

FreeBSD/ports d1bc05a. UPDATING, net/rsync Makefile pkg-message

net/rsync: revert to single package without Python dependency

Restore the previous setup with a single net/rsync package that includes
the rrsync script but does not depend on Python.

Users who require the rrsync script must install Python separately,
as indicated in the install message.

Bump PORTREVISION

This reverts commit fc42790ae011acedf0195c7d31b1cf63b8c02155.
This reverts commit f02bc3be718072b75bd291f81f66b7f15865f535.

PR:             286073
(cherry picked from commit b350a4db575c9bea83ec5d7028066aa7bf91a9bb)
DeltaFile
+5-23net/rsync/Makefile
+11-0UPDATING
+8-0net/rsync/pkg-message
+2-2net/rsync/pkg-plist
+26-254 files

FreeBSD/ports b1da4cffilesystems/libfsfat Makefile

filesystems/libfsfat: fix build with NLS turned off

PR:             295468
DeltaFile
+1-1filesystems/libfsfat/Makefile
+1-11 files

FreeBSD/ports 3eff8d5filesystems/libfsext Makefile

filesystems/libfsext: fix build with NLS turned off

PR:             295468
DeltaFile
+1-1filesystems/libfsext/Makefile
+1-11 files

FreeBSD/ports 94d9b1fsecurity/vuxml/vuln 2026.xml

security/vuxml: Document net/rsync vulnerability

    - CVE-2026-29518
    - CVE-2026-43617
    - CVE-2026-43618
    - CVE-2026-43619
    - CVE-2026-43620
    - CVE-2026-45232
DeltaFile
+44-0security/vuxml/vuln/2026.xml
+44-01 files

FreeBSD/ports f4f3b3enet/rsync distinfo Makefile

net/rsync: update 3.4.2 -> 3.4.3

Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.3

In addition to the six CVE fixes, this release adds defence-in-depth
hardening on several adjacent paths.

Other changes:
    - Fixed a regression introduced by the 3.4.0 secure_relative_open() CVE fix
    - secure_relative_open() now uses openat2(O_RESOLVE_BENEATH) on FreeBSD 13+

Security: CVE-2026-29518
Security: CVE-2026-43617
Security: CVE-2026-43618
Security: CVE-2026-43619
Security: CVE-2026-43620
Security: CVE-2026-45232
DeltaFile
+3-3net/rsync/distinfo
+1-1net/rsync/Makefile
+4-42 files

FreeBSD/ports b602a6dmisc/comfyui pkg-plist Makefile

misc/comfyui: update 0.21.1 → 0.22.0
DeltaFile
+12-1misc/comfyui/pkg-plist
+3-3misc/comfyui/Makefile
+3-3misc/comfyui/distinfo
+18-73 files

FreeBSD/ports 4371788misc/py-comfyui-workflow-templates distinfo Makefile

misc/py-comfyui-workflow-templates: update 0.9.77 → 0.9.79
DeltaFile
+3-3misc/py-comfyui-workflow-templates/distinfo
+1-1misc/py-comfyui-workflow-templates/Makefile
+4-42 files

FreeBSD/ports 589da1bmisc/py-comfyui-workflow-templates-media-other distinfo Makefile

misc/py-comfyui-workflow-templates-media-other: update 0.3.199 → 0.3.201
DeltaFile
+3-3misc/py-comfyui-workflow-templates-media-other/distinfo
+1-1misc/py-comfyui-workflow-templates-media-other/Makefile
+4-42 files

FreeBSD/ports 01748b7misc/py-comfyui-workflow-templates-media-image distinfo Makefile

misc/py-comfyui-workflow-templates-media-image: update 0.3.139 → 0.3.140
DeltaFile
+3-3misc/py-comfyui-workflow-templates-media-image/distinfo
+1-1misc/py-comfyui-workflow-templates-media-image/Makefile
+4-42 files

FreeBSD/ports 8375476misc/py-comfyui-workflow-templates-media-api distinfo Makefile

misc/py-comfyui-workflow-templates-media-api: update 0.3.76 → 0.3.77
DeltaFile
+3-3misc/py-comfyui-workflow-templates-media-api/distinfo
+1-1misc/py-comfyui-workflow-templates-media-api/Makefile
+4-42 files

FreeBSD/ports 785b81emisc/py-comfyui-workflow-templates-core distinfo Makefile

misc/py-comfyui-workflow-templates-core: update 0.3.233 → 0.3.235
DeltaFile
+3-3misc/py-comfyui-workflow-templates-core/distinfo
+1-1misc/py-comfyui-workflow-templates-core/Makefile
+4-42 files

FreeBSD/ports c6c203dmisc/antigravity-cli pkg-descr pkg-message

misc/antigravity-cli: Fix typos and other cosmetic changes
DeltaFile
+2-1misc/antigravity-cli/pkg-descr
+1-1misc/antigravity-cli/pkg-message
+3-22 files

FreeBSD/ports 8d9ce86databases/duckdb/files patch-extension_avro_CMakeLists.txt

databases/duckdb: Add missing patch
DeltaFile
+21-0databases/duckdb/files/patch-extension_avro_CMakeLists.txt
+21-01 files

FreeBSD/ports 8e6471adevel/folly Makefile

devel/folly: broken on aarch64
DeltaFile
+1-0devel/folly/Makefile
+1-01 files

FreeBSD/ports c9f06b4misc/antigravity-cli pkg-message pkg-descr

misc/antigravity-cli: Add pkg-message; Improve pkg-descr; Remove LICENSE
DeltaFile
+16-0misc/antigravity-cli/pkg-message
+4-3misc/antigravity-cli/pkg-descr
+2-4misc/antigravity-cli/Makefile
+22-73 files

FreeBSD/ports ad730acdevel/concurrentqueue distinfo Makefile

devel/concurrentqueue: update 1.0.4 → 1.0.5
DeltaFile
+3-3devel/concurrentqueue/distinfo
+1-1devel/concurrentqueue/Makefile
+4-42 files

FreeBSD/ports 5bfc56eaudio/bangr-lv2/files patch-src_Airwindows_XRegion.cpp

audio/bangr-lv2: Fix build on 16

Reported by:    fallout
DeltaFile
+12-0audio/bangr-lv2/files/patch-src_Airwindows_XRegion.cpp
+12-01 files

FreeBSD/ports 39c0b38audio/boops-lv2/files patch-src_Airwindows_Galactic.cpp patch-src_Airwindows_XRegion.cpp

audio/boops-lv2: Fix build on 16
DeltaFile
+14-0audio/boops-lv2/files/patch-src_Airwindows_Galactic.cpp
+13-0audio/boops-lv2/files/patch-src_Airwindows_XRegion.cpp
+27-02 files

FreeBSD/ports 05076d9databases/duckdb distinfo Makefile, databases/py-duckdb distinfo Makefile

databases/{,py-}duckdb: update 1.5.2 → 1.5.3
DeltaFile
+29-15databases/duckdb/distinfo
+31-11databases/duckdb/Makefile
+3-3databases/py-duckdb/distinfo
+1-2databases/py-duckdb/Makefile
+1-0databases/duckdb/pkg-plist
+65-315 files

FreeBSD/ports 4bfc255misc/edflib Makefile distinfo

misc/edflib: update 1.24 → 1.27
DeltaFile
+3-3misc/edflib/Makefile
+3-3misc/edflib/distinfo
+6-62 files

FreeBSD/ports 7b1c031databases/p5-DBIx-SearchBuilder pkg-plist distinfo

databases/p5-DBIx-SearchBuilder: Update to 1.85

(cherry picked from commit 860193b8cab8521e88100c4a40b6c43eed96e1c6)
DeltaFile
+9-6databases/p5-DBIx-SearchBuilder/pkg-plist
+3-3databases/p5-DBIx-SearchBuilder/distinfo
+3-2databases/p5-DBIx-SearchBuilder/Makefile
+15-113 files

FreeBSD/ports 860193bdatabases/p5-DBIx-SearchBuilder pkg-plist distinfo

databases/p5-DBIx-SearchBuilder: Update to 1.85
DeltaFile
+9-6databases/p5-DBIx-SearchBuilder/pkg-plist
+3-3databases/p5-DBIx-SearchBuilder/distinfo
+3-2databases/p5-DBIx-SearchBuilder/Makefile
+15-113 files

FreeBSD/ports c3bf343x11/stalonetray distinfo Makefile

x11/stalonetray: Update to 1.2.0

Changelogs:
https://github.com/d3adb5/stalonetray/releases/tag/1.2.0
https://github.com/d3adb5/stalonetray/releases/tag/1.1.0
https://github.com/d3adb5/stalonetray/releases/tag/1.0.3
DeltaFile
+3-3x11/stalonetray/distinfo
+1-1x11/stalonetray/Makefile
+4-42 files