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

Dave Reisner dreisner at archlinux.org
Tue Feb 16 23:52:39 UTC 2016


    Date: Wednesday, February 17, 2016 @ 00:52:38
  Author: dreisner
Revision: 259866

upgpkg: systemd 229-2

- cherry pick some bugfixes from HEAD

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-16 23:09:16 UTC (rev 259865)
+++ PKGBUILD	2016-02-16 23:52:38 UTC (rev 259866)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=229
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -30,6 +30,15 @@
 prepare() {
   cd "$pkgbase"
 
+  # networkd: FIONREAD is not reliable on some sockets
+  git cherry-pick -n 4edc2c9b6b5b921873eb82e58719ed4d9e0d69bf
+
+  # fix assertion failure in src/core/timer.c on bootup (FS#48197)
+  git cherry-pick -n 6d2353394fc33e923d1ab464c8f88df2a5105ffb
+
+  # fix udevd error checking from cg_unified() (FS#48188)
+  git cherry-pick -n 6d2353394fc33e923d1ab464c8f88df2a5105ffb
+
   ./autogen.sh
 }
 



More information about the arch-commits mailing list