OPNSense/core bab9a40src/opnsense/mvc/app/controllers/OPNsense/Base ControllerBase.php, src/opnsense/mvc/app/views/layout_partials base_dialog.volt

MVC:ui - [WIP] refactor base_dialog and parseFormNode to simplify the template for https://github.com/opnsense/core/issues/9955
DeltaFile
+32-81src/opnsense/mvc/app/views/layout_partials/base_dialog.volt
+33-3src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php
+65-842 files

OpenBSD/ports 3BROHvVprint/lilypond/patches patch-lily_include_smobs_hh

   print/lilypond: fix build with llvm 22.
VersionDeltaFile
1.5+11-26print/lilypond/patches/patch-lily_include_smobs_hh
+11-261 files

LLVM/project e6c7b7dllvm/test/Transforms/LoopInterchange fp-reductions.ll reductions-across-inner-and-outer-loop.ll

[LoopInterchange] Use UTC as much as possible (NFC)
DeltaFile
+364-49llvm/test/Transforms/LoopInterchange/fp-reductions.ll
+209-117llvm/test/Transforms/LoopInterchange/reductions-across-inner-and-outer-loop.ll
+277-43llvm/test/Transforms/LoopInterchange/reductions-non-wrapped-operations.ll
+188-40llvm/test/Transforms/LoopInterchange/legality-for-scalar-deps.ll
+148-33llvm/test/Transforms/LoopInterchange/profitability-vectorization-heuristic.ll
+97-45llvm/test/Transforms/LoopInterchange/currentLimitation.ll
+1,283-32716 files not shown
+2,089-56822 files

LLVM/project 145abf9llvm/lib/Transforms/Scalar LoopInterchange.cpp, llvm/test/Transforms/LoopInterchange reduction-anyof.ll reductions-non-wrapped-operations.ll

[LoopInterchange] Reject interchange when AnyOf reduction exists
DeltaFile
+10-22llvm/test/Transforms/LoopInterchange/reduction-anyof.ll
+16-1llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+6-3llvm/test/Transforms/LoopInterchange/reductions-non-wrapped-operations.ll
+32-263 files

LLVM/project 3b62612llvm/test/Transforms/LoopInterchange reduction-anyof.ll

