FreeBSD/ports 4349cfbsysutils/mdfried Makefile distinfo

sysutils/mdfried: Update to 0.22.5

Reported by:    portscout!
DeltaFile
+3-3sysutils/mdfried/distinfo
+1-1sysutils/mdfried/Makefile
+4-42 files

FreeBSD/ports ca2bbd5devel/py-virtualenv Makefile distinfo

devel/py-virtualenv: Update to 21.7.2

ChangeLog:      https://github.com/pypa/virtualenv/releases/tag/21.7.2
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3devel/py-virtualenv/distinfo
+1-1devel/py-virtualenv/Makefile
+4-42 files

LLVM/project e4b9301lldb/source/Plugins/LanguageRuntime/CPlusPlus ItaniumABIRuntime.h CommonABIRuntime.h

[lldb] Move dynamic type cache to common ABI runtime (#212014)

Both the Itanium and the MS ABI want some cache for dynamic types. This
moves the functionality from the Itanium ABI to the base class.
DeltaFile
+0-16lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.cpp
+16-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.cpp
+11-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h
+0-9lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABIRuntime.h
+27-254 files

FreeBSD/src 7e2781fsys/netpfil/pf if_pfsync.c, tests/sys/netpfil/pf pfsync.sh

pfsync: handle large MTU pfsync interfaces

pfsync packets were allocated with m_get2(), which can't return packets
larger than MJUMPAGESIZE. As a result 9k MTU pfsync interfaces simply didn't work.

Use m_get3(), which can allocate sufficiently large mbufs.

Extend the pfsync:bulk test case to provoke this problem.

PR:             297307
MFC after:      2 weeks
Sponsored by:   Rubicon Communications, LLC ("Netgate")
DeltaFile
+8-3tests/sys/netpfil/pf/pfsync.sh
+1-1sys/netpfil/pf/if_pfsync.c
+9-42 files

FreeBSD/ports 4c39151devel/zeal Makefile pkg-plist

devel/zeal: Update to 0.9.1
DeltaFile
+3-3devel/zeal/distinfo
+5-0devel/zeal/pkg-plist
+1-1devel/zeal/Makefile
+9-43 files

FreeBSD/src 8ea4e92sys/net route.c

net: don't panic on ifconfig pfsync0 mtu 9000

pfsync interfaces do not have ifp->if_inet6 set, so when we update the
MTU for those interfaces we panicked.

Add an explicit check for this. This should be temporary, until pfsync
is no longer a struct ifnet (as we've already done for pflog).

Reviewed by:    glebius
Sponsored by:   Rubicon Communications, LLC ("Netgate")
Differential Revision:  https://reviews.freebsd.org/D58701
DeltaFile
+3-1sys/net/route.c
+3-11 files

OpenBSD/ports XWeHubdsysutils/pftop Makefile, sysutils/pftop/patches patch-pftop_c

   pftop: add fix from https://github.com/grembo/pftop/commit/04cde25f077b026802777c38e25
   to avoid using uninitialised memory. from Larry Moore.
VersionDeltaFile
1.20+39-18sysutils/pftop/patches/patch-pftop_c
1.39+1-1sysutils/pftop/Makefile
+40-192 files

FreeBSD/ports 2fb42f3net-im/py-zapzap Makefile distinfo

net-im/py-zapzap: Update to 7.4

Reported by:    portscout!
DeltaFile
+3-3net-im/py-zapzap/distinfo
+1-1net-im/py-zapzap/Makefile
+4-42 files

FreeBSD/ports 8d3555fTools/scripts update-plist.py

Tools/scripts/update-plist.py: Updates pkg-plist

Small script using base Python to update pkg-plist based upon poudriere
error logs.

Inspired by: https://codeberg.org/tcberner/poudlist, by tcberner@. This
just uses base Python instead of C++ and flaky Boost libs, runs way
faster and requires no config file.

This is mainly intendend for simple ports and it's output should be
manually reviewed.
DeltaFile
+263-0Tools/scripts/update-plist.py
+263-01 files

OpenBSD/ports riaDpIhtextproc/typst crates.inc Makefile

   textproc/typst: update to 0.15.1

   Changelog: https://github.com/typst/typst/releases/tag/v0.15.1
VersionDeltaFile
1.11+6-6textproc/typst/distinfo
1.10+1-1textproc/typst/crates.inc
1.11+1-1textproc/typst/Makefile
+8-83 files

FreeBSD/ports 75bf3aewww/agate Makefile Makefile.crates

www/agate: Update 3.3.23 => 3.3.24

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+105-87www/agate/distinfo
+52-43www/agate/Makefile.crates
+1-2www/agate/Makefile
+158-1323 files

FreeBSD/ports 3522373databases/rainfrog Makefile Makefile.crates

databases/rainfrog: Update 0.4.3

ChangeLog:

- https://github.com/achristmascarl/rainfrog/releases/tag/v0.4.2
- https://github.com/achristmascarl/rainfrog/releases/tag/v0.4.3

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+77-67databases/rainfrog/distinfo
+37-32databases/rainfrog/Makefile.crates
+1-1databases/rainfrog/Makefile
+115-1003 files

OpenBSD/ports yGmGJ8usysutils/gemini-cli Makefile distinfo, sysutils/gemini-cli/pkg PLIST

   Update to gemini-cli-0.54.4.
VersionDeltaFile
1.36+64-48sysutils/gemini-cli/pkg/PLIST
1.37+2-2sysutils/gemini-cli/distinfo
1.39+1-1sysutils/gemini-cli/Makefile
+67-513 files

NetBSD/pkgsrc qQFxDpqwww/w3m Makefile.common

   Disable NLS to ensure build consistency (and match the current PLIST)

   This fixes the build when NLS is configured, because the PLIST does not
   currently have any of the NLS files listed.  If NLS is required for this
   package, additional work will need to be done on the NLS option and
   subsequent PLIST entries.
VersionDeltaFile
1.89+4-1www/w3m/Makefile.common
+4-11 files

OpenBSD/ports AFO1cAosysutils/cloud-sql-proxy Makefile distinfo

   Update to cloud-sql-proxy-2.25.0.
VersionDeltaFile
1.49+2-2sysutils/cloud-sql-proxy/distinfo
1.51+1-1sysutils/cloud-sql-proxy/Makefile
+3-32 files

OpenBSD/ports XZa4Fy2astro/kstars Makefile distinfo, astro/kstars/pkg PLIST

   Update kstars to 3.8.4.1
VersionDeltaFile
1.43+2-2astro/kstars/distinfo
1.66+1-1astro/kstars/Makefile
1.35+1-0astro/kstars/pkg/PLIST
+4-33 files

OpenBSD/ports LpOxYRxx11/kde-plasma/kdeplasma-addons distinfo, x11/kde-plasma/kgamma5 distinfo

   KDE Plasma 6.7.4, Bugfix Release for August

   https://kde.org/announcements/plasma/6/6.7.4/
VersionDeltaFile
1.12+2-2x11/kde-plasma/knighttime/distinfo
1.37+2-2x11/kde-plasma/kmenuedit/distinfo
1.37+2-2x11/kde-plasma/kinfocenter/distinfo
1.33+2-2x11/kde-plasma/kglobalacceld/distinfo
1.37+2-2x11/kde-plasma/kgamma5/distinfo
1.37+2-2x11/kde-plasma/kdeplasma-addons/distinfo
+12-1251 files not shown
+109-10457 files

OpenBSD/src 1W8Qr9ushare/man/man5 cargo-module.5

   devel/cargo module: add MODCARGO_LIBTEST_ARGS variable

   in order to pass arguments to LIBTEST (cargo test subsystem) and not to cargo
   itself, provides a specific variable.

   from Andrew Kloet (.net)
VersionDeltaFile
1.12+4-2share/man/man5/cargo-module.5
+4-21 files

OpenBSD/ports xwzJHEFdevel/cargo cargo.port.mk

   devel/cargo module: add MODCARGO_LIBTEST_ARGS variable

   in order to pass arguments to LIBTEST (cargo test subsystem) and not to cargo
   itself, provides a specific variable.

   from Andrew Kloet (.net)
VersionDeltaFile
1.53+4-1devel/cargo/cargo.port.mk
+4-11 files

OpenBSD/ports YUvup48devel/cargo cargo.port.mk

   devel/cargo module cleanup

   - remove i386 DPB_PROPERTIES: i386 isn't supported anymore
   - .cargo/config.toml cleanup
   - fix comment documenting MODCARGO_CRATES format
VersionDeltaFile
1.52+17-26devel/cargo/cargo.port.mk
+17-261 files

OpenBSD/ports lxXj6Fesysutils/awscli/v1 distinfo Makefile, sysutils/awscli/v1/pkg PLIST

   Update to awscli-1.46.0.
VersionDeltaFile
1.17+3,086-0sysutils/awscli/v1/pkg/PLIST
1.44+6-4sysutils/awscli/v1/Makefile
1.42+2-2sysutils/awscli/v1/distinfo
+3,094-63 files

OpenBSD/ports 8of1hSanet/py-boto3 Makefile distinfo

   Update to py3-boto3-1.43.67.
VersionDeltaFile
1.660+2-2net/py-boto3/distinfo
1.672+1-1net/py-boto3/Makefile
+3-32 files

OpenBSD/ports tJnnKL2net/py-botocore distinfo Makefile, net/py-botocore/pkg PLIST

   Update to py3-botocore-1.43.67.
VersionDeltaFile
1.333+11-0net/py-botocore/pkg/PLIST
1.887+2-4net/py-botocore/Makefile
1.877+2-2net/py-botocore/distinfo
+15-63 files

OpenBSD/ports dDqnlg8net/py-s3transfer Makefile

   Adjust comment; no pkg change.
VersionDeltaFile
1.67+1-3net/py-s3transfer/Makefile
+1-31 files

DragonFlyBSD/src 1a32130lib/libutil pty.3, share/man/man4 mtw.4 corecstat.4

Sort SEE ALSO in a few manual pages.
DeltaFile
+3-3share/man/man4/pty.4
+2-2usr.bin/setcaps/setcaps.1
+1-1share/man/man4/mtw.4
+1-1share/man/man4/corecstat.4
+1-1lib/libutil/pty.3
+8-85 files

LLVM/project e416b09llvm/lib/IR Instructions.cpp

[IR] Set Number of Hungoff Uses after allocation (#213304)

If allocation of the Use[] in allocHungoffUses fails (e.g. due to OOM),
it may happen that the destructor of User is called with NumUserOperands
> 0. Then `Use::zap` tries to destruct Uses that were not constructed in
the first place.

Example scenario for SwitchInst:
`SwitchInst::init()` is called, which means the constructor of the
parent class User went through successfully, which means the destructor
of User will be called eventually. If now `SwitchInst::init()` calls
first `setNumHungOffUseOperands(2)` and then `allocHungoffUses()` and
the allocation there fails, `~User()` is called and tries to destruct 2
Uses, which can lead to problems.

This patch consequently ensures that first the allocation happens and
then NumUserOperands is set accordingly, so that this problem is
prevented.
DeltaFile
+8-8llvm/lib/IR/Instructions.cpp
+8-81 files

NetBSD/pkgsrc Qv5tBQ2doc CHANGES-2026

   Updated textproc/ugrep, net/rclone
VersionDeltaFile
1.5067+3-1doc/CHANGES-2026
+3-11 files

FreeBSD/ports e211ff0net/v2ray Makefile distinfo

net/v2ray: Update 5.51.2 => 5.52.0

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+5-5net/v2ray/distinfo
+2-3net/v2ray/Makefile
+7-82 files

NetBSD/pkgsrc 6tAPeIwnet/rclone Makefile go-modules.mk

   rclone: updated to 1.75.0

   1.75.0

   - New S3 Providers
     - [Scality](/s3/#scality) (RING / ARTESCA)
     - [Zero Services](/s3/#zero-z3) (ZERO-Z3)
   - Security
     - archive: Don't crash on malformed squashfs images GHSA-6jcg-q3wp-x2f4 CVE-PENDING (Nick Craig-Wood)
     - ftp: Fix ftp command injection when encoding doesn't include CRLF GHSA-8c48-q9wj-3w37 CVE-PENDING (Nick Craig-Wood)
     - lib/http: Use TLS on all `--addr` listeners when `--cert` and `--key` are set GHSA-mfvx-7rcj-9m5g (Nick Craig-Wood)
     - lib/proxy: Fix unbounded HTTP CONNECT headers causing OOM GHSA-xhf4-832v-7xcr CVE-PENDING (Nick Craig-Wood)
     - local: Stop source file names escaping the destination directory GHSA-7p4m-qxvv-g567 CVE-PENDING (Nick Craig-Wood)
     - rc
       - Don't expose pprof debug handlers on an unauthenticated server GHSA-mfvx-7rcj-9m5g CVE-PENDING (Nick Craig-Wood)
       - Require authentication to list the remotes with `--rc-serve` GHSA-mfvx-7rcj-9m5g (Nick Craig-Wood)
       - Fix leaking stack traces on panics GHSA-gwfq-86j8-7qhv (Nick Craig-Wood)
     - s3
       - Fix redirect credential leaks, reject HTTPS->HTTP and strip secrets GHSA-8mxv-9xhp-86h4 (Nick Craig-Wood)

    [203 lines not shown]
VersionDeltaFile
1.43+670-1,738net/rclone/distinfo
1.30+222-578net/rclone/go-modules.mk
1.107+2-2net/rclone/Makefile
+894-2,3183 files

OpenBSD/ports C0G9RYsgraphics/babl distinfo Makefile, graphics/babl/patches patch-meson_build patch-babl_babl-cpuaccel_c

   Update to babl-0.1.128.
VersionDeltaFile
1.4+3-3graphics/babl/patches/patch-tools_defcheck_py
1.2+2-2graphics/babl/patches/patch-babl_babl-cpuaccel_c
1.61+2-2graphics/babl/distinfo
1.89+2-2graphics/babl/Makefile
1.7+1-1graphics/babl/patches/patch-meson_build
+10-105 files