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

Christian Hesse eworm at archlinux.org
Fri Feb 9 10:35:27 UTC 2018


    Date: Friday, February 9, 2018 @ 10:35:27
  Author: eworm
Revision: 316504

upgpkg: systemd 237.0-3

socket-util: fix getpeergroups() assert(fd) (#8080) (FS#57388)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-09 08:30:53 UTC (rev 316503)
+++ PKGBUILD	2018-02-09 10:35:27 UTC (rev 316504)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=237.0
-pkgrel=2
+pkgrel=3
 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=(
+  # socket-util: fix getpeergroups() assert(fd) (#8080)
+  '75f40779607ea79f20441c7fb46744d04ee2c7ae'
 )
 
 _reverts=(



More information about the arch-commits mailing list