[LoopInterchange] Add test for loop contains AnyOf reduction (NFC) (#202091)

This patch adds the test case raised in #202089. The issue will be fixed
by a follow-up patch #202092.
DeltaFile
+90-0llvm/test/Transforms/LoopInterchange/reduction-anyof.ll
+90-01 files

NetBSD/pkgsrc ad7Ke4znet/radsecproxy Makefile distinfo, net/radsecproxy/patches patch-radsecproxy.c patch-radmsg.c

   radsecproxy: updated to 1.11.2

   1.11.2
   Bug Fixes:
   - Fix Message-Authenticator validation for Accounting-Response

   1.11.1
   Bug Fixes:
   - Fix wrong DN in certificate request
   - Fix memory leak when using SIGHUP
   - Fix exit when dyndisc script returns illegal PSKkey
   - Fix logging during config check
   - Fix invalid realm configs are ignored
   - Fix default tls block selection

   Misc:
   - Improve message-authenticator logging

   1.11.0

    [17 lines not shown]
VersionDeltaFile
1.1+75-0net/radsecproxy/patches/patch-radsecproxy.c
1.1+63-0net/radsecproxy/patches/patch-radmsg.c
1.1+41-0net/radsecproxy/patches/patch-fticks__hashmac.c
1.19+8-10net/radsecproxy/Makefile
1.13+7-5net/radsecproxy/distinfo
1.2+1-1net/radsecproxy/patches/patch-rewrite.c
+195-166 files

NetBSD/pkgsrc jBpT6LGnet/chrony distinfo Makefile, net/chrony/patches patch-cmac__nettle.c patch-hash__nettle.c

   chrony: Add support for Nettle 4.0; bump revision
VersionDeltaFile
1.1+60-0net/chrony/patches/patch-cmac__nettle.c
1.1+45-0net/chrony/patches/patch-hash__nettle.c
1.2+13-1net/chrony/patches/patch-configure
1.21+4-2net/chrony/distinfo
1.65+2-2net/chrony/Makefile
+124-55 files

NetBSD/pkgsrc Qxx5OlGnet/rtmpdump Makefile distinfo, net/rtmpdump/patches patch-Makefile patch-librtmp_Makefile

   rtmpdump: switch to openssl (which is the default) to fix problem building with nettle 4.0
VersionDeltaFile
1.10+1-14net/rtmpdump/patches/patch-Makefile
1.8+1-13net/rtmpdump/patches/patch-librtmp_Makefile
1.34+4-4net/rtmpdump/Makefile
1.15+3-3net/rtmpdump/distinfo
1.27+2-2net/rtmpdump/buildlink3.mk
+11-365 files

OpenBSD/ports ObrKU0Dlang/python/3 distinfo Makefile, lang/python/3/patches patch-Makefile_pre_in patch-configure_ac

   update python to 3.14.5

   ok kmos@ (MAINTAINER), tb@
VersionDeltaFile
1.15+1-4lang/python/3/pkg/PLIST-tests
1.13+2-2lang/python/3/distinfo
1.30+1-2lang/python/3/Makefile
1.4+1-1lang/python/3/patches/patch-Makefile_pre_in
1.7+1-1lang/python/3/patches/patch-configure_ac
1.22+1-1lang/python/3/pkg/PLIST-main
+7-116 files not shown
+7-1312 files

NetBSD/pkgsrc-wip 390b929. TODO, crush Makefile go-modules.mk

crush: Fixed version information, thx to iquiw
DeltaFile
+3-0crush/Makefile
+0-1crush/go-modules.mk
+0-1TODO
+3-23 files

LLVM/project 1b0d35aclang/include/clang/AST DeclTemplate.h, clang/lib/Sema SemaTemplateInstantiate.cpp SemaTemplateInstantiateDecl.cpp

Merge branch 'main' into users/kasuga-fj/loop-interchange-add-test-anyof
DeltaFile
+194-429clang/lib/Sema/SemaTemplateInstantiate.cpp
+275-165clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
+151-147clang/lib/Sema/SemaTemplate.cpp
+206-0clang/test/Analysis/array-of-structs-initializer.cpp
+96-95clang/include/clang/AST/DeclTemplate.h
+59-129clang/lib/Sema/SemaConcept.cpp
+981-965127 files not shown
+2,809-2,159133 files

FreeBSD/src b1ad740sys/dev/vt vt_buf.c vt_core.c

vt: Avoid integer overflow in CONS_HISTORY ioctl

Reviewed by:    markj, vexeduxr
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57250

(cherry picked from commit 0ae946e7223df5ef3f7980af1d774d7f593f6421)
(cherry picked from commit deaaddf1d3c4283649945553ad7e3208c8424308)
(cherry picked from commit b5a4f4bfbc95d5d5361da708728f7f4a6db2ee60)
DeltaFile
+4-5sys/dev/vt/vt_buf.c
+4-2sys/dev/vt/vt_core.c
+8-72 files

FreeBSD/src b5a4f4bsys/dev/vt vt_buf.c vt_core.c

vt: Avoid integer overflow in CONS_HISTORY ioctl

Reviewed by:    markj, vexeduxr
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57250

(cherry picked from commit 0ae946e7223df5ef3f7980af1d774d7f593f6421)
(cherry picked from commit deaaddf1d3c4283649945553ad7e3208c8424308)
DeltaFile
+4-5sys/dev/vt/vt_buf.c
+4-2sys/dev/vt/vt_core.c
+8-72 files

FreeBSD/src deaaddfsys/dev/vt vt_buf.c vt_core.c

vt: Avoid integer overflow in CONS_HISTORY ioctl

Reviewed by:    markj, vexeduxr
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57250

(cherry picked from commit 0ae946e7223df5ef3f7980af1d774d7f593f6421)
DeltaFile
+4-5sys/dev/vt/vt_buf.c
+4-2sys/dev/vt/vt_core.c
+8-72 files

OpenBSD/ports SAGOHfGgraphics/py-matplotlib-inline Makefile distinfo, graphics/py-matplotlib-inline/pkg PLIST

   update matplotlib-inline to 0.2.2
VersionDeltaFile
1.11+4-5graphics/py-matplotlib-inline/Makefile
1.3+2-2graphics/py-matplotlib-inline/distinfo
1.7+2-1graphics/py-matplotlib-inline/pkg/PLIST
+8-83 files

FreeBSD/ports 9f5734cdevel/jetbrains-clion pkg-plist distinfo

devel/jetbrains-clion: update: 2026.1.1 -> 2026.1.2

PR:             295483
Approved by:    maintainer timeout, >2 weeks
Tested by:      novel

Sponsored by:   tipi.work
DeltaFile
+66-30devel/jetbrains-clion/pkg-plist
+3-3devel/jetbrains-clion/distinfo
+5-1devel/jetbrains-clion/Makefile
+74-343 files

Dreckly/dreckly 65d2512biology/rna-star Makefile distinfo, biology/rna-star/patches patch-Parameters__openReadsFiles.cpp patch-SharedMemory.cpp

biology/rna-star: Update to 2.7.11b and fix build with clang17

Add separate OpenMP flags for clang >= 17
DeltaFile
+15-5biology/rna-star/Makefile
+19-0biology/rna-star/patches/patch-Parameters__openReadsFiles.cpp
+5-4biology/rna-star/distinfo
+1-1biology/rna-star/patches/patch-SharedMemory.cpp
+1-1biology/rna-star/patches/patch-SuffixArrayFuns.cpp
+1-1biology/rna-star/patches/patch-bamSortByCoordinate.cpp
+42-124 files not shown
+46-1610 files

FreeBSD/ports 55ce385sysutils/mise distinfo Makefile

sysutils/mise: update 2026.6.0 → 2026.6.1
DeltaFile
+203-197sysutils/mise/distinfo
+101-99sysutils/mise/Makefile
+304-2962 files

FreeBSD/ports 26cb067misc/github-copilot-cli Makefile

misc/github-copilot-cli: add patch to solve the 'Unsupported platform' error
DeltaFile
+16-0misc/github-copilot-cli/Makefile
+16-01 files

FreeBSD/ports 7ef5a59audio/py-SoundFile Makefile distinfo

audio/py-SoundFile: update 0.13.1 → 0.14.0
DeltaFile
+9-7audio/py-SoundFile/Makefile
+3-3audio/py-SoundFile/distinfo
+0-3audio/py-SoundFile/pkg-plist
+12-133 files

FreeBSD/ports 4048ab7astro/py-pyvo Makefile distinfo, astro/py-pyvo/files patch-setup.cfg

astro/py-pyvo: update 1.8.1 → 1.9.0
DeltaFile
+12-0astro/py-pyvo/files/patch-setup.cfg
+6-5astro/py-pyvo/Makefile
+3-3astro/py-pyvo/distinfo
+21-83 files

FreeBSD/ports f6bb06cmath/superlu-mt Makefile distinfo

math/superlu-mt: Build shared libs for both pthreads and openmp flavors

Also fix MAINTAINER which was wrong since this port was added.
DeltaFile
+6-1math/superlu-mt/Makefile
+3-1math/superlu-mt/distinfo
+1-0math/superlu-mt/pkg-plist
+10-23 files

FreeBSD/ports 77f3550dns/cascade distinfo Makefile.crates, dns/cascade/files patch-etc_config.template.toml

dns/cascade: Update version 07ba70c2e=>d016519b3

This is equivalent to BETA1.

Changelog:
https://github.com/NLnetLabs/cascade/compare/v0.1.0-alpha5...v0.1.0-beta1
DeltaFile
+381-409dns/cascade/distinfo
+189-203dns/cascade/Makefile.crates
+5-7dns/cascade/files/patch-etc_config.template.toml
+4-2dns/cascade/Makefile
+579-6214 files

FreeBSD/ports 6bb609fmath/py-graphillion distinfo Makefile

math/py-graphillion: Update version 1.7=>1.7.1

Changelog: https://github.com/graphillion/graphillion/releases/tag/v1.7.1
DeltaFile
+3-3math/py-graphillion/distinfo
+1-1math/py-graphillion/Makefile
+4-42 files

FreeBSD/ports 01f0406security/cosign distinfo Makefile

security/cosign: Update version 3.0.6=>3.1.0

Changelog: https://github.com/sigstore/cosign/releases/tag/v3.1.0
DeltaFile
+5-5security/cosign/distinfo
+2-3security/cosign/Makefile
+7-82 files

FreeBSD/ports 4aef60edevel/py-proselint Makefile distinfo

devel/py-proselint: Update version 0.14.0=>0.16.0

Changelog: https://github.com/amperser/proselint/releases/tag/v0.16.0
DeltaFile
+7-4devel/py-proselint/Makefile
+3-3devel/py-proselint/distinfo
+10-72 files

FreeBSD/ports ff08782devel/py-ptvsd distinfo Makefile

devel/py-ptvsd: Update version 3.1.0=>3.2.0
DeltaFile
+3-3devel/py-ptvsd/distinfo
+2-3devel/py-ptvsd/Makefile
+5-62 files

FreeBSD/ports 804c1aeaudio/pocketsphinx distinfo Makefile

audio/pocketsphinx: Update version 5.1.0=>5.1.1

Changelog: https://github.com/cmusphinx/pocketsphinx/releases/tag/v5.1.1
DeltaFile
+3-3audio/pocketsphinx/distinfo
+1-1audio/pocketsphinx/Makefile
+4-42 files

FreeBSD/ports 3b59938textproc/redisearch26 distinfo Makefile, textproc/redisearch26/files patch-deps_VectorSimilarity_src_VecSim_info__iterator.h

textproc/redisearch26: Update version 2.6.0=>2.6.1

Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.6.1
DeltaFile
+10-10textproc/redisearch26/files/patch-deps_VectorSimilarity_src_VecSim_info__iterator.h
+7-7textproc/redisearch26/distinfo
+3-3textproc/redisearch26/Makefile
+20-203 files

FreeBSD/ports 2c79292textproc/redisearch28 distinfo Makefile

textproc/redisearch28: Update version 2.8.0=>2.8.1

Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.8.1
DeltaFile
+5-5textproc/redisearch28/distinfo
+2-2textproc/redisearch28/Makefile
+7-72 files