Can we quickly get the update for openssl ? (For those of us on Stable branch.) I read about some High Severity vulnerabilities that have been fixed recently.
On testing I have:
pacman -Q openssl
openssl 3.6.1-1
It says:
Affected
from 3.6.0 before 3.6.1
So not affected. (If you are on stable, I imagine it’s days .. hours away?
)
Hope so, I feel kind of vulnerable right now. ![]()
You could of course always switch to the Testing branch… ![]()
![]()
sudo pacman-mirrors -a -B testing && sudo pacman-mirrors -f && sudo pacman -Syyu
Exploiting this issue requires a user or application to process a maliciously crafted PKCS#12 file. It is uncommon to accept untrusted PKCS#12 files in applications as they are usually used to store private keys which are trusted by definition. For this reason the issue was assessed as Moderate severity.
– Vulnerabilities | OpenSSL Library
It is unlikely you would be affected ![]()
# mbn command is provided by manjaro-check-repos package
$ mbn info openssl -q
Branch : archlinux
Name : openssl
Version : 3.6.1-1
Repository : core
Build Date : Tue 27 Jan 2026 16:32:58
Packager : Pierre Schmitz <pierre@archlinux.org>
Branch : unstable
Name : openssl
Version : 3.6.1-1
Repository : core
Build Date : Tue 27 Jan 2026 16:32:58
Packager : Pierre Schmitz <pierre@archlinux.org>
Branch : testing
Name : openssl
Version : 3.6.1-1
Repository : core
Build Date : Tue 27 Jan 2026 16:32:58
Packager : Pierre Schmitz <pierre@archlinux.org>
Branch : stable
Name : openssl
Version : 3.6.0-1
Repository : core
Build Date : Sat 04 Oct 2025 13:25:29
Packager : Pierre Schmitz <pierre@archlinux.org>
As of 2026-02-01T10:15:00Z
$ mbn info openssl -q
Branch : archlinux
Name : openssl
Version : 3.6.1-1
Repository : core
Build Date : Tue 27 Jan 2026 16:32:58
Packager : Pierre Schmitz <pierre@archlinux.org>
Branch : unstable
Name : openssl
Version : 3.6.1-1
Repository : core
Build Date : Tue 27 Jan 2026 16:32:58
Packager : Pierre Schmitz <pierre@archlinux.org>
Branch : testing
Name : openssl
Version : 3.6.1-1
Repository : core
Build Date : Tue 27 Jan 2026 16:32:58
Packager : Pierre Schmitz <pierre@archlinux.org>
Branch : stable
Name : openssl
Version : 3.6.1-1
Repository : core
Build Date : Tue 27 Jan 2026 16:32:58
Packager : Pierre Schmitz <pierre@archlinux.org>
Thank you very much for the easy to use code.
In the distant past I did use Testing branch. Maybe I will try it again some day.
Today’s new Stable Update contains the updated openssl package.
![]()