[arch-commits] Commit in systemd/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Jul 8 20:25:23 UTC 2019


    Date: Monday, July 8, 2019 @ 20:25:22
  Author: eworm
Revision: 357406

upgpkg: systemd 242.32-3

fix issues with random generator on AMD CPUs

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-08 19:48:31 UTC (rev 357405)
+++ PKGBUILD	2019-07-08 20:25:22 UTC (rev 357406)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='572385e13566f9ca442ee3b46742159b905b4712'
 pkgver=242.32
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -89,6 +89,13 @@
 
   # cgroup-util: kill also threads
   'e48fcfef06d81bf08607d3c1657fdc6aa1e9a6ee'
+
+  # random-util: rename "err" to "success"
+  '328f850e36e86d14ab06d11fa8f2397e9575a7f9'
+  # util-lib: fix a typo in rdrand
+  '7f2cdceaed4d37c4e601e531c7d863fca1bd1460'
+  # random-util: eat up bad RDRAND values seen on AMD CPUs
+  '1c53d4a070edbec8ad2d384ba0014d0eb6bae077'
 )
 
 _reverts=(



More information about the arch-commits mailing list