13,075,767 commits found in 3 milliseconds
www/payara: Update 5.2020.4 => 7.2025.2
Changelogs:
https://github.com/payara/Payara/releases/tag/payara-server-5.2020.5
https://github.com/payara/Payara/releases/tag/payara-server-5.2020.6
https://github.com/payara/Payara/releases/tag/payara-server-5.2020.7
https://github.com/payara/Payara/releases/tag/payara-server-5.2021.1
https://github.com/payara/Payara/releases/tag/payara-server-5.2021.2
https://github.com/payara/Payara/releases/tag/payara-server-5.2021.3
https://github.com/payara/Payara/releases/tag/payara-server-5.2021.4
https://github.com/payara/Payara/releases/tag/payara-server-5.2021.5
https://github.com/payara/Payara/releases/tag/payara-server-5.2021.6
https://github.com/payara/Payara/releases/tag/payara-server-5.2021.7
https://github.com/payara/Payara/releases/tag/payara-server-5.2021.8
https://github.com/payara/Payara/releases/tag/payara-server-5.2021.9
https://github.com/payara/Payara/releases/tag/payara-server-5.2021.10
https://github.com/payara/Payara/releases/tag/payara-server-5.2022.1
https://github.com/payara/Payara/releases/tag/payara-server-5.2022.2
https://github.com/payara/Payara/releases/tag/payara-server-5.2022.3
[47 lines not shown ] FreeBSD /ports cf17d54 — graphics/opencv/files patch-modules_core_include_opencv2_core_vsx__utils.hpp graphics/opencv: fix build on powerpc64le
Add back definitions removed in https://github.com/opencv/opencv/commit/63ef786a3a0afcd44bf842f967656052d52dde09.
net-im/nchat: fix pkg-plist on powerpc / powerpc64
CMake Warning at CMakeLists.txt:104 (message):
Telegram requires little endian, auto-disabling.
LLVM /project 7cd93cb — mlir/include/mlir/Dialect/SPIRV/IR SPIRVControlFlowOps.td, mlir/test/Dialect/SPIRV/IR return-ops.mlir [mlir][spirv] Mark `spirv.ReturnValue` as `ReturnLike` (#174114)
This makes the dead value analysis consider it live.
Fixes: https://github.com/llvm/llvm-project/issues/173563 sysutils/flashrom: mark broken for 13.x
doc: Updated cad/nvc to 1.18.2nb1
cad/nvc: Fix build failure under released NetBSDs
* Support old and new ELF headers for NetBSD.
* Make BUILDLINK_DEPMETHOD for devel/check as build and bump PKGREVISION.
doc: Added editors/reovim version 0.7.8
Add reovim
editors/reovim: add package
A Rust-powered neovim-like text editor.
Project Goals
- Fastest-reaction editor: Minimal latency, instant response
- Scalability: Handles large files and complex operations
- Zero-warning policy: All code must compile warning-free
doc: Updated devel/serie to 0.5.7
devel/serie: update to 0.5.7
- Add detail color configs by @lusingander in #113
- Add configurable clipboard command support by @leakedmemory in #114
doc: Updated shells/oh-my-posh to 28.9.0
shells/oh-my-posh: update to 28.9.0
Bug Fixes
- docs: update broken link of go.mod (a91951d)
- docs: update broken links (e102bae)
Features
- update linux mint icon (ea9c9f0)
LLVM /project 02bf270 — mlir/lib/Conversion/SCFToSPIRV SCFToSPIRVPass.cpp, mlir/lib/Dialect/SPIRV/Transforms SPIRVConversion.cpp [mlir][spirv] Allow unrealized casts in scf-to-spirv (#174111)
This is required for signature conversion to work.
Fixes: https://github.com/llvm/llvm-project/issues/173564 [flang] Emit warnings, not errors, for bad subscripts in dead code (#174040)
When semantics is checking expressions in known dead branches of IF
constructs, errors should not be fatal; emit warnings instead, and allow
them to be disabled.
Fixes https://github.com/llvm/llvm-project/issues/171844. reovim: remove from wip
net-im/conduit: Update to 0.10.11
MFH: 2025Q4
(cherry picked from commit b1b70066f0dbc2749aa41652810b5bff3dccc9da )
net-im/conduit: Update to 0.10.11
MFH: 2025Q4
pkg-vulnerabilities: add last 24 hours CVEs
+ ImageMagick,
fontforge (not fixed, please see also
<https://github.com/fontforge/fontforge/issues/5706> ),
libpcap,
libsodium (1.0.21 not yet released, but it will contain such fixes),
matio (not fixed),
php-composer, py-cbor2, ruby-uri,
sox (probably not fixed, no information from upstream)
lang/kotlin: Update 2.1.20 → 2.3.0
Release notes:
https://github.com/JetBrains/kotlin/releases/tag/v2.3.0
https://blog.jetbrains.com/kotlin/2025/12/kotlin-2-3-0-released/
FreeBSD /ports 722b555 — editors/zed Makefile, editors/zed/files patch-crates_project_src_debugger_session.rs editors/zed: workaround for GDB issue
This patch is temporary workaround for GDB issue reported in GitHub:
https://github.com/zed-industries/zed/issues/41753
The subtle is incorrect handling of "setExceptionBreakpoints" resulting into
message "error: notStopped". To avoid it let's skip this call for a while.
At least it works for me
PR: 291998
Approved by: tagattie@
net-im/mautrix-whatsapp: Update 0.12.4 => 0.2512.0
Changelogs:
https://github.com/mautrix/whatsapp/releases/tag/v0.12.5
https://github.com/mautrix/whatsapp/releases/tag/v0.2510.0
https://github.com/mautrix/whatsapp/releases/tag/v0.2511.0
https://github.com/mautrix/whatsapp/releases/tag/v0.2512.0
While here merge 2 MKDIRs.
PR: 291977
gate standalone
LLVM /project 14dd9b7 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python MainModule.cpp IRCore.cpp factor out more impls
fix after rebase
try twolevel_namespace
LLVM /project ab04783 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python IRCore.cpp MainModule.cpp move impls
LLVM /project bf596cd — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python Pass.cpp jakub's suggestion
LLVM /project 2e3a6df — mlir/cmake/modules AddMLIRPython.cmake, mlir/docs/Bindings Python.md address comments