LLVM/project 3944d84flang/docs ReleaseNotes.md

review comments, Tarun
DeltaFile
+3-3flang/docs/ReleaseNotes.md
+3-31 files

LLVM/project 0e3a96dllvm/test/CodeGen/X86 vector-shuffle-512-v64.ll

[X86] Add test coverage for #137422 (#182832)

DeltaFile
+73-0llvm/test/CodeGen/X86/vector-shuffle-512-v64.ll
+73-01 files

LLVM/project 532d229flang/docs ReleaseNotes.md

[flang][ReleaseNotes] Add `do concurrent` parallelizatio note
DeltaFile
+12-0flang/docs/ReleaseNotes.md
+12-01 files

OPNSense/plugins a6acffd. CONTRIBUTING.md

Update contributing with a small section about new plugins (#5231)

DeltaFile
+13-0CONTRIBUTING.md
+13-01 files

OPNSense/plugins 8ba4498. CONTRIBUTING.md

Apply suggestion from @fichtner
DeltaFile
+1-0CONTRIBUTING.md
+1-01 files

FreeBSD/ports 139da2fdatabases/jrrd Makefile

databases/jrrd: belatedly bump portrevision for deprecation

Extend the expiration_date with a month to give (unexpected) users
some more time to give feedback.

Approved-by:    no maintainer
DeltaFile
+3-3databases/jrrd/Makefile
+3-31 files

LLVM/project fd44b06clang/include/clang/Analysis/Analyses/LifetimeSafety LifetimeSafety.h, clang/include/clang/Basic DiagnosticGroups.td DiagnosticSemaKinds.td

[LifetimeSafety] Reorganize diagnostic groups and remove confidence-based warnings (#179309)

Reorganized lifetime safety diagnostic groups to be more granular and
renamed diagnostic messages for better clarity.

- **Diagnostic Group Restructuring**: Split lifetime safety warnings
into more specific categories:
- `lifetime-safety-use-after-scope` and
`lifetime-safety-use-after-scope-moved` for scope-related issues
- `lifetime-safety-return-stack-addr` and
`lifetime-safety-return-stack-addr-moved` for return address issues
- `lifetime-safety-dangling-field` and
`lifetime-safety-dangling-field-moved` for field reference issues
- Added new umbrella groups `lifetime-safety-validations` and
`lifetime-safety-all`
- **Diagnostic Message Updates**: Renamed warning diagnostics from
generic "loan expires" terminology to more specific messages like "use
after scope" and "return stack addr"
- **Code Cleanup**: Removed `Confidence` logic (based on possible vs

    [22 lines not shown]
DeltaFile
+59-12clang/include/clang/Basic/DiagnosticGroups.td
+10-15clang/lib/Sema/AnalysisBasedWarnings.cpp
+9-12clang/include/clang/Basic/DiagnosticSemaKinds.td
+9-9clang/test/Sema/warn-lifetime-safety.cpp
+2-0clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeSafety.h
+89-485 files

LLVM/project 302dcballvm/lib/Frontend/OpenMP OMPIRBuilder.cpp, mlir/test/Target/LLVMIR omptarget-parallel-llvm.mlir

[OpenMP][OMPIRBuilder] Support parallel in Generic kernels

This patch introduces codegen logic to produce a wrapper function argument for
the `__kmpc_parallel_51` DeviceRTL function needed to handle arguments passed
using device shared memory in Generic mode.
DeltaFile
+94-6llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
+22-3mlir/test/Target/LLVMIR/omptarget-parallel-llvm.mlir
+116-92 files

LLVM/project dbda6bdllvm/lib/Frontend/OpenMP OMPIRBuilder.cpp

Address review comments
DeltaFile
+7-7llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
+7-71 files

LLVM/project 51da22dllvm/lib/Frontend/OpenMP OMPIRBuilder.cpp

formatting
DeltaFile
+2-2llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
+2-21 files

LLVM/project 36d60b1clang/docs/analyzer checkers.rst, clang/include/clang/StaticAnalyzer/Checkers Checkers.td

[analyzer] New checker: optin.core.UnconditionalVAArg (#175602)

Add a new optin checker which reports variadic functions that
unconditionally use `va_arg()`. It would be undefined behavior to call
such functions without passing any variadic arguments, so the SEI-CERT
rule EXP47-C says that this pattern should be avoided.

As this part of this SEI-CERT rule focuses on a very narrow area, I
aimed to write a simple and stable checker that can report basic "clear"
occurrences of this fault. It would be possible to cover some additional
corner cases, but it isn't worth the effort.
DeltaFile
+274-0clang/test/Analysis/unconditional-va_arg.c
+175-0clang/lib/StaticAnalyzer/Checkers/UnconditionalVAArgChecker.cpp
+43-0clang/docs/analyzer/checkers.rst
+5-0clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
+4-0clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
+1-1clang/lib/StaticAnalyzer/Checkers/VAListChecker.cpp
+502-12 files not shown
+504-18 files

LLVM/project d70d18bmlir/test/lib/Dialect/Test TestAttributes.cpp

[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TestAttributes.cpp (NFC)
DeltaFile
+1-1mlir/test/lib/Dialect/Test/TestAttributes.cpp
+1-11 files

FreeBSD/ports 0882ac8sysutils/podman Makefile, sysutils/podman/files podman.in

sysutils/podman: Revert "Allow setting ownership on auto-created socket"

This works functionally, but is being managed by the incorrect daemon.
Podman alone simply ensures auto-start of containers; podman_service
provides the API. This will be corrected in an upcoming commit.

This reverts commit 2c53428ae117108d41eb4e19935ed98b478f4f7f.
DeltaFile
+0-32sysutils/podman/files/podman.in
+1-1sysutils/podman/Makefile
+1-332 files

OpenBSD/ports DE4GF7lsysutils/py-filelock distinfo Makefile

   update to py3-filelock-3.24.3
VersionDeltaFile
1.23+2-2sysutils/py-filelock/distinfo
1.33+1-1sysutils/py-filelock/Makefile
+3-32 files

OpenBSD/ports lSetTTFtextproc/py-chardet Makefile distinfo, textproc/py-chardet/pkg PLIST

   update to py3-chardet-6.0.0.post1
VersionDeltaFile
1.14+121-16textproc/py-chardet/pkg/PLIST
1.31+6-5textproc/py-chardet/Makefile
1.11+2-2textproc/py-chardet/distinfo
+129-233 files

OpenBSD/ports 4LdOICxwww/py-requests Makefile

   py-requests: relax chardet version requirements.

   requests can use chardet if available (though is not a forced dependency)
   and, if installed, it checks the version number. relax this check to allow
   updating chardet. from upstream.
VersionDeltaFile
1.70+1-0www/py-requests/Makefile
+1-01 files

OpenBSD/ports xrlOQ8Uwww/py-requests/patches patch-setup_py patch-src_requests___init___py

   py-requests: relax chardet version requirements.

   requests can use chardet if available (though is not a forced dependency)
   and, if installed, it checks the version number. relax this check to allow
   updating chardet. from upstream.
VersionDeltaFile
1.9+13-13www/py-requests/patches/patch-setup_py
1.1+17-0www/py-requests/patches/patch-src_requests___init___py
+30-132 files

OpenBSD/ports C0WvvoCdevel/py-test-httpserver distinfo Makefile, devel/py-test-httpserver/pkg PLIST

   update to py3-test-httpserver-1.1.5
VersionDeltaFile
1.10+2-2devel/py-test-httpserver/distinfo
1.13+1-3devel/py-test-httpserver/Makefile
1.6+3-0devel/py-test-httpserver/pkg/PLIST
+6-53 files

OpenBSD/ports HKqWgUjsecurity/pebble distinfo modules.inc

   update to pebble-2.10.0
VersionDeltaFile
1.4+6-22security/pebble/distinfo
1.2+2-9security/pebble/modules.inc
1.4+1-1security/pebble/Makefile
+9-323 files

FreeBSD/ports 71e5953textproc/jo Makefile distinfo

textproc/jo: Update version 1.6=>1.7

Changelog: https://github.com/jpmens/jo/releases/tag/1.7
DeltaFile
+2-4textproc/jo/Makefile
+3-3textproc/jo/distinfo
+5-72 files

FreeBSD/ports 63f5807textproc/groonga distinfo Makefile

textproc/groonga: Update version 15.1.8=>15.1.9

Changelog: https://groonga.org/docs/news/15.html#release-15-1-9
DeltaFile
+3-3textproc/groonga/distinfo
+1-1textproc/groonga/Makefile
+4-42 files

FreeBSD/ports 3510f75net-mgmt/bgpq4 distinfo Makefile

net-mgmt/bgpq4: Update version 1.13=>1.14

Changelog: https://github.com/bgp/bgpq4/releases/tag/1.14
DeltaFile
+3-3net-mgmt/bgpq4/distinfo
+1-1net-mgmt/bgpq4/Makefile
+4-42 files

FreeBSD/ports 3df9112sysutils/httm distinfo Makefile.crates

sysutils/httm: Update version 0.48.3=>0.48.4

Changelog: https://github.com/kimono-koans/httm/releases/tag/0.48.4
DeltaFile
+5-5sysutils/httm/distinfo
+1-1sysutils/httm/Makefile.crates
+1-1sysutils/httm/Makefile
+7-73 files

FreeBSD/ports c81448ftextproc/cg3 distinfo Makefile

textproc/cg3: Update version 1.3.6=>1.3.7

Changelog: https://github.com/GrammarSoft/cg3/releases/tag/v1.3.7
DeltaFile
+3-3textproc/cg3/distinfo
+1-2textproc/cg3/Makefile
+4-52 files

FreeBSD/ports e5deb9fx11/mrxvt Makefile

x11/mrxvt: Mark DEPRECATED

- Upstream unmaintained
- Known vulnerabilities [1]
- Set EXPIRATION_DATE 2026-03-31

1. https://nvd.nist.gov/vuln/detail/CVE-2021-33477

If someone needs this port feel free to undeprecate and takeover
maintainership.
DeltaFile
+4-0x11/mrxvt/Makefile
+4-01 files

FreeBSD/ports e827cacsysutils/tmate Makefile

sysutils/tmate: Mark DEPRECATED

- Upstreaam unmaintained
- WWW unavailable
- Set EXPIRATION_DATE 2026-03-31

If someone needs this port feel free to undeprecate and takeover
maintainership.
DeltaFile
+4-2sysutils/tmate/Makefile
+4-21 files

FreeBSD/ports d7018fcdevel/radare2 pkg-plist distinfo

devel/radare2: Update version 5.9.6=>5.9.8

Changelog: https://github.com/radareorg/radare2/releases/tag/5.9.8
DeltaFile
+22-0devel/radare2/pkg-plist
+3-3devel/radare2/distinfo
+1-1devel/radare2/Makefile
+26-43 files

FreeBSD/ports 928e589www/dojo Makefile distinfo

www/dojo: Update version 1.12.3=>1.12.11

Changelog: https://github.com/dojo/dojo/releases/tag/1.12.11
DeltaFile
+22-22www/dojo/Makefile
+3-3www/dojo/distinfo
+25-252 files

FreeBSD/ports 17cd356sysutils/tmate-ssh-server Makefile

sysutils/tmate-ssh-server: Mark DEPRECATED

- Upstreaam unmaintained
- WWW unavailable
- Set EXPIRATION_DATE 2026-03-30

If someone needs this port feel free to undeprecate and takeover
maintainership.
DeltaFile
+8-4sysutils/tmate-ssh-server/Makefile
+8-41 files

FreeBSD/ports 7366d12net/usbredir Makefile distinfo

net/usbredir: Update version 0.8.0=>0.9.0

- Update MASTER_SITE
- Update WWW

Changelog: https://gitlab.freedesktop.org/spice/usbredir/-/tags/usbredir-0.9.0
DeltaFile
+9-7net/usbredir/Makefile
+3-3net/usbredir/distinfo
+2-2net/usbredir/pkg-plist
+14-123 files