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

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 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

OPNSense/core 822a243src/opnsense/scripts/netflow/lib flowparser.py, src/opnsense/scripts/netflow/lib/aggregates __init__.py

Reporting: NetFlow - safeguard flow_end in parser to protect for situations where flow_finish > sys_uptime_ms in which case flow_end can reflect a negative value and use utc timestamps for cleanup procedure. closes https://github.com/opnsense/core/issues/10689
DeltaFile
+2-2src/opnsense/scripts/netflow/lib/aggregates/__init__.py
+2-0src/opnsense/scripts/netflow/lib/flowparser.py
+4-22 files

NetBSD/pkgsrc jVFY0mEdoc TODO CHANGES-2026

   doc: Updated devel/py-pip to 26.2.1
VersionDeltaFile
1.27702+1-2doc/TODO
1.5066+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc fF7ld2ctextproc/ugrep Makefile distinfo

   ugrep: updated to 7.8.4

   7.8.4

   MinGW portability, tested MinGW-w64 UCRT64 with MSYS2 GCC 16.1; note: make test skips the directory recursive searches due to lack of MinGW symlink handling.
   fail fast when DFA position sets exceed complexity limits
VersionDeltaFile
1.101+4-4textproc/ugrep/distinfo
1.111+2-2textproc/ugrep/Makefile
+6-62 files

