FreeBSD/ports ab4a273mail/py-resend Makefile distinfo

mail/py-resend: Update to 2.42.0

Changelog: https://github.com/resend/resend-python/releases/tag/v2.41.0

Reported by:    Repology
DeltaFile
+3-3mail/py-resend/distinfo
+1-1mail/py-resend/Makefile
+4-42 files

FreeBSD/ports 1e0e96csysutils/mkr Makefile distinfo

sysutils/mkr: Update to 0.66.0

Changelog: https://github.com/mackerelio/mkr/blob/v0.66.0/CHANGELOG.md

Reported by:    portscout
DeltaFile
+5-5sysutils/mkr/distinfo
+1-2sysutils/mkr/Makefile
+6-72 files

FreeBSD/ports 5a5e4c0misc/crush Makefile distinfo, misc/crush/files extra-patch-disable-command-blocking

misc/crush: Update to 0.91.2

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.91.2

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/files/extra-patch-disable-command-blocking
+1-1misc/crush/Makefile
+7-73 files

FreeBSD/ports dc40e7asysutils/cfengine-masterfiles328 Makefile distinfo

sysutils/cfengine-masterfiles328: Version 3.28.0 for real

When this port was copied from 327 I had neglected to commit the
3.28.0 update. We do it for real now.

Fixes:          433f99225c25
DeltaFile
+3-3sysutils/cfengine-masterfiles328/distinfo
+1-1sysutils/cfengine-masterfiles328/Makefile
+4-42 files

FreeBSD/ports fc1757dsysutils/py-ansible-core218 Makefile, sysutils/py-ansible-core219 Makefile

sysutils/py-ansible-core*: Deprecate and expire older than N-1

The latest ansible-core does not contain incompatibilities that require
users to remain on older versions of ansible-core. Deprecate and
expire.
DeltaFile
+3-0sysutils/py-ansible-core219/Makefile
+3-0sysutils/py-ansible-core218/Makefile
+6-02 files

FreeBSD/ports d23f85esysutils/cfengine-masterfiles324 Makefile, sysutils/cfengine-masterfiles325 Makefile

sysutils/cfengine*: Deprecate and expire older than N-1

And adjust the deprecation message and expiry date for those cfengine
ports already deprecation and sheduled for removal.
DeltaFile
+2-2sysutils/cfengine326/Makefile
+2-2sysutils/cfengine325/Makefile
+2-2sysutils/cfengine-masterfiles326/Makefile
+2-2sysutils/cfengine-masterfiles325/Makefile
+3-0sysutils/cfengine324/Makefile
+3-0sysutils/cfengine-masterfiles324/Makefile
+14-86 files

FreeBSD/poudriere 940eb10src/share/poudriere common.sh

Merge pull request #1366 from acts-1631/fix/package-output-symlink

Constrain package-output symlinks before host import
DeltaFile
+32-4src/share/poudriere/common.sh
+32-41 files

FreeBSD/poudriere d558fcasrc/share/poudriere common.sh

Do not import symlinks from non-pkg package builds

The package phase lets the jail build user write to a host-backed
/.npkg directory. build_port() imported every file and symlink from
that directory into the host package repository. An absolute symlink
changes meaning at this boundary: it points inside the jail while
mounted but at the host after import.

Only the pkg bootstrap variants need package-manager compatibility
links. Process those links before their targets and reject any that
resolve outside staging. Import only regular files for other ports,
preventing their build output from introducing host-resolved symlinks
into the repository.
DeltaFile
+32-4src/share/poudriere/common.sh
+32-41 files

FreeBSD/ports ae2cb9cdevel/jenkins Makefile distinfo

devel/jenkins: Update to 2.579
DeltaFile
+3-3devel/jenkins/distinfo
+1-1devel/jenkins/Makefile
+4-42 files

FreeBSD/src c54fbc9bin/chflags chflags.1

chflags.1: Change dontcache to nocache

