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

Christian Hesse eworm at archlinux.org
Tue Jan 9 23:45:16 UTC 2018


    Date: Tuesday, January 9, 2018 @ 23:45:15
  Author: eworm
Revision: 314306

upgpkg: systemd 236.0-3

fix systemd-networkd crash (FS#56957)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-09 20:41:15 UTC (rev 314305)
+++ PKGBUILD	2018-01-09 23:45:15 UTC (rev 314306)
@@ -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=2
+pkgrel=3
 arch=('x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -50,6 +50,9 @@
 _backports=(
   # cryptsetup-generator: Don't mistake NULL input as OOM (#7688) 
   'aff0b1fa7bf2ca60fd5ffdf7ea25184d576cf61d'
+
+  # networkd: call link_set_routing_policy_rule before setting routes (#7815)
+  '27c34f732e7767b5cdc90fe7ad03ae0ea625671c'
 )
 
 _reverts=(



More information about the arch-commits mailing list