NetBSD/pkgsrc fNXn8Rddevel/py-pip Makefile distinfo, devel/py-pip/patches patch-src_pip___internal_build__env.py patch-src_pip___internal_operations_install_wheel.py

   py-pip: update to 26.2.1.

   26.2.1 (2026-08-04)

   Bug Fixes

       Reallow keyring installed in a (non-activated) virtual environment
       to be be used via the import provider method while installing
       build dependencies. (#14227)

   26.2 (2026-07-29)

   Deprecations and Removals

       Newly published packages will no longer be immediately visible
       to pip if the index uses caching. To install a newly published
       package, use --refresh-package. (#13680)

       Drop support for detecting legacy, non-PEP 405, virtualenv (<

    [124 lines not shown]
VersionDeltaFile
1.54+33-4devel/py-pip/PLIST
1.1+26-0devel/py-pip/patches/patch-src_pip___internal_build__env_virtual.py
1.3+11-11devel/py-pip/patches/patch-src_pip___internal_operations_install_wheel.py
1.78+6-6devel/py-pip/distinfo
1.93+3-3devel/py-pip/Makefile
1.10+1-1devel/py-pip/patches/patch-src_pip___internal_build__env.py
+80-256 files

OpenBSD/ports u3TfYwSsysutils/opam Makefile distinfo

   sysutils/opam: update to 2.5.2

   Announce: https://opam.ocaml.org/blog/opam-2-5-2/
VersionDeltaFile
1.15+2-2sysutils/opam/distinfo
1.35+1-1sysutils/opam/Makefile
+3-32 files

OpenBSD/ports O1kV35aprint/cups-browsed Makefile, print/cups-filters Makefile

   Regen WANTLIB to unbreak.
VersionDeltaFile
1.211+4-6print/cups-filters/Makefile
1.7+4-5print/libppd/Makefile
1.7+4-5print/cups-browsed/Makefile
+12-163 files

FreeBSD/ports 5424a40news/inn-current Makefile distinfo

news/inn-current: Update to 20260806
DeltaFile
+3-3news/inn-current/distinfo
+2-2news/inn-current/Makefile
+5-52 files

FreeBSD/ports 1b3f9bemultimedia/vid.stab pkg-plist distinfo, multimedia/vid.stab/files patch-CMakeModules_FindSSE.cmake

multimedia/vid.stab: Update to 1.1.2

Update WWW to the GitHub repo as the main site has not been updated in
9 years.

Remove pathfix hacks that are now automatically handled.
DeltaFile
+31-31multimedia/vid.stab/files/patch-CMakeModules_FindSSE.cmake
+4-4multimedia/vid.stab/Makefile
+3-3multimedia/vid.stab/distinfo
+3-0multimedia/vid.stab/pkg-plist
+41-384 files

OpenBSD/src 7JfPik6usr.bin/ssh kex.h kex-names.c

   remove mlkem768brainpoolp256r1-sha256; requested by markus
VersionDeltaFile
1.402+2-4usr.bin/ssh/sshd_config.5
1.10+1-3usr.bin/ssh/kex-names.c
1.134+1-2usr.bin/ssh/kex.h
+4-93 files

OpenBSD/src z9dhfVYusr.bin/ssh sshconnect2.c

   move comment to a better place; suggested by markus@
VersionDeltaFile
1.393+2-2usr.bin/ssh/sshconnect2.c
+2-21 files

FreeBSD/src 42d54a8sys/amd64/vmm/amd ivrs_drv.c, sys/amd64/vmm/io iommu.h iommu.c

vmm: Tear down the IOMMU before AMD-Vi detach

Register the vmm module handler after both the bundled device drivers
and SMP. On platforms without EARLY_AP_STARTUP, SI_SUB_SMP follows
SI_SUB_DRIVERS; using the later subsystem preserves the
smp_rendezvous() requirement.

The resulting reverse unload order performs IOMMU cleanup while every
IVHD softc remains valid. Refuse an independent IVHD detach while
translation state remains initialized.

MFC after:      2 weeks
DeltaFile
+9-5sys/amd64/vmm/amd/ivrs_drv.c
+10-2sys/amd64/vmm/io/iommu.c
+8-2sys/dev/vmm/vmm_dev.c
+1-0sys/amd64/vmm/io/iommu.h
+28-94 files

OPNSense/core 86f84b8src/opnsense/scripts/interfaces apply_pending_if_changes.php, src/www interfaces.php

Interfaces: wireless - use `_wlan` device suffix to detect a wireless interface instead of assuming a wireless config section has been created. closes https://github.com/opnsense/core/issues/10681
DeltaFile
+0-3src/opnsense/scripts/interfaces/apply_pending_if_changes.php
+1-1src/www/interfaces.php
+1-42 files

LLVM/project 21bcdabllvm/test/Analysis/CostModel/X86 reduce-xor.ll reduce-or.ll, llvm/test/Transforms/PhaseOrdering/X86 avg.ll

[CostModel][X86] Update logic vector reduction costs to match llvm-mca estimates (#214191)

Replaces the olds costs which were just instruction counts

Still working on the bool reduction costs - these will be handled in a followup
DeltaFile
+146-155llvm/test/Transforms/VectorCombine/X86/fold-signbit-reduction-cmp.ll
+102-84llvm/test/Analysis/CostModel/X86/reduce-xor.ll
+102-84llvm/test/Analysis/CostModel/X86/reduce-or.ll
+102-84llvm/test/Analysis/CostModel/X86/reduce-and.ll
+34-122llvm/test/Transforms/PhaseOrdering/X86/avg.ll
+69-57llvm/test/Transforms/VectorCombine/X86/fold-reduction-zero-test.ll
+555-58610 files not shown
+731-73216 files

FreeBSD/ports bf73380net/openldap26-client Makefile, net/openldap26-server distinfo Makefile

net/openldap26-{client,server}: upgrade to 2.6.14.

While there also fix some style issues.
DeltaFile
+147-190net/openldap26-server/Makefile
+3-3net/openldap26-server/distinfo
+2-2net/openldap26-client/Makefile
+152-1953 files

NetBSD/pkgsrc zyR4oB8doc TODO CHANGES-2026

   doc: Updated math/ggml to 0.19.0
VersionDeltaFile
1.27701+2-1doc/TODO
1.5065+2-1doc/CHANGES-2026
+4-22 files

NetBSD/pkgsrc 2x7bUKrmath/ggml Makefile distinfo

   ggml: update to 0.19.0.

   No summary found.
VersionDeltaFile
1.7+4-4math/ggml/distinfo
1.7+2-2math/ggml/Makefile
+6-62 files