Commit 290e563166b4 changed the flag's name from dontcache
to nocache. This patch fixes the man page.

This is a content change.

Reviewed by:    kib (earlier version)
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D58181
Fixes:  4830670a3f94 ("chflags.1: Document the new UF_DONTCACHE flag")
DeltaFile
+3-3bin/chflags/chflags.1
+3-31 files

FreeBSD/src 290e563lib/libc/gen strtofflags.c, sys/fs/tmpfs tmpfs_subr.c

chflags: Add a new UF_NOCACHE flag

This internet draft (which is close to being an RFC)
specifies a new NFSv4.2 attribute which tells the NFSv4.2
client to not cache file data. (Similar to O_DIRECT, but
triggered by this attribute set on the file on the NFSv4.2
server and not by the application's open(2).)

https://datatracker.ietf.org/doc/draft-ietf-nfsv4-uncacheable-files/

This patch adds a new chflags(1) flag called UF_NOCACHE to
implement this.

Patches for NFS and ZFS will be done separately.

This is a redo of the patch, with a requested name change
and a #ifdef in strtofflags.c so that it doesn't break some
Linux cross build.  The name change was requested by fuz@.


    [3 lines not shown]
DeltaFile
+6-0lib/libc/gen/strtofflags.c
+1-1sys/ufs/ufs/ufs_vnops.c
+1-1sys/fs/tmpfs/tmpfs_subr.c
+1-0sys/sys/stat.h
+9-24 files

FreeBSD/ports 47eb30fgames/doomlegacy Makefile distinfo, games/doomlegacy/files patch-src_Makefile

games/doomlegacy: update Doom Legacy to version 1.48.18 (rev1749)

- HAVE_LIBZIP and HAVE_ZLIB are now set by default for *nix
  builds, adjust the port's Makefile accordingly
- Version 1.48.16 had been skipped due to a broken save game
  (corrupted) and the MBF21 support did not work right

Reported by:    portscout
DeltaFile
+0-10games/doomlegacy/files/patch-src_Makefile
+5-5games/doomlegacy/distinfo
+5-2games/doomlegacy/Makefile
+10-173 files

FreeBSD/ports 5b487dbx11/wf-shell distinfo Makefile

x11/wf-shell: Unbundle x11-toolkits/gtk4-layer-shell

While here sort MESON_ARGS.

PR:             297716
Reported by:    Tomoaki AOKI <junchoon at dec.sakura.ne.jp>
Sponsored by:   UNIS Labs
DeltaFile
+0-13x11/wf-shell/pkg-plist
+5-5x11/wf-shell/Makefile
+1-3x11/wf-shell/distinfo
+6-213 files

FreeBSD/poudriere 8f99bacsrc/poudriered poudriered.c

Reject untrusted poudriered log paths

Poudriered allowed any client-authorized command to specify a log
path. The root daemon created its parent directories and opened the
path with O_TRUNC.

Reject log fields on client requests. Preserve configured schedule
logs, use a root-owned /var/log fallback, and refuse to follow final
symlinks when opening logs.

(cherry picked from commit 01d5de2876a23701e41957826cd8115702c41684)
DeltaFile
+15-7src/poudriered/poudriered.c
+15-71 files

FreeBSD/ports 2a0abdcsecurity/vuxml/vuln 2026.xml

security/vuxml: Document rsync vulnerability
DeltaFile
+148-0security/vuxml/vuln/2026.xml
+148-01 files

FreeBSD/ports b3a177cnet/rsync distinfo Makefile, net/rsync/files patch-lib_sysxattrs.c patch-testsuite_xattrs.test

net/rsync: Update to 3.5.0

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

This is a major security release who fixes 33 security issues
found during a focused audit of rsync's path handling and
daemon protocol, a companion daemon-protocol fuzzing pass,
and reports from external researchers several robustness
hardenings.

Security:       CVE-2026-53802
Security:       CVE-2026-53803
Security:       CVE-2026-53785
Security:       CVE-2026-53784
Security:       CVE-2026-53793
Security:       CVE-2026-53795
Security:       CVE-2026-53796
Security:       CVE-2026-53797
Security:       CVE-2026-53799

    [24 lines not shown]
DeltaFile
+927-331net/rsync/files/extra-patch-file-flags.diff
+0-67net/rsync/files/patch-testsuite_xattrs.test
+0-26net/rsync/files/patch-lib_sysxattrs.c
+9-4net/rsync/Makefile
+3-3net/rsync/distinfo
+939-4315 files

FreeBSD/poudriere ef94a32src/poudriered poudriered.c

Merge pull request #1365 from acts-1631/fix/poudriered-log-confinement

Reject client-supplied poudriered log paths
DeltaFile
+15-7src/poudriered/poudriered.c
+15-71 files

FreeBSD/src 0f59df8sys/dev/usb/controller xhci.h xhci.c

xhci: Only reset the data toggle value when the USB stack asks for it

The previous patch assumes that we don't want to reset toggle bit in
STOPPED_STEP. However, a device can explicitly call
usbd_clear_data_toggle if necessary. As a result, instead of not
dropping the bit unconditionally, we added a field in xhci to specify
that we want to drop it, so that usbd_clear_data_toggle can handle it
correctly.

Reported by:    oh
Reviewed by:    kevans
Tested by:      oh
Fixes:          28d85db46b48 ("xhci: Do not drop and add bits in xhci")
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D59186
DeltaFile
+18-5sys/dev/usb/controller/xhci.c
+1-0sys/dev/usb/controller/xhci.h
+19-52 files

FreeBSD/ports 5f07ee4textproc/moor Makefile distinfo

textproc/moor: Update 2.17.0 => 2.18.0

Upstream now requires Go 1.27, so pin go:1.27.

Changelog:
https://github.com/walles/moor/releases/tag/v2.18.0

Reported by:    portscout!
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+5-5textproc/moor/distinfo
+2-3textproc/moor/Makefile
+7-82 files

FreeBSD/src 4a20c0asys/kern sched_ule.c

sched_ule: Fix spelling of csr_cpu in comment.

Commit 08063e9f98 renamed cs_cpu to csr_cpu.
DeltaFile
+1-1sys/kern/sched_ule.c
+1-11 files

FreeBSD/ports 59a0053net/cloudquery Makefile, net/cloudquery/files patch-vendor_github.com_cloudquery_plugin-sdk_v4_schema_testdata.go

net/cloudquery: fix build on 32 bit architectures

Compilation failed on 32 bit archtectures with the following error
message:

vendor/github.com/cloudquery/plugin-sdk/v4/schema/testdata.go:463:27:
  3600000000 (untyped int constant) overflows int
vendor/github.com/cloudquery/plugin-sdk/v4/schema/testdata.go:467:27:
  3600000000000 (untyped int constant) overflows int
vendor/github.com/cloudquery/plugin-sdk/v4/schema/testdata.go:467:45:
  60000000000 (untyped int constant) overflows int

The reason is that strconv.Itoa() accepts only 32 bit arguments.
Attempt to fix by conversion of strconv.Itoa() to strconv.FormatInt()
with native int variables casted to 64 integers.
DeltaFile
+16-0net/cloudquery/files/patch-vendor_github.com_cloudquery_plugin-sdk_v4_schema_testdata.go
+1-0net/cloudquery/Makefile
+17-02 files

FreeBSD/ports bc6ff68multimedia/jmref Makefile, multimedia/jmref/files patch-lencod_src_rdopt.c patch-lencod_src_configfile.c

multimedia/jmref: Remove expired port

2026-08-26 multimedia/jmref: No longer maintained upstream
DeltaFile
+0-118multimedia/jmref/files/patch-lencod_inc_defines.h
+0-43multimedia/jmref/Makefile
+0-22multimedia/jmref/files/patch-ldecod_inc_defines.h
+0-12multimedia/jmref/files/patch-lencod_src_configfile.c
+0-12multimedia/jmref/files/patch-ldecod_src_configfile.c
+0-11multimedia/jmref/files/patch-lencod_src_rdopt.c
+0-2189 files not shown
+1-27715 files

FreeBSD/ports ba3ae99. MOVED, security Makefile

security/please: Remove expired port

2026-08-26 security/please: Upstream project has been archived, use doas or sudo or sudo-rs instead
DeltaFile
+0-26security/please/Makefile
+0-15security/please/files/patch-Makefile
+0-6security/please/pkg-descr
+0-3security/please/distinfo
+0-1security/Makefile
+1-0MOVED
+1-516 files

FreeBSD/ports 015aaa8x11-fm/pcmanfm-qt pkg-plist Makefile

x11-fm/pcmanfm-qt: Update to 2.4.1

ChangeLog at:   https://lxqt-project.org/release/2026/08/26/point-release-lxqt-pcmanfm-qt-2-4-1/
With hat:       lxqt
DeltaFile
+3-3x11-fm/pcmanfm-qt/distinfo
+1-1x11-fm/pcmanfm-qt/Makefile
+1-0x11-fm/pcmanfm-qt/pkg-plist
+5-43 files

FreeBSD/ports 16ca144emulators/ukncbtl Makefile

emulators/ukncbtl: Limit portscout
DeltaFile
+2-0emulators/ukncbtl/Makefile
+2-01 files

FreeBSD/ports 2cd7978sysutils/py-python-bareos Makefile distinfo

sysutils/py-python-bareos: Update to 25.0.4
DeltaFile
+3-3sysutils/py-python-bareos/distinfo
+1-1sysutils/py-python-bareos/Makefile
+4-42 files

FreeBSD/ports c68a4d7www/bareos24-webui Makefile, www/bareos24-webui/files patch-webui_CMakeLists.txt

www/bareos24-webui: Try to fix cmake4 update issue

- Bump PORTREVISION

PR:             297872
DeltaFile
+12-0www/bareos24-webui/files/patch-webui_CMakeLists.txt
+1-0www/bareos24-webui/Makefile
+13-02 files

FreeBSD/ports e98627ewww/bareos23-webui Makefile, www/bareos23-webui/files patch-webui_CMakeLists.txt

www/bareos23-webui: Try to fix cmake4 issue update

- Bump PORTREVISION

PR:             297872
DeltaFile
+12-0www/bareos23-webui/files/patch-webui_CMakeLists.txt
+1-0www/bareos23-webui/Makefile
+13-02 files

FreeBSD/ports c28bee4sysutils/bareos-server Makefile distinfo, www/bareos-webui Makefile distinfo

sysutils/bareos-*: Update to 25.0.4

- www/bareos-webui: try to fix issue with cmake 4 update

PR:             297872
DeltaFile
+16-0www/bareos-webui/files/patch-webui_CMakeLists.txt
+3-3www/bareos-webui/distinfo
+3-3sysutils/bareos-server/distinfo
+1-1www/bareos-webui/Makefile
+1-1sysutils/bareos-server/Makefile
+24-85 files

FreeBSD/ports 4e315bdsecurity Makefile, security/open-vulnerability-cli distinfo pkg-descr

[NEW PORT] security/open-vulnerability-cli: CLI to query various online vulnerability sources

The open-vulnerability-cli is a command line utility that can be
used to query various online vulnerability sources such as the NVD
or GHSA. The CLI and docker images can be used to mirror the NVD.

Note that the CLI is called vulnz because open-vulnerability-cli
is cumbersome. vulnz is a spring-boot command line utility built
with picocli.

Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR:             296276
DeltaFile
+33-0security/open-vulnerability-cli/Makefile
+7-0security/open-vulnerability-cli/pkg-descr
+3-0security/open-vulnerability-cli/distinfo
+2-0security/open-vulnerability-cli/files/vulnz.in
+1-0security/Makefile
+46-05 files