FreeBSD/ports cd5c6f8audio/gtk-mixer distinfo Makefile

audio/gtk-mixer: Update 1.0.4 => 1.0.5

Changelog:
https://github.com/rozhuk-im/gtk-mixer/releases/tag/1.0.5

PR:             295903
Reported by:    Ivan Rozhuk <rozhuk.im at gmail.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+5-3audio/gtk-mixer/distinfo
+5-2audio/gtk-mixer/Makefile
+10-52 files

LLVM/project fd1f922llvm/lib/Target/SPIRV SPIRVEmitIntrinsics.cpp, llvm/test/CodeGen/SPIRV/instructions extractvalue-aggregate-chain.ll

[SPIR-V] Rewrite extractvalue over aggregate spv_extractv result (#200065)

Chained extractvalue from an aggregate-returning call left raw IR over a
multi-register spv_extractv, crashing later in foldImm. Mutate the
producer to i32 and convert the user too
DeltaFile
+23-0llvm/test/CodeGen/SPIRV/instructions/extractvalue-aggregate-chain.ll
+8-2llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
+31-22 files

LLVM/project a8b5711llvm/lib/Target/SPIRV SPIRVEmitIntrinsics.cpp SPIRVCallLowering.cpp, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_masked_gather_scatter vector-of-pointers-gep.ll single-element-vector-gep-no-extension.ll

[SPIR-V] Lower vector-typed GEPs with more than 1 element in SPIRVEmitIntrinsics (#197101)

Fix spirv-val concern in the IR from #186764 with vector-typed GEPs (`<N
x ptr>`) that were lowered to a single spv_gep intrinsic with a vector
return
```
error: line 54: The Result Type of OpPtrAccessChain <id> '...' must be OpTypePointer. Found OpTypeVector.
```

Resolves #186764
DeltaFile
+111-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_masked_gather_scatter/vector-of-pointers-gep.ll
+70-0llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
+24-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_masked_gather_scatter/single-element-vector-gep-no-extension.ll
+20-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_masked_gather_scatter/vector-of-pointers-gep-no-extension.ll
+13-1llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
+4-6llvm/test/CodeGen/SPIRV/pointers/getelementptr-vector-index.ll
+242-72 files not shown
+255-78 files

LLVM/project 3fc92aellvm/include/llvm/Transforms/InstCombine InstCombiner.h, llvm/lib/Transforms/InstCombine InstructionCombining.cpp InstCombineInternal.h

[InstCombine][NFC] Use custom inserter for metadata (#202206)

Proactively getting metadata for every visited instruction is expensive.
Therefore, only store the current instruction and get the metadata only
when an instruction is actually inserted.
DeltaFile
+27-8llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
+18-14llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
+8-8llvm/lib/Transforms/InstCombine/InstCombineInternal.h
+53-303 files

FreeBSD/ports ab96622net/dumbpipe distinfo Makefile.crates

net/dumbpipe: Update to 0.38.0
DeltaFile
+635-647net/dumbpipe/distinfo
+316-322net/dumbpipe/Makefile.crates
+2-2net/dumbpipe/Makefile
+953-9713 files

FreeBSD/ports 771a0f4net/sendme distinfo Makefile.crates

net/sendme: Update to 0.35.0
DeltaFile
+705-755net/sendme/distinfo
+352-377net/sendme/Makefile.crates
+2-2net/sendme/Makefile
+1,059-1,1343 files

Linux/linux c68691darch/x86/kernel/cpu amd.c, arch/x86/kernel/cpu/resctrl monitor.c

Merge tag 'x86-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Ingo Molnar:

 - Add more AMD Zen6 models (Pratik Vishwakarma)

 - Avoid confusing bootup message by the Intel resctl enumeration
   code when running on certain AMD systems (Tony Luck)

* tag 'x86-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/resctrl: Only check Intel systems for SNC
  x86/CPU/AMD: Add more Zen6 models
DeltaFile
+6-1arch/x86/kernel/cpu/resctrl/monitor.c
+1-1arch/x86/kernel/cpu/amd.c
+7-22 files

OpenBSD/src YF2Ttguusr.bin/tmux server-client.c

   Move checking of whether the cursor is visible inside the if so that it
   always hits the calculation of the oy offset when the status line is at
   the top. From Michael Grant.
VersionDeltaFile
1.462+5-4usr.bin/tmux/server-client.c
+5-41 files

FreeBSD/ports 269f62fsysutils/fluent-bit distinfo Makefile

sysutils/fluent-bit: Update to 5.0.7

Release notes:  https://github.com/fluent/fluent-bit/releases/tag/v5.0.7
DeltaFile
+3-3sysutils/fluent-bit/distinfo
+1-1sysutils/fluent-bit/Makefile
+4-42 files

OpenBSD/src 5x34ZrPusr.bin/tmux cmd-capture-pane.c tmux.1

   Add -H flag to capture-pane to show hyperlinks.
VersionDeltaFile
1.64+72-11usr.bin/tmux/cmd-capture-pane.c
1.1068+10-4usr.bin/tmux/tmux.1
1.148+3-1usr.bin/tmux/grid.c
1.1336+2-1usr.bin/tmux/tmux.h
+87-174 files

Linux/linux 09feffakernel/time timer_migration.c time.c, lib/vdso datastore.c

Merge tag 'timers-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fixes from Ingo Molnar:

 - Fix the arch_inlined_clockevent_set_next_coupled() prototype in the
   !CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST case (Naveen Kumar Chaudhary)

 - Fix an off-by-1 bug in the sys_settimeofday() usecs validation code
   (Naveen Kumar Chaudhary)

 - Mark vdso_k_*_data pointers as __ro_after_init (Thomas Weißschuh)

 - Fix livelock race in tmigr_handle_remote_up() (Amit Matityahu)

* tag 'timers-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  timers/migration: Fix livelock in tmigr_handle_remote_up()
  vdso/datastore: Mark vdso_k_*_data pointers as __ro_after_init
  time: Fix off-by-one in settimeofday() usec validation
  clockevents: Fix duplicate type specifier in stub function parameter
DeltaFile
+6-2kernel/time/timer_migration.c
+3-3lib/vdso/datastore.c
+1-1kernel/time/time.c
+1-1kernel/time/clockevents.c
+11-74 files

LLVM/project 833d241llvm/include/llvm/ADT ImmutableList.h, llvm/include/llvm/CodeGen SelectionDAGNodes.h

[DenseMap] Canonicalize pointer hashes. NFC (#202226)

`(p>>4)^(p>>9)` does not mix the high bits of the address. Pointers from
one allocator grown across multiple slabs whose low-bit windows overlap
map to the same narrow bucket range, an issue fixed by #197390.

Fix by delegating to the canonical pointer hash.
DeltaFile
+2-4llvm/include/llvm/IR/Attributes.h
+2-2llvm/include/llvm/CodeGen/SelectionDAGNodes.h
+1-3llvm/include/llvm/ADT/ImmutableList.h
+5-93 files

FreeBSD/ports 7dda345net-im/deltachat-desktop pkg-plist distinfo, net-im/deltachat-desktop/files/packagejsons pnpm-lock.yaml package.json

net-im/deltachat-desktop: Update to 2.51.0
DeltaFile
+209-256net-im/deltachat-desktop/files/packagejsons/pnpm-lock.yaml
+64-46net-im/deltachat-desktop/pkg-plist
+11-7net-im/deltachat-desktop/files/packagejsons/package.json
+7-7net-im/deltachat-desktop/distinfo
+5-6net-im/deltachat-desktop/files/packagejsons/packages/frontend/package.json
+5-5net-im/deltachat-desktop/files/packagejsons/packages/target-tauri/package.json
+301-3274 files not shown
+315-33910 files

FreeBSD/ports b5989d0net/deltachat-rpc-server distinfo Makefile.crates

net/deltachat-rpc-server: Update to 2.51.0
DeltaFile
+51-37net/deltachat-rpc-server/distinfo
+24-17net/deltachat-rpc-server/Makefile.crates
+2-2net/deltachat-rpc-server/Makefile
+77-563 files

Linux/linux 77e8e68include/linux rseq_entry.h

Merge tag 'sched-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull rseq fix from Ingo Molnar:

 - Fix uninitialized stack variable in rseq_exit_user_update() (Qing
   Wang)

* tag 'sched-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  rseq: Fix using an uninitialized stack variable in rseq_exit_user_update()
DeltaFile
+3-2include/linux/rseq_entry.h
+3-21 files

FreeBSD/ports ab8ed1bemulators/libmt32emu distinfo Makefile

emulators/libmt32emu: Update 2.8.2 => 2.8.3

Changelog:
https://github.com/munt/munt/compare/libmt32emu_2_8_2...libmt32emu_2_8_3

PR:             295919
Reported by:    Stefan Schlosser <bsdcode at disroot.org> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3emulators/libmt32emu/distinfo
+1-1emulators/libmt32emu/Makefile
+4-42 files

NetBSD/pkgsrc-wip a7d0bfe. TODO, pitchfork distinfo cargo-depends.mk

pitchfork: update to 2.12.1
DeltaFile
+0-464pitchfork/patches/patch-src_boot__manager.rs
+108-115pitchfork/distinfo
+35-37pitchfork/cargo-depends.mk
+20-10pitchfork/DESCR
+1-1pitchfork/Makefile
+0-1TODO
+164-6286 files

NetBSD/src kcWY8QLsys/dev/acpi sdhc_acpi.c

   PR/60314 Raspberry PI 5 SD support doesn't work under UEFI

   Apply the necessary SDHC_FLAG_* flags to make the Broadcom STB SDHCI
   controllers (Arasan IP) with HID BRCM5D12 work.

   Thanks to Jared for help with this.
VersionDeltaFile
1.24+11-2sys/dev/acpi/sdhc_acpi.c
+11-21 files

LLVM/project 8b05911compiler-rt CMakeLists.txt

compiler-rt: Suppress -g error for gpu builds

Currently a RelWithDebInfo build fails when gpu targets
are enabled enabled as runtime targets, since clang will error
with -g.

Co-Authored-By: Claude Sonnet 4.5 <noreply at anthropic.com>
DeltaFile
+13-10compiler-rt/CMakeLists.txt
+13-101 files

Linux/linux 96c1ddbkernel/futex requeue.c, kernel/locking rtmutex.c rtmutex_api.c

Merge tag 'locking-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking fixes from Ingo Molnar:

 - Fix a NULL pointer dereference bug in the FUTEX_CMP_REQUEUE_PI
   code (Ji'an Zhou)

 - Fix a NULL pointer dereference bug in the rtmutex code (Davidlohr
   Bueso)

* tag 'locking-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  locking/rtmutex: Skip remove_waiter() when waiter is not enqueued
  futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock
DeltaFile
+6-0kernel/futex/requeue.c
+3-0kernel/locking/rtmutex.c
+1-1kernel/locking/rtmutex_api.c
+10-13 files

Linux/linux e2264c5drivers/regulator Kconfig

Merge tag 'regulator-fix-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator

Pull regulator fix from Mark Brown:
 "Arnd's randconfig testing turned up a missing selection of
  CONFIG_IRQ_DOMAIN which was causing build breaks"

* tag 'regulator-fix-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
  regulator: mt6363: select CONFIG_IRQ_DOMAIN
DeltaFile
+1-0drivers/regulator/Kconfig
+1-01 files

NetBSD/pkgsrc uhqqwaOdoc TODO CHANGES-2026

   doc: Updated devel/jj to 0.42.0
VersionDeltaFile
1.27356+1-2doc/TODO
1.3595+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc ZvCgOC9devel/jj distinfo cargo-depends.mk

   jj: update to 0.42.0.

   Release highlights

       Switched to the mimalloc memory allocator for better multi-threaded
       performance.

   Breaking changes

       The following deprecated command options have been removed:
           jj commit --reset-author/--author
           jj describe --no-edit/--edit/--reset-author/--author
           jj git push --allow-new
           jj metaedit --update-committer-timestamp

       The following deprecated config options have been removed:
           git.auto-local-bookmark
           git.push-new-bookmarks


    [42 lines not shown]
VersionDeltaFile
1.35+190-193devel/jj/distinfo
1.34+62-63devel/jj/cargo-depends.mk
1.41+2-2devel/jj/Makefile
+254-2583 files

NetBSD/pkgsrc 1JCFDMKdoc CHANGES-2026 TODO

   doc: Updated audio/alsa-lib to 1.2.16
VersionDeltaFile
1.3594+2-1doc/CHANGES-2026
1.27355+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc eQQnQ2laudio/alsa-lib distinfo Makefile, audio/alsa-lib/patches patch-configure.ac

   alsa-lib: update to 1.2.16.

   Core

       Release v1.2.16
       configure: update to autoconf v2.72
       pcm: use new logging for hw_params dump, add pcm_params log interface
       github: add pr-validation and label-automation workflows

   Control API

       Revert "snd_tlv_convert_to_dB: Fix mute handling for MINMAX_MUTE type"
       control: remap - fix memory leak in remap_load_list()
       control: remap - cosmetic code reorganization
       control: remap - fix numid lookup issue
       control: ctlparse - make numid parsing more robust

   PCM API


    [43 lines not shown]
VersionDeltaFile
1.50+5-5audio/alsa-lib/distinfo
1.5+4-4audio/alsa-lib/patches/patch-configure.ac
1.40+2-2audio/alsa-lib/Makefile
+11-113 files

NetBSD/pkgsrc-wip 5341a76powerdns-recursor distinfo cargo-depends.mk, powerdns-recursor/files/smf manifest.xml pdns_recursor.sh

powerdns-recursor: remove, imported to pkgsrc
DeltaFile
+0-301powerdns-recursor/distinfo
+0-100powerdns-recursor/cargo-depends.mk
+0-51powerdns-recursor/Makefile
+0-30powerdns-recursor/files/smf/manifest.xml
+0-24powerdns-recursor/patches/patch-rec-rust-lib_rust_Makefile.am
+0-24powerdns-recursor/files/smf/pdns_recursor.sh
+0-5306 files not shown
+0-60012 files

NetBSD/pkgsrc R6pOmG2doc CHANGES-2026 TODO

   doc: Updated www/miniflux to 2.3.1
VersionDeltaFile
1.3593+2-1doc/CHANGES-2026
1.27354+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc xcTEjRMwww/miniflux distinfo go-modules.mk

   miniflux: update to 2.3.1.

   Security

       Fixed an OAuth account binding vulnerability that could allow users to associate arbitrary OAuth identities with their account.
       Fixed an open redirect vulnerability caused by backslashes in relative redirect URLs.
       Fixed a potential SQL injection vulnerability in dynamically generated ORDER BY clauses.
       Hardened metrics endpoint authentication by using constant-time credential comparisons.

   Bug Fixes

       Fixed an issue where the stdlib cross-origin protection middleware could block legitimate requests in certain self-hosted environments. The middleware has been reverted.

   Improvements

       Added Korean language support.
       Improved HTML truncation performance and reduced memory allocations.
       Optimized feed discovery, subscription detection, date parsing, and tag filtering.
       Simplified and refactored several storage and query-building components for better maintainability.

    [4 lines not shown]
VersionDeltaFile
1.9+40-40www/miniflux/distinfo
1.8+12-12www/miniflux/go-modules.mk
1.19+2-3www/miniflux/Makefile
+54-553 files

NetBSD/pkgsrc nKnEIpodoc TODO CHANGES-2026

   doc: Updated shells/zsh to 5.9.1
VersionDeltaFile
1.27353+1-2doc/TODO
1.3592+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc RFfIHyashells/zsh PLIST distinfo, shells/zsh/patches patch-configure.ac patch-Completion_Unix_Command___imagemagick

   zsh: update to 5.9.1.

   Changes since 5.9
   -----------------

   POSIX real-time signals (SIGRTMIN etc) are now supported by the kill
   and trap builtins, TRAP* functions, and the signals parameter, where
   available.

   The kill builtin learnt a new option -q to send the signal via
   sigqueue(3) along with an arbitrary integer value, where available.

   The kill builtin also learnt a new -L option to print a list of all
   known signal numbers and their names.

   The new completion helper _as_if can be used to complete one command as
   if it were another command with particular arguments.
VersionDeltaFile
1.13+7-132shells/zsh/patches/patch-configure.ac
1.45+33-4shells/zsh/PLIST
1.83+5-8shells/zsh/distinfo
1.110+3-4shells/zsh/Makefile
1.2+1-1shells/zsh/patches/patch-Completion_Unix_Command___imagemagick
1.2+1-1shells/zsh/patches/patch-Completion_Unix_Type___diff__options
+50-1501 files not shown
+51-1517 files