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

Christian Hesse eworm at archlinux.org
Tue Aug 1 20:24:27 UTC 2017


    Date: Tuesday, August 1, 2017 @ 20:24:26
  Author: eworm
Revision: 301508

upgpkg: systemd 234.11-4

backport getpid() cache (FS#54998)

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-01 20:19:57 UTC (rev 301507)
+++ PKGBUILD	2017-08-01 20:24:26 UTC (rev 301508)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=234.11
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -52,6 +52,11 @@
 _backports=(
   # cryptsetup: fix infinite timeout (#6486)
   '0864d311766498563331f486909a0d950ba7de87'
+
+  # process-util: add getpid_cached() as a caching wrapper for getpid()
+  '5c30a6d2b805ae9b5dd0ad003b9ee86b8965bc47'
+  # tree-wide: make use of getpid_cached() wherever we can
+  'df0ff127758809a45105893772de76082d12a26d'
 )
 
 _reverts=(



More information about the arch-commits mailing list