Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: openRuyi 2026.04 发布
authors: [misaka00251]
tags: [release]
image: /img/openRuyi-social-card.png
date: 2026-04-30
---

我们很高兴宣布 openRuyi 2026 年 4 月版本正式发布。

openRuyi 本月持续面向 RISC-V 平台完善发行版能力,并在内核、启动链路、软件包生态和构建基础设施等方面稳步推进。

{/* truncate */}

## 亮点

* **内核与底层平台更新**:主线内核更新至 7.0.2,将 LTS 内核更新至 6.18.25,并且还同步更新了大量与 RISC-V 相关的补丁和配置。

* **Secure Boot / UEFI 能力增强**:继续推进 `shim`、`ovmf` 和 `grub` 等关键组件的相关工作,进一步完善了启动链路,并增强了整体的 Secure Boot 与 UEFI 支持。

* **生态扩展持续加快**:在桌面、多媒体、容器、AI 和服务端开发等方向新增并更新了多款软件包,其中具有代表性的包括 `vlc`、`opencv`、`buildah` 和 `fastapi`。

## 其他改进

* 持续改善构建兼容性与工具链集成,包括修复与 `glibc 2.43` / C23 迁移相关的问题。

## 安全更新

本月完成了多项安全更新,包括对 Ruby [CVE-2026-41316](https://www.cve.org/CVERecord?id=CVE-2026-41316) 的修复,以及对 OpenSSH [CVE-2025-26465](https://www.cve.org/CVERecord?id=CVE-2025-26465) 和 [CVE-2025-26466](https://www.cve.org/CVERecord?id=CVE-2025-26466) 的修复。与此同时,还更新了多个其他重要组件,包括 `openssl`、`openjdk` 和 `vim`。

openRuyi 提供四种面向不同场景的版本:**Server**、**Container**、**Desktop** 和 **Zero (BSP 验证)**。你可以在[这里](https://releases.openruyi.cn/creek/2026.04/rva23/)下载。

***

欢迎社区对本次发布进行测试,并向我们反馈意见。
35 changes: 35 additions & 0 deletions news/releases/2026-04/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: openRuyi 2026.04 Release
authors: [misaka00251]
tags: [release]
image: /img/openRuyi-social-card.png
date: 2026-04-30
---

We are pleased to announce the April 2026 release of openRuyi.

openRuyi made steady progress across the kernel, boot stack, package ecosystem, and build infrastructure for RISC-V platforms in this release.

{/* truncate */}

## Highlights

* **Kernel and platform updates**: We updated mainline kernel to 7.0.2, and LTS kernel to 6.18.25. We also refreshed a large set of RISC-V related patches and configurations.

* **Secure Boot / UEFI enablement**: We expanded the boot chain by continuing work on key components such as `shim`, `ovmf`, and `grub`, thereby improving overall Secure Boot and UEFI support.

* **Faster ecosystem growth**: We added and updated packages across desktop, multimedia, containers, AI, and server-side development. Representative additions and updates include `vlc`, `opencv`, `buildah`, and `fastapi`.

## Other Improvements

* We improved build compatibility and toolchain integration, including fixes related to the `glibc 2.43` / C23 transition.

## Security Updates

We delivered multiple security updates this month, including a fix for Ruby [CVE-2026-41316](https://www.cve.org/CVERecord?id=CVE-2026-41316) and fixes for OpenSSH [CVE-2025-26465](https://www.cve.org/CVERecord?id=CVE-2025-26465) and [CVE-2025-26466](https://www.cve.org/CVERecord?id=CVE-2025-26466). We also updated several other important components, including `openssl`, `openjdk`, and `vim`.

We continue to provide four editions for different scenarios: **Server**, **Container**, **Desktop**, and **Zero (BSP validation)**. You can download it from [here](https://releases.openruyi.cn/creek/2026.04/rva23/).

***

We welcome the community to test, integrate, and provide feedback on this release.