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

Christian Hesse eworm at archlinux.org
Mon Dec 18 14:04:58 UTC 2017


    Date: Monday, December 18, 2017 @ 14:04:57
  Author: eworm
Revision: 313302

upgpkg: systemd 236.0-2

cryptsetup-generator: Don't mistake NULL input as OOM (#7688) (FS#56733)

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-18 11:37:17 UTC (rev 313301)
+++ PKGBUILD	2017-12-18 14:04:57 UTC (rev 313302)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=236.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -48,6 +48,8 @@
             '10190fba9f39a8f4b620a0829e0ba8ed63bb4dbeca712966011ee7807880d01ab2abff1a80baafeb6674db70526a473fe585db8190e864f318fc4d6068552618')
 
 _backports=(
+  # cryptsetup-generator: Don't mistake NULL input as OOM (#7688) 
+  'aff0b1fa7bf2ca60fd5ffdf7ea25184d576cf61d'
 )
 
 _reverts=(



More information about the arch-commits mailing list