Dreckly/dreckly 3290866security/sslproxy Makefile distinfo, security/sslproxy/patches patch-ssl__proxy.c

sslproxy: Need to include <strings.h> for bcopy(3), bzero(3).
DeltaFile
+14-0security/sslproxy/patches/patch-ssl__proxy.c
+1-1security/sslproxy/Makefile
+1-0security/sslproxy/distinfo
+16-13 files

Dreckly/dreckly cbae409editors/sandy distinfo, editors/sandy/patches patch-sandy.c

sandy: Need to define _POSIX_C_SOURCE to get getline(3),
considering this compiles in strict c99 mode.
DeltaFile
+12-5editors/sandy/patches/patch-sandy.c
+1-1editors/sandy/distinfo
+13-62 files

Dreckly/dreckly 5641597devel/samurai Makefile

samurai: SunOS wants __EXTENSIONS__ for getline(3).
DeltaFile
+2-0devel/samurai/Makefile
+2-01 files

Dreckly/dreckly a538aafsecurity/skey distinfo, security/skey/patches patch-ab patch-put.c

skey: GCC 14 build fixes from pkgsrc.
DeltaFile
+13-4security/skey/patches/patch-ab
+15-0security/skey/patches/patch-put.c
+14-0security/skey/patches/patch-skeyinfo.c
+14-0security/skey/patches/patch-skeyinit.c
+14-0security/skey/patches/patch-skeylogin.c
+6-2security/skey/distinfo
+76-66 files

NetBSD/src GbKyGKbsys/arch/powerpc/ibm4xx cpu.c trap_subr.S

   Support power saving via wait state enable.

   Exposed through machdep.powersave sysctl. Should work on every 4XX core,
   but I have no way to test on 40X, so it's disabled by default.
VersionDeltaFile
1.41+45-2sys/arch/powerpc/ibm4xx/cpu.c
1.32+5-1sys/arch/powerpc/ibm4xx/trap_subr.S
+50-32 files

NetBSD/pkgsrc P4ONdWPinputmethod/fcitx PLIST distinfo, inputmethod/fcitx/patches patch-CMakeLists.txt patch-src_module_spell_spell.c

   fcitx: Various build fixes.

   - Need to include <strings.h> to use index(3).
   - Honour the OS/user's PKGMANDIR choice.
VersionDeltaFile
1.6+10-10inputmethod/fcitx/PLIST
1.1+16-0inputmethod/fcitx/patches/patch-CMakeLists.txt
1.1+14-0inputmethod/fcitx/patches/patch-src_module_spell_spell.c
1.9+3-3inputmethod/fcitx/distinfo
1.65+2-1inputmethod/fcitx/Makefile
+45-145 files

NetBSD/pkgsrc vXQGlqCaudio/tremor Makefile

   tremor: build fix for lethal combination of SunOS & GCC 14

   doesn't include <alloca.h> which is needed on SunOS,
   just define the function to the compiler builtin to avoid
   needing a patch.
VersionDeltaFile
1.28+6-1audio/tremor/Makefile
+6-11 files

Dreckly/dreckly 1644989devel/m17n-lib distinfo

m17n-lib: Update distinfo for new patch
DeltaFile
+1-0devel/m17n-lib/distinfo
+1-01 files

Dreckly/dreckly ff79ee0audio/tremor Makefile, devel/m17n-lib/patches patch-example_medit.c

tremor: build fix for lethal combination of SunOS & GCC 14

doesn't include <alloca.h> which is needed on SunOS,
just define the function to the compiler builtin to avoid
needing a patch.
DeltaFile
+15-0devel/m17n-lib/patches/patch-example_medit.c
+5-0audio/tremor/Makefile
+20-02 files

NetBSD/pkgsrc PEGZh7Kdevel/m17n-lib Makefile

   m17n-lib: build fix for lethal combination of SunOS & GCC 14

   doesn't include <alloca.h> which is needed on SunOS,
   just define the function to the compiler builtin to avoid
   needing a patch.
VersionDeltaFile
1.63+6-1devel/m17n-lib/Makefile
+6-11 files

Dreckly/dreckly 32f273ddevel/m17n-lib Makefile

m17n-lib: build fix for lethal combination of SunOS & GCC 14

doesn't include <alloca.h> which is needed on SunOS,
just define the function to the compiler builtin to avoid
needing a patch.
DeltaFile
+5-0devel/m17n-lib/Makefile
+5-01 files

NetBSD/pkgsrc 6zKTWzXsysutils/libayatana-indicator Makefile

   libayatana-indicator: SunOS linker doesn't support version-script.

   Just strip out the linker argument on SunOS.
VersionDeltaFile
1.10+3-1sysutils/libayatana-indicator/Makefile
+3-11 files

OpenBSD/ports 1LSDeO2infrastructure/templates mk.conf.template

   poison DBP_PROPERTIES
VersionDeltaFile
1.42+2-1infrastructure/templates/mk.conf.template
+2-11 files

Dreckly/dreckly f505629sysutils/libayatana-indicator Makefile

libayatana-indicator: SunOS linker doesn't support version-script.

Just strip out the linker argument on SunOS.
DeltaFile
+2-0sysutils/libayatana-indicator/Makefile
+2-01 files

FreeBSD/doc 08381ccwebsite/content/en administration.adoc

Update doceng@ membership:

Add ziaee as full doceng member
DeltaFile
+1-0website/content/en/administration.adoc
+1-01 files

OpenBSD/ports tstHT34games/godot Makefile.inc

   spell DPB_PROPERTIES correctly, and use += not ?= (as tb noticed,
   DPB_PROPERTIES is already set by scons.port.mk).
VersionDeltaFile
1.2+1-1games/godot/Makefile.inc
+1-11 files

NetBSD/pkgsrc-wip 07a034ego127 PLIST Makefile, go127/patches patch-src_cmd_dist_build.go patch-src_crypto_x509_root__solaris.go

go127: new package for Go 1.27 rc1

Go 1.27 now supports generic methods: a method declaration may declare its own
type parameters. This widely anticipated change allows adding generic functions
within the namespace of a particular data type where before one had to declare
such functions with a scope of the entire package. Note that methods of
interfaces may not declare type parameters nor can interface methods be
implemented by generic methods.
DeltaFile
+15,592-0go127/PLIST
+140-0go127/Makefile
+22-0go127/patches/patch-src_cmd_dist_build.go
+21-0go127/patches/patch-src_crypto_x509_root__solaris.go
+18-0go127/patches/patch-src_crypto_x509_root__bsd.go
+17-0go127/patches/patch-src_syscall_syscall__solaris.go
+15,810-07 files not shown
+15,876-013 files

NetBSD/pkgsrc-wip 2d45ce7go126 PLIST Makefile, go126/patches patch-src_cmd_dist_build.go patch-src_crypto_x509_root__solaris.go

-go126

This has been in pkgsrc for a while.
DeltaFile
+0-14,985go126/PLIST
+0-132go126/Makefile
+0-22go126/patches/patch-src_cmd_dist_build.go
+0-21go126/patches/patch-src_crypto_x509_root__solaris.go
+0-18go126/patches/patch-src_crypto_x509_root__bsd.go
+0-17go126/patches/patch-src_syscall_syscall__solaris.go
+0-15,1957 files not shown
+0-15,26113 files

OpenBSD/src LFg0fOKusr.bin/tmux cmd-list-keys.c

   Error if key is unknown rather than just carry on, GitHub issue 5248.
VersionDeltaFile
1.77+7-2usr.bin/tmux/cmd-list-keys.c
+7-21 files

OpenBSD/src XI7sFrNregress/usr.bin/make Makefile mk44

   check that make rejects empty variable names, from espie
VersionDeltaFile
1.52+7-2regress/usr.bin/make/Makefile
1.1+7-0regress/usr.bin/make/mk44
+14-22 files

OpenBSD/src CvFDPeUusr.bin/tmux tmux.1

   Fix {} keys in tmux.1, pointed out by tb.
VersionDeltaFile
1.1096+8-4usr.bin/tmux/tmux.1
+8-41 files

OpenBSD/src ttlcr48usr.bin/make parsevar.c

   refuse empty variable names, from espie
   has been through multiple mkr and at least one ports bulk
VersionDeltaFile
1.19+3-1usr.bin/make/parsevar.c
+3-11 files

LLVM/project 9f578bcclang/lib/Format UnwrappedLineParser.h UnwrappedLineParser.cpp, clang/unittests/Format FormatTest.cpp

[clang-format] Reset `Line->IsModuleOrImportDecl` in `addUnwrappedLine` (#204565)

The `IsModuleOrImportDecl` flag was not reset in `addUnwrappedLine`.
Since the parser recycles the `Line` object, this flag remained `true`
for all subsequent lines in the file, which disabled wrapping
(`CanBreakBefore` in `TokenAnnotator.cpp`) for expression-level
constructs after any C++20 module or import statement, causing some
formatting rules to not be applied in places. This patch fixes the issue
by resetting the flag to `false`.

---------

Co-authored-by: Owen Pan <owenpiano at gmail.com>
DeltaFile
+9-0clang/unittests/Format/FormatTest.cpp
+3-2clang/lib/Format/UnwrappedLineParser.h
+1-1clang/lib/Format/UnwrappedLineParser.cpp
+13-33 files

LLVM/project dc5e1e8llvm/lib/Target/AMDGPU/AsmParser AMDGPUAsmParser.cpp, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp AMDGPUBaseInfo.h

AMDGPU: Refactor AMDGPUTargetID to not store MCSubtargetInfo

Store the triple string and GPUKind instead. The dependence
on checking AMDHSA seems like an anti-feature, but maintain the
behavior of not printing the modifiers for other OSes. Start
parsing the target ID instead of performing a direct string
comparison. Also improve test coverage for the treatment of the
environment component of the triple. The main behavioral change
is this will now produce normalized triples in the output and
diagnostics. Practially, this means all of the places that
currently emit "--" will be expanded into "-unknown-".

Co-Authored-By: Claude Opus 4.6 <noreply at anthropic.com>
DeltaFile
+102-102llvm/test/CodeGen/AMDGPU/directive-amdgcn-target.ll
+76-33llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+22-22llvm/test/CodeGen/AMDGPU/hsa-note-no-func.ll
+33-10llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+27-1llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+17-0llvm/test/MC/AMDGPU/amdgcn-target-directive-triple-env.s
+277-16836 files not shown
+364-24342 files

FreeNAS/freenas aad4520src/middlewared/middlewared/plugins/cloud_backup crud.py __init__.py

Convert cloud_backup plugin to the typesafe pattern

This commit adds changes to convert the cloud_backup plugin to the typesafe service/part pattern, so query and get_instance return Pydantic models, public methods use @api_method(check_annotations=True), and same-process calls go through call2/call_sync2.

The shared CloudTaskServiceMixin is left untyped since cloud_sync still depends on it, with a single sibling-safe edit to its zvol validation path. All in-process consumers were updated for model access: the cloud_sync credential delete check, the cron.d mako, and the path-resolution migration. Since the password is a Secret field, the create/update and restic paths dump with expose_secrets so an unchanged password isn't written back as the redaction string.
DeltaFile
+88-149src/middlewared/middlewared/plugins/cloud_backup/crud.py
+179-0src/middlewared/middlewared/plugins/cloud_backup/__init__.py
+73-82src/middlewared/middlewared/plugins/cloud_backup/sync.py
+65-83src/middlewared/middlewared/plugins/cloud_backup/snapshot.py
+60-63src/middlewared/middlewared/plugins/cloud_backup/init.py
+38-37src/middlewared/middlewared/plugins/cloud_backup/restore.py
+503-41410 files not shown
+578-43216 files

FreeBSD/ports 3b8c85fgraphics/openexr distinfo Makefile, graphics/openexr-website-docs distinfo Makefile

graphics/openexr*: security update to 3.4.13

Changelog:      https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.4.13
MFH:            2026Q2
PR:             296159

Security:       CVE-2026-55373
OpenEXRUtil SampleCountChannel endEdit() can loop forever on UINT_MAX sample counts

Security:       CVE-2026-55371
OpenEXRCore exr_attr_set_bytes() accepts NULL type_hint with positive hint_length

Security:       CVE-2026-55059
OpenEXRUtil SampleCountChannel row setter heap out-of-bounds

Security:       CVE-2026-54920
Integer Overflow and Use of Uninitialized Pointer leading to Invalid Delete in OpenEXRUtil Image Resize

Security:       CVE-2026-53532

    [5 lines not shown]
DeltaFile
+3-3graphics/openexr-website-docs/distinfo
+3-3graphics/openexr/distinfo
+1-1graphics/openexr-website-docs/Makefile
+1-1graphics/openexr/Makefile
+8-84 files

FreeBSD/ports 4b576f0graphics/openexr distinfo Makefile, graphics/openexr-website-docs distinfo Makefile

graphics/openexr*: security update to 3.4.13

Changelog:      https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.4.13
MFH:            2026Q2
PR:             296159

Security:       CVE-2026-55373
OpenEXRUtil SampleCountChannel endEdit() can loop forever on UINT_MAX sample counts

Security:       CVE-2026-55371
OpenEXRCore exr_attr_set_bytes() accepts NULL type_hint with positive hint_length

Security:       CVE-2026-55059
OpenEXRUtil SampleCountChannel row setter heap out-of-bounds

Security:       CVE-2026-54920
Integer Overflow and Use of Uninitialized Pointer leading to Invalid Delete in OpenEXRUtil Image Resize

Security:       CVE-2026-53532

    [3 lines not shown]
DeltaFile
+3-3graphics/openexr/distinfo
+3-3graphics/openexr-website-docs/distinfo
+1-1graphics/openexr/Makefile
+1-1graphics/openexr-website-docs/Makefile
+8-84 files

NetBSD/pkgsrc-wip 4279b47cloudflared distinfo go-modules.mk

cloudflared: downgrade to 2026.3.0

cloudflared >= 2026.5.0 uses gopsutil which does not support NetBSD.
DeltaFile
+129-189cloudflared/distinfo
+42-62cloudflared/go-modules.mk
+1-1cloudflared/Makefile
+172-2523 files

FreeBSD/ports 62832b0security/lego distinfo Makefile

security/lego: Update to 5.2.2

Changelog: https://github.com/go-acme/lego/releases/tag/v5.2.2

PR:             295898
DeltaFile
+5-5security/lego/distinfo
+1-2security/lego/Makefile
+1-1security/lego/pkg-plist
+7-83 files

FreeBSD/ports a2fb992multimedia/vapoursynth Makefile

multimedia/vapoursynth: Clarify build requirements on amd64

Vapoursynth is computational heavy so clarify why build might fail on
amd64.

Reported by:    vvd
DeltaFile
+7-0multimedia/vapoursynth/Makefile
+7-01 files