From cf66fd223efc358de202c2cfec842dfb3822ea29 Mon Sep 17 00:00:00 2001 From: misaka00251 Date: Fri, 26 Jun 2026 16:12:06 +0800 Subject: [PATCH] Add 2026.06 release notes Signed-off-by: misaka00251 --- .../releases/2026-06/index.mdx | 2359 +++++++++++++++++ news/releases/2026-06/index.mdx | 2359 +++++++++++++++++ 2 files changed, 4718 insertions(+) create mode 100644 i18n/zh-Hans/docusaurus-plugin-content-blog/releases/2026-06/index.mdx create mode 100644 news/releases/2026-06/index.mdx diff --git a/i18n/zh-Hans/docusaurus-plugin-content-blog/releases/2026-06/index.mdx b/i18n/zh-Hans/docusaurus-plugin-content-blog/releases/2026-06/index.mdx new file mode 100644 index 0000000..f497c28 --- /dev/null +++ b/i18n/zh-Hans/docusaurus-plugin-content-blog/releases/2026-06/index.mdx @@ -0,0 +1,2359 @@ +--- +title: openRuyi 2026.06 发布 +authors: [misaka00251] +tags: [release] +image: /img/openRuyi-social-card.png +date: 2026-06-30 +slug: 2026-06/release +--- + +我们很高兴宣布 openRuyi 2026 年 6 月版本正式发布。 + +在本次发布中,openRuyi 强化了安全维护、桌面可用性、RISC-V 内核支持、虚拟化和软件包生态。 + +{/* truncate */} + +## 亮点 + +* **面向安全的软件包更新**:我们更新了一批对安全较为敏感的软件包,包括 Avahi、PHP 和 OpenSSL。本次软件包更新修复了多个已公开记录的 CVE,同时也将若干面向网络服务的工具更新到了较新的上游维护版本。 + +* **工具链、运行时与构建基础设施**:我们更新了 Go、Rust 和 LLVM。Rust 现在会在 RVA23 构建中选择 `riscv64a23-unknown-linux-gnu`,因此默认 Rust target 将遵循 rva23 项目 profile,而不再使用较旧的通用 `riscv64gc` target。本次发布还改进了 LLVM 默认软件包的衔接方式、Rust RPM 宏以及软件包构建工具,使开发者可以在合适的场景下依赖稳定、无版本号后缀的工具链接口。 + +* **内核与 RISC-V 平台集成**:我们将主线内核从 `7.0.10` 更新到 `7.1.2`,并将 LTS 内核从 `6.18.33` 更新到 `6.18.34`。这些更新延续了此前围绕多种类内核版本管理、`/lib/modules` 归属关系以及更安全的 `kernel-install` 行为所做的清理工作。QEMU 从 `10.2.0` 更新到 `11.0.1`,并带来了 RISC-V KVM ACPI 表修复;systemd 则引入了面向 `systemd-boot` 的 RISC-V UEFI 兼容性补丁。 + +* **桌面与图形栈改进**:我们更新了 KDE Frameworks、Plasma 和 KDE Applications。本次发布还通过更新 Labwc 和 wlroots 强化了 Wayland 桌面基础,并新增 Fcitx 5 输入法栈,以提供更加完整的桌面体验。 + +* **虚拟化、存储与可观测性**:我们更新了 Ceph 和 Cloud Hypervisor,并新增支持 RISC-V 上 Cloud Hypervisor 的 Kata Containers。本次发布还新增了 bpftrace,并扩展了 Prometheus 服务发现相关的 Go 依赖,从而改进底层追踪、存储以及云原生集成能力。 + +* **AI、数据与打包质量**:本次发布新增了 PaddlePaddle、Paddle2ONNX 和 OpenAI Python SDK 等面向用户的 AI 与数据软件包,同时将更底层的语言依赖保留在更新日志中。TMT、rpminspect、setuptools 兼容性修复以及更广泛的 BuildSystem 现代化工作,也进一步提升了打包可靠性。 + +* **安装与自动化配置体验**:安装 ISO 镜像现在支持 `cloud-init` 和根文件系统自动扩容,从而改进无人值守安装以及虚拟机或云部署工作流。 + +## 安全更新 + +* `linux` 更新到 `7.1.2`,包括针对 [CVE-2025-10263] 的缓解措施,以及围绕 [CVE-2026-43500] 和 [CVE-2026-46300] 的后续加固修复。 + +* `perl-IO-Compress` 更新到 `2.220`,包含针对 [CVE-2026-48959]、[CVE-2026-48961]、[CVE-2026-48962] 的修复。 + +* `dropbear` 更新到 `2026.91`,包含针对 [CVE-2026-35385] 和 [CVE-2019-6111] 的修复。 + +* `xz` 更新到 `5.8.3`,包含针对 [CVE-2026-34743] 的修复。 + +* `vim` 更新到 `9.2.0593`,包含针对 [CVE-2026-47162] 和 [CVE-2026-47167] 的修复。 + +* `php` 更新到 `8.5.7`,包含针对 [CVE-2025-14177]、[CVE-2025-14178]、[CVE-2025-14179]、[CVE-2025-14180]、[CVE-2025-67899]、[CVE-2026-6104]、[CVE-2026-6722]、[CVE-2026-6735]、[CVE-2026-7258]、[CVE-2026-7259]、[CVE-2026-7261]、[CVE-2026-7262]、[CVE-2026-7263]、[CVE-2026-7568]、[CVE-2026-29078]、[CVE-2026-29079]、[CVE-2026-42371]、[CVE-2026-44927]、[CVE-2026-44928] 的修复。 + +* `musl` 更新到 `1.2.6`,包含针对 [CVE-2025-26519] 的修复。 + +* `iperf` 更新到 `3.21`,包含针对 [CVE-2025-54349]、[CVE-2025-54350] 和 [CVE-2025-54351] 的修复。 + +* `openssl` 更新到 `3.6.3`,包含针对 [CVE-2026-45447] 的修复。 + +* `ffmpeg` 更新到 `8.1.2`,包含针对 [CVE-2026-8461] 的修复。 + +* `avahi` 更新到 `0.9~rc4`,包含针对 [CVE-2025-68471]、[CVE-2025-68468]、[CVE-2026-24401]、[CVE-2025-68276]、[CVE-2021-3468]、[CVE-2024-52616]、[CVE-2024-2699]、[CVE-2026-34933]、[CVE-2024-52615] 的修复。 + +* `cockpit` 更新到 `364`,包含针对 [CVE-2026-4802] 和 [CVE-2026-4631] 的修复。 + +* `cpp-httplib` 更新到 `0.48.0`,包含针对 [CVE-2026-54919] 的修复。 + +* `go` 更新到 `1.26.4`,包含针对 [CVE-2026-4250]、[CVE-2026-42507]、[CVE-2026-27145] 的修复。 + +openRuyi 继续提供面向不同场景的四个版本:**Server**、**Container**、**Desktop** 和 **Zero(BSP validation)**。你可以前往 [openRuyi release site](https://releases.openruyi.cn/creek/2026.06/rva23/) 下载到本次发布。 + +*** + +欢迎社区对本次发布进行测试,并向我们反馈意见。 + +*** + +## Changelog + +如需查看完整的软件包级别变更详情,可以参考下方按更新和新增软件包分类整理的完整更新日志。 + +
+已更新软件包列表 + +- abseil-cpp: 20260107.0 -> 20260526.0 +- arrow: 23.0.1 -> 24.0.0 +- avahi: 0.8 -> 0.9~rc4 +- baloo-widgets: 25.12.3 -> 26.04.2 +- breeze: 6.5.5 -> 6.6.5 +- ceph: 20.2.1 -> 21.3.0 +- cloud-hypervisor: 51.0.0 -> 52.0+git +- cockpit: 352 -> 364 +- coreutils: 9.10 -> 9.11 +- cpp-httplib: 0.45.0 -> 0.48.0 +- createrepo_c: 1.2.1 -> 1.2.4 +- cups: 2.4.16 -> 2.4.19 +- discover: 6.5.5 -> 6.6.5 +- dolphin: 25.12.3 -> 26.04.2 +- dolphin-plugins: 25.12.3 -> 26.04.2 +- dracut: 110 -> 111 +- dropbear: 2025.89 -> 2026.91 +- falkon: 25.12.3 -> 26.04.2 +- ffmpeg: 8.1.1 -> 8.1.2 +- firefox: 151.0.1 -> 152.0 +- firewalld: 2.4.0 -> 2.4.1 +- gdb: 17.1 -> 17.2 +- gnupg: 2.5.16 -> 2.5.20 +- go: 1.25.8 -> 1.26.4 +- go-cel-expr: 0.25.1 -> 0.25.2 +- go-codeberg-go-fonts-latin-modern: 0.5.0 -> 0.6.0 +- go-codeberg-go-fonts-liberation: 0.5.0 -> 0.6.0 +- go-codeberg-go-latex-latex: 0.2.0 -> 0.3.0 +- go-codeberg-go-pdf-fpdf: 0.11.1 -> 0.12.0 +- go-filippo-edwards25519: 1.1.0 -> 1.2.0 +- go-github-ajg-form: 1.6 -> 1.7.1 +- go-github-alecthomas-kong: 1.13.0 -> 1.15.0 +- go-github-andybalholm-brotli: 1.2.0 -> 1.2.1 +- go-github-anishathalye-porcupine: 1.1.0 -> 1.2.0 +- go-github-apache-beam: 2.71.0 -> 2.74.0 +- go-github-apache-thrift: 0.22.0 -> 0.23.0 +- go-github-apparentlymart-go-cidr: 1.1.0 -> 1.1.1 +- go-github-aymanbagabas-go-udiff: 0.3.1 -> 0.4.1 +- go-github-brianvoe-gofakeit: 7.14.0 -> 7.14.1 +- go-github-buger-jsonparser: 1.1.1 -> 1.2.0 +- go-github-charmbracelet-colorprofile: 0.4.2 -> 0.4.3 +- go-github-charmbracelet-log: 0.4.2 -> 1.0.0 +- go-github-chewxy-math32: 1.11.1 -> 1.11.2 +- go-github-cloudykit-jet: 6.3.1 -> 6.3.2 +- go-github-coder-websocket: 1.8.14 -> 1.8.15 +- go-github-containerd-typeurl: 2.2.2 -> 2.2.3 +- go-github-dlclark-regexp2: 1.11.5 -> 1.12.0 +- go-github-docker-go-connections: 0.6.0 -> 0.7.0 +- go-github-etcd-io-bbolt: 1.4.3 -> 1.5.0 +- go-github-fatih-color: 1.18.0 -> 1.19.0 +- go-github-fsnotify-fsnotify: 1.9.0 -> 1.10.1 +- go-github-gabriel-vasile-mimetype: 1.4.12 -> 1.4.13 +- go-github-gin-contrib-cors: 1.7.6 -> 1.7.7 +- go-github-gin-contrib-sse: 1.1.0 -> 1.1.1 +- go-github-go-jose-go-jose-v4: 4.1.3 -> 4.1.4 +- go-github-go-ldap-ldap: 3.4.12 -> 3.4.13 +- go-github-go-openapi-jsonpointer: 0.22.4 -> 0.23.1 +- go-github-go-openapi-jsonreference: 0.21.4 -> 0.21.6 +- go-github-go-openapi-spec: 0.22.3 -> 0.22.6 +- go-github-go-openapi-swag: 0.25.4 -> 0.26.1 +- go-github-go-playground-validator-v10: 10.30.1 -> 10.30.3 +- go-github-go-sql-driver-mysql: 1.9.2 -> 1.10.0 +- go-github-go-viper-mapstructure-v2: 2.4.0 -> 2.5.0 +- go-github-golang-jwt-jwt-v5: 5.3.0 -> 5.3.1 +- go-github-hashicorp-go-bexpr: 0.1.15 -> 0.1.16 +- go-github-hashicorp-go-msgpack: 2.1.5 -> 0.5.5 +- go-github-hashicorp-go-version: 1.8.0 -> 1.9.0 +- go-github-klauspost-compress: 1.18.2 -> 1.18.6 +- go-github-klauspost-reedsolomon: 1.13.2 -> 1.14.1 +- go-github-lesismal-nbio: 1.6.8 -> 1.6.9 +- go-github-lib-pq: 1.11.1 -> 1.12.3 +- go-github-lucasb-eyer-go-colorful: 1.3.0 -> 1.4.0 +- go-github-mailru-easyjson: 0.9.1 -> 0.9.2 +- go-github-mattn-go-colorable: 0.1.14 -> 0.1.15 +- go-github-mattn-go-isatty: 0.0.20 -> 0.0.22 +- go-github-mattn-go-runewidth: 0.0.19 -> 0.0.24 +- go-github-minio-highwayhash: 1.0.3 -> 1.0.4 +- go-github-minio-mux: 1.9.2 -> 1.10.0 +- go-github-minio-sio: 0.4.3 -> 0.5.1 +- go-github-ncw-directio: 1.0.4 -> 1.0.5 +- go-github-olekukonko-errors: 1.1.0 -> 1.3.0 +- go-github-olekukonko-tablewriter: 1.1.2 -> 1.1.4 +- go-github-pelletier-go-toml-v2: 2.2.4 -> 2.4.0 +- go-github-phpdave11-gofpdi: 1.0.15 -> 1.0.16 +- go-github-pierrec-lz4-v4: 4.1.23 -> 4.1.27 +- go-github-prometheus-common: 0.67.5 -> 0.69.0 +- go-github-rabbitmq-amqp091-go: 1.10.0 -> 1.12.0 +- go-github-shoenig-test: 1.12.2 -> 1.13.2 +- go-github-spaolacci-murmur3: 1.0.0 -> 1.1.0 +- go-github-stretchr-testify: 1.11.0 -> 1.11.1 +- go-github-tinylib-msgp: 1.6.3 -> 1.6.4 +- go-github-tklauser-go-numcpus: 0.11.0 -> 0.12.0 +- go-github-tklauser-go-sysconf: 0.3.16 -> 0.4.0 +- go-github-yuin-goldmark: 1.7.14 -> 1.8.2 +- go-github-zeebo-xxh3: 1.0.2 -> 1.1.0 +- go-golang-x-arch: 0.23.0 -> 0.28.0 +- go-golang-x-crypto: 0.46.0 -> 0.53.0 +- go-golang-x-image: 0.34.0 -> 0.43.0 +- go-golang-x-mod: 0.31.0 -> 0.37.0 +- go-golang-x-oauth2: 0.34.0 -> 0.36.0 +- go-golang-x-sync: 0.19.0 -> 0.21.0 +- go-golang-x-sys: 0.39.0 -> 0.46.0 +- go-golang-x-term: 0.38.0 -> 0.44.0 +- go-golang-x-text: 0.32.0 -> 0.38.0 +- go-golang-x-time: 0.14.0 -> 0.15.0 +- go-google-grpc: 1.78.0 -> 1.81.1 +- go-sourcehut-sbinet-gg: 0.7.0 -> 0.8.0 +- go-uber-zap: 1.27.1 -> 1.28.0 +- groff: 1.23.0 -> 1.24.1 +- inetutils: 2.7 -> 2.8 +- iperf: 3.20 -> 3.21 +- isa-l_crypto: 2.26 -> 2.26.1 +- kaccounts-integration: 25.12.3 -> 26.04.2 +- kaccounts-providers: 25.12.3 -> 26.04.2 +- kactivitymanagerd: 6.5.5 -> 6.6.5 +- kate: 25.12.3 -> 26.04.2 +- kde-cli-tools: 6.5.5 -> 6.6.5 +- kde-gtk-config: 6.5.5 -> 6.6.5 +- kdecoration: 6.5.5 -> 6.6.5 +- kdialog: 25.12.3 -> 26.04.2 +- kf6-attica: 6.22.0 -> 6.26.0 +- kf6-baloo: 6.22.0 -> 6.26.0 +- kf6-breeze-icons: 6.22.0 -> 6.26.0 +- kf6-extra-cmake-modules: 6.22.0 -> 6.26.0 +- kf6-frameworkintegration: 6.22.0 -> 6.26.0 +- kf6-karchive: 6.22.0 -> 6.26.0 +- kf6-kauth: 6.22.0 -> 6.26.0 +- kf6-kbookmarks: 6.22.0 -> 6.26.0 +- kf6-kcmutils: 6.22.0 -> 6.26.0 +- kf6-kcodecs: 6.22.0 -> 6.26.0 +- kf6-kcolorscheme: 6.22.0 -> 6.26.0 +- kf6-kcompletion: 6.22.0 -> 6.26.0 +- kf6-kconfig: 6.22.0 -> 6.26.0 +- kf6-kconfigwidgets: 6.22.0 -> 6.26.0 +- kf6-kcoreaddons: 6.22.0 -> 6.26.0 +- kf6-kcrash: 6.22.0 -> 6.26.0 +- kf6-kdbusaddons: 6.22.0 -> 6.26.0 +- kf6-kdeclarative: 6.22.0 -> 6.26.0 +- kf6-kded: 6.22.0 -> 6.26.0 +- kf6-kdesu: 6.22.0 -> 6.26.0 +- kf6-kdnssd: 6.22.0 -> 6.26.0 +- kf6-kdoctools: 6.22.0 -> 6.26.0 +- kf6-kfilemetadata: 6.22.0 -> 6.26.0 +- kf6-kglobalaccel: 6.22.0 -> 6.26.0 +- kf6-kguiaddons: 6.22.0 -> 6.26.0 +- kf6-kholidays: 6.22.0 -> 6.26.0 +- kf6-ki18n: 6.22.0 -> 6.26.0 +- kf6-kiconthemes: 6.22.0 -> 6.26.0 +- kf6-kidletime: 6.22.0 -> 6.26.0 +- kf6-kimageformats: 6.22.0 -> 6.26.0 +- kf6-kio: 6.22.0 -> 6.26.0 +- kf6-kirigami: 6.22.0 -> 6.26.0 +- kf6-kitemmodels: 6.22.0 -> 6.26.0 +- kf6-kitemviews: 6.22.0 -> 6.26.0 +- kf6-kjobwidgets: 6.22.0 -> 6.26.0 +- kf6-knewstuff: 6.22.0 -> 6.26.0 +- kf6-knotifications: 6.22.0 -> 6.26.0 +- kf6-knotifyconfig: 6.22.0 -> 6.26.0 +- kf6-kpackage: 6.22.0 -> 6.26.0 +- kf6-kparts: 6.22.0 -> 6.26.0 +- kf6-kpty: 6.22.0 -> 6.26.0 +- kf6-kquickcharts: 6.22.0 -> 6.26.0 +- kf6-krunner: 6.22.0 -> 6.26.0 +- kf6-kservice: 6.22.0 -> 6.26.0 +- kf6-kstatusnotifieritem: 6.22.0 -> 6.26.0 +- kf6-ksvg: 6.22.0 -> 6.26.0 +- kf6-ktexteditor: 6.22.0 -> 6.26.0 +- kf6-ktextwidgets: 6.22.0 -> 6.26.0 +- kf6-kunitconversion: 6.22.0 -> 6.26.0 +- kf6-kuserfeedback: 6.22.0 -> 6.26.0 +- kf6-kwallet: 6.22.0 -> 6.26.0 +- kf6-kwidgetsaddons: 6.22.0 -> 6.26.0 +- kf6-kwindowsystem: 6.22.0 -> 6.26.0 +- kf6-kxmlgui: 6.22.0 -> 6.26.0 +- kf6-modemmanager-qt: 6.22.0 -> 6.26.0 +- kf6-networkmanager-qt: 6.22.0 -> 6.26.0 +- kf6-prison: 6.22.0 -> 6.26.0 +- kf6-purpose: 6.22.0 -> 6.26.0 +- kf6-qqc2-desktop-style: 6.22.0 -> 6.26.0 +- kf6-solid: 6.22.0 -> 6.26.0 +- kf6-sonnet: 6.22.0 -> 6.26.0 +- kf6-syndication: 6.22.0 -> 6.26.0 +- kf6-syntax-highlighting: 6.22.0 -> 6.26.0 +- kf6-threadweaver: 6.22.0 -> 6.26.0 +- kglobalacceld: 6.5.5 -> 6.6.5 +- kinfocenter: 6.5.5 -> 6.6.5 +- kio-extras: 25.12.3 -> 26.04.2 +- kmenuedit: 6.5.5 -> 6.6.5 +- knighttime: 6.5.5 -> 6.6.5 +- konqueror: 25.12.3 -> 26.04.2 +- konsole: 25.12.3 -> 26.04.2 +- kpipewire: 6.5.5 -> 6.6.5 +- kpmcore: 25.12.2 -> 26.04.2 +- kscreen: 6.5.5 -> 6.6.5 +- kscreenlocker: 6.5.5 -> 6.6.5 +- ksystemstats: 6.5.5 -> 6.6.5 +- kwayland6: 6.5.5 -> 6.6.5 +- kwin: 6.5.5 -> 6.6.5 +- labwc: 0.9.7 -> 0.20.1 +- layer-shell-qt: 6.5.91 -> 6.6.5 +- less: 692 -> 702 +- libinput: 1.30.0 -> 1.31.3 +- libkscreen: 6.5.5 -> 6.6.5 +- libksysguard: 6.5.5 -> 6.6.5 +- libplasma: 6.5.5 -> 6.6.5 +- libpng: 1.6.55 -> 1.6.58 +- linux: 7.0.10 -> 7.0.11 +- linux-lts: 6.18.33 -> 6.18.34 +- linux-lts-kmhv2: 6.18.33 -> 6.18.34 +- llvm22: 22.1.5 -> 22.1.8 +- man-pages: 6.15 -> 6.18 +- milou: 6.5.5 -> 6.6.5 +- musl: 1.2.5 -> 1.2.6 +- nspr: 4.37.0 -> 4.39.0 +- nss: 3.123.1 -> 3.124.0 +- openssl: 3.6.2 -> 3.6.3 +- parted: 3.6 -> 3.7 +- perl-Archive-Tar: 3.04 -> 3.12 +- perl-Authen-SASL: 2.1900 -> 2.2000 +- perl-B-Keywords: 1.28 -> 1.29 +- perl-Compress-Raw-Zlib: 2.218 -> 2.222 +- perl-Config-Perl-V: 0.38 -> 0.39 +- perl-CPAN-Meta: 2.150010 -> 2.150013 +- perl-CPAN-Meta-Requirements: 2.143 -> 2.145 +- perl-Date-Manip: 6.98 -> 6.99 +- perl-DateTime-Format-Strptime: 1.79 -> 1.80 +- perl-DateTime-TimeZone: 2.65 -> 2.68 +- perl-DBD-SQLite: 1.76 -> 1.78 +- perl-DBI: 1.647 -> 1.648 +- perl-Devel-Hide: 0.0015 -> 0.0016 +- perl-Digest-Perl-MD5: 1.9 -> 1.91 +- perl-Exporter: 5.78 -> 5.79 +- perl-Exporter-Tiny: 1.006002 -> 1.006003 +- perl-ExtUtils-InstallPaths: 0.014 -> 0.015 +- perl-ExtUtils-ParseXS: 3.60 -> 3.63 +- perl-GD: 2.84 -> 2.85 +- perl-HTML-Form: 6.12 -> 6.13 +- perl-HTML-Parser: 3.83 -> 3.85 +- perl-HTTP-Daemon: 6.16 -> 6.17 +- perl-HTTP-Message: 7.00 -> 7.02 +- perl-HTTP-Tiny: 0.090 -> 0.094 +- perl-IO-Compress: 2.214 -> 2.220 +- perl-IO-Compress-Brotli: 0.019 -> 0.022 +- perl-IO-Compress-Lzma: 2.214 -> 2.217 +- perl-IO-Socket-IP: 0.43 -> 0.44 +- perl-IO-Socket-SSL: 2.095 -> 2.098 +- perl-JSON: 4.10 -> 4.11 +- perl-JSON-PP: 4.16 -> 4.18 +- perl-libwww-perl: 6.80 -> 6.83 +- perl-Locale-Codes: 3.86 -> 3.90 +- perl-LWP-Protocol-https: 6.14 -> 6.15 +- perl-Module-Build-Tiny: 0.052 -> 0.053 +- perl-Module-CoreList: 5.20251120 -> 5.20260601 +- perl-Module-Metadata: 1.000038 -> 1.000039 +- perl-Net-Daemon: 0.49 -> 0.52 +- perl-OLE-Storage_Lite: 0.22 -> 0.24 +- perl-Perl-Tidy: 20250912 -> 20260204 +- perl-Pod-Simple: 3.47 -> 3.48 +- perl-PPI: 1.283 -> 1.291 +- perl-PPIx-Regexp: 0.089 -> 0.091 +- perl-Role-Tiny: 2.002004 -> 2.002005 +- perl-SGMLSpm: 1.03ii -> 1.1 +- perl-Specio: 0.52 -> 0.53 +- perl-Test-Fatal: 0.017 -> 0.018 +- perl-Test-Simple: 1.302216 -> 1.302219 +- perl-Tie-Cycle: 1.231 -> 1.233 +- perl-TimeDate: 2.33 -> 2.35 +- perl-Unicode-UTF8: 0.64 -> 0.70 +- perl-URI: 5.32 -> 5.34 +- perl-WWW-Mechanize: 2.19 -> 2.20 +- perl-WWW-RobotRules: 6.02 -> 6.03 +- perl-XML-LibXML: 2.0210 -> 2.0213 +- perl-XML-Parser: 2.47 -> 2.59 +- perl-XML-XPath: 1.48 -> 1.49 +- perl-YAML-PP: 0.39.0 -> 0.40.0 +- php: 8.5.2 -> 8.5.7 +- plasma-activities: 6.5.5 -> 6.6.5 +- plasma-activities-stats: 6.5.5 -> 6.6.5 +- plasma-desktop: 6.5.5 -> 6.6.5 +- plasma-integration: 6.5.5 -> 6.6.5 +- plasma-nm: 6.5.5 -> 6.6.5 +- plasma-systemmonitor: 6.5.5 -> 6.6.5 +- plasma-wayland-protocols: 1.19.0 -> 1.20.0 +- plasma-workspace: 6.5.5 -> 6.6.5 +- plasma5support: 6.5.5 -> 6.6.5 +- polkit-kde-agent-1: 6.5.5 -> 6.6.5 +- powerdevil: 6.5.5 -> 6.6.5 +- python-BingImageCreator -> python-bingimagecreator: 0.5.0 -> 0.5.0 +- python-charset-normalizer: 3.4.6 -> 3.4.7 +- python-cryptography: 46.0.3 -> 49.0.0 +- python-genshi: 0.7.10 -> 0.7.11 +- python-hf-xet: 1.3.2 -> 1.5.1 +- python-httptools: 0.7.1 -> 0.8.0 +- python-jsonschema: 4.17.3 -> 4.26.0 +- python-maturin: 1.9.6 -> 1.14.0 +- python-numpy: 2.4.0 -> 2.4.6 +- python-omegaconf: 2.3.0 -> 2.3.1 +- python-opentelemetry-api: 1.41.1 -> 1.42.1 +- python-opentelemetry-semantic-conventions: 0.62b1 -> 0.63b1 +- python-pip: 25.3 -> 26.1.2 +- python-pymilvus: 2.6.9 -> 2.6.16 +- python-pyopenssl: 26.2.0 -> 26.3.0 +- python-pyyaml: 6.0.2 -> 6.0.3 +- python-setuptools: 80.9.0 -> 82.0.1 +- python-sudachipy: 0.6.10 -> 0.6.11 +- qemu: 10.2.0 -> 11.0.1 +- qqc2-breeze-style: 6.5.5 -> 6.6.5 +- rust: 1.94.1 -> 1.95.0 +- rust-bin: 1.94.1 -> 1.95.0 +- rust-rpm-macros: 0.4.1 -> 0.5 +- sddm-kcm: 6.5.5 -> 6.6.5 +- shadow: 4.18.0 -> 4.19.4 +- signon-kwallet-extension: 25.12.3 -> 26.04.2 +- sqlite: 3.50.4 -> 3.53.2 +- squashfs-tools: 4.7.2 -> 4.7.5 +- strace: 6.18 -> 6.19 +- swaybg: 1.2.1 -> 1.2.2 +- systemsettings: 6.5.5 -> 6.6.5 +- vim: 9.2.0481 -> 9.2.0593 +- wireguard-tools: 1.0.20250521 -> 1.0.20260223 +- wlroots: 0.19.3 -> 0.20.1 +- xdg-desktop-portal-kde: 6.5.5 -> 6.6.5 +- xz: 5.8.1 -> 5.8.3 +- zsh: 5.9 -> 5.9.1 + +
+ +
+新增软件包列表 + +- acpid +- angelscript +- bindgen +- black-hole-solver +- bpftrace +- cdson +- cereal +- clamav +- clang-wrap +- cldr-emoji-annotation +- cpp-threadpool +- dms-shell +- enet +- fcitx5 +- fcitx5-chinese-addons +- fcitx5-configtool +- fcitx5-gtk +- fcitx5-lua +- fcitx5-qt +- fonts-hack +- freecell-solver +- fzf +- go-github-apapsch-go-jsonmerge-v2 +- go-github-armon-go-metrics +- go-github-aws-aws-sdk-go +- go-github-aws-aws-sdk-go-v2 +- go-github-aymanbagabas-go-osc52-v2 +- go-github-azure-azure-sdk-for-go +- go-github-azuread-microsoft-authentication-library-for-go +- go-github-basgys-goxml2json +- go-github-bboreham-go-loser +- go-github-bits-and-blooms-bitset +- go-github-bmatcuk-doublestar +- go-github-bradfitz-gomemcache-memcache +- go-github-bufbuild-protocompile +- go-github-bwesterb-go-ristretto +- go-github-campoy-embedmd-embedmd +- go-github-census-instrumentation-opencensus-proto +- go-github-charlievieth-fastwalk +- go-github-charmbracelet-x-ansi +- go-github-charmbracelet-x-cellbuf +- go-github-charmbracelet-x-term +- go-github-circonus-labs-circonus-gometrics +- go-github-circonus-labs-circonusllhist +- go-github-cloudflare-circl +- go-github-containerd-log +- go-github-corona10-goimagehash +- go-github-cpuguy83-tar2go +- go-github-cyphar-filepath-securejoin +- go-github-datadog-datadog-go +- go-github-digitalocean-godo +- go-github-disintegration-imaging +- go-github-distribution-reference +- go-github-dnaeon-go-vcr +- go-github-docker-go-metrics +- go-github-edsrzf-mmap-go +- go-github-elazarl-goproxy +- go-github-emicklei-go-restful-v3 +- go-github-envoyproxy-go-control-plane +- go-github-envoyproxy-go-control-plane-envoy +- go-github-envoyproxy-go-control-plane-ratelimit +- go-github-facette-natsort +- go-github-felixge-httpsnoop +- go-github-flopp-go-findfont +- go-github-fogleman-gg +- go-github-francoispqt-gojay +- go-github-fxamacker-cbor-v2 +- go-github-gdamore-encoding +- go-github-gdamore-tcell-v2 +- go-github-getkin-kin-openapi +- go-github-gkampitakis-ciinfo +- go-github-gkampitakis-go-diff +- go-github-gkampitakis-go-snaps +- go-github-gliderlabs-ssh +- go-github-go-errors-errors +- go-github-go-git-go-billy-v5 +- go-github-go-git-go-git-fixtures-v4 +- go-github-go-git-go-git-v5 +- go-github-go-logr-stdr +- go-github-go-openapi-errors +- go-github-go-openapi-strfmt +- go-github-go-openapi-testify-v2 +- go-github-go-resty-resty-v2 +- go-github-go-task-slim-sprig +- go-github-go-task-slim-sprig-v3 +- go-github-go-test-deep +- go-github-go-zookeeper-zk +- go-github-gobwas-glob +- go-github-goccy-go-graphviz +- go-github-goccy-go-json +- go-github-goccy-go-yaml +- go-github-golang-groupcache +- go-github-google-gnostic-models +- go-github-google-go-github-v59 +- go-github-google-go-pkcs11 +- go-github-google-go-querystring +- go-github-google-martian-v3 +- go-github-google-s2a-go +- go-github-googleapis-enterprise-certificate-proxy +- go-github-googleapis-gax-go-v2 +- go-github-googlecloudplatform-opentelemetry-operations-go-detectors-gcp +- go-github-googlecloudplatform-opentelemetry-operations-go-exporter-metric +- go-github-googlecloudplatform-opentelemetry-operations-go-internal-cloudmock +- go-github-googlecloudplatform-opentelemetry-operations-go-internal-resourcemapping +- go-github-gophercloud-gophercloud-v2 +- go-github-grafana-regexp +- go-github-gregjones-httpcache +- go-github-grpc-ecosystem-grpc-gateway-v2 +- go-github-hashicorp-consul-api +- go-github-hashicorp-consul-sdk +- go-github-hashicorp-go-msgpack-v2 +- go-github-hashicorp-go-retryablehttp +- go-github-hashicorp-go-sockaddr +- go-github-hashicorp-logutils +- go-github-hashicorp-mdns +- go-github-hashicorp-memberlist +- go-github-hashicorp-nomad-api +- go-github-hetznercloud-hcloud-go-v2 +- go-github-igrmk-treemap-v2 +- go-github-influxdata-influxdb-client-go-v2 +- go-github-influxdata-line-protocol +- go-github-influxdata-line-protocol-corpus +- go-github-influxdata-line-protocol-v2 +- go-github-ionos-cloud-sdk-go-v6 +- go-github-jarcoal-httpmock +- go-github-jbenet-go-context +- go-github-jessevdk-go-flags +- go-github-jmespath-go-jmespath +- go-github-joshdk-go-junit +- go-github-jstemmer-go-junit-report +- go-github-juju-gnuflag +- go-github-junegunn-go-shellwords +- go-github-kevinburke-ssh-config +- go-github-kimmachinegun-automemlimit +- go-github-knadh-koanf-maps +- go-github-knadh-koanf-providers-confmap +- go-github-knadh-koanf-v2 +- go-github-kolo-xmlrpc +- go-github-linode-linodego +- go-github-lunixbochs-vtclean +- go-github-maruel-natural +- go-github-masterminds-semver-v3 +- go-github-matttproud-golang-protobuf-extensions +- go-github-maxatome-go-testdeep +- go-github-mdlayher-socket +- go-github-mdlayher-vsock +- go-github-mfridman-tparse +- go-github-microsoft-go-winio +- go-github-mitchellh-cli +- go-github-moby-docker-image-spec +- go-github-moby-locker +- go-github-moby-patternmatcher +- go-github-moby-pubsub +- go-github-moby-spdystream +- go-github-moby-sys-atomicwriter +- go-github-moby-sys-sequential +- go-github-moby-term +- go-github-mohae-deepcopy +- go-github-morikuni-aec +- go-github-mxk-go-flowrate +- go-github-nfnt-resize +- go-github-nxadm-tail +- go-github-nytimes-gziphandler +- go-github-oapi-codegen-runtime +- go-github-oasdiff-yaml +- go-github-oasdiff-yaml3 +- go-github-oklog-run +- go-github-oklog-ulid-v2 +- go-github-onsi-ginkgo +- go-github-onsi-ginkgo-v2 +- go-github-onsi-gomega +- go-github-opencontainers-go-digest +- go-github-opencontainers-image-spec +- go-github-opencontainers-runtime-spec +- go-github-pascaldekloe-goe +- go-github-pb33f-jsonpath +- go-github-pb33f-ordered-map-v2 +- go-github-pbnjay-memory +- go-github-pborman-getopt +- go-github-pborman-getopt-v2 +- go-github-perimeterx-marshmallow +- go-github-peterbourgon-diskv +- go-github-pjbgf-sha1cd +- go-github-pkg-browser +- go-github-planetscale-vtprotobuf +- go-github-posener-complete +- go-github-pquerna-ffjson +- go-github-prashantv-gostub +- go-github-prometheus-otlptranslator +- go-github-protonmail-go-crypto +- go-github-rakyll-embedmd +- go-github-ravenox-go-jsoncommentstrip +- go-github-ryanuber-columnize +- go-github-santhosh-tekuri-jsonschema-v5 +- go-github-santhosh-tekuri-jsonschema-v6 +- go-github-sean--seed +- go-github-segmentio-asm +- go-github-segmentio-encoding-json +- go-github-sergi-go-diff +- go-github-shurcool-httpfs +- go-github-shurcool-httpgzip +- go-github-sirupsen-logrus +- go-github-skeema-knownhosts +- go-github-spiffe-go-spiffe-v2 +- go-github-spkg-bom +- go-github-syndtr-goleveldb +- go-github-tetratelabs-wazero +- go-github-tidwall-gjson +- go-github-tidwall-match +- go-github-tidwall-pretty +- go-github-tidwall-sjson +- go-github-tonistiigi-go-archvariant +- go-github-tv42-httpunix +- go-github-valyala-fastjson +- go-github-vbatts-tar-split +- go-github-viant-assertly +- go-github-viant-toolbox +- go-github-viant-xunsafe +- go-github-wi2l-jettison +- go-github-woodsbury-decimal128 +- go-github-xanzy-ssh-agent +- go-github-zeebo-errs +- go-golang-x-lint +- go-golang-x-tools-go-expect +- go-google-api +- go-google-api-support +- go-google-appengine +- go-google-genproto-googleapis-cloud-extendedops +- go-google-grpc-examples +- go-google-grpc-gcp-observability +- go-google-grpc-security-advancedtls +- go-googlecloud-go +- go-googlecloud-go-auth +- go-googlecloud-go-auth-oauth2adapt +- go-googlecloud-go-compute +- go-googlecloud-go-compute-metadata +- go-googlecloud-go-httpreplay +- go-googlecloud-go-iam +- go-googlecloud-go-internal +- go-googlecloud-go-logging +- go-googlecloud-go-longrunning +- go-googlecloud-go-monitoring +- go-googlecloud-go-storage +- go-googlecloud-go-trace +- go-googlecloud-go-translate +- go-gopkg-evanphx-json-patch.v4 +- go-gopkg-ini.v1 +- go-gopkg-tomb.v1 +- go-gopkg-warnings.v0 +- go-gopkg-yaml.v4 +- go-gotest-tools-v3 +- go-honnef-go-tools +- go-k8s-api +- go-k8s-apimachinery +- go-k8s-client-go +- go-k8s-gengo-v2 +- go-k8s-klog +- go-k8s-klog-v2 +- go-k8s-kube-openapi +- go-k8s-sigs-randfill +- go-k8s-sigs-structured-merge-diff-v6 +- go-k8s-sigs-yaml +- go-k8s-utils +- go-opencensus +- go-opencensus-contrib-exporter-stackdriver +- go-opentelemetry-auto-sdk +- go-opentelemetry-collector-component +- go-opentelemetry-collector-confmap +- go-opentelemetry-collector-confmap-xconfmap +- go-opentelemetry-collector-consumer +- go-opentelemetry-collector-consumer-consumertest +- go-opentelemetry-collector-featuregate +- go-opentelemetry-collector-internal-componentalias +- go-opentelemetry-collector-internal-testutil +- go-opentelemetry-collector-pdata +- go-opentelemetry-collector-pipeline +- go-opentelemetry-collector-processor +- go-opentelemetry-contrib +- go-opentelemetry-contrib-detectors-gcp +- go-opentelemetry-otel +- go-opentelemetry-otel-exporters-prometheus +- go-uber-automaxprocs +- i3 +- imagemagick +- kata-containers +- libabigail +- libiberty +- libime +- libraqm +- librsvg +- libsquish +- llvm-defaults +- lsb-release +- mailutils +- marisa +- onnx-optimizer +- opencc +- openruyi-config-linux-dnf +- openruyi-logo +- paddle2onnx +- perl-Alien-cmake3 +- perl-AnyEvent +- perl-AnyEvent-I3 +- perl-Cache-Cache +- perl-Carp-Assert +- perl-CHI +- perl-Class-Load +- perl-Cwd-Guard +- perl-Devel-CheckCompiler +- perl-Digest-JHash +- perl-Digest-SHA1 +- perl-Dir-Manifest +- perl-Env-Path +- perl-ExtUtils-Depends +- perl-File-Copy-Recursive-Reduced +- perl-File-Find-Object +- perl-File-Find-Object-Rule +- perl-File-TreeCreate +- perl-Games-Solitaire-Verify +- perl-Hash-MoreUtils +- perl-Import-Into +- perl-Inline +- perl-Inline-C +- perl-IO-All +- perl-IO-Tty +- perl-IPC-Run +- perl-IPC-ShareLite +- perl-JSON-MaybeXS +- perl-Log-Any +- perl-Module-Build-XSUtil +- perl-Module-Mask +- perl-Module-Util +- perl-Moo +- perl-MooX +- perl-MooX-late +- perl-MooX-Types-MooseLike +- perl-MooX-Types-MooseLike-Numeric +- perl-Mouse +- perl-Pegex +- perl-Role-Hooks +- perl-strictures +- perl-String-RewritePrefix +- perl-String-ShellQuote +- perl-Sub-HandlesVia +- perl-Sub-HandlesVia-XS +- perl-Template-Toolkit +- perl-Test-Class +- perl-Test-Data-Split +- perl-Test-RunValgrind +- perl-Test-Some +- perl-Test-TrailingSpace +- perl-Test-Trap +- perl-Tie-IxHash +- perl-Time-Duration +- perl-Time-Duration-Parse +- perl-Type-Tiny +- perl-X11-XCB +- perl-XML-Descent +- perl-XML-TokeParser +- perl-XS-Object-Magic +- perl-XXX +- perl-YAML-LibYAML +- plasma-disks +- plasma-pa +- plasma-sdk +- portaudio +- python-ansible-core +- python-anthropic +- python-apsw +- python-array-api-strict +- python-asyncmock +- python-aws-xray-sdk +- python-beautifulsoup4 +- python-bokeh +- python-bokeh-sampledata +- python-booleanoperations +- python-bottle +- python-bson +- python-cachey +- python-cattrs +- python-cbor +- python-cffsubr +- python-cftime +- python-cheroot +- python-compreffor +- python-cron-converter +- python-cysqlite +- python-dask +- python-diff-cover +- python-distributed +- python-dunamai +- python-durationpy +- python-fido2 +- python-flagembedding +- python-flask-cors +- python-flatten-dict +- python-flexcache +- python-flexparser +- python-fmf +- python-fontmake +- python-fontmath +- python-freecell-solver +- python-glyphslib +- python-griffe +- python-griffecli +- python-griffelib +- python-grpcio-tools +- python-h5py +- python-heapdict +- python-hydra-core +- python-icalendar +- python-inscriptis +- python-ir-datasets +- python-jaraco-collections +- python-jaraco-context +- python-jaraco-functools +- python-jaraco-text +- python-jiter +- python-jsonschema-specifications +- python-kenlm +- python-kubernetes +- python-langchain +- python-langchain-core +- python-langchain-protocol +- python-langgraph +- python-langgraph-checkpoint +- python-langgraph-prebuilt +- python-langgraph-sdk +- python-langsmith +- python-legacy-cgi +- python-libcst +- python-lightning-utilities +- python-lmdb +- python-locket +- python-lz4 +- python-mdit-py-plugins +- python-memray +- python-mercantile +- python-milvus-model +- python-mistral_common +- python-mistralai +- python-moto +- python-mysql-connector-python +- python-natsort +- python-nomic +- python-openai +- python-openstep-plist +- python-opentelemetry-sdk +- python-opentelemetry-semantic-conventions-ai +- python-optimum +- python-optimum-benchmark +- python-ormsgpack +- python-outlines-core +- python-paddlepaddle +- python-partd +- python-patch-ng +- python-pecan +- python-peewee +- python-pg8000 +- python-phonenumbers +- python-pint +- python-podman-compose +- python-portend +- python-pyclipper +- python-pycotap +- python-pydantic-extra-types +- python-pyfakefs +- python-pynamodb +- python-pyqt6-sip +- python-pyscard +- python-pysol-cards +- python-pysqlcipher3 +- python-pytest-datadir +- python-python-ulid +- python-pytorch-lightning +- python-referencing +- python-repoze-lru +- python-requests-mock +- python-requests-oauthlib +- python-requests-toolbelt +- python-routes +- python-rpds-py +- python-scikit-build +- python-scramp +- python-setuptools-git-ls-files +- python-setuptools-git-versioning +- python-sounddevice +- python-soupsieve +- python-tempora +- python-testcloud +- python-textual +- python-tmt +- python-toolz +- python-torchmetrics +- python-trec-car-tools +- python-types-pyyaml +- python-tzdata +- python-ufo2ft +- python-ufolib2 +- python-unicodedata2 +- python-unidic +- python-unlzw3 +- python-uuid-utils +- python-uv-dynamic-versioning +- python-versioningit +- python-warc3-wet +- python-warc3-wet-clueweb09 +- python-watchfiles +- python-webob +- python-xarray +- python-xyzservices +- python-zc-lockfile +- python-zict +- python-zlib-state +- ragel +- ranger +- rinutils +- rpminspect +- rust-accesskit-0.21 +- rust-accesskit-atspi-common-0.14 +- rust-accesskit-consumer-0.31 +- rust-accesskit-unix-0.17 +- rust-acpi-tables-0.2 +- rust-addr2line-0.25 +- rust-adler2-2 +- rust-aead-0.5 +- rust-aead-0.6 +- rust-aes-0.8 +- rust-aes-0.9 +- rust-aes-gcm-0.10 +- rust-aho-corasick-1 +- rust-aliasable-0.1 +- rust-aligned-0.4 +- rust-aligned-vec-0.6 +- rust-android-activity-0.6 +- rust-android-properties-0.2 +- rust-ansi-to-tui-8 +- rust-anstream-1 +- rust-anstyle-1 +- rust-anstyle-parse-1 +- rust-anstyle-query-1 +- rust-anstyle-wincon-3 +- rust-anyhow-1 +- rust-appendlist-1 +- rust-approx-0.4 +- rust-approx-0.5 +- rust-ar-archive-writer-0.5 +- rust-arbitrary-1 +- rust-arc-swap-1 +- rust-archery-1 +- rust-arg-enum-proc-macro-0.3 +- rust-argon2-0.5 +- rust-arwen-0.0.5 +- rust-arwen-codesign-0.0.1-alpha.1 +- rust-as-raw-xcb-connection-1 +- rust-as-slice-0.2 +- rust-ash-0.38 +- rust-asn1-0.24 +- rust-asn1-derive-0.24 +- rust-asn1-rs-0.6 +- rust-asn1-rs-derive-0.5 +- rust-asn1-rs-impl-0.2 +- rust-assert-approx-eq-1 +- rust-assert-cmd-2 +- rust-assert-json-diff-2 +- rust-associative-cache-2 +- rust-async-broadcast-0.7 +- rust-async-channel-1 +- rust-async-channel-2 +- rust-async-compression-0.4 +- rust-async-executor-1 +- rust-async-fs-1 +- rust-async-fs-2 +- rust-async-global-executor-2 +- rust-async-io-1 +- rust-async-io-2 +- rust-async-lock-2 +- rust-async-lock-3 +- rust-async-net-1 +- rust-async-net-2 +- rust-async-object-pool-0.2 +- rust-async-priority-channel-0.2 +- rust-async-process-1 +- rust-async-process-2 +- rust-async-recursion-1 +- rust-async-signal-0.2 +- rust-async-std-1 +- rust-async-task-4 +- rust-async-trait-0.1 +- rust-atomic-0.6 +- rust-atomic-float-1 +- rust-atomic-polyfill-1 +- rust-atomic-waker-1 +- rust-atspi-0.25 +- rust-atspi-common-0.9 +- rust-atspi-connection-0.9 +- rust-atspi-proxies-0.9 +- rust-atty-0.2 +- rust-autocfg-1 +- rust-av-data-0.4 +- rust-av-scenechange-0.14 +- rust-av1-grain-0.2 +- rust-avif-serialize-0.8 +- rust-avt-0.17 +- rust-aws-lc-fips-sys-0.13 +- rust-aws-lc-rs-1 +- rust-aws-lc-sys-0.35 +- rust-aws-lc-sys-0.41 +- rust-axum-0.8 +- rust-axum-core-0.5 +- rust-backtrace-0.3 +- rust-bandwidth-0.3 +- rust-base16ct-1 +- rust-base64-0.13 +- rust-base64-0.21 +- rust-base64ct-1 +- rust-bcrypt-pbkdf-0.10 +- rust-better-panic-0.3 +- rust-bigdecimal-0.4 +- rust-bincode-1 +- rust-bincode-2 +- rust-bincode-derive-2 +- rust-bindgen-0.69 +- rust-bindgen-0.70 +- rust-bindgen-0.72 +- rust-bit-field-0.10 +- rust-bit-set-0.8 +- rust-bit-vec-0.8 +- rust-bitfield-struct-0.10 +- rust-bitfield-struct-0.13 +- rust-bitflags-1 +- rust-bitflags-2 +- rust-bitmaps-2 +- rust-bitreader-0.3 +- rust-bitstream-io-4 +- rust-bitvec-1 +- rust-blake2-0.10 +- rust-blake3-1 +- rust-block-0.1 +- rust-block-buffer-0.12 +- rust-block-padding-0.3 +- rust-block-padding-0.4 +- rust-block2-0.5 +- rust-blocking-1 +- rust-blowfish-0.9 +- rust-borrow-or-share-0.2 +- rust-boxcar-0.2 +- rust-bs58-0.5 +- rust-bssl-sys-0.1 +- rust-bstr-1 +- rust-built-0.8 +- rust-bumpalo-3 +- rust-by-address-1 +- rust-byte-slice-cast-1 +- rust-bytecount-0.6 +- rust-bytemuck-1 +- rust-bytemuck-derive-1 +- rust-byteorder-1 +- rust-byteorder-lite-0.1 +- rust-bytes-1 +- rust-bytesize-2 +- rust-bzip2-0.6 +- rust-cab-0.6 +- rust-cairo-rs-0.21 +- rust-cairo-rs-0.22 +- rust-cairo-sys-rs-0.21 +- rust-cairo-sys-rs-0.22 +- rust-calloop-0.13 +- rust-calloop-0.14 +- rust-calloop-wayland-source-0.3 +- rust-calloop-wayland-source-0.4 +- rust-camino-1 +- rust-cargo-config2-0.1 +- rust-cargo-cyclonedx-0.5 +- rust-cargo-lock-10 +- rust-cargo-metadata-0.18 +- rust-cargo-metadata-0.23 +- rust-cargo-options-0.7 +- rust-cargo-platform-0.1 +- rust-cargo-xwin-0.22 +- rust-cargo-zigbuild-0.22 +- rust-castaway-0.2 +- rust-cbc-0.1 +- rust-cbc-0.2 +- rust-cc-1 +- rust-cesu8-1 +- rust-cexpr-0.6 +- rust-cfb-0.14 +- rust-cfg-expr-0.20 +- rust-cfg-if-0.1 +- rust-cfg-if-1 +- rust-cgmath-0.18 +- rust-chacha20-0.10 +- rust-chacha20-0.9 +- rust-charset-0.1 +- rust-chrono-0.4 +- rust-chrono-tz-0.10 +- rust-chumsky-0.13 +- rust-chumsky-0.9 +- rust-cint-0.3 +- rust-cipher-0.4 +- rust-cipher-0.5 +- rust-clang-sys-1 +- rust-clap-3 +- rust-clap-4 +- rust-clap-builder-4 +- rust-clap-complete-4 +- rust-clap-complete-command-0.6 +- rust-clap-complete-fig-4 +- rust-clap-complete-nushell-4 +- rust-clap-derive-4 +- rust-clap-lex-0.2 +- rust-clap-lex-1 +- rust-clap-mangen-0.2 +- rust-cli-table-0.5 +- rust-clipboard-win-5 +- rust-cmake-0.1 +- rust-cmov-0.5 +- rust-cobs-0.3 +- rust-color-eyre-0.6 +- rust-color-quant-1 +- rust-color-spantrace-0.3 +- rust-colorchoice-1 +- rust-colored-3 +- rust-combine-4 +- rust-comma-1 +- rust-compact-str-0.9 +- rust-concat-idents-1 +- rust-concurrent-queue-2 +- rust-config-0.15 +- rust-configparser-3 +- rust-console-0.15 +- rust-console-0.16 +- rust-console-api-0.9 +- rust-console-subscriber-0.5 +- rust-const-oid-0.10 +- rust-const-panic-0.2 +- rust-const-str-1 +- rust-convert-case-0.10 +- rust-convert-case-0.11 +- rust-convert-case-0.8 +- rust-cookie-0.18 +- rust-cookie-factory-0.3 +- rust-cookie-store-0.22 +- rust-core-graphics-0.23 +- rust-core-graphics-types-0.1 +- rust-countio-0.3 +- rust-cpp-demangle-0.4 +- rust-cpubits-0.1 +- rust-crc-3 +- rust-crc-any-2 +- rust-crc-catalog-2 +- rust-crc32fast-1 +- rust-criterion-0.4 +- rust-criterion-0.5 +- rust-critical-section-1 +- rust-crossterm-0.28 +- rust-crossterm-0.29 +- rust-crossterm-winapi-0.9 +- rust-crypto-bigint-0.7 +- rust-crypto-common-0.2 +- rust-crypto-primes-0.7 +- rust-csscolorparser-0.6 +- rust-csscolorparser-0.8 +- rust-cssparser-0.35 +- rust-cssparser-color-0.3 +- rust-cssparser-macros-0.6 +- rust-csv-1 +- rust-ct-codecs-1 +- rust-ctor-0.6 +- rust-ctor-1 +- rust-ctor-proc-macro-0.0.7 +- rust-ctr-0.10 +- rust-ctr-0.9 +- rust-ctrlc-3 +- rust-ctutils-0.4 +- rust-cursor-icon-1 +- rust-curve25519-dalek-derive-0.1 +- rust-cyclonedx-bom-0.8 +- rust-cyclonedx-bom-macros-0.1 +- rust-darling-0.20 +- rust-darling-0.23 +- rust-darling-core-0.20 +- rust-darling-core-0.23 +- rust-darling-macro-0.20 +- rust-darling-macro-0.23 +- rust-dary-heap-0.3 +- rust-dashmap-5 +- rust-dashmap-6 +- rust-data-encoding-2 +- rust-data-url-0.3 +- rust-dav1d-0.11 +- rust-dav1d-sys-0.8 +- rust-deadpool-0.12 +- rust-deadpool-0.13 +- rust-deadpool-runtime-0.1 +- rust-deadpool-runtime-0.3 +- rust-debug-helper-0.3 +- rust-debugid-0.8 +- rust-defmt-1 +- rust-defmt-macros-1 +- rust-defmt-parser-1 +- rust-delegate-0.13 +- rust-deltae-0.3 +- rust-der-0.8 +- rust-der-parser-9 +- rust-derive-builder-0.20 +- rust-derive-builder-core-0.20 +- rust-derive-builder-macro-0.20 +- rust-derive-more-2 +- rust-derive-more-impl-2 +- rust-dhat-0.3 +- rust-dialoguer-0.12 +- rust-difflib-0.4 +- rust-digest-0.11 +- rust-directories-6 +- rust-dirs-5 +- rust-dirs-6 +- rust-dirs-sys-0.4 +- rust-dirs-sys-0.5 +- rust-dispatch-0.2 +- rust-dlib-0.5 +- rust-document-features-0.2 +- rust-downcast-0.11 +- rust-downcast-rs-1 +- rust-dpi-0.1 +- rust-drm-0.14 +- rust-drm-ffi-0.9 +- rust-drm-fourcc-2 +- rust-drm-sys-0.8 +- rust-dtoa-1 +- rust-dtoa-short-0.3 +- rust-dtor-0.1 +- rust-dtor-proc-macro-0.0.6 +- rust-dunce-1 +- rust-dyn-clone-1 +- rust-ecb-0.1 +- rust-ed25519-3 +- rust-ed25519-compact-2 +- rust-either-1 +- rust-elliptic-curve-0.14.0-rc.34 +- rust-embedded-io-0.4 +- rust-embedded-io-0.6 +- rust-encode-unicode-1 +- rust-endi-1 +- rust-endian-type-0.1 +- rust-enum-as-inner-0.6 +- rust-enum-dispatch-0.3 +- rust-enumflags2-0.7 +- rust-enumflags2-derive-0.7 +- rust-enumn-0.1 +- rust-env-filter-1 +- rust-env-logger-0.10 +- rust-env-logger-0.11 +- rust-epoll-4 +- rust-equator-0.4 +- rust-equator-macro-0.4 +- rust-equivalent-1 +- rust-error-code-3 +- rust-esaxx-rs-0.1 +- rust-etherparse-0.19 +- rust-euclid-0.22 +- rust-event-listener-2 +- rust-event-listener-3 +- rust-event-listener-4 +- rust-event-listener-5 +- rust-event-listener-strategy-0.5 +- rust-exr-1 +- rust-eyre-0.6 +- rust-fallible-collections-0.4 +- rust-fancy-regex-0.11 +- rust-fancy-regex-0.14 +- rust-fast-srgb8-1 +- rust-fastrand-1 +- rust-fastrand-2 +- rust-fat-macho-0.4 +- rust-fax-0.2 +- rust-fdeflate-0.3 +- rust-fdlimit-0.3 +- rust-fdt-0.1 +- rust-ff-0.14 +- rust-field-offset-0.3 +- rust-filedescriptor-0.8 +- rust-findshlibs-0.10 +- rust-finl-unicode-1 +- rust-fixedbitset-0.4 +- rust-flate2-1 +- rust-float-cmp-0.10 +- rust-fluent-uri-0.4 +- rust-flume-0.11 +- rust-flume-0.12 +- rust-fnv-1 +- rust-foreign-types-0.5 +- rust-foreign-types-macros-0.2 +- rust-foreign-types-shared-0.3 +- rust-form-urlencoded-1 +- rust-fragile-2 +- rust-fs-err-3 +- rust-fs-extra-1 +- rust-fs2-0.4 +- rust-fsevent-sys-4 +- rust-fst-0.4 +- rust-funty-2 +- rust-futf-0.1 +- rust-futures-0.3 +- rust-futures-executor-0.3 +- rust-futures-lite-1 +- rust-futures-lite-2 +- rust-futures-macro-0.3 +- rust-futures-timer-3 +- rust-fxhash-0.2 +- rust-gbm-0.18 +- rust-gbm-sys-0.4 +- rust-gdbstub-0.7 +- rust-gdbstub-arch-0.3 +- rust-gdk-pixbuf-0.21 +- rust-gdk-pixbuf-0.22 +- rust-gdk-pixbuf-sys-0.21 +- rust-gdk-pixbuf-sys-0.22 +- rust-gdk4-0.10 +- rust-gdk4-0.11 +- rust-gdk4-sys-0.10 +- rust-gdk4-sys-0.11 +- rust-gearhash-0.1 +- rust-generator-0.8 +- rust-generic-array-1 +- rust-gethostname-1 +- rust-ghash-0.5 +- rust-ghash-0.6 +- rust-gif-0.14 +- rust-gimli-0.32 +- rust-gio-0.21 +- rust-gio-0.22 +- rust-gio-sys-0.21 +- rust-gio-sys-0.22 +- rust-gio-unix-0.22 +- rust-gio-unix-sys-0.22 +- rust-gio-win32-0.22 +- rust-gio-win32-sys-0.22 +- rust-git-version-0.3 +- rust-git-version-macro-0.3 +- rust-gix-lock-18 +- rust-gix-tempfile-18 +- rust-gl-generator-0.14 +- rust-glam-0.14 +- rust-glam-0.15 +- rust-glam-0.16 +- rust-glam-0.17 +- rust-glam-0.18 +- rust-glam-0.19 +- rust-glam-0.20 +- rust-glam-0.21 +- rust-glam-0.22 +- rust-glam-0.23 +- rust-glam-0.24 +- rust-glam-0.25 +- rust-glam-0.27 +- rust-glam-0.28 +- rust-glam-0.29 +- rust-glam-0.30 +- rust-glam-0.31 +- rust-glam-0.32 +- rust-glib-0.21 +- rust-glib-0.22 +- rust-glib-macros-0.21 +- rust-glib-macros-0.22 +- rust-glib-sys-0.21 +- rust-glib-sys-0.22 +- rust-gloo-timers-0.3 +- rust-glow-0.16 +- rust-gobject-sys-0.21 +- rust-gobject-sys-0.22 +- rust-goblin-0.10 +- rust-graphene-rs-0.21 +- rust-graphene-rs-0.22 +- rust-graphene-sys-0.21 +- rust-graphene-sys-0.22 +- rust-group-0.14 +- rust-gsk4-0.10 +- rust-gsk4-0.11 +- rust-gsk4-sys-0.10 +- rust-gsk4-sys-0.11 +- rust-gtk4-0.10 +- rust-gtk4-0.11 +- rust-gtk4-macros-0.10 +- rust-gtk4-macros-0.11 +- rust-gtk4-sys-0.10 +- rust-gtk4-sys-0.11 +- rust-half-2 +- rust-hash32-0.2 +- rust-hashbrown-0.12 +- rust-hashbrown-0.13 +- rust-hdrhistogram-7 +- rust-headers-0.4 +- rust-headers-core-0.3 +- rust-heapify-0.2 +- rust-heapless-0.7 +- rust-heck-0.4 +- rust-hermit-abi-0.1 +- rust-hermit-abi-0.3 +- rust-hex-literal-1 +- rust-hf-hub-0.4 +- rust-hickory-client-0.25 +- rust-hickory-proto-0.25 +- rust-hickory-server-0.25 +- rust-hkdf-0.13 +- rust-hmac-0.13 +- rust-honggfuzz-0.5 +- rust-hostname-0.4 +- rust-http-1 +- rust-http-body-1 +- rust-httparse-1 +- rust-httpdate-1 +- rust-httpmock-0.8 +- rust-human-bandwidth-0.1 +- rust-humantime-2 +- rust-hybrid-array-0.4 +- rust-hyper-1 +- rust-hyper-timeout-0.5 +- rust-hyper-tls-0.6 +- rust-hyphenation-0.8 +- rust-hyphenation-commons-0.8 +- rust-iana-time-zone-0.1 +- rust-iana-time-zone-haiku-0.1 +- rust-iced-x86-1 +- rust-icu-collections-2 +- rust-icu-locale-core-2 +- rust-icu-normalizer-2 +- rust-icu-normalizer-data-2 +- rust-icu-properties-2 +- rust-icu-properties-data-2 +- rust-icu-provider-2 +- rust-id-arena-2 +- rust-ident-case-1 +- rust-idna-1 +- rust-idna-adapter-1 +- rust-if-addrs-0.13 +- rust-igvm-0.4 +- rust-igvm-defs-0.4 +- rust-im-rc-15 +- rust-image-0.25 +- rust-image-webp-0.2 +- rust-imgref-1 +- rust-indenter-0.3 +- rust-indexmap-1 +- rust-indexmap-2 +- rust-indicatif-0.17 +- rust-indicatif-0.18 +- rust-indoc-2 +- rust-inferno-0.11 +- rust-inotify-0.11 +- rust-inotify-sys-0.1 +- rust-inout-0.1 +- rust-inout-0.2 +- rust-input-0.10 +- rust-input-0.9 +- rust-input-sys-1 +- rust-insta-1 +- rust-instability-0.3 +- rust-instant-0.1 +- rust-internal-russh-num-bigint-0.5 +- rust-interpolate-name-0.2 +- rust-inventory-0.3 +- rust-io-lifetimes-1 +- rust-io-uring-0.7 +- rust-iommufd-bindings-0.1 +- rust-iommufd-ioctls-0.1 +- rust-ipnet-2 +- rust-ipnetwork-0.20 +- rust-iptables-0.6 +- rust-is-ci-1 +- rust-is-executable-1 +- rust-is-terminal-polyfill-1 +- rust-itoa-1 +- rust-itoap-1 +- rust-jiter-0.11 +- rust-jni-0.21 +- rust-jni-0.22 +- rust-jni-macros-0.22 +- rust-jni-sys-0.3 +- rust-jni-sys-0.4 +- rust-jni-sys-macros-0.4 +- rust-kasuari-0.4 +- rust-keccak-0.2 +- rust-kem-0.3 +- rust-keyframe-1 +- rust-keyring-3 +- rust-khronos-api-3 +- rust-knuffel-3 +- rust-knuffel-derive-3 +- rust-konst-0.4 +- rust-konst-proc-macros-0.4 +- rust-kqueue-1 +- rust-kqueue-sys-1 +- rust-kstring-2 +- rust-kv-log-macro-1 +- rust-kvm-bindings-0.14 +- rust-kvm-ioctls-0.24 +- rust-lab-0.11 +- rust-landlock-0.4 +- rust-language-tags-0.3 +- rust-lazy-static-1 +- rust-lazycell-1 +- rust-lddtree-0.5 +- rust-lebe-0.5 +- rust-levenshtein-1 +- rust-lexical-parse-float-1 +- rust-lexical-parse-integer-1 +- rust-lexical-util-1 +- rust-libadwaita-0.8 +- rust-libadwaita-0.9 +- rust-libadwaita-sys-0.8 +- rust-libadwaita-sys-0.9 +- rust-libbz2-rs-sys-0.2 +- rust-libc-print-0.3 +- rust-libdisplay-info-0.3 +- rust-libdisplay-info-derive-0.1 +- rust-libdisplay-info-sys-0.3 +- rust-libfuzzer-sys-0.4 +- rust-libm-0.2 +- rust-libmimalloc-sys-0.1 +- rust-libseat-0.2 +- rust-libseat-sys-0.2 +- rust-libspa-0.9 +- rust-libspa-sys-0.9 +- rust-libudev-sys-0.1 +- rust-libz-sys-1 +- rust-line-clipping-0.3 +- rust-link-section-0.18 +- rust-linktime-proc-macro-0.2 +- rust-linux-keyutils-0.2 +- rust-linux-loader-0.13 +- rust-linux-raw-sys-0.3 +- rust-linux-raw-sys-0.4 +- rust-linux-raw-sys-0.9 +- rust-litrs-1 +- rust-locale-config-0.3 +- rust-loom-0.7 +- rust-loop9-0.1 +- rust-lopdf-0.38 +- rust-lru-0.18 +- rust-lru-slab-0.1 +- rust-lua-src-550 +- rust-luajit-src-210 +- rust-lz4-flex-0.13 +- rust-lzma-rust2-0.16 +- rust-lzma-sys-0.1 +- rust-lzxd-0.2 +- rust-mac-0.1 +- rust-mac-address-1 +- rust-macro-rules-attribute-0.2 +- rust-macro-rules-attribute-proc-macro-0.2 +- rust-macrotest-1 +- rust-mailparse-0.16 +- rust-malloc-buf-0.0.6 +- rust-managed-0.8 +- rust-markup5ever-0.35 +- rust-matches-0.1 +- rust-matchit-0.8 +- rust-matrixmultiply-0.3 +- rust-maybe-rayon-0.1 +- rust-md-5-0.10 +- rust-md5-0.7 +- rust-memchr-2 +- rust-memmem-0.1 +- rust-memo-map-0.3 +- rust-miette-5 +- rust-miette-derive-5 +- rust-mimalloc-0.1 +- rust-mime-guess-2 +- rust-minicbor-0.19 +- rust-minicbor-derive-0.13 +- rust-minijinja-2 +- rust-mint-0.5 +- rust-mintex-0.1 +- rust-mio-1 +- rust-ml-kem-0.3 +- rust-mlua-0.11 +- rust-mlua-derive-0.11 +- rust-mlua-sys-0.10 +- rust-mockall-0.14 +- rust-mockall-derive-0.14 +- rust-module-lattice-0.2 +- rust-monostate-0.1 +- rust-monostate-impl-0.1 +- rust-more-asserts-0.3 +- rust-moxcms-0.8 +- rust-mozim-0.3 +- rust-mp4parse-0.17 +- rust-mshv-bindings-0.6 +- rust-mshv-ioctls-0.6 +- rust-msi-0.10 +- rust-multimap-0.8 +- rust-mutants-0.0.3 +- rust-nalgebra-0.33 +- rust-nalgebra-0.34 +- rust-nalgebra-macros-0.3 +- rust-nanorand-0.7 +- rust-native-tls-0.2 +- rust-ndarray-0.15 +- rust-ndarray-0.16 +- rust-ndk-0.9 +- rust-ndk-context-0.1 +- rust-ndk-sys-0.6 +- rust-netlink-packet-core-0.8 +- rust-netlink-packet-route-0.25 +- rust-netlink-proto-0.12 +- rust-netlink-sys-0.8 +- rust-new-debug-unreachable-1 +- rust-nftables-0.6 +- rust-nibble-vec-0.1 +- rust-nix-0.26 +- rust-nix-0.29 +- rust-nix-0.31 +- rust-no-std-io2-0.9 +- rust-no-std-net-0.6 +- rust-nom-7 +- rust-nom-8 +- rust-nom-locate-5 +- rust-noop-proc-macro-0.3 +- rust-normpath-1 +- rust-notify-8 +- rust-notify-types-2 +- rust-ntapi-0.4 +- rust-num-bigint-dig-0.8 +- rust-num-complex-0.2 +- rust-num-complex-0.4 +- rust-num-cpus-1 +- rust-num-derive-0.4 +- rust-num-enum-0.7 +- rust-num-enum-derive-0.7 +- rust-num-format-0.4 +- rust-num-iter-0.1 +- rust-num-rational-0.4 +- rust-num-threads-0.1 +- rust-number-prefix-0.4 +- rust-numpy-0.26 +- rust-numtoa-0.2 +- rust-objc-0.2 +- rust-objc-foundation-0.1 +- rust-objc-id-0.1 +- rust-objc-sys-0.3 +- rust-objc2-0.5 +- rust-objc2-app-kit-0.2 +- rust-objc2-cloud-kit-0.2 +- rust-objc2-contacts-0.2 +- rust-objc2-core-data-0.2 +- rust-objc2-core-image-0.2 +- rust-objc2-core-location-0.2 +- rust-objc2-encode-4 +- rust-objc2-foundation-0.2 +- rust-objc2-io-kit-0.3 +- rust-objc2-link-presentation-0.2 +- rust-objc2-metal-0.2 +- rust-objc2-quartz-core-0.2 +- rust-objc2-symbols-0.2 +- rust-objc2-system-configuration-0.3 +- rust-objc2-ui-kit-0.2 +- rust-objc2-uniform-type-identifiers-0.2 +- rust-objc2-user-notifications-0.2 +- rust-object-0.38 +- rust-oid-registry-0.7 +- rust-once-cell-1 +- rust-once-cell-polyfill-1 +- rust-oneshot-0.1 +- rust-onig-6 +- rust-onig-sys-69 +- rust-oorandom-11 +- rust-opaque-debug-0.3 +- rust-open-enum-0.5 +- rust-open-enum-derive-0.5 +- rust-openssl-probe-0.2 +- rust-openssl-src-300 +- rust-option-ext-0.2 +- rust-orbclient-0.3 +- rust-ordered-float-2 +- rust-ordered-float-4 +- rust-ordered-float-5 +- rust-ordered-stream-0.2 +- rust-os-info-3 +- rust-os-str-bytes-6 +- rust-owo-colors-3 +- rust-owo-colors-4 +- rust-pageant-0.2 +- rust-palette-0.7 +- rust-palette-derive-0.7 +- rust-pango-0.21 +- rust-pango-0.22 +- rust-pango-sys-0.21 +- rust-pango-sys-0.22 +- rust-pangocairo-0.21 +- rust-pangocairo-0.22 +- rust-pangocairo-sys-0.21 +- rust-pangocairo-sys-0.22 +- rust-parking-2 +- rust-password-hash-0.5 +- rust-paste-1 +- rust-pastey-0.1 +- rust-pastey-0.2 +- rust-path-slash-0.2 +- rust-path-tree-0.8 +- rust-pbkdf2-0.12 +- rust-pbkdf2-0.13 +- rust-peg-0.8 +- rust-peg-macros-0.8 +- rust-peg-runtime-0.8 +- rust-pem-3 +- rust-pem-rfc7468-1 +- rust-pep440-rs-0.7 +- rust-pep508-rs-0.9 +- rust-percent-encoding-2 +- rust-pest-2 +- rust-pest-derive-2 +- rust-pest-generator-2 +- rust-pest-meta-2 +- rust-petgraph-0.6 +- rust-phf-0.11 +- rust-phf-0.12 +- rust-phf-0.13 +- rust-phf-codegen-0.11 +- rust-phf-generator-0.11 +- rust-phf-generator-0.13 +- rust-phf-macros-0.11 +- rust-phf-macros-0.13 +- rust-phf-shared-0.11 +- rust-phf-shared-0.12 +- rust-phf-shared-0.13 +- rust-pin-project-1 +- rust-pin-project-internal-1 +- rust-pin-utils-0.1 +- rust-piper-0.2 +- rust-pipewire-0.9 +- rust-pipewire-sys-0.9 +- rust-pixman-0.2 +- rust-pixman-sys-0.1 +- rust-pkcs5-0.8 +- rust-platform-info-2 +- rust-plist-1 +- rust-pnet-0.35 +- rust-pnet-base-0.35 +- rust-pnet-datalink-0.35 +- rust-pnet-macros-0.35 +- rust-pnet-macros-support-0.35 +- rust-pnet-packet-0.35 +- rust-pnet-sys-0.35 +- rust-pnet-transport-0.35 +- rust-png-0.18 +- rust-pocket-resources-0.3 +- rust-polling-2 +- rust-polling-3 +- rust-poly1305-0.8 +- rust-polyval-0.6 +- rust-polyval-0.7 +- rust-portable-atomic-1 +- rust-postcard-1 +- rust-postcard-derive-0.2 +- rust-pprof-0.14 +- rust-precomputed-hash-0.1 +- rust-predicates-3 +- rust-predicates-core-1 +- rust-predicates-tree-1 +- rust-prefix-trie-0.7 +- rust-pretty-assertions-1 +- rust-prettydiff-0.9 +- rust-primefield-0.14.0-rc.11 +- rust-primeorder-0.14.0-rc.11 +- rust-proc-macro-crate-1 +- rust-proc-macro-crate-3 +- rust-proc-macro-error-1 +- rust-proc-macro-error-attr-1 +- rust-proc-macro-error-attr2-2 +- rust-proc-macro-error2-2 +- rust-proc-macro2-1 +- rust-prodash-30 +- rust-profiling-1 +- rust-profiling-procmacros-1 +- rust-proptest-1 +- rust-proptest-derive-0.8 +- rust-proptest-macro-0.5 +- rust-prost-0.12 +- rust-prost-0.14 +- rust-prost-build-0.12 +- rust-prost-build-0.14 +- rust-prost-derive-0.12 +- rust-prost-derive-0.14 +- rust-prost-types-0.12 +- rust-prost-types-0.14 +- rust-protobuf-2 +- rust-protobuf-codegen-2 +- rust-protobuf-codegen-pure-2 +- rust-psm-0.1 +- rust-pulldown-cmark-0.13 +- rust-pulldown-cmark-to-cmark-21 +- rust-purl-0.1 +- rust-pxfm-0.1 +- rust-pyo3-0.25 +- rust-pyo3-0.26 +- rust-pyo3-0.27 +- rust-pyo3-0.29 +- rust-pyo3-async-runtimes-0.26 +- rust-pyo3-build-config-0.25 +- rust-pyo3-build-config-0.26 +- rust-pyo3-build-config-0.27 +- rust-pyo3-build-config-0.29 +- rust-pyo3-ffi-0.25 +- rust-pyo3-ffi-0.26 +- rust-pyo3-ffi-0.27 +- rust-pyo3-ffi-0.29 +- rust-pyo3-introspection-0.28 +- rust-pyo3-macros-0.25 +- rust-pyo3-macros-0.26 +- rust-pyo3-macros-0.27 +- rust-pyo3-macros-0.29 +- rust-pyo3-macros-backend-0.25 +- rust-pyo3-macros-backend-0.26 +- rust-pyo3-macros-backend-0.27 +- rust-pyo3-macros-backend-0.29 +- rust-pyproject-toml-0.13 +- rust-python-pkginfo-0.6 +- rust-python3-dll-a-0.2 +- rust-qoi-0.4 +- rust-quantette-0.5 +- rust-quick-error-1 +- rust-quick-error-2 +- rust-quick-xml-0.26 +- rust-quick-xml-0.39 +- rust-quinn-0.11 +- rust-quinn-proto-0.11 +- rust-quinn-udp-0.5 +- rust-quote-1 +- rust-quoted-printable-0.5 +- rust-r-efi-5 +- rust-r-efi-6 +- rust-radix-trie-0.2 +- rust-rand-0.10 +- rust-rand-0.8 +- rust-rand-chacha-0.3 +- rust-rand-core-0.10 +- rust-rand-distr-0.6 +- rust-rand-xorshift-0.3 +- rust-rand-xorshift-0.4 +- rust-range-map-vec-0.2 +- rust-rangemap-1 +- rust-ratatui-0.30 +- rust-ratatui-core-0.1 +- rust-ratatui-crossterm-0.1 +- rust-ratatui-macros-0.7 +- rust-ratatui-termion-0.1 +- rust-ratatui-termwiz-0.1 +- rust-ratatui-widgets-0.3 +- rust-rav1e-0.8 +- rust-ravif-0.13 +- rust-raw-cpuid-10 +- rust-raw-window-handle-0.4 +- rust-raw-window-handle-0.6 +- rust-rawpointer-0.2 +- rust-rayon-1 +- rust-rayon-cond-0.4 +- rust-rayon-core-1 +- rust-rcgen-0.13 +- rust-rctree-0.6 +- rust-redb-3 +- rust-redox-syscall-0.4 +- rust-redox-syscall-0.8 +- rust-redox-users-0.4 +- rust-redox-users-0.5 +- rust-ref-cast-1 +- rust-ref-cast-impl-1 +- rust-reflink-copy-0.1 +- rust-regex-1 +- rust-regex-syntax-0.6 +- rust-remain-0.2 +- rust-reqwest-0.13 +- rust-reqwest-middleware-0.5 +- rust-rfc2047-decoder-1 +- rust-rfc6979-0.5 +- rust-rgb-0.8 +- rust-roff-0.2 +- rust-ron-0.12 +- rust-rpds-1 +- rust-rtnetlink-0.18 +- rust-russh-cryptovec-0.60 +- rust-russh-util-0.52 +- rust-rust-decimal-1 +- rust-rust-embed-8 +- rust-rust-embed-impl-8 +- rust-rust-embed-utils-8 +- rust-rustc-demangle-0.1 +- rust-rustc-hash-1 +- rust-rustc-hash-2 +- rust-rustc-version-0.4 +- rust-rustfix-0.8 +- rust-rustflags-0.1 +- rust-rusticata-macros-4 +- rust-rustix-0.37 +- rust-rustix-0.38 +- rust-rustix-1 +- rust-rustls-native-certs-0.8 +- rust-rustls-pki-types-1 +- rust-rustls-platform-verifier-0.6 +- rust-rustls-platform-verifier-android-0.1 +- rust-rustversion-1 +- rust-rusty-fork-0.3 +- rust-rustyline-17 +- rust-ruzstd-0.8 +- rust-ryu-1 +- rust-safe-arch-0.7 +- rust-safe-arch-0.9 +- rust-safe-transmute-0.11 +- rust-salsa20-0.11 +- rust-same-file-1 +- rust-schemars-0.8 +- rust-schemars-0.9 +- rust-schemars-1 +- rust-schemars-derive-0.8 +- rust-schemars-derive-1 +- rust-scoped-tls-1 +- rust-scopeguard-1 +- rust-scroll-0.13 +- rust-scroll-derive-0.13 +- rust-scrypt-0.12 +- rust-sd-notify-0.5 +- rust-sec1-0.8 +- rust-seccompiler-0.5 +- rust-security-framework-2 +- rust-security-framework-3 +- rust-security-framework-sys-2 +- rust-selectors-0.31 +- rust-self-cell-1 +- rust-semver-1 +- rust-send-wrapper-0.6 +- rust-sendfd-0.4 +- rust-serde-1 +- rust-serde-bytes-0.11 +- rust-serde-core-1 +- rust-serde-derive-1 +- rust-serde-derive-internals-0.29 +- rust-serde-json-1 +- rust-serde-path-to-error-0.1 +- rust-serde-pyobject-0.8 +- rust-serde-regex-1 +- rust-serde-repr-0.1 +- rust-serde-spanned-0.6 +- rust-serde-spanned-1 +- rust-serde-with-3 +- rust-serde-with-macros-3 +- rust-serde-yaml-0.9 +- rust-serdect-0.4 +- rust-serial-test-2 +- rust-serial-test-3 +- rust-serial-test-derive-2 +- rust-serial-test-derive-3 +- rust-servo-arc-0.4 +- rust-sha1-0.11 +- rust-sha1-smol-1 +- rust-sha2-0.11 +- rust-sha2-asm-0.6 +- rust-sha3-0.11 +- rust-shell-words-1 +- rust-shellexpand-3 +- rust-shlex-1 +- rust-shlex-2 +- rust-signal-hook-0.3 +- rust-signal-hook-0.4 +- rust-signal-hook-mio-0.2 +- rust-signal-hook-registry-1 +- rust-signal-hook-tokio-0.3 +- rust-signal-hook-tokio-0.4 +- rust-signature-2 +- rust-signature-3 +- rust-simba-0.9 +- rust-simd-cesu8-1 +- rust-simd-helpers-0.1 +- rust-simdutf8-0.1 +- rust-similar-2 +- rust-siphasher-1 +- rust-slotmap-1 +- rust-smallvec-1 +- rust-smawk-0.3 +- rust-smithay-0.7 +- rust-smithay-client-toolkit-0.19 +- rust-smol-1 +- rust-smol-2 +- rust-smol-str-0.2 +- rust-socket2-0.4 +- rust-socket2-0.5 +- rust-socks-0.3 +- rust-spanned-0.4 +- rust-spdx-0.13 +- rust-speedate-0.17 +- rust-spin-0.10 +- rust-spin-0.9 +- rust-spki-0.8 +- rust-spm-precompiled-0.1 +- rust-ssh-cipher-0.2 +- rust-ssh-encoding-0.2 +- rust-ssh2-0.9 +- rust-stable-deref-trait-1 +- rust-stacker-0.1 +- rust-static-assertions-1 +- rust-statrs-0.18 +- rust-str-stack-0.1 +- rust-string-cache-0.8 +- rust-string-cache-0.9 +- rust-string-cache-codegen-0.5 +- rust-stringmetrics-2 +- rust-stringprep-0.1 +- rust-strip-ansi-escapes-0.2 +- rust-strum-0.27 +- rust-strum-0.28 +- rust-strum-macros-0.27 +- rust-strum-macros-0.28 +- rust-subtle-2 +- rust-supports-color-1 +- rust-supports-color-2 +- rust-supports-hyperlinks-2 +- rust-supports-hyperlinks-3 +- rust-supports-unicode-2 +- rust-supports-unicode-3 +- rust-symbolic-common-12 +- rust-symbolic-demangle-12 +- rust-symlink-0.1 +- rust-syn-1 +- rust-syn-2 +- rust-sync-wrapper-1 +- rust-syntect-5 +- rust-sysinfo-0.38 +- rust-syslog-7 +- rust-system-deps-7 +- rust-tabwriter-1 +- rust-tap-1 +- rust-target-triple-1 +- rust-tempfile-3 +- rust-tendril-0.4 +- rust-termcolor-1 +- rust-terminal-size-0.1 +- rust-terminfo-0.9 +- rust-termion-4 +- rust-termios-0.3 +- rust-termtree-0.5 +- rust-termwiz-0.23 +- rust-textwrap-0.15 +- rust-textwrap-0.16 +- rust-thiserror-1 +- rust-thiserror-2 +- rust-thiserror-impl-1 +- rust-thiserror-impl-2 +- rust-thousands-0.2 +- rust-thread-local-1 +- rust-tiff-0.11 +- rust-tikv-jemalloc-sys-0.6 +- rust-tikv-jemallocator-0.6 +- rust-tinytemplate-1 +- rust-tinyvec-1 +- rust-tls-detect-0.1 +- rust-tokenizers-0.22 +- rust-tokio-1 +- rust-tokio-macros-2 +- rust-tokio-native-tls-0.3 +- rust-tokio-retry-0.3 +- rust-tokio-stream-0.1 +- rust-tokio-tungstenite-0.28 +- rust-tokio-vsock-0.7 +- rust-toml-0.5 +- rust-toml-0.8 +- rust-toml-1 +- rust-toml-datetime-0.6 +- rust-toml-datetime-1 +- rust-toml-edit-0.22 +- rust-toml-edit-0.25 +- rust-toml-parser-1 +- rust-toml-write-0.1 +- rust-toml-writer-1 +- rust-tonic-0.14 +- rust-tonic-build-0.14 +- rust-tonic-prost-0.14 +- rust-tonic-prost-build-0.14 +- rust-tracing-appender-0.2 +- rust-tracing-error-0.2 +- rust-tracing-serde-0.2 +- rust-tracing-test-0.2 +- rust-tracing-test-macro-0.2 +- rust-tracy-client-0.18 +- rust-tracy-client-sys-0.28 +- rust-trash-5 +- rust-trybuild-1 +- rust-ttf-parser-0.25 +- rust-tungstenite-0.28 +- rust-twox-hash-2 +- rust-typed-path-0.12 +- rust-typeid-1 +- rust-typenum-1 +- rust-typewit-1 +- rust-ucd-trie-0.1 +- rust-ucd-util-0.1 +- rust-udev-0.9 +- rust-uds-windows-1 +- rust-ui-test-0.30 +- rust-unarray-0.1 +- rust-uncased-0.9 +- rust-unicase-2 +- rust-unicode-bidi-0.3 +- rust-unicode-bom-2 +- rust-unicode-categories-0.1 +- rust-unicode-ident-1 +- rust-unicode-linebreak-0.1 +- rust-unicode-normalization-alignments-0.1 +- rust-unicode-properties-0.1 +- rust-unicode-segmentation-1 +- rust-unicode-truncate-2 +- rust-unicode-width-0.1 +- rust-unit-prefix-0.5 +- rust-universal-hash-0.5 +- rust-universal-hash-0.6 +- rust-unsafe-libyaml-0.2 +- rust-unscanny-0.1 +- rust-unty-0.0.4 +- rust-ureq-2 +- rust-ureq-3 +- rust-ureq-proto-0.6 +- rust-url-2 +- rust-urlencoding-2 +- rust-utf-8-0.7 +- rust-utf8-iter-1 +- rust-utf8-zero-0.8 +- rust-uuid-1 +- rust-uzers-0.12 +- rust-v-frame-0.3 +- rust-validator-0.19 +- rust-value-bag-1 +- rust-vergen-9 +- rust-vergen-gitcl-9 +- rust-vergen-lib-9 +- rust-version-compare-0.2 +- rust-version-ranges-0.1 +- rust-versions-7 +- rust-vfio-bindings-0.6 +- rust-vfio-ioctls-0.6 +- rust-vfio-user-0.1 +- rust-vhost-0.16 +- rust-vhost-user-backend-0.22 +- rust-virtio-bindings-0.2 +- rust-virtio-queue-0.17 +- rust-virtue-0.0.18 +- rust-vm-fdt-0.3 +- rust-vm-memory-0.16 +- rust-vm-memory-0.17 +- rust-vmm-sys-util-0.12 +- rust-vmm-sys-util-0.14 +- rust-vmm-sys-util-0.15 +- rust-vsock-0.5 +- rust-vte-0.14 +- rust-vtparse-0.6 +- rust-wait-timeout-0.2 +- rust-waker-fn-1 +- rust-walkdir-2 +- rust-wasi-0.14 +- rust-wasip2-1 +- rust-wasite-1 +- rust-wasm-streams-0.4 +- rust-wasm-streams-0.5 +- rust-wayland-backend-0.3 +- rust-wayland-client-0.31 +- rust-wayland-csd-frame-0.3 +- rust-wayland-cursor-0.31 +- rust-wayland-egl-0.32 +- rust-wayland-protocols-0.32 +- rust-wayland-protocols-misc-0.3 +- rust-wayland-protocols-plasma-0.3 +- rust-wayland-protocols-wlr-0.3 +- rust-wayland-scanner-0.31 +- rust-wayland-server-0.31 +- rust-wayland-sys-0.31 +- rust-web-atoms-0.1 +- rust-web-time-1 +- rust-webpki-root-certs-1 +- rust-webpki-roots-0.26 +- rust-webpki-roots-1 +- rust-weezl-0.1 +- rust-wezterm-bidi-0.2 +- rust-wezterm-blob-leases-0.1 +- rust-wezterm-color-types-0.3 +- rust-wezterm-dynamic-0.2 +- rust-wezterm-dynamic-derive-0.1 +- rust-wezterm-input-types-0.1 +- rust-which-4 +- rust-which-8 +- rust-whoami-2 +- rust-wide-0.7 +- rust-wide-0.8 +- rust-wild-2 +- rust-winapi-0.3 +- rust-winapi-i686-pc-windows-gnu-0.4 +- rust-winapi-x86-64-pc-windows-gnu-0.4 +- rust-windows-0.56 +- rust-windows-0.62 +- rust-windows-aarch64-gnullvm-0.42 +- rust-windows-aarch64-gnullvm-0.48 +- rust-windows-aarch64-msvc-0.42 +- rust-windows-aarch64-msvc-0.48 +- rust-windows-collections-0.3 +- rust-windows-core-0.56 +- rust-windows-core-0.62 +- rust-windows-future-0.3 +- rust-windows-i686-gnu-0.42 +- rust-windows-i686-gnu-0.48 +- rust-windows-i686-msvc-0.42 +- rust-windows-i686-msvc-0.48 +- rust-windows-implement-0.56 +- rust-windows-implement-0.60 +- rust-windows-interface-0.56 +- rust-windows-interface-0.59 +- rust-windows-link-0.1 +- rust-windows-numerics-0.3 +- rust-windows-result-0.1 +- rust-windows-sys-0.45 +- rust-windows-sys-0.48 +- rust-windows-targets-0.42 +- rust-windows-targets-0.48 +- rust-windows-threading-0.2 +- rust-windows-x86-64-gnu-0.42 +- rust-windows-x86-64-gnu-0.48 +- rust-windows-x86-64-gnullvm-0.42 +- rust-windows-x86-64-gnullvm-0.48 +- rust-windows-x86-64-msvc-0.42 +- rust-windows-x86-64-msvc-0.48 +- rust-winit-0.30 +- rust-winnow-1 +- rust-wiremock-0.6 +- rust-wnaf-0.14.0-pre.0 +- rust-x11-dl-2 +- rust-x11rb-0.13 +- rust-x11rb-protocol-0.13 +- rust-x509-parser-0.16 +- rust-x86-0.52 +- rust-xattr-1 +- rust-xcursor-0.3 +- rust-xet-client-1 +- rust-xet-core-structures-1 +- rust-xet-data-1 +- rust-xet-runtime-1 +- rust-xkbcommon-0.8 +- rust-xkbcommon-0.9 +- rust-xkbcommon-dl-0.4 +- rust-xkeysym-0.2 +- rust-xml-rs-0.8 +- rust-xml5ever-0.35 +- rust-xshell-0.2 +- rust-xshell-macros-0.2 +- rust-xwin-0.9 +- rust-xxhash-rust-0.8 +- rust-xz2-0.1 +- rust-y4m-0.8 +- rust-yansi-1 +- rust-yasna-0.5 +- rust-yazi-prebuilt-0.1 +- rust-yeslogic-fontconfig-sys-6 +- rust-zbus-5 +- rust-zbus-lockstep-0.5 +- rust-zbus-lockstep-macros-0.5 +- rust-zbus-macros-5 +- rust-zbus-names-4 +- rust-zbus-xml-5 +- rust-zeroize-1 +- rust-zip-7 +- rust-zip-8 +- rust-zmij-1 +- rust-zopfli-0.8 +- rust-zstd-0.13 +- rust-zstd-safe-7 +- rust-zstd-sys-2 +- rust-zune-core-0.5 +- rust-zune-inflate-0.2 +- rust-zune-jpeg-0.5 +- rust-zvariant-5 +- rust-zvariant-derive-5 +- rust-zvariant-utils-3 +- seastar +- serf +- skopeo +- sqlcipher +- startup-notification +- supertuxkart +- sway +- swayidle +- swaylock +- u-boot-menu-ng +- umoci +- warp-ctc +- warp-transducer +- wiiuse +- wlroots-0.19 +- xauth +- xcb-imdkit +- xcb-util-xrm +- xmlrpc-c +- xmlstarlet +- xwayland-run +- yajl + +
+ +[CVE-2026-48959]: https://www.cve.org/CVERecord?id=CVE-2026-48959 +[CVE-2026-48961]: https://www.cve.org/CVERecord?id=CVE-2026-48961 +[CVE-2026-48962]: https://www.cve.org/CVERecord?id=CVE-2026-48962 +[CVE-2026-35385]: https://www.cve.org/CVERecord?id=CVE-2026-35385 +[CVE-2019-6111]: https://www.cve.org/CVERecord?id=CVE-2019-6111 +[CVE-2026-34743]: https://www.cve.org/CVERecord?id=CVE-2026-34743 +[CVE-2026-47162]: https://www.cve.org/CVERecord?id=CVE-2026-47162 +[CVE-2026-47167]: https://www.cve.org/CVERecord?id=CVE-2026-47167 +[CVE-2025-14177]: https://www.cve.org/CVERecord?id=CVE-2025-14177 +[CVE-2025-14178]: https://www.cve.org/CVERecord?id=CVE-2025-14178 +[CVE-2025-14179]: https://www.cve.org/CVERecord?id=CVE-2025-14179 +[CVE-2025-14180]: https://www.cve.org/CVERecord?id=CVE-2025-14180 +[CVE-2025-67899]: https://www.cve.org/CVERecord?id=CVE-2025-67899 +[CVE-2026-6104]: https://www.cve.org/CVERecord?id=CVE-2026-6104 +[CVE-2026-6722]: https://www.cve.org/CVERecord?id=CVE-2026-6722 +[CVE-2026-6735]: https://www.cve.org/CVERecord?id=CVE-2026-6735 +[CVE-2026-7258]: https://www.cve.org/CVERecord?id=CVE-2026-7258 +[CVE-2026-7259]: https://www.cve.org/CVERecord?id=CVE-2026-7259 +[CVE-2026-7261]: https://www.cve.org/CVERecord?id=CVE-2026-7261 +[CVE-2026-7262]: https://www.cve.org/CVERecord?id=CVE-2026-7262 +[CVE-2026-7263]: https://www.cve.org/CVERecord?id=CVE-2026-7263 +[CVE-2026-7568]: https://www.cve.org/CVERecord?id=CVE-2026-7568 +[CVE-2026-29078]: https://www.cve.org/CVERecord?id=CVE-2026-29078 +[CVE-2026-29079]: https://www.cve.org/CVERecord?id=CVE-2026-29079 +[CVE-2026-42371]: https://www.cve.org/CVERecord?id=CVE-2026-42371 +[CVE-2026-44927]: https://www.cve.org/CVERecord?id=CVE-2026-44927 +[CVE-2026-44928]: https://www.cve.org/CVERecord?id=CVE-2026-44928 +[CVE-2025-26519]: https://www.cve.org/CVERecord?id=CVE-2025-26519 +[CVE-2025-54349]: https://www.cve.org/CVERecord?id=CVE-2025-54349 +[CVE-2025-54350]: https://www.cve.org/CVERecord?id=CVE-2025-54350 +[CVE-2025-54351]: https://www.cve.org/CVERecord?id=CVE-2025-54351 +[CVE-2026-45447]: https://www.cve.org/CVERecord?id=CVE-2026-45447 +[CVE-2026-8461]: https://www.cve.org/CVERecord?id=CVE-2026-8461 +[CVE-2025-68471]: https://www.cve.org/CVERecord?id=CVE-2025-68471 +[CVE-2025-68468]: https://www.cve.org/CVERecord?id=CVE-2025-68468 +[CVE-2026-24401]: https://www.cve.org/CVERecord?id=CVE-2026-24401 +[CVE-2025-68276]: https://www.cve.org/CVERecord?id=CVE-2025-68276 +[CVE-2021-3468]: https://www.cve.org/CVERecord?id=CVE-2021-3468 +[CVE-2024-52616]: https://www.cve.org/CVERecord?id=CVE-2024-52616 +[CVE-2024-2699]: https://www.cve.org/CVERecord?id=CVE-2024-2699 +[CVE-2026-34933]: https://www.cve.org/CVERecord?id=CVE-2026-34933 +[CVE-2024-52615]: https://www.cve.org/CVERecord?id=CVE-2024-52615 +[CVE-2026-4802]: https://www.cve.org/CVERecord?id=CVE-2026-4802 +[CVE-2026-4631]: https://www.cve.org/CVERecord?id=CVE-2026-4631 +[CVE-2026-54919]: https://www.cve.org/CVERecord?id=CVE-2026-54919 +[CVE-2026-4250]: https://www.cve.org/CVERecord?id=CVE-2026-4250 +[CVE-2026-42507]: https://www.cve.org/CVERecord?id=CVE-2026-42507 +[CVE-2026-27145]: https://www.cve.org/CVERecord?id=CVE-2026-27145 +[CVE-2025-10263]: https://www.cve.org/CVERecord?id=CVE-2025-10263 +[CVE-2026-43500]: https://www.cve.org/CVERecord?id=CVE-2026-43500 +[CVE-2026-46300]: https://www.cve.org/CVERecord?id=CVE-2026-46300 diff --git a/news/releases/2026-06/index.mdx b/news/releases/2026-06/index.mdx new file mode 100644 index 0000000..95df508 --- /dev/null +++ b/news/releases/2026-06/index.mdx @@ -0,0 +1,2359 @@ +--- +title: openRuyi 2026.06 Release +authors: [misaka00251] +tags: [release] +image: /img/openRuyi-social-card.png +date: 2026-06-30 +slug: 2026-06/release +--- + +We are pleased to announce the June 2026 release of openRuyi. + +In this release, openRuyi strengthens security maintenance, desktop usability, RISC-V kernel support, virtualization and the package ecosystem. + +{/* truncate */} + +## Highlights + +* **Security-focused package refresh**: We refreshed a broad set of security-sensitive packages, including Avahi, PHP, and OpenSSL. The package refresh closes numerous documented CVE while also moving several network-facing tools to newer upstream maintenance releases. + +* **Toolchain, runtime, and build infrastructure**: We updated Go, Rust, and LLVM. Rust now selects `riscv64a23-unknown-linux-gnu` for RVA23 builds, so the default Rust target follows the rva23 project profile instead of the older generic `riscv64gc` target. The release also improves LLVM default-package wiring, Rust RPM macros, and package-build tooling so developers can depend on stable, unversioned toolchain interfaces where appropriate. + +* **Kernel and RISC-V platform integration**: We updated the mainline kernel from `7.0.10` to `7.1.2` and the LTS kernels from `6.18.33` to `6.18.34`, following cleanup around flavored-kernel versioning, `/lib/modules` ownership, and safer `kernel-install` behavior. QEMU moved from `10.2.0` to `11.0.1` with RISC-V KVM ACPI-table fixes, while systemd gained a RISC-V UEFI compliance patch for `systemd-boot`. + +* **Desktop and graphical stack improvements**: We updated KDE Frameworks, Plasma, and KDE Applications. The release also strengthens the Wayland desktop base through Labwc and wlroots updates and adds the Fcitx 5 input method stack for a more complete desktop experience. + +* **Virtualization, storage, and observability**: We updated Ceph, Cloud Hypervisor, and added Kata Containers with Cloud Hypervisor support on RISC-V. The release also adds bpftrace and expands Prometheus service-discovery Go dependencies, improving low-level tracing, storage, and cloud-native integration. + +* **AI, data, and packaging quality**: The release adds user-facing AI and data packages such as PaddlePaddle, Paddle2ONNX, and the OpenAI Python SDK, while keeping lower-level language dependencies in the Changelog. Packaging reliability also improves through TMT, rpminspect, setuptools compatibility fixes, and broader BuildSystem modernization. + +* **Installation and provisioning experience**: Install ISO images now support `cloud-init` and automatic root filesystem expansion, improving unattended installation and VM or cloud deployment workflows. + +## Security Updates + +* `linux` was updated to `7.1.2`, bringing the latest 7.1 stable kernel fixes, including mitigation for [CVE-2025-10263] and follow-up hardening around [CVE-2026-43500] and [CVE-2026-46300]. + +* `perl-IO-Compress` was updated to `2.220`, fixing [CVE-2026-48959], [CVE-2026-48961], [CVE-2026-48962]. + +* `dropbear` was updated to `2026.91`, fixing [CVE-2026-35385] and [CVE-2019-6111]. + +* `xz` was updated to `5.8.3`, fixing [CVE-2026-34743]. + +* `vim` was updated to `9.2.0593`, fixing [CVE-2026-47162] and [CVE-2026-47167]. + +* `php` was updated to `8.5.7`, fixing [CVE-2025-14177], [CVE-2025-14178], [CVE-2025-14179], [CVE-2025-14180], [CVE-2025-67899], [CVE-2026-6104], [CVE-2026-6722], [CVE-2026-6735], [CVE-2026-7258], [CVE-2026-7259], [CVE-2026-7261], [CVE-2026-7262], [CVE-2026-7263], [CVE-2026-7568], [CVE-2026-29078], [CVE-2026-29079], [CVE-2026-42371], [CVE-2026-44927], [CVE-2026-44928]. + +* `musl` was updated to `1.2.6`, fixing [CVE-2025-26519]. + +* `iperf` was updated to `3.21`, fixing [CVE-2025-54349], [CVE-2025-54350], and [CVE-2025-54351]. + +* `openssl` was updated to `3.6.3`, fixing [CVE-2026-45447]. + +* `ffmpeg` was updated to `8.1.2`, fixing [CVE-2026-8461]. + +* `avahi` was updated to `0.9~rc4`, fixing [CVE-2025-68471], [CVE-2025-68468], [CVE-2026-24401], [CVE-2025-68276], [CVE-2021-3468], [CVE-2024-52616], [CVE-2024-2699], [CVE-2026-34933], [CVE-2024-52615]. + +* `cockpit` was updated to `364`, fixing [CVE-2026-4802] and [CVE-2026-4631]. + +* `cpp-httplib` was updated to `0.48.0`, fixing [CVE-2026-54919]. + +* `go` was updated to `1.26.4`, fixing [CVE-2026-4250], [CVE-2026-42507], [CVE-2026-27145]. + +We continue to provide four editions for different scenarios: **Server**, **Container**, **Desktop**, and **Zero (BSP validation)**. You can download it from the [openRuyi release site](https://releases.openruyi.cn/creek/2026.06/rva23/). + +*** + +We welcome the community to test, integrate, and provide feedback on this release. + +*** + +## Changelog + +For readers who need the complete package-level details, the full changelog is grouped below by updated and newly added packages. + +
+Updated packages + +- abseil-cpp: 20260107.0 -> 20260526.0 +- arrow: 23.0.1 -> 24.0.0 +- avahi: 0.8 -> 0.9~rc4 +- baloo-widgets: 25.12.3 -> 26.04.2 +- breeze: 6.5.5 -> 6.6.5 +- ceph: 20.2.1 -> 21.3.0 +- cloud-hypervisor: 51.0.0 -> 52.0+git +- cockpit: 352 -> 364 +- coreutils: 9.10 -> 9.11 +- cpp-httplib: 0.45.0 -> 0.48.0 +- createrepo_c: 1.2.1 -> 1.2.4 +- cups: 2.4.16 -> 2.4.19 +- discover: 6.5.5 -> 6.6.5 +- dolphin: 25.12.3 -> 26.04.2 +- dolphin-plugins: 25.12.3 -> 26.04.2 +- dracut: 110 -> 111 +- dropbear: 2025.89 -> 2026.91 +- falkon: 25.12.3 -> 26.04.2 +- ffmpeg: 8.1.1 -> 8.1.2 +- firefox: 151.0.1 -> 152.0 +- firewalld: 2.4.0 -> 2.4.1 +- gdb: 17.1 -> 17.2 +- gnupg: 2.5.16 -> 2.5.20 +- go: 1.25.8 -> 1.26.4 +- go-cel-expr: 0.25.1 -> 0.25.2 +- go-codeberg-go-fonts-latin-modern: 0.5.0 -> 0.6.0 +- go-codeberg-go-fonts-liberation: 0.5.0 -> 0.6.0 +- go-codeberg-go-latex-latex: 0.2.0 -> 0.3.0 +- go-codeberg-go-pdf-fpdf: 0.11.1 -> 0.12.0 +- go-filippo-edwards25519: 1.1.0 -> 1.2.0 +- go-github-ajg-form: 1.6 -> 1.7.1 +- go-github-alecthomas-kong: 1.13.0 -> 1.15.0 +- go-github-andybalholm-brotli: 1.2.0 -> 1.2.1 +- go-github-anishathalye-porcupine: 1.1.0 -> 1.2.0 +- go-github-apache-beam: 2.71.0 -> 2.74.0 +- go-github-apache-thrift: 0.22.0 -> 0.23.0 +- go-github-apparentlymart-go-cidr: 1.1.0 -> 1.1.1 +- go-github-aymanbagabas-go-udiff: 0.3.1 -> 0.4.1 +- go-github-brianvoe-gofakeit: 7.14.0 -> 7.14.1 +- go-github-buger-jsonparser: 1.1.1 -> 1.2.0 +- go-github-charmbracelet-colorprofile: 0.4.2 -> 0.4.3 +- go-github-charmbracelet-log: 0.4.2 -> 1.0.0 +- go-github-chewxy-math32: 1.11.1 -> 1.11.2 +- go-github-cloudykit-jet: 6.3.1 -> 6.3.2 +- go-github-coder-websocket: 1.8.14 -> 1.8.15 +- go-github-containerd-typeurl: 2.2.2 -> 2.2.3 +- go-github-dlclark-regexp2: 1.11.5 -> 1.12.0 +- go-github-docker-go-connections: 0.6.0 -> 0.7.0 +- go-github-etcd-io-bbolt: 1.4.3 -> 1.5.0 +- go-github-fatih-color: 1.18.0 -> 1.19.0 +- go-github-fsnotify-fsnotify: 1.9.0 -> 1.10.1 +- go-github-gabriel-vasile-mimetype: 1.4.12 -> 1.4.13 +- go-github-gin-contrib-cors: 1.7.6 -> 1.7.7 +- go-github-gin-contrib-sse: 1.1.0 -> 1.1.1 +- go-github-go-jose-go-jose-v4: 4.1.3 -> 4.1.4 +- go-github-go-ldap-ldap: 3.4.12 -> 3.4.13 +- go-github-go-openapi-jsonpointer: 0.22.4 -> 0.23.1 +- go-github-go-openapi-jsonreference: 0.21.4 -> 0.21.6 +- go-github-go-openapi-spec: 0.22.3 -> 0.22.6 +- go-github-go-openapi-swag: 0.25.4 -> 0.26.1 +- go-github-go-playground-validator-v10: 10.30.1 -> 10.30.3 +- go-github-go-sql-driver-mysql: 1.9.2 -> 1.10.0 +- go-github-go-viper-mapstructure-v2: 2.4.0 -> 2.5.0 +- go-github-golang-jwt-jwt-v5: 5.3.0 -> 5.3.1 +- go-github-hashicorp-go-bexpr: 0.1.15 -> 0.1.16 +- go-github-hashicorp-go-msgpack: 2.1.5 -> 0.5.5 +- go-github-hashicorp-go-version: 1.8.0 -> 1.9.0 +- go-github-klauspost-compress: 1.18.2 -> 1.18.6 +- go-github-klauspost-reedsolomon: 1.13.2 -> 1.14.1 +- go-github-lesismal-nbio: 1.6.8 -> 1.6.9 +- go-github-lib-pq: 1.11.1 -> 1.12.3 +- go-github-lucasb-eyer-go-colorful: 1.3.0 -> 1.4.0 +- go-github-mailru-easyjson: 0.9.1 -> 0.9.2 +- go-github-mattn-go-colorable: 0.1.14 -> 0.1.15 +- go-github-mattn-go-isatty: 0.0.20 -> 0.0.22 +- go-github-mattn-go-runewidth: 0.0.19 -> 0.0.24 +- go-github-minio-highwayhash: 1.0.3 -> 1.0.4 +- go-github-minio-mux: 1.9.2 -> 1.10.0 +- go-github-minio-sio: 0.4.3 -> 0.5.1 +- go-github-ncw-directio: 1.0.4 -> 1.0.5 +- go-github-olekukonko-errors: 1.1.0 -> 1.3.0 +- go-github-olekukonko-tablewriter: 1.1.2 -> 1.1.4 +- go-github-pelletier-go-toml-v2: 2.2.4 -> 2.4.0 +- go-github-phpdave11-gofpdi: 1.0.15 -> 1.0.16 +- go-github-pierrec-lz4-v4: 4.1.23 -> 4.1.27 +- go-github-prometheus-common: 0.67.5 -> 0.69.0 +- go-github-rabbitmq-amqp091-go: 1.10.0 -> 1.12.0 +- go-github-shoenig-test: 1.12.2 -> 1.13.2 +- go-github-spaolacci-murmur3: 1.0.0 -> 1.1.0 +- go-github-stretchr-testify: 1.11.0 -> 1.11.1 +- go-github-tinylib-msgp: 1.6.3 -> 1.6.4 +- go-github-tklauser-go-numcpus: 0.11.0 -> 0.12.0 +- go-github-tklauser-go-sysconf: 0.3.16 -> 0.4.0 +- go-github-yuin-goldmark: 1.7.14 -> 1.8.2 +- go-github-zeebo-xxh3: 1.0.2 -> 1.1.0 +- go-golang-x-arch: 0.23.0 -> 0.28.0 +- go-golang-x-crypto: 0.46.0 -> 0.53.0 +- go-golang-x-image: 0.34.0 -> 0.43.0 +- go-golang-x-mod: 0.31.0 -> 0.37.0 +- go-golang-x-oauth2: 0.34.0 -> 0.36.0 +- go-golang-x-sync: 0.19.0 -> 0.21.0 +- go-golang-x-sys: 0.39.0 -> 0.46.0 +- go-golang-x-term: 0.38.0 -> 0.44.0 +- go-golang-x-text: 0.32.0 -> 0.38.0 +- go-golang-x-time: 0.14.0 -> 0.15.0 +- go-google-grpc: 1.78.0 -> 1.81.1 +- go-sourcehut-sbinet-gg: 0.7.0 -> 0.8.0 +- go-uber-zap: 1.27.1 -> 1.28.0 +- groff: 1.23.0 -> 1.24.1 +- inetutils: 2.7 -> 2.8 +- iperf: 3.20 -> 3.21 +- isa-l_crypto: 2.26 -> 2.26.1 +- kaccounts-integration: 25.12.3 -> 26.04.2 +- kaccounts-providers: 25.12.3 -> 26.04.2 +- kactivitymanagerd: 6.5.5 -> 6.6.5 +- kate: 25.12.3 -> 26.04.2 +- kde-cli-tools: 6.5.5 -> 6.6.5 +- kde-gtk-config: 6.5.5 -> 6.6.5 +- kdecoration: 6.5.5 -> 6.6.5 +- kdialog: 25.12.3 -> 26.04.2 +- kf6-attica: 6.22.0 -> 6.26.0 +- kf6-baloo: 6.22.0 -> 6.26.0 +- kf6-breeze-icons: 6.22.0 -> 6.26.0 +- kf6-extra-cmake-modules: 6.22.0 -> 6.26.0 +- kf6-frameworkintegration: 6.22.0 -> 6.26.0 +- kf6-karchive: 6.22.0 -> 6.26.0 +- kf6-kauth: 6.22.0 -> 6.26.0 +- kf6-kbookmarks: 6.22.0 -> 6.26.0 +- kf6-kcmutils: 6.22.0 -> 6.26.0 +- kf6-kcodecs: 6.22.0 -> 6.26.0 +- kf6-kcolorscheme: 6.22.0 -> 6.26.0 +- kf6-kcompletion: 6.22.0 -> 6.26.0 +- kf6-kconfig: 6.22.0 -> 6.26.0 +- kf6-kconfigwidgets: 6.22.0 -> 6.26.0 +- kf6-kcoreaddons: 6.22.0 -> 6.26.0 +- kf6-kcrash: 6.22.0 -> 6.26.0 +- kf6-kdbusaddons: 6.22.0 -> 6.26.0 +- kf6-kdeclarative: 6.22.0 -> 6.26.0 +- kf6-kded: 6.22.0 -> 6.26.0 +- kf6-kdesu: 6.22.0 -> 6.26.0 +- kf6-kdnssd: 6.22.0 -> 6.26.0 +- kf6-kdoctools: 6.22.0 -> 6.26.0 +- kf6-kfilemetadata: 6.22.0 -> 6.26.0 +- kf6-kglobalaccel: 6.22.0 -> 6.26.0 +- kf6-kguiaddons: 6.22.0 -> 6.26.0 +- kf6-kholidays: 6.22.0 -> 6.26.0 +- kf6-ki18n: 6.22.0 -> 6.26.0 +- kf6-kiconthemes: 6.22.0 -> 6.26.0 +- kf6-kidletime: 6.22.0 -> 6.26.0 +- kf6-kimageformats: 6.22.0 -> 6.26.0 +- kf6-kio: 6.22.0 -> 6.26.0 +- kf6-kirigami: 6.22.0 -> 6.26.0 +- kf6-kitemmodels: 6.22.0 -> 6.26.0 +- kf6-kitemviews: 6.22.0 -> 6.26.0 +- kf6-kjobwidgets: 6.22.0 -> 6.26.0 +- kf6-knewstuff: 6.22.0 -> 6.26.0 +- kf6-knotifications: 6.22.0 -> 6.26.0 +- kf6-knotifyconfig: 6.22.0 -> 6.26.0 +- kf6-kpackage: 6.22.0 -> 6.26.0 +- kf6-kparts: 6.22.0 -> 6.26.0 +- kf6-kpty: 6.22.0 -> 6.26.0 +- kf6-kquickcharts: 6.22.0 -> 6.26.0 +- kf6-krunner: 6.22.0 -> 6.26.0 +- kf6-kservice: 6.22.0 -> 6.26.0 +- kf6-kstatusnotifieritem: 6.22.0 -> 6.26.0 +- kf6-ksvg: 6.22.0 -> 6.26.0 +- kf6-ktexteditor: 6.22.0 -> 6.26.0 +- kf6-ktextwidgets: 6.22.0 -> 6.26.0 +- kf6-kunitconversion: 6.22.0 -> 6.26.0 +- kf6-kuserfeedback: 6.22.0 -> 6.26.0 +- kf6-kwallet: 6.22.0 -> 6.26.0 +- kf6-kwidgetsaddons: 6.22.0 -> 6.26.0 +- kf6-kwindowsystem: 6.22.0 -> 6.26.0 +- kf6-kxmlgui: 6.22.0 -> 6.26.0 +- kf6-modemmanager-qt: 6.22.0 -> 6.26.0 +- kf6-networkmanager-qt: 6.22.0 -> 6.26.0 +- kf6-prison: 6.22.0 -> 6.26.0 +- kf6-purpose: 6.22.0 -> 6.26.0 +- kf6-qqc2-desktop-style: 6.22.0 -> 6.26.0 +- kf6-solid: 6.22.0 -> 6.26.0 +- kf6-sonnet: 6.22.0 -> 6.26.0 +- kf6-syndication: 6.22.0 -> 6.26.0 +- kf6-syntax-highlighting: 6.22.0 -> 6.26.0 +- kf6-threadweaver: 6.22.0 -> 6.26.0 +- kglobalacceld: 6.5.5 -> 6.6.5 +- kinfocenter: 6.5.5 -> 6.6.5 +- kio-extras: 25.12.3 -> 26.04.2 +- kmenuedit: 6.5.5 -> 6.6.5 +- knighttime: 6.5.5 -> 6.6.5 +- konqueror: 25.12.3 -> 26.04.2 +- konsole: 25.12.3 -> 26.04.2 +- kpipewire: 6.5.5 -> 6.6.5 +- kpmcore: 25.12.2 -> 26.04.2 +- kscreen: 6.5.5 -> 6.6.5 +- kscreenlocker: 6.5.5 -> 6.6.5 +- ksystemstats: 6.5.5 -> 6.6.5 +- kwayland6: 6.5.5 -> 6.6.5 +- kwin: 6.5.5 -> 6.6.5 +- labwc: 0.9.7 -> 0.20.1 +- layer-shell-qt: 6.5.91 -> 6.6.5 +- less: 692 -> 702 +- libinput: 1.30.0 -> 1.31.3 +- libkscreen: 6.5.5 -> 6.6.5 +- libksysguard: 6.5.5 -> 6.6.5 +- libplasma: 6.5.5 -> 6.6.5 +- libpng: 1.6.55 -> 1.6.58 +- linux: 7.0.10 -> 7.0.11 +- linux-lts: 6.18.33 -> 6.18.34 +- linux-lts-kmhv2: 6.18.33 -> 6.18.34 +- llvm22: 22.1.5 -> 22.1.8 +- man-pages: 6.15 -> 6.18 +- milou: 6.5.5 -> 6.6.5 +- musl: 1.2.5 -> 1.2.6 +- nspr: 4.37.0 -> 4.39.0 +- nss: 3.123.1 -> 3.124.0 +- openssl: 3.6.2 -> 3.6.3 +- parted: 3.6 -> 3.7 +- perl-Archive-Tar: 3.04 -> 3.12 +- perl-Authen-SASL: 2.1900 -> 2.2000 +- perl-B-Keywords: 1.28 -> 1.29 +- perl-Compress-Raw-Zlib: 2.218 -> 2.222 +- perl-Config-Perl-V: 0.38 -> 0.39 +- perl-CPAN-Meta: 2.150010 -> 2.150013 +- perl-CPAN-Meta-Requirements: 2.143 -> 2.145 +- perl-Date-Manip: 6.98 -> 6.99 +- perl-DateTime-Format-Strptime: 1.79 -> 1.80 +- perl-DateTime-TimeZone: 2.65 -> 2.68 +- perl-DBD-SQLite: 1.76 -> 1.78 +- perl-DBI: 1.647 -> 1.648 +- perl-Devel-Hide: 0.0015 -> 0.0016 +- perl-Digest-Perl-MD5: 1.9 -> 1.91 +- perl-Exporter: 5.78 -> 5.79 +- perl-Exporter-Tiny: 1.006002 -> 1.006003 +- perl-ExtUtils-InstallPaths: 0.014 -> 0.015 +- perl-ExtUtils-ParseXS: 3.60 -> 3.63 +- perl-GD: 2.84 -> 2.85 +- perl-HTML-Form: 6.12 -> 6.13 +- perl-HTML-Parser: 3.83 -> 3.85 +- perl-HTTP-Daemon: 6.16 -> 6.17 +- perl-HTTP-Message: 7.00 -> 7.02 +- perl-HTTP-Tiny: 0.090 -> 0.094 +- perl-IO-Compress: 2.214 -> 2.220 +- perl-IO-Compress-Brotli: 0.019 -> 0.022 +- perl-IO-Compress-Lzma: 2.214 -> 2.217 +- perl-IO-Socket-IP: 0.43 -> 0.44 +- perl-IO-Socket-SSL: 2.095 -> 2.098 +- perl-JSON: 4.10 -> 4.11 +- perl-JSON-PP: 4.16 -> 4.18 +- perl-libwww-perl: 6.80 -> 6.83 +- perl-Locale-Codes: 3.86 -> 3.90 +- perl-LWP-Protocol-https: 6.14 -> 6.15 +- perl-Module-Build-Tiny: 0.052 -> 0.053 +- perl-Module-CoreList: 5.20251120 -> 5.20260601 +- perl-Module-Metadata: 1.000038 -> 1.000039 +- perl-Net-Daemon: 0.49 -> 0.52 +- perl-OLE-Storage_Lite: 0.22 -> 0.24 +- perl-Perl-Tidy: 20250912 -> 20260204 +- perl-Pod-Simple: 3.47 -> 3.48 +- perl-PPI: 1.283 -> 1.291 +- perl-PPIx-Regexp: 0.089 -> 0.091 +- perl-Role-Tiny: 2.002004 -> 2.002005 +- perl-SGMLSpm: 1.03ii -> 1.1 +- perl-Specio: 0.52 -> 0.53 +- perl-Test-Fatal: 0.017 -> 0.018 +- perl-Test-Simple: 1.302216 -> 1.302219 +- perl-Tie-Cycle: 1.231 -> 1.233 +- perl-TimeDate: 2.33 -> 2.35 +- perl-Unicode-UTF8: 0.64 -> 0.70 +- perl-URI: 5.32 -> 5.34 +- perl-WWW-Mechanize: 2.19 -> 2.20 +- perl-WWW-RobotRules: 6.02 -> 6.03 +- perl-XML-LibXML: 2.0210 -> 2.0213 +- perl-XML-Parser: 2.47 -> 2.59 +- perl-XML-XPath: 1.48 -> 1.49 +- perl-YAML-PP: 0.39.0 -> 0.40.0 +- php: 8.5.2 -> 8.5.7 +- plasma-activities: 6.5.5 -> 6.6.5 +- plasma-activities-stats: 6.5.5 -> 6.6.5 +- plasma-desktop: 6.5.5 -> 6.6.5 +- plasma-integration: 6.5.5 -> 6.6.5 +- plasma-nm: 6.5.5 -> 6.6.5 +- plasma-systemmonitor: 6.5.5 -> 6.6.5 +- plasma-wayland-protocols: 1.19.0 -> 1.20.0 +- plasma-workspace: 6.5.5 -> 6.6.5 +- plasma5support: 6.5.5 -> 6.6.5 +- polkit-kde-agent-1: 6.5.5 -> 6.6.5 +- powerdevil: 6.5.5 -> 6.6.5 +- python-BingImageCreator -> python-bingimagecreator: 0.5.0 -> 0.5.0 +- python-charset-normalizer: 3.4.6 -> 3.4.7 +- python-cryptography: 46.0.3 -> 49.0.0 +- python-genshi: 0.7.10 -> 0.7.11 +- python-hf-xet: 1.3.2 -> 1.5.1 +- python-httptools: 0.7.1 -> 0.8.0 +- python-jsonschema: 4.17.3 -> 4.26.0 +- python-maturin: 1.9.6 -> 1.14.0 +- python-numpy: 2.4.0 -> 2.4.6 +- python-omegaconf: 2.3.0 -> 2.3.1 +- python-opentelemetry-api: 1.41.1 -> 1.42.1 +- python-opentelemetry-semantic-conventions: 0.62b1 -> 0.63b1 +- python-pip: 25.3 -> 26.1.2 +- python-pymilvus: 2.6.9 -> 2.6.16 +- python-pyopenssl: 26.2.0 -> 26.3.0 +- python-pyyaml: 6.0.2 -> 6.0.3 +- python-setuptools: 80.9.0 -> 82.0.1 +- python-sudachipy: 0.6.10 -> 0.6.11 +- qemu: 10.2.0 -> 11.0.1 +- qqc2-breeze-style: 6.5.5 -> 6.6.5 +- rust: 1.94.1 -> 1.95.0 +- rust-bin: 1.94.1 -> 1.95.0 +- rust-rpm-macros: 0.4.1 -> 0.5 +- sddm-kcm: 6.5.5 -> 6.6.5 +- shadow: 4.18.0 -> 4.19.4 +- signon-kwallet-extension: 25.12.3 -> 26.04.2 +- sqlite: 3.50.4 -> 3.53.2 +- squashfs-tools: 4.7.2 -> 4.7.5 +- strace: 6.18 -> 6.19 +- swaybg: 1.2.1 -> 1.2.2 +- systemsettings: 6.5.5 -> 6.6.5 +- vim: 9.2.0481 -> 9.2.0593 +- wireguard-tools: 1.0.20250521 -> 1.0.20260223 +- wlroots: 0.19.3 -> 0.20.1 +- xdg-desktop-portal-kde: 6.5.5 -> 6.6.5 +- xz: 5.8.1 -> 5.8.3 +- zsh: 5.9 -> 5.9.1 + +
+ +
+Added packages + +- acpid +- angelscript +- bindgen +- black-hole-solver +- bpftrace +- cdson +- cereal +- clamav +- clang-wrap +- cldr-emoji-annotation +- cpp-threadpool +- dms-shell +- enet +- fcitx5 +- fcitx5-chinese-addons +- fcitx5-configtool +- fcitx5-gtk +- fcitx5-lua +- fcitx5-qt +- fonts-hack +- freecell-solver +- fzf +- go-github-apapsch-go-jsonmerge-v2 +- go-github-armon-go-metrics +- go-github-aws-aws-sdk-go +- go-github-aws-aws-sdk-go-v2 +- go-github-aymanbagabas-go-osc52-v2 +- go-github-azure-azure-sdk-for-go +- go-github-azuread-microsoft-authentication-library-for-go +- go-github-basgys-goxml2json +- go-github-bboreham-go-loser +- go-github-bits-and-blooms-bitset +- go-github-bmatcuk-doublestar +- go-github-bradfitz-gomemcache-memcache +- go-github-bufbuild-protocompile +- go-github-bwesterb-go-ristretto +- go-github-campoy-embedmd-embedmd +- go-github-census-instrumentation-opencensus-proto +- go-github-charlievieth-fastwalk +- go-github-charmbracelet-x-ansi +- go-github-charmbracelet-x-cellbuf +- go-github-charmbracelet-x-term +- go-github-circonus-labs-circonus-gometrics +- go-github-circonus-labs-circonusllhist +- go-github-cloudflare-circl +- go-github-containerd-log +- go-github-corona10-goimagehash +- go-github-cpuguy83-tar2go +- go-github-cyphar-filepath-securejoin +- go-github-datadog-datadog-go +- go-github-digitalocean-godo +- go-github-disintegration-imaging +- go-github-distribution-reference +- go-github-dnaeon-go-vcr +- go-github-docker-go-metrics +- go-github-edsrzf-mmap-go +- go-github-elazarl-goproxy +- go-github-emicklei-go-restful-v3 +- go-github-envoyproxy-go-control-plane +- go-github-envoyproxy-go-control-plane-envoy +- go-github-envoyproxy-go-control-plane-ratelimit +- go-github-facette-natsort +- go-github-felixge-httpsnoop +- go-github-flopp-go-findfont +- go-github-fogleman-gg +- go-github-francoispqt-gojay +- go-github-fxamacker-cbor-v2 +- go-github-gdamore-encoding +- go-github-gdamore-tcell-v2 +- go-github-getkin-kin-openapi +- go-github-gkampitakis-ciinfo +- go-github-gkampitakis-go-diff +- go-github-gkampitakis-go-snaps +- go-github-gliderlabs-ssh +- go-github-go-errors-errors +- go-github-go-git-go-billy-v5 +- go-github-go-git-go-git-fixtures-v4 +- go-github-go-git-go-git-v5 +- go-github-go-logr-stdr +- go-github-go-openapi-errors +- go-github-go-openapi-strfmt +- go-github-go-openapi-testify-v2 +- go-github-go-resty-resty-v2 +- go-github-go-task-slim-sprig +- go-github-go-task-slim-sprig-v3 +- go-github-go-test-deep +- go-github-go-zookeeper-zk +- go-github-gobwas-glob +- go-github-goccy-go-graphviz +- go-github-goccy-go-json +- go-github-goccy-go-yaml +- go-github-golang-groupcache +- go-github-google-gnostic-models +- go-github-google-go-github-v59 +- go-github-google-go-pkcs11 +- go-github-google-go-querystring +- go-github-google-martian-v3 +- go-github-google-s2a-go +- go-github-googleapis-enterprise-certificate-proxy +- go-github-googleapis-gax-go-v2 +- go-github-googlecloudplatform-opentelemetry-operations-go-detectors-gcp +- go-github-googlecloudplatform-opentelemetry-operations-go-exporter-metric +- go-github-googlecloudplatform-opentelemetry-operations-go-internal-cloudmock +- go-github-googlecloudplatform-opentelemetry-operations-go-internal-resourcemapping +- go-github-gophercloud-gophercloud-v2 +- go-github-grafana-regexp +- go-github-gregjones-httpcache +- go-github-grpc-ecosystem-grpc-gateway-v2 +- go-github-hashicorp-consul-api +- go-github-hashicorp-consul-sdk +- go-github-hashicorp-go-msgpack-v2 +- go-github-hashicorp-go-retryablehttp +- go-github-hashicorp-go-sockaddr +- go-github-hashicorp-logutils +- go-github-hashicorp-mdns +- go-github-hashicorp-memberlist +- go-github-hashicorp-nomad-api +- go-github-hetznercloud-hcloud-go-v2 +- go-github-igrmk-treemap-v2 +- go-github-influxdata-influxdb-client-go-v2 +- go-github-influxdata-line-protocol +- go-github-influxdata-line-protocol-corpus +- go-github-influxdata-line-protocol-v2 +- go-github-ionos-cloud-sdk-go-v6 +- go-github-jarcoal-httpmock +- go-github-jbenet-go-context +- go-github-jessevdk-go-flags +- go-github-jmespath-go-jmespath +- go-github-joshdk-go-junit +- go-github-jstemmer-go-junit-report +- go-github-juju-gnuflag +- go-github-junegunn-go-shellwords +- go-github-kevinburke-ssh-config +- go-github-kimmachinegun-automemlimit +- go-github-knadh-koanf-maps +- go-github-knadh-koanf-providers-confmap +- go-github-knadh-koanf-v2 +- go-github-kolo-xmlrpc +- go-github-linode-linodego +- go-github-lunixbochs-vtclean +- go-github-maruel-natural +- go-github-masterminds-semver-v3 +- go-github-matttproud-golang-protobuf-extensions +- go-github-maxatome-go-testdeep +- go-github-mdlayher-socket +- go-github-mdlayher-vsock +- go-github-mfridman-tparse +- go-github-microsoft-go-winio +- go-github-mitchellh-cli +- go-github-moby-docker-image-spec +- go-github-moby-locker +- go-github-moby-patternmatcher +- go-github-moby-pubsub +- go-github-moby-spdystream +- go-github-moby-sys-atomicwriter +- go-github-moby-sys-sequential +- go-github-moby-term +- go-github-mohae-deepcopy +- go-github-morikuni-aec +- go-github-mxk-go-flowrate +- go-github-nfnt-resize +- go-github-nxadm-tail +- go-github-nytimes-gziphandler +- go-github-oapi-codegen-runtime +- go-github-oasdiff-yaml +- go-github-oasdiff-yaml3 +- go-github-oklog-run +- go-github-oklog-ulid-v2 +- go-github-onsi-ginkgo +- go-github-onsi-ginkgo-v2 +- go-github-onsi-gomega +- go-github-opencontainers-go-digest +- go-github-opencontainers-image-spec +- go-github-opencontainers-runtime-spec +- go-github-pascaldekloe-goe +- go-github-pb33f-jsonpath +- go-github-pb33f-ordered-map-v2 +- go-github-pbnjay-memory +- go-github-pborman-getopt +- go-github-pborman-getopt-v2 +- go-github-perimeterx-marshmallow +- go-github-peterbourgon-diskv +- go-github-pjbgf-sha1cd +- go-github-pkg-browser +- go-github-planetscale-vtprotobuf +- go-github-posener-complete +- go-github-pquerna-ffjson +- go-github-prashantv-gostub +- go-github-prometheus-otlptranslator +- go-github-protonmail-go-crypto +- go-github-rakyll-embedmd +- go-github-ravenox-go-jsoncommentstrip +- go-github-ryanuber-columnize +- go-github-santhosh-tekuri-jsonschema-v5 +- go-github-santhosh-tekuri-jsonschema-v6 +- go-github-sean--seed +- go-github-segmentio-asm +- go-github-segmentio-encoding-json +- go-github-sergi-go-diff +- go-github-shurcool-httpfs +- go-github-shurcool-httpgzip +- go-github-sirupsen-logrus +- go-github-skeema-knownhosts +- go-github-spiffe-go-spiffe-v2 +- go-github-spkg-bom +- go-github-syndtr-goleveldb +- go-github-tetratelabs-wazero +- go-github-tidwall-gjson +- go-github-tidwall-match +- go-github-tidwall-pretty +- go-github-tidwall-sjson +- go-github-tonistiigi-go-archvariant +- go-github-tv42-httpunix +- go-github-valyala-fastjson +- go-github-vbatts-tar-split +- go-github-viant-assertly +- go-github-viant-toolbox +- go-github-viant-xunsafe +- go-github-wi2l-jettison +- go-github-woodsbury-decimal128 +- go-github-xanzy-ssh-agent +- go-github-zeebo-errs +- go-golang-x-lint +- go-golang-x-tools-go-expect +- go-google-api +- go-google-api-support +- go-google-appengine +- go-google-genproto-googleapis-cloud-extendedops +- go-google-grpc-examples +- go-google-grpc-gcp-observability +- go-google-grpc-security-advancedtls +- go-googlecloud-go +- go-googlecloud-go-auth +- go-googlecloud-go-auth-oauth2adapt +- go-googlecloud-go-compute +- go-googlecloud-go-compute-metadata +- go-googlecloud-go-httpreplay +- go-googlecloud-go-iam +- go-googlecloud-go-internal +- go-googlecloud-go-logging +- go-googlecloud-go-longrunning +- go-googlecloud-go-monitoring +- go-googlecloud-go-storage +- go-googlecloud-go-trace +- go-googlecloud-go-translate +- go-gopkg-evanphx-json-patch.v4 +- go-gopkg-ini.v1 +- go-gopkg-tomb.v1 +- go-gopkg-warnings.v0 +- go-gopkg-yaml.v4 +- go-gotest-tools-v3 +- go-honnef-go-tools +- go-k8s-api +- go-k8s-apimachinery +- go-k8s-client-go +- go-k8s-gengo-v2 +- go-k8s-klog +- go-k8s-klog-v2 +- go-k8s-kube-openapi +- go-k8s-sigs-randfill +- go-k8s-sigs-structured-merge-diff-v6 +- go-k8s-sigs-yaml +- go-k8s-utils +- go-opencensus +- go-opencensus-contrib-exporter-stackdriver +- go-opentelemetry-auto-sdk +- go-opentelemetry-collector-component +- go-opentelemetry-collector-confmap +- go-opentelemetry-collector-confmap-xconfmap +- go-opentelemetry-collector-consumer +- go-opentelemetry-collector-consumer-consumertest +- go-opentelemetry-collector-featuregate +- go-opentelemetry-collector-internal-componentalias +- go-opentelemetry-collector-internal-testutil +- go-opentelemetry-collector-pdata +- go-opentelemetry-collector-pipeline +- go-opentelemetry-collector-processor +- go-opentelemetry-contrib +- go-opentelemetry-contrib-detectors-gcp +- go-opentelemetry-otel +- go-opentelemetry-otel-exporters-prometheus +- go-uber-automaxprocs +- i3 +- imagemagick +- kata-containers +- libabigail +- libiberty +- libime +- libraqm +- librsvg +- libsquish +- llvm-defaults +- lsb-release +- mailutils +- marisa +- onnx-optimizer +- opencc +- openruyi-config-linux-dnf +- openruyi-logo +- paddle2onnx +- perl-Alien-cmake3 +- perl-AnyEvent +- perl-AnyEvent-I3 +- perl-Cache-Cache +- perl-Carp-Assert +- perl-CHI +- perl-Class-Load +- perl-Cwd-Guard +- perl-Devel-CheckCompiler +- perl-Digest-JHash +- perl-Digest-SHA1 +- perl-Dir-Manifest +- perl-Env-Path +- perl-ExtUtils-Depends +- perl-File-Copy-Recursive-Reduced +- perl-File-Find-Object +- perl-File-Find-Object-Rule +- perl-File-TreeCreate +- perl-Games-Solitaire-Verify +- perl-Hash-MoreUtils +- perl-Import-Into +- perl-Inline +- perl-Inline-C +- perl-IO-All +- perl-IO-Tty +- perl-IPC-Run +- perl-IPC-ShareLite +- perl-JSON-MaybeXS +- perl-Log-Any +- perl-Module-Build-XSUtil +- perl-Module-Mask +- perl-Module-Util +- perl-Moo +- perl-MooX +- perl-MooX-late +- perl-MooX-Types-MooseLike +- perl-MooX-Types-MooseLike-Numeric +- perl-Mouse +- perl-Pegex +- perl-Role-Hooks +- perl-strictures +- perl-String-RewritePrefix +- perl-String-ShellQuote +- perl-Sub-HandlesVia +- perl-Sub-HandlesVia-XS +- perl-Template-Toolkit +- perl-Test-Class +- perl-Test-Data-Split +- perl-Test-RunValgrind +- perl-Test-Some +- perl-Test-TrailingSpace +- perl-Test-Trap +- perl-Tie-IxHash +- perl-Time-Duration +- perl-Time-Duration-Parse +- perl-Type-Tiny +- perl-X11-XCB +- perl-XML-Descent +- perl-XML-TokeParser +- perl-XS-Object-Magic +- perl-XXX +- perl-YAML-LibYAML +- plasma-disks +- plasma-pa +- plasma-sdk +- portaudio +- python-ansible-core +- python-anthropic +- python-apsw +- python-array-api-strict +- python-asyncmock +- python-aws-xray-sdk +- python-beautifulsoup4 +- python-bokeh +- python-bokeh-sampledata +- python-booleanoperations +- python-bottle +- python-bson +- python-cachey +- python-cattrs +- python-cbor +- python-cffsubr +- python-cftime +- python-cheroot +- python-compreffor +- python-cron-converter +- python-cysqlite +- python-dask +- python-diff-cover +- python-distributed +- python-dunamai +- python-durationpy +- python-fido2 +- python-flagembedding +- python-flask-cors +- python-flatten-dict +- python-flexcache +- python-flexparser +- python-fmf +- python-fontmake +- python-fontmath +- python-freecell-solver +- python-glyphslib +- python-griffe +- python-griffecli +- python-griffelib +- python-grpcio-tools +- python-h5py +- python-heapdict +- python-hydra-core +- python-icalendar +- python-inscriptis +- python-ir-datasets +- python-jaraco-collections +- python-jaraco-context +- python-jaraco-functools +- python-jaraco-text +- python-jiter +- python-jsonschema-specifications +- python-kenlm +- python-kubernetes +- python-langchain +- python-langchain-core +- python-langchain-protocol +- python-langgraph +- python-langgraph-checkpoint +- python-langgraph-prebuilt +- python-langgraph-sdk +- python-langsmith +- python-legacy-cgi +- python-libcst +- python-lightning-utilities +- python-lmdb +- python-locket +- python-lz4 +- python-mdit-py-plugins +- python-memray +- python-mercantile +- python-milvus-model +- python-mistral_common +- python-mistralai +- python-moto +- python-mysql-connector-python +- python-natsort +- python-nomic +- python-openai +- python-openstep-plist +- python-opentelemetry-sdk +- python-opentelemetry-semantic-conventions-ai +- python-optimum +- python-optimum-benchmark +- python-ormsgpack +- python-outlines-core +- python-paddlepaddle +- python-partd +- python-patch-ng +- python-pecan +- python-peewee +- python-pg8000 +- python-phonenumbers +- python-pint +- python-podman-compose +- python-portend +- python-pyclipper +- python-pycotap +- python-pydantic-extra-types +- python-pyfakefs +- python-pynamodb +- python-pyqt6-sip +- python-pyscard +- python-pysol-cards +- python-pysqlcipher3 +- python-pytest-datadir +- python-python-ulid +- python-pytorch-lightning +- python-referencing +- python-repoze-lru +- python-requests-mock +- python-requests-oauthlib +- python-requests-toolbelt +- python-routes +- python-rpds-py +- python-scikit-build +- python-scramp +- python-setuptools-git-ls-files +- python-setuptools-git-versioning +- python-sounddevice +- python-soupsieve +- python-tempora +- python-testcloud +- python-textual +- python-tmt +- python-toolz +- python-torchmetrics +- python-trec-car-tools +- python-types-pyyaml +- python-tzdata +- python-ufo2ft +- python-ufolib2 +- python-unicodedata2 +- python-unidic +- python-unlzw3 +- python-uuid-utils +- python-uv-dynamic-versioning +- python-versioningit +- python-warc3-wet +- python-warc3-wet-clueweb09 +- python-watchfiles +- python-webob +- python-xarray +- python-xyzservices +- python-zc-lockfile +- python-zict +- python-zlib-state +- ragel +- ranger +- rinutils +- rpminspect +- rust-accesskit-0.21 +- rust-accesskit-atspi-common-0.14 +- rust-accesskit-consumer-0.31 +- rust-accesskit-unix-0.17 +- rust-acpi-tables-0.2 +- rust-addr2line-0.25 +- rust-adler2-2 +- rust-aead-0.5 +- rust-aead-0.6 +- rust-aes-0.8 +- rust-aes-0.9 +- rust-aes-gcm-0.10 +- rust-aho-corasick-1 +- rust-aliasable-0.1 +- rust-aligned-0.4 +- rust-aligned-vec-0.6 +- rust-android-activity-0.6 +- rust-android-properties-0.2 +- rust-ansi-to-tui-8 +- rust-anstream-1 +- rust-anstyle-1 +- rust-anstyle-parse-1 +- rust-anstyle-query-1 +- rust-anstyle-wincon-3 +- rust-anyhow-1 +- rust-appendlist-1 +- rust-approx-0.4 +- rust-approx-0.5 +- rust-ar-archive-writer-0.5 +- rust-arbitrary-1 +- rust-arc-swap-1 +- rust-archery-1 +- rust-arg-enum-proc-macro-0.3 +- rust-argon2-0.5 +- rust-arwen-0.0.5 +- rust-arwen-codesign-0.0.1-alpha.1 +- rust-as-raw-xcb-connection-1 +- rust-as-slice-0.2 +- rust-ash-0.38 +- rust-asn1-0.24 +- rust-asn1-derive-0.24 +- rust-asn1-rs-0.6 +- rust-asn1-rs-derive-0.5 +- rust-asn1-rs-impl-0.2 +- rust-assert-approx-eq-1 +- rust-assert-cmd-2 +- rust-assert-json-diff-2 +- rust-associative-cache-2 +- rust-async-broadcast-0.7 +- rust-async-channel-1 +- rust-async-channel-2 +- rust-async-compression-0.4 +- rust-async-executor-1 +- rust-async-fs-1 +- rust-async-fs-2 +- rust-async-global-executor-2 +- rust-async-io-1 +- rust-async-io-2 +- rust-async-lock-2 +- rust-async-lock-3 +- rust-async-net-1 +- rust-async-net-2 +- rust-async-object-pool-0.2 +- rust-async-priority-channel-0.2 +- rust-async-process-1 +- rust-async-process-2 +- rust-async-recursion-1 +- rust-async-signal-0.2 +- rust-async-std-1 +- rust-async-task-4 +- rust-async-trait-0.1 +- rust-atomic-0.6 +- rust-atomic-float-1 +- rust-atomic-polyfill-1 +- rust-atomic-waker-1 +- rust-atspi-0.25 +- rust-atspi-common-0.9 +- rust-atspi-connection-0.9 +- rust-atspi-proxies-0.9 +- rust-atty-0.2 +- rust-autocfg-1 +- rust-av-data-0.4 +- rust-av-scenechange-0.14 +- rust-av1-grain-0.2 +- rust-avif-serialize-0.8 +- rust-avt-0.17 +- rust-aws-lc-fips-sys-0.13 +- rust-aws-lc-rs-1 +- rust-aws-lc-sys-0.35 +- rust-aws-lc-sys-0.41 +- rust-axum-0.8 +- rust-axum-core-0.5 +- rust-backtrace-0.3 +- rust-bandwidth-0.3 +- rust-base16ct-1 +- rust-base64-0.13 +- rust-base64-0.21 +- rust-base64ct-1 +- rust-bcrypt-pbkdf-0.10 +- rust-better-panic-0.3 +- rust-bigdecimal-0.4 +- rust-bincode-1 +- rust-bincode-2 +- rust-bincode-derive-2 +- rust-bindgen-0.69 +- rust-bindgen-0.70 +- rust-bindgen-0.72 +- rust-bit-field-0.10 +- rust-bit-set-0.8 +- rust-bit-vec-0.8 +- rust-bitfield-struct-0.10 +- rust-bitfield-struct-0.13 +- rust-bitflags-1 +- rust-bitflags-2 +- rust-bitmaps-2 +- rust-bitreader-0.3 +- rust-bitstream-io-4 +- rust-bitvec-1 +- rust-blake2-0.10 +- rust-blake3-1 +- rust-block-0.1 +- rust-block-buffer-0.12 +- rust-block-padding-0.3 +- rust-block-padding-0.4 +- rust-block2-0.5 +- rust-blocking-1 +- rust-blowfish-0.9 +- rust-borrow-or-share-0.2 +- rust-boxcar-0.2 +- rust-bs58-0.5 +- rust-bssl-sys-0.1 +- rust-bstr-1 +- rust-built-0.8 +- rust-bumpalo-3 +- rust-by-address-1 +- rust-byte-slice-cast-1 +- rust-bytecount-0.6 +- rust-bytemuck-1 +- rust-bytemuck-derive-1 +- rust-byteorder-1 +- rust-byteorder-lite-0.1 +- rust-bytes-1 +- rust-bytesize-2 +- rust-bzip2-0.6 +- rust-cab-0.6 +- rust-cairo-rs-0.21 +- rust-cairo-rs-0.22 +- rust-cairo-sys-rs-0.21 +- rust-cairo-sys-rs-0.22 +- rust-calloop-0.13 +- rust-calloop-0.14 +- rust-calloop-wayland-source-0.3 +- rust-calloop-wayland-source-0.4 +- rust-camino-1 +- rust-cargo-config2-0.1 +- rust-cargo-cyclonedx-0.5 +- rust-cargo-lock-10 +- rust-cargo-metadata-0.18 +- rust-cargo-metadata-0.23 +- rust-cargo-options-0.7 +- rust-cargo-platform-0.1 +- rust-cargo-xwin-0.22 +- rust-cargo-zigbuild-0.22 +- rust-castaway-0.2 +- rust-cbc-0.1 +- rust-cbc-0.2 +- rust-cc-1 +- rust-cesu8-1 +- rust-cexpr-0.6 +- rust-cfb-0.14 +- rust-cfg-expr-0.20 +- rust-cfg-if-0.1 +- rust-cfg-if-1 +- rust-cgmath-0.18 +- rust-chacha20-0.10 +- rust-chacha20-0.9 +- rust-charset-0.1 +- rust-chrono-0.4 +- rust-chrono-tz-0.10 +- rust-chumsky-0.13 +- rust-chumsky-0.9 +- rust-cint-0.3 +- rust-cipher-0.4 +- rust-cipher-0.5 +- rust-clang-sys-1 +- rust-clap-3 +- rust-clap-4 +- rust-clap-builder-4 +- rust-clap-complete-4 +- rust-clap-complete-command-0.6 +- rust-clap-complete-fig-4 +- rust-clap-complete-nushell-4 +- rust-clap-derive-4 +- rust-clap-lex-0.2 +- rust-clap-lex-1 +- rust-clap-mangen-0.2 +- rust-cli-table-0.5 +- rust-clipboard-win-5 +- rust-cmake-0.1 +- rust-cmov-0.5 +- rust-cobs-0.3 +- rust-color-eyre-0.6 +- rust-color-quant-1 +- rust-color-spantrace-0.3 +- rust-colorchoice-1 +- rust-colored-3 +- rust-combine-4 +- rust-comma-1 +- rust-compact-str-0.9 +- rust-concat-idents-1 +- rust-concurrent-queue-2 +- rust-config-0.15 +- rust-configparser-3 +- rust-console-0.15 +- rust-console-0.16 +- rust-console-api-0.9 +- rust-console-subscriber-0.5 +- rust-const-oid-0.10 +- rust-const-panic-0.2 +- rust-const-str-1 +- rust-convert-case-0.10 +- rust-convert-case-0.11 +- rust-convert-case-0.8 +- rust-cookie-0.18 +- rust-cookie-factory-0.3 +- rust-cookie-store-0.22 +- rust-core-graphics-0.23 +- rust-core-graphics-types-0.1 +- rust-countio-0.3 +- rust-cpp-demangle-0.4 +- rust-cpubits-0.1 +- rust-crc-3 +- rust-crc-any-2 +- rust-crc-catalog-2 +- rust-crc32fast-1 +- rust-criterion-0.4 +- rust-criterion-0.5 +- rust-critical-section-1 +- rust-crossterm-0.28 +- rust-crossterm-0.29 +- rust-crossterm-winapi-0.9 +- rust-crypto-bigint-0.7 +- rust-crypto-common-0.2 +- rust-crypto-primes-0.7 +- rust-csscolorparser-0.6 +- rust-csscolorparser-0.8 +- rust-cssparser-0.35 +- rust-cssparser-color-0.3 +- rust-cssparser-macros-0.6 +- rust-csv-1 +- rust-ct-codecs-1 +- rust-ctor-0.6 +- rust-ctor-1 +- rust-ctor-proc-macro-0.0.7 +- rust-ctr-0.10 +- rust-ctr-0.9 +- rust-ctrlc-3 +- rust-ctutils-0.4 +- rust-cursor-icon-1 +- rust-curve25519-dalek-derive-0.1 +- rust-cyclonedx-bom-0.8 +- rust-cyclonedx-bom-macros-0.1 +- rust-darling-0.20 +- rust-darling-0.23 +- rust-darling-core-0.20 +- rust-darling-core-0.23 +- rust-darling-macro-0.20 +- rust-darling-macro-0.23 +- rust-dary-heap-0.3 +- rust-dashmap-5 +- rust-dashmap-6 +- rust-data-encoding-2 +- rust-data-url-0.3 +- rust-dav1d-0.11 +- rust-dav1d-sys-0.8 +- rust-deadpool-0.12 +- rust-deadpool-0.13 +- rust-deadpool-runtime-0.1 +- rust-deadpool-runtime-0.3 +- rust-debug-helper-0.3 +- rust-debugid-0.8 +- rust-defmt-1 +- rust-defmt-macros-1 +- rust-defmt-parser-1 +- rust-delegate-0.13 +- rust-deltae-0.3 +- rust-der-0.8 +- rust-der-parser-9 +- rust-derive-builder-0.20 +- rust-derive-builder-core-0.20 +- rust-derive-builder-macro-0.20 +- rust-derive-more-2 +- rust-derive-more-impl-2 +- rust-dhat-0.3 +- rust-dialoguer-0.12 +- rust-difflib-0.4 +- rust-digest-0.11 +- rust-directories-6 +- rust-dirs-5 +- rust-dirs-6 +- rust-dirs-sys-0.4 +- rust-dirs-sys-0.5 +- rust-dispatch-0.2 +- rust-dlib-0.5 +- rust-document-features-0.2 +- rust-downcast-0.11 +- rust-downcast-rs-1 +- rust-dpi-0.1 +- rust-drm-0.14 +- rust-drm-ffi-0.9 +- rust-drm-fourcc-2 +- rust-drm-sys-0.8 +- rust-dtoa-1 +- rust-dtoa-short-0.3 +- rust-dtor-0.1 +- rust-dtor-proc-macro-0.0.6 +- rust-dunce-1 +- rust-dyn-clone-1 +- rust-ecb-0.1 +- rust-ed25519-3 +- rust-ed25519-compact-2 +- rust-either-1 +- rust-elliptic-curve-0.14.0-rc.34 +- rust-embedded-io-0.4 +- rust-embedded-io-0.6 +- rust-encode-unicode-1 +- rust-endi-1 +- rust-endian-type-0.1 +- rust-enum-as-inner-0.6 +- rust-enum-dispatch-0.3 +- rust-enumflags2-0.7 +- rust-enumflags2-derive-0.7 +- rust-enumn-0.1 +- rust-env-filter-1 +- rust-env-logger-0.10 +- rust-env-logger-0.11 +- rust-epoll-4 +- rust-equator-0.4 +- rust-equator-macro-0.4 +- rust-equivalent-1 +- rust-error-code-3 +- rust-esaxx-rs-0.1 +- rust-etherparse-0.19 +- rust-euclid-0.22 +- rust-event-listener-2 +- rust-event-listener-3 +- rust-event-listener-4 +- rust-event-listener-5 +- rust-event-listener-strategy-0.5 +- rust-exr-1 +- rust-eyre-0.6 +- rust-fallible-collections-0.4 +- rust-fancy-regex-0.11 +- rust-fancy-regex-0.14 +- rust-fast-srgb8-1 +- rust-fastrand-1 +- rust-fastrand-2 +- rust-fat-macho-0.4 +- rust-fax-0.2 +- rust-fdeflate-0.3 +- rust-fdlimit-0.3 +- rust-fdt-0.1 +- rust-ff-0.14 +- rust-field-offset-0.3 +- rust-filedescriptor-0.8 +- rust-findshlibs-0.10 +- rust-finl-unicode-1 +- rust-fixedbitset-0.4 +- rust-flate2-1 +- rust-float-cmp-0.10 +- rust-fluent-uri-0.4 +- rust-flume-0.11 +- rust-flume-0.12 +- rust-fnv-1 +- rust-foreign-types-0.5 +- rust-foreign-types-macros-0.2 +- rust-foreign-types-shared-0.3 +- rust-form-urlencoded-1 +- rust-fragile-2 +- rust-fs-err-3 +- rust-fs-extra-1 +- rust-fs2-0.4 +- rust-fsevent-sys-4 +- rust-fst-0.4 +- rust-funty-2 +- rust-futf-0.1 +- rust-futures-0.3 +- rust-futures-executor-0.3 +- rust-futures-lite-1 +- rust-futures-lite-2 +- rust-futures-macro-0.3 +- rust-futures-timer-3 +- rust-fxhash-0.2 +- rust-gbm-0.18 +- rust-gbm-sys-0.4 +- rust-gdbstub-0.7 +- rust-gdbstub-arch-0.3 +- rust-gdk-pixbuf-0.21 +- rust-gdk-pixbuf-0.22 +- rust-gdk-pixbuf-sys-0.21 +- rust-gdk-pixbuf-sys-0.22 +- rust-gdk4-0.10 +- rust-gdk4-0.11 +- rust-gdk4-sys-0.10 +- rust-gdk4-sys-0.11 +- rust-gearhash-0.1 +- rust-generator-0.8 +- rust-generic-array-1 +- rust-gethostname-1 +- rust-ghash-0.5 +- rust-ghash-0.6 +- rust-gif-0.14 +- rust-gimli-0.32 +- rust-gio-0.21 +- rust-gio-0.22 +- rust-gio-sys-0.21 +- rust-gio-sys-0.22 +- rust-gio-unix-0.22 +- rust-gio-unix-sys-0.22 +- rust-gio-win32-0.22 +- rust-gio-win32-sys-0.22 +- rust-git-version-0.3 +- rust-git-version-macro-0.3 +- rust-gix-lock-18 +- rust-gix-tempfile-18 +- rust-gl-generator-0.14 +- rust-glam-0.14 +- rust-glam-0.15 +- rust-glam-0.16 +- rust-glam-0.17 +- rust-glam-0.18 +- rust-glam-0.19 +- rust-glam-0.20 +- rust-glam-0.21 +- rust-glam-0.22 +- rust-glam-0.23 +- rust-glam-0.24 +- rust-glam-0.25 +- rust-glam-0.27 +- rust-glam-0.28 +- rust-glam-0.29 +- rust-glam-0.30 +- rust-glam-0.31 +- rust-glam-0.32 +- rust-glib-0.21 +- rust-glib-0.22 +- rust-glib-macros-0.21 +- rust-glib-macros-0.22 +- rust-glib-sys-0.21 +- rust-glib-sys-0.22 +- rust-gloo-timers-0.3 +- rust-glow-0.16 +- rust-gobject-sys-0.21 +- rust-gobject-sys-0.22 +- rust-goblin-0.10 +- rust-graphene-rs-0.21 +- rust-graphene-rs-0.22 +- rust-graphene-sys-0.21 +- rust-graphene-sys-0.22 +- rust-group-0.14 +- rust-gsk4-0.10 +- rust-gsk4-0.11 +- rust-gsk4-sys-0.10 +- rust-gsk4-sys-0.11 +- rust-gtk4-0.10 +- rust-gtk4-0.11 +- rust-gtk4-macros-0.10 +- rust-gtk4-macros-0.11 +- rust-gtk4-sys-0.10 +- rust-gtk4-sys-0.11 +- rust-half-2 +- rust-hash32-0.2 +- rust-hashbrown-0.12 +- rust-hashbrown-0.13 +- rust-hdrhistogram-7 +- rust-headers-0.4 +- rust-headers-core-0.3 +- rust-heapify-0.2 +- rust-heapless-0.7 +- rust-heck-0.4 +- rust-hermit-abi-0.1 +- rust-hermit-abi-0.3 +- rust-hex-literal-1 +- rust-hf-hub-0.4 +- rust-hickory-client-0.25 +- rust-hickory-proto-0.25 +- rust-hickory-server-0.25 +- rust-hkdf-0.13 +- rust-hmac-0.13 +- rust-honggfuzz-0.5 +- rust-hostname-0.4 +- rust-http-1 +- rust-http-body-1 +- rust-httparse-1 +- rust-httpdate-1 +- rust-httpmock-0.8 +- rust-human-bandwidth-0.1 +- rust-humantime-2 +- rust-hybrid-array-0.4 +- rust-hyper-1 +- rust-hyper-timeout-0.5 +- rust-hyper-tls-0.6 +- rust-hyphenation-0.8 +- rust-hyphenation-commons-0.8 +- rust-iana-time-zone-0.1 +- rust-iana-time-zone-haiku-0.1 +- rust-iced-x86-1 +- rust-icu-collections-2 +- rust-icu-locale-core-2 +- rust-icu-normalizer-2 +- rust-icu-normalizer-data-2 +- rust-icu-properties-2 +- rust-icu-properties-data-2 +- rust-icu-provider-2 +- rust-id-arena-2 +- rust-ident-case-1 +- rust-idna-1 +- rust-idna-adapter-1 +- rust-if-addrs-0.13 +- rust-igvm-0.4 +- rust-igvm-defs-0.4 +- rust-im-rc-15 +- rust-image-0.25 +- rust-image-webp-0.2 +- rust-imgref-1 +- rust-indenter-0.3 +- rust-indexmap-1 +- rust-indexmap-2 +- rust-indicatif-0.17 +- rust-indicatif-0.18 +- rust-indoc-2 +- rust-inferno-0.11 +- rust-inotify-0.11 +- rust-inotify-sys-0.1 +- rust-inout-0.1 +- rust-inout-0.2 +- rust-input-0.10 +- rust-input-0.9 +- rust-input-sys-1 +- rust-insta-1 +- rust-instability-0.3 +- rust-instant-0.1 +- rust-internal-russh-num-bigint-0.5 +- rust-interpolate-name-0.2 +- rust-inventory-0.3 +- rust-io-lifetimes-1 +- rust-io-uring-0.7 +- rust-iommufd-bindings-0.1 +- rust-iommufd-ioctls-0.1 +- rust-ipnet-2 +- rust-ipnetwork-0.20 +- rust-iptables-0.6 +- rust-is-ci-1 +- rust-is-executable-1 +- rust-is-terminal-polyfill-1 +- rust-itoa-1 +- rust-itoap-1 +- rust-jiter-0.11 +- rust-jni-0.21 +- rust-jni-0.22 +- rust-jni-macros-0.22 +- rust-jni-sys-0.3 +- rust-jni-sys-0.4 +- rust-jni-sys-macros-0.4 +- rust-kasuari-0.4 +- rust-keccak-0.2 +- rust-kem-0.3 +- rust-keyframe-1 +- rust-keyring-3 +- rust-khronos-api-3 +- rust-knuffel-3 +- rust-knuffel-derive-3 +- rust-konst-0.4 +- rust-konst-proc-macros-0.4 +- rust-kqueue-1 +- rust-kqueue-sys-1 +- rust-kstring-2 +- rust-kv-log-macro-1 +- rust-kvm-bindings-0.14 +- rust-kvm-ioctls-0.24 +- rust-lab-0.11 +- rust-landlock-0.4 +- rust-language-tags-0.3 +- rust-lazy-static-1 +- rust-lazycell-1 +- rust-lddtree-0.5 +- rust-lebe-0.5 +- rust-levenshtein-1 +- rust-lexical-parse-float-1 +- rust-lexical-parse-integer-1 +- rust-lexical-util-1 +- rust-libadwaita-0.8 +- rust-libadwaita-0.9 +- rust-libadwaita-sys-0.8 +- rust-libadwaita-sys-0.9 +- rust-libbz2-rs-sys-0.2 +- rust-libc-print-0.3 +- rust-libdisplay-info-0.3 +- rust-libdisplay-info-derive-0.1 +- rust-libdisplay-info-sys-0.3 +- rust-libfuzzer-sys-0.4 +- rust-libm-0.2 +- rust-libmimalloc-sys-0.1 +- rust-libseat-0.2 +- rust-libseat-sys-0.2 +- rust-libspa-0.9 +- rust-libspa-sys-0.9 +- rust-libudev-sys-0.1 +- rust-libz-sys-1 +- rust-line-clipping-0.3 +- rust-link-section-0.18 +- rust-linktime-proc-macro-0.2 +- rust-linux-keyutils-0.2 +- rust-linux-loader-0.13 +- rust-linux-raw-sys-0.3 +- rust-linux-raw-sys-0.4 +- rust-linux-raw-sys-0.9 +- rust-litrs-1 +- rust-locale-config-0.3 +- rust-loom-0.7 +- rust-loop9-0.1 +- rust-lopdf-0.38 +- rust-lru-0.18 +- rust-lru-slab-0.1 +- rust-lua-src-550 +- rust-luajit-src-210 +- rust-lz4-flex-0.13 +- rust-lzma-rust2-0.16 +- rust-lzma-sys-0.1 +- rust-lzxd-0.2 +- rust-mac-0.1 +- rust-mac-address-1 +- rust-macro-rules-attribute-0.2 +- rust-macro-rules-attribute-proc-macro-0.2 +- rust-macrotest-1 +- rust-mailparse-0.16 +- rust-malloc-buf-0.0.6 +- rust-managed-0.8 +- rust-markup5ever-0.35 +- rust-matches-0.1 +- rust-matchit-0.8 +- rust-matrixmultiply-0.3 +- rust-maybe-rayon-0.1 +- rust-md-5-0.10 +- rust-md5-0.7 +- rust-memchr-2 +- rust-memmem-0.1 +- rust-memo-map-0.3 +- rust-miette-5 +- rust-miette-derive-5 +- rust-mimalloc-0.1 +- rust-mime-guess-2 +- rust-minicbor-0.19 +- rust-minicbor-derive-0.13 +- rust-minijinja-2 +- rust-mint-0.5 +- rust-mintex-0.1 +- rust-mio-1 +- rust-ml-kem-0.3 +- rust-mlua-0.11 +- rust-mlua-derive-0.11 +- rust-mlua-sys-0.10 +- rust-mockall-0.14 +- rust-mockall-derive-0.14 +- rust-module-lattice-0.2 +- rust-monostate-0.1 +- rust-monostate-impl-0.1 +- rust-more-asserts-0.3 +- rust-moxcms-0.8 +- rust-mozim-0.3 +- rust-mp4parse-0.17 +- rust-mshv-bindings-0.6 +- rust-mshv-ioctls-0.6 +- rust-msi-0.10 +- rust-multimap-0.8 +- rust-mutants-0.0.3 +- rust-nalgebra-0.33 +- rust-nalgebra-0.34 +- rust-nalgebra-macros-0.3 +- rust-nanorand-0.7 +- rust-native-tls-0.2 +- rust-ndarray-0.15 +- rust-ndarray-0.16 +- rust-ndk-0.9 +- rust-ndk-context-0.1 +- rust-ndk-sys-0.6 +- rust-netlink-packet-core-0.8 +- rust-netlink-packet-route-0.25 +- rust-netlink-proto-0.12 +- rust-netlink-sys-0.8 +- rust-new-debug-unreachable-1 +- rust-nftables-0.6 +- rust-nibble-vec-0.1 +- rust-nix-0.26 +- rust-nix-0.29 +- rust-nix-0.31 +- rust-no-std-io2-0.9 +- rust-no-std-net-0.6 +- rust-nom-7 +- rust-nom-8 +- rust-nom-locate-5 +- rust-noop-proc-macro-0.3 +- rust-normpath-1 +- rust-notify-8 +- rust-notify-types-2 +- rust-ntapi-0.4 +- rust-num-bigint-dig-0.8 +- rust-num-complex-0.2 +- rust-num-complex-0.4 +- rust-num-cpus-1 +- rust-num-derive-0.4 +- rust-num-enum-0.7 +- rust-num-enum-derive-0.7 +- rust-num-format-0.4 +- rust-num-iter-0.1 +- rust-num-rational-0.4 +- rust-num-threads-0.1 +- rust-number-prefix-0.4 +- rust-numpy-0.26 +- rust-numtoa-0.2 +- rust-objc-0.2 +- rust-objc-foundation-0.1 +- rust-objc-id-0.1 +- rust-objc-sys-0.3 +- rust-objc2-0.5 +- rust-objc2-app-kit-0.2 +- rust-objc2-cloud-kit-0.2 +- rust-objc2-contacts-0.2 +- rust-objc2-core-data-0.2 +- rust-objc2-core-image-0.2 +- rust-objc2-core-location-0.2 +- rust-objc2-encode-4 +- rust-objc2-foundation-0.2 +- rust-objc2-io-kit-0.3 +- rust-objc2-link-presentation-0.2 +- rust-objc2-metal-0.2 +- rust-objc2-quartz-core-0.2 +- rust-objc2-symbols-0.2 +- rust-objc2-system-configuration-0.3 +- rust-objc2-ui-kit-0.2 +- rust-objc2-uniform-type-identifiers-0.2 +- rust-objc2-user-notifications-0.2 +- rust-object-0.38 +- rust-oid-registry-0.7 +- rust-once-cell-1 +- rust-once-cell-polyfill-1 +- rust-oneshot-0.1 +- rust-onig-6 +- rust-onig-sys-69 +- rust-oorandom-11 +- rust-opaque-debug-0.3 +- rust-open-enum-0.5 +- rust-open-enum-derive-0.5 +- rust-openssl-probe-0.2 +- rust-openssl-src-300 +- rust-option-ext-0.2 +- rust-orbclient-0.3 +- rust-ordered-float-2 +- rust-ordered-float-4 +- rust-ordered-float-5 +- rust-ordered-stream-0.2 +- rust-os-info-3 +- rust-os-str-bytes-6 +- rust-owo-colors-3 +- rust-owo-colors-4 +- rust-pageant-0.2 +- rust-palette-0.7 +- rust-palette-derive-0.7 +- rust-pango-0.21 +- rust-pango-0.22 +- rust-pango-sys-0.21 +- rust-pango-sys-0.22 +- rust-pangocairo-0.21 +- rust-pangocairo-0.22 +- rust-pangocairo-sys-0.21 +- rust-pangocairo-sys-0.22 +- rust-parking-2 +- rust-password-hash-0.5 +- rust-paste-1 +- rust-pastey-0.1 +- rust-pastey-0.2 +- rust-path-slash-0.2 +- rust-path-tree-0.8 +- rust-pbkdf2-0.12 +- rust-pbkdf2-0.13 +- rust-peg-0.8 +- rust-peg-macros-0.8 +- rust-peg-runtime-0.8 +- rust-pem-3 +- rust-pem-rfc7468-1 +- rust-pep440-rs-0.7 +- rust-pep508-rs-0.9 +- rust-percent-encoding-2 +- rust-pest-2 +- rust-pest-derive-2 +- rust-pest-generator-2 +- rust-pest-meta-2 +- rust-petgraph-0.6 +- rust-phf-0.11 +- rust-phf-0.12 +- rust-phf-0.13 +- rust-phf-codegen-0.11 +- rust-phf-generator-0.11 +- rust-phf-generator-0.13 +- rust-phf-macros-0.11 +- rust-phf-macros-0.13 +- rust-phf-shared-0.11 +- rust-phf-shared-0.12 +- rust-phf-shared-0.13 +- rust-pin-project-1 +- rust-pin-project-internal-1 +- rust-pin-utils-0.1 +- rust-piper-0.2 +- rust-pipewire-0.9 +- rust-pipewire-sys-0.9 +- rust-pixman-0.2 +- rust-pixman-sys-0.1 +- rust-pkcs5-0.8 +- rust-platform-info-2 +- rust-plist-1 +- rust-pnet-0.35 +- rust-pnet-base-0.35 +- rust-pnet-datalink-0.35 +- rust-pnet-macros-0.35 +- rust-pnet-macros-support-0.35 +- rust-pnet-packet-0.35 +- rust-pnet-sys-0.35 +- rust-pnet-transport-0.35 +- rust-png-0.18 +- rust-pocket-resources-0.3 +- rust-polling-2 +- rust-polling-3 +- rust-poly1305-0.8 +- rust-polyval-0.6 +- rust-polyval-0.7 +- rust-portable-atomic-1 +- rust-postcard-1 +- rust-postcard-derive-0.2 +- rust-pprof-0.14 +- rust-precomputed-hash-0.1 +- rust-predicates-3 +- rust-predicates-core-1 +- rust-predicates-tree-1 +- rust-prefix-trie-0.7 +- rust-pretty-assertions-1 +- rust-prettydiff-0.9 +- rust-primefield-0.14.0-rc.11 +- rust-primeorder-0.14.0-rc.11 +- rust-proc-macro-crate-1 +- rust-proc-macro-crate-3 +- rust-proc-macro-error-1 +- rust-proc-macro-error-attr-1 +- rust-proc-macro-error-attr2-2 +- rust-proc-macro-error2-2 +- rust-proc-macro2-1 +- rust-prodash-30 +- rust-profiling-1 +- rust-profiling-procmacros-1 +- rust-proptest-1 +- rust-proptest-derive-0.8 +- rust-proptest-macro-0.5 +- rust-prost-0.12 +- rust-prost-0.14 +- rust-prost-build-0.12 +- rust-prost-build-0.14 +- rust-prost-derive-0.12 +- rust-prost-derive-0.14 +- rust-prost-types-0.12 +- rust-prost-types-0.14 +- rust-protobuf-2 +- rust-protobuf-codegen-2 +- rust-protobuf-codegen-pure-2 +- rust-psm-0.1 +- rust-pulldown-cmark-0.13 +- rust-pulldown-cmark-to-cmark-21 +- rust-purl-0.1 +- rust-pxfm-0.1 +- rust-pyo3-0.25 +- rust-pyo3-0.26 +- rust-pyo3-0.27 +- rust-pyo3-0.29 +- rust-pyo3-async-runtimes-0.26 +- rust-pyo3-build-config-0.25 +- rust-pyo3-build-config-0.26 +- rust-pyo3-build-config-0.27 +- rust-pyo3-build-config-0.29 +- rust-pyo3-ffi-0.25 +- rust-pyo3-ffi-0.26 +- rust-pyo3-ffi-0.27 +- rust-pyo3-ffi-0.29 +- rust-pyo3-introspection-0.28 +- rust-pyo3-macros-0.25 +- rust-pyo3-macros-0.26 +- rust-pyo3-macros-0.27 +- rust-pyo3-macros-0.29 +- rust-pyo3-macros-backend-0.25 +- rust-pyo3-macros-backend-0.26 +- rust-pyo3-macros-backend-0.27 +- rust-pyo3-macros-backend-0.29 +- rust-pyproject-toml-0.13 +- rust-python-pkginfo-0.6 +- rust-python3-dll-a-0.2 +- rust-qoi-0.4 +- rust-quantette-0.5 +- rust-quick-error-1 +- rust-quick-error-2 +- rust-quick-xml-0.26 +- rust-quick-xml-0.39 +- rust-quinn-0.11 +- rust-quinn-proto-0.11 +- rust-quinn-udp-0.5 +- rust-quote-1 +- rust-quoted-printable-0.5 +- rust-r-efi-5 +- rust-r-efi-6 +- rust-radix-trie-0.2 +- rust-rand-0.10 +- rust-rand-0.8 +- rust-rand-chacha-0.3 +- rust-rand-core-0.10 +- rust-rand-distr-0.6 +- rust-rand-xorshift-0.3 +- rust-rand-xorshift-0.4 +- rust-range-map-vec-0.2 +- rust-rangemap-1 +- rust-ratatui-0.30 +- rust-ratatui-core-0.1 +- rust-ratatui-crossterm-0.1 +- rust-ratatui-macros-0.7 +- rust-ratatui-termion-0.1 +- rust-ratatui-termwiz-0.1 +- rust-ratatui-widgets-0.3 +- rust-rav1e-0.8 +- rust-ravif-0.13 +- rust-raw-cpuid-10 +- rust-raw-window-handle-0.4 +- rust-raw-window-handle-0.6 +- rust-rawpointer-0.2 +- rust-rayon-1 +- rust-rayon-cond-0.4 +- rust-rayon-core-1 +- rust-rcgen-0.13 +- rust-rctree-0.6 +- rust-redb-3 +- rust-redox-syscall-0.4 +- rust-redox-syscall-0.8 +- rust-redox-users-0.4 +- rust-redox-users-0.5 +- rust-ref-cast-1 +- rust-ref-cast-impl-1 +- rust-reflink-copy-0.1 +- rust-regex-1 +- rust-regex-syntax-0.6 +- rust-remain-0.2 +- rust-reqwest-0.13 +- rust-reqwest-middleware-0.5 +- rust-rfc2047-decoder-1 +- rust-rfc6979-0.5 +- rust-rgb-0.8 +- rust-roff-0.2 +- rust-ron-0.12 +- rust-rpds-1 +- rust-rtnetlink-0.18 +- rust-russh-cryptovec-0.60 +- rust-russh-util-0.52 +- rust-rust-decimal-1 +- rust-rust-embed-8 +- rust-rust-embed-impl-8 +- rust-rust-embed-utils-8 +- rust-rustc-demangle-0.1 +- rust-rustc-hash-1 +- rust-rustc-hash-2 +- rust-rustc-version-0.4 +- rust-rustfix-0.8 +- rust-rustflags-0.1 +- rust-rusticata-macros-4 +- rust-rustix-0.37 +- rust-rustix-0.38 +- rust-rustix-1 +- rust-rustls-native-certs-0.8 +- rust-rustls-pki-types-1 +- rust-rustls-platform-verifier-0.6 +- rust-rustls-platform-verifier-android-0.1 +- rust-rustversion-1 +- rust-rusty-fork-0.3 +- rust-rustyline-17 +- rust-ruzstd-0.8 +- rust-ryu-1 +- rust-safe-arch-0.7 +- rust-safe-arch-0.9 +- rust-safe-transmute-0.11 +- rust-salsa20-0.11 +- rust-same-file-1 +- rust-schemars-0.8 +- rust-schemars-0.9 +- rust-schemars-1 +- rust-schemars-derive-0.8 +- rust-schemars-derive-1 +- rust-scoped-tls-1 +- rust-scopeguard-1 +- rust-scroll-0.13 +- rust-scroll-derive-0.13 +- rust-scrypt-0.12 +- rust-sd-notify-0.5 +- rust-sec1-0.8 +- rust-seccompiler-0.5 +- rust-security-framework-2 +- rust-security-framework-3 +- rust-security-framework-sys-2 +- rust-selectors-0.31 +- rust-self-cell-1 +- rust-semver-1 +- rust-send-wrapper-0.6 +- rust-sendfd-0.4 +- rust-serde-1 +- rust-serde-bytes-0.11 +- rust-serde-core-1 +- rust-serde-derive-1 +- rust-serde-derive-internals-0.29 +- rust-serde-json-1 +- rust-serde-path-to-error-0.1 +- rust-serde-pyobject-0.8 +- rust-serde-regex-1 +- rust-serde-repr-0.1 +- rust-serde-spanned-0.6 +- rust-serde-spanned-1 +- rust-serde-with-3 +- rust-serde-with-macros-3 +- rust-serde-yaml-0.9 +- rust-serdect-0.4 +- rust-serial-test-2 +- rust-serial-test-3 +- rust-serial-test-derive-2 +- rust-serial-test-derive-3 +- rust-servo-arc-0.4 +- rust-sha1-0.11 +- rust-sha1-smol-1 +- rust-sha2-0.11 +- rust-sha2-asm-0.6 +- rust-sha3-0.11 +- rust-shell-words-1 +- rust-shellexpand-3 +- rust-shlex-1 +- rust-shlex-2 +- rust-signal-hook-0.3 +- rust-signal-hook-0.4 +- rust-signal-hook-mio-0.2 +- rust-signal-hook-registry-1 +- rust-signal-hook-tokio-0.3 +- rust-signal-hook-tokio-0.4 +- rust-signature-2 +- rust-signature-3 +- rust-simba-0.9 +- rust-simd-cesu8-1 +- rust-simd-helpers-0.1 +- rust-simdutf8-0.1 +- rust-similar-2 +- rust-siphasher-1 +- rust-slotmap-1 +- rust-smallvec-1 +- rust-smawk-0.3 +- rust-smithay-0.7 +- rust-smithay-client-toolkit-0.19 +- rust-smol-1 +- rust-smol-2 +- rust-smol-str-0.2 +- rust-socket2-0.4 +- rust-socket2-0.5 +- rust-socks-0.3 +- rust-spanned-0.4 +- rust-spdx-0.13 +- rust-speedate-0.17 +- rust-spin-0.10 +- rust-spin-0.9 +- rust-spki-0.8 +- rust-spm-precompiled-0.1 +- rust-ssh-cipher-0.2 +- rust-ssh-encoding-0.2 +- rust-ssh2-0.9 +- rust-stable-deref-trait-1 +- rust-stacker-0.1 +- rust-static-assertions-1 +- rust-statrs-0.18 +- rust-str-stack-0.1 +- rust-string-cache-0.8 +- rust-string-cache-0.9 +- rust-string-cache-codegen-0.5 +- rust-stringmetrics-2 +- rust-stringprep-0.1 +- rust-strip-ansi-escapes-0.2 +- rust-strum-0.27 +- rust-strum-0.28 +- rust-strum-macros-0.27 +- rust-strum-macros-0.28 +- rust-subtle-2 +- rust-supports-color-1 +- rust-supports-color-2 +- rust-supports-hyperlinks-2 +- rust-supports-hyperlinks-3 +- rust-supports-unicode-2 +- rust-supports-unicode-3 +- rust-symbolic-common-12 +- rust-symbolic-demangle-12 +- rust-symlink-0.1 +- rust-syn-1 +- rust-syn-2 +- rust-sync-wrapper-1 +- rust-syntect-5 +- rust-sysinfo-0.38 +- rust-syslog-7 +- rust-system-deps-7 +- rust-tabwriter-1 +- rust-tap-1 +- rust-target-triple-1 +- rust-tempfile-3 +- rust-tendril-0.4 +- rust-termcolor-1 +- rust-terminal-size-0.1 +- rust-terminfo-0.9 +- rust-termion-4 +- rust-termios-0.3 +- rust-termtree-0.5 +- rust-termwiz-0.23 +- rust-textwrap-0.15 +- rust-textwrap-0.16 +- rust-thiserror-1 +- rust-thiserror-2 +- rust-thiserror-impl-1 +- rust-thiserror-impl-2 +- rust-thousands-0.2 +- rust-thread-local-1 +- rust-tiff-0.11 +- rust-tikv-jemalloc-sys-0.6 +- rust-tikv-jemallocator-0.6 +- rust-tinytemplate-1 +- rust-tinyvec-1 +- rust-tls-detect-0.1 +- rust-tokenizers-0.22 +- rust-tokio-1 +- rust-tokio-macros-2 +- rust-tokio-native-tls-0.3 +- rust-tokio-retry-0.3 +- rust-tokio-stream-0.1 +- rust-tokio-tungstenite-0.28 +- rust-tokio-vsock-0.7 +- rust-toml-0.5 +- rust-toml-0.8 +- rust-toml-1 +- rust-toml-datetime-0.6 +- rust-toml-datetime-1 +- rust-toml-edit-0.22 +- rust-toml-edit-0.25 +- rust-toml-parser-1 +- rust-toml-write-0.1 +- rust-toml-writer-1 +- rust-tonic-0.14 +- rust-tonic-build-0.14 +- rust-tonic-prost-0.14 +- rust-tonic-prost-build-0.14 +- rust-tracing-appender-0.2 +- rust-tracing-error-0.2 +- rust-tracing-serde-0.2 +- rust-tracing-test-0.2 +- rust-tracing-test-macro-0.2 +- rust-tracy-client-0.18 +- rust-tracy-client-sys-0.28 +- rust-trash-5 +- rust-trybuild-1 +- rust-ttf-parser-0.25 +- rust-tungstenite-0.28 +- rust-twox-hash-2 +- rust-typed-path-0.12 +- rust-typeid-1 +- rust-typenum-1 +- rust-typewit-1 +- rust-ucd-trie-0.1 +- rust-ucd-util-0.1 +- rust-udev-0.9 +- rust-uds-windows-1 +- rust-ui-test-0.30 +- rust-unarray-0.1 +- rust-uncased-0.9 +- rust-unicase-2 +- rust-unicode-bidi-0.3 +- rust-unicode-bom-2 +- rust-unicode-categories-0.1 +- rust-unicode-ident-1 +- rust-unicode-linebreak-0.1 +- rust-unicode-normalization-alignments-0.1 +- rust-unicode-properties-0.1 +- rust-unicode-segmentation-1 +- rust-unicode-truncate-2 +- rust-unicode-width-0.1 +- rust-unit-prefix-0.5 +- rust-universal-hash-0.5 +- rust-universal-hash-0.6 +- rust-unsafe-libyaml-0.2 +- rust-unscanny-0.1 +- rust-unty-0.0.4 +- rust-ureq-2 +- rust-ureq-3 +- rust-ureq-proto-0.6 +- rust-url-2 +- rust-urlencoding-2 +- rust-utf-8-0.7 +- rust-utf8-iter-1 +- rust-utf8-zero-0.8 +- rust-uuid-1 +- rust-uzers-0.12 +- rust-v-frame-0.3 +- rust-validator-0.19 +- rust-value-bag-1 +- rust-vergen-9 +- rust-vergen-gitcl-9 +- rust-vergen-lib-9 +- rust-version-compare-0.2 +- rust-version-ranges-0.1 +- rust-versions-7 +- rust-vfio-bindings-0.6 +- rust-vfio-ioctls-0.6 +- rust-vfio-user-0.1 +- rust-vhost-0.16 +- rust-vhost-user-backend-0.22 +- rust-virtio-bindings-0.2 +- rust-virtio-queue-0.17 +- rust-virtue-0.0.18 +- rust-vm-fdt-0.3 +- rust-vm-memory-0.16 +- rust-vm-memory-0.17 +- rust-vmm-sys-util-0.12 +- rust-vmm-sys-util-0.14 +- rust-vmm-sys-util-0.15 +- rust-vsock-0.5 +- rust-vte-0.14 +- rust-vtparse-0.6 +- rust-wait-timeout-0.2 +- rust-waker-fn-1 +- rust-walkdir-2 +- rust-wasi-0.14 +- rust-wasip2-1 +- rust-wasite-1 +- rust-wasm-streams-0.4 +- rust-wasm-streams-0.5 +- rust-wayland-backend-0.3 +- rust-wayland-client-0.31 +- rust-wayland-csd-frame-0.3 +- rust-wayland-cursor-0.31 +- rust-wayland-egl-0.32 +- rust-wayland-protocols-0.32 +- rust-wayland-protocols-misc-0.3 +- rust-wayland-protocols-plasma-0.3 +- rust-wayland-protocols-wlr-0.3 +- rust-wayland-scanner-0.31 +- rust-wayland-server-0.31 +- rust-wayland-sys-0.31 +- rust-web-atoms-0.1 +- rust-web-time-1 +- rust-webpki-root-certs-1 +- rust-webpki-roots-0.26 +- rust-webpki-roots-1 +- rust-weezl-0.1 +- rust-wezterm-bidi-0.2 +- rust-wezterm-blob-leases-0.1 +- rust-wezterm-color-types-0.3 +- rust-wezterm-dynamic-0.2 +- rust-wezterm-dynamic-derive-0.1 +- rust-wezterm-input-types-0.1 +- rust-which-4 +- rust-which-8 +- rust-whoami-2 +- rust-wide-0.7 +- rust-wide-0.8 +- rust-wild-2 +- rust-winapi-0.3 +- rust-winapi-i686-pc-windows-gnu-0.4 +- rust-winapi-x86-64-pc-windows-gnu-0.4 +- rust-windows-0.56 +- rust-windows-0.62 +- rust-windows-aarch64-gnullvm-0.42 +- rust-windows-aarch64-gnullvm-0.48 +- rust-windows-aarch64-msvc-0.42 +- rust-windows-aarch64-msvc-0.48 +- rust-windows-collections-0.3 +- rust-windows-core-0.56 +- rust-windows-core-0.62 +- rust-windows-future-0.3 +- rust-windows-i686-gnu-0.42 +- rust-windows-i686-gnu-0.48 +- rust-windows-i686-msvc-0.42 +- rust-windows-i686-msvc-0.48 +- rust-windows-implement-0.56 +- rust-windows-implement-0.60 +- rust-windows-interface-0.56 +- rust-windows-interface-0.59 +- rust-windows-link-0.1 +- rust-windows-numerics-0.3 +- rust-windows-result-0.1 +- rust-windows-sys-0.45 +- rust-windows-sys-0.48 +- rust-windows-targets-0.42 +- rust-windows-targets-0.48 +- rust-windows-threading-0.2 +- rust-windows-x86-64-gnu-0.42 +- rust-windows-x86-64-gnu-0.48 +- rust-windows-x86-64-gnullvm-0.42 +- rust-windows-x86-64-gnullvm-0.48 +- rust-windows-x86-64-msvc-0.42 +- rust-windows-x86-64-msvc-0.48 +- rust-winit-0.30 +- rust-winnow-1 +- rust-wiremock-0.6 +- rust-wnaf-0.14.0-pre.0 +- rust-x11-dl-2 +- rust-x11rb-0.13 +- rust-x11rb-protocol-0.13 +- rust-x509-parser-0.16 +- rust-x86-0.52 +- rust-xattr-1 +- rust-xcursor-0.3 +- rust-xet-client-1 +- rust-xet-core-structures-1 +- rust-xet-data-1 +- rust-xet-runtime-1 +- rust-xkbcommon-0.8 +- rust-xkbcommon-0.9 +- rust-xkbcommon-dl-0.4 +- rust-xkeysym-0.2 +- rust-xml-rs-0.8 +- rust-xml5ever-0.35 +- rust-xshell-0.2 +- rust-xshell-macros-0.2 +- rust-xwin-0.9 +- rust-xxhash-rust-0.8 +- rust-xz2-0.1 +- rust-y4m-0.8 +- rust-yansi-1 +- rust-yasna-0.5 +- rust-yazi-prebuilt-0.1 +- rust-yeslogic-fontconfig-sys-6 +- rust-zbus-5 +- rust-zbus-lockstep-0.5 +- rust-zbus-lockstep-macros-0.5 +- rust-zbus-macros-5 +- rust-zbus-names-4 +- rust-zbus-xml-5 +- rust-zeroize-1 +- rust-zip-7 +- rust-zip-8 +- rust-zmij-1 +- rust-zopfli-0.8 +- rust-zstd-0.13 +- rust-zstd-safe-7 +- rust-zstd-sys-2 +- rust-zune-core-0.5 +- rust-zune-inflate-0.2 +- rust-zune-jpeg-0.5 +- rust-zvariant-5 +- rust-zvariant-derive-5 +- rust-zvariant-utils-3 +- seastar +- serf +- skopeo +- sqlcipher +- startup-notification +- supertuxkart +- sway +- swayidle +- swaylock +- u-boot-menu-ng +- umoci +- warp-ctc +- warp-transducer +- wiiuse +- wlroots-0.19 +- xauth +- xcb-imdkit +- xcb-util-xrm +- xmlrpc-c +- xmlstarlet +- xwayland-run +- yajl + +
+ +[CVE-2026-48959]: https://www.cve.org/CVERecord?id=CVE-2026-48959 +[CVE-2026-48961]: https://www.cve.org/CVERecord?id=CVE-2026-48961 +[CVE-2026-48962]: https://www.cve.org/CVERecord?id=CVE-2026-48962 +[CVE-2026-35385]: https://www.cve.org/CVERecord?id=CVE-2026-35385 +[CVE-2019-6111]: https://www.cve.org/CVERecord?id=CVE-2019-6111 +[CVE-2026-34743]: https://www.cve.org/CVERecord?id=CVE-2026-34743 +[CVE-2026-47162]: https://www.cve.org/CVERecord?id=CVE-2026-47162 +[CVE-2026-47167]: https://www.cve.org/CVERecord?id=CVE-2026-47167 +[CVE-2025-14177]: https://www.cve.org/CVERecord?id=CVE-2025-14177 +[CVE-2025-14178]: https://www.cve.org/CVERecord?id=CVE-2025-14178 +[CVE-2025-14179]: https://www.cve.org/CVERecord?id=CVE-2025-14179 +[CVE-2025-14180]: https://www.cve.org/CVERecord?id=CVE-2025-14180 +[CVE-2025-67899]: https://www.cve.org/CVERecord?id=CVE-2025-67899 +[CVE-2026-6104]: https://www.cve.org/CVERecord?id=CVE-2026-6104 +[CVE-2026-6722]: https://www.cve.org/CVERecord?id=CVE-2026-6722 +[CVE-2026-6735]: https://www.cve.org/CVERecord?id=CVE-2026-6735 +[CVE-2026-7258]: https://www.cve.org/CVERecord?id=CVE-2026-7258 +[CVE-2026-7259]: https://www.cve.org/CVERecord?id=CVE-2026-7259 +[CVE-2026-7261]: https://www.cve.org/CVERecord?id=CVE-2026-7261 +[CVE-2026-7262]: https://www.cve.org/CVERecord?id=CVE-2026-7262 +[CVE-2026-7263]: https://www.cve.org/CVERecord?id=CVE-2026-7263 +[CVE-2026-7568]: https://www.cve.org/CVERecord?id=CVE-2026-7568 +[CVE-2026-29078]: https://www.cve.org/CVERecord?id=CVE-2026-29078 +[CVE-2026-29079]: https://www.cve.org/CVERecord?id=CVE-2026-29079 +[CVE-2026-42371]: https://www.cve.org/CVERecord?id=CVE-2026-42371 +[CVE-2026-44927]: https://www.cve.org/CVERecord?id=CVE-2026-44927 +[CVE-2026-44928]: https://www.cve.org/CVERecord?id=CVE-2026-44928 +[CVE-2025-26519]: https://www.cve.org/CVERecord?id=CVE-2025-26519 +[CVE-2025-54349]: https://www.cve.org/CVERecord?id=CVE-2025-54349 +[CVE-2025-54350]: https://www.cve.org/CVERecord?id=CVE-2025-54350 +[CVE-2025-54351]: https://www.cve.org/CVERecord?id=CVE-2025-54351 +[CVE-2026-45447]: https://www.cve.org/CVERecord?id=CVE-2026-45447 +[CVE-2026-8461]: https://www.cve.org/CVERecord?id=CVE-2026-8461 +[CVE-2025-68471]: https://www.cve.org/CVERecord?id=CVE-2025-68471 +[CVE-2025-68468]: https://www.cve.org/CVERecord?id=CVE-2025-68468 +[CVE-2026-24401]: https://www.cve.org/CVERecord?id=CVE-2026-24401 +[CVE-2025-68276]: https://www.cve.org/CVERecord?id=CVE-2025-68276 +[CVE-2021-3468]: https://www.cve.org/CVERecord?id=CVE-2021-3468 +[CVE-2024-52616]: https://www.cve.org/CVERecord?id=CVE-2024-52616 +[CVE-2024-2699]: https://www.cve.org/CVERecord?id=CVE-2024-2699 +[CVE-2026-34933]: https://www.cve.org/CVERecord?id=CVE-2026-34933 +[CVE-2024-52615]: https://www.cve.org/CVERecord?id=CVE-2024-52615 +[CVE-2026-4802]: https://www.cve.org/CVERecord?id=CVE-2026-4802 +[CVE-2026-4631]: https://www.cve.org/CVERecord?id=CVE-2026-4631 +[CVE-2026-54919]: https://www.cve.org/CVERecord?id=CVE-2026-54919 +[CVE-2026-4250]: https://www.cve.org/CVERecord?id=CVE-2026-4250 +[CVE-2026-42507]: https://www.cve.org/CVERecord?id=CVE-2026-42507 +[CVE-2026-27145]: https://www.cve.org/CVERecord?id=CVE-2026-27145 +[CVE-2025-10263]: https://www.cve.org/CVERecord?id=CVE-2025-10263 +[CVE-2026-43500]: https://www.cve.org/CVERecord?id=CVE-2026-43500 +[CVE-2026-46300]: https://www.cve.org/CVERecord?id=CVE-2026-46300