ELSEIF
Your brief EB
379 stories from 115 feeds 448 clusters Refreshed 41 seconds ago next pull 14:52

TECH Signal 393

RPM 6.1 released with faster package installs and PKCS#11 signing

RPM 6.1 cuts installation time by about 26% on recent kernels, adds PKCS#11 token signing, and separates the keystore lock from the transaction lock.

WHY IT MATTERS

The install-time reduction speeds up deployment pipelines on systems running kernel 5.11+ and glibc 2.34+, shaving minutes off large updates. PKCS#11 support lets administrators use hardware-backed keys for package signing, improving supply-chain security. The new lock design prevents RPM database queries from being blocked during a transaction, reducing the chance of deadlocks in automated scripts.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

File-descriptor handling on kernel 5.11+ with glibc 2.34+ can reduce install time by roughly 26%.

02

The keystore now uses its own lock, fixing a regression that previously blocked all RPM database queries during a transaction.

03

rpmsign can now use PKCS#11 tokens, enabling hardware-backed or external cryptographic devices for package signing.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Linuxiac RPM 6.1 Released with Faster Package Installs, Improved Package Signing Open ↗