[arch-commits] Commit in systemd/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon Jul 31 06:46:38 UTC 2017
Date: Monday, July 31, 2017 @ 06:46:37
Author: eworm
Revision: 301431
upgpkg: systemd 234.11-2
cryptsetup: fix infinite timeout (#6486) (FS#54825)
Modified:
systemd/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-30 20:40:04 UTC (rev 301430)
+++ PKGBUILD 2017-07-31 06:46:37 UTC (rev 301431)
@@ -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=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://www.github.com/systemd/systemd"
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -50,6 +50,8 @@
)
_backports=(
+ # cryptsetup: fix infinite timeout (#6486)
+ '0864d311766498563331f486909a0d950ba7de87'
)
_reverts=(
More information about the arch-commits
mailing list