diff options
-rw-r--r-- | libre/systemd/PKGBUILD | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index d38b5a137..8d526b020 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -4,8 +4,8 @@ pkgbase=systemd pkgname=systemd -pkgver=228 -pkgrel=4.parabola2 +pkgver=229 +pkgrel=2.parabola1 arch=('i686' 'x86_64' 'armv7h') url="http://www.freedesktop.org/wiki/Software/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -36,20 +36,14 @@ validpgpkeys=('684D54A189305A9CC95446D36B888913DDB59515') # Márcio Silva prepare() { cd "$pkgbase" - # sd-ndisc: drop RA packets from non-link-local addresses - # https://github.com/systemd/systemd/commit/3ccd31635353 - # https://github.com/systemd/systemd/issues/1866 - git cherry-pick -n 3ccd31635353 + # networkd: FIONREAD is not reliable on some sockets + git cherry-pick -n 4edc2c9b6b5b921873eb82e58719ed4d9e0d69bf - # networkd: link - do not drop config for loopback device - # https://github.com/systemd/systemd/commit/e5d44b34cca3 - # https://github.com/systemd/systemd/issues/2023 - git cherry-pick -n e5d44b34cca3 + # fix assertion failure in src/core/timer.c on bootup (FS#48197) + git cherry-pick -n 6d2353394fc33e923d1ab464c8f88df2a5105ffb - # virt: detect dmi before cpuid - # https://github.com/systemd/systemd/commit/050e65ada2e0 - # https://github.com/systemd/systemd/issues/1993 - git cherry-pick -n 050e65ada2e0 + # fix udevd error checking from cg_unified() (FS#48188) + git cherry-pick -n 6d2353394fc33e923d1ab464c8f88df2a5105ffb # Rename "Linux" -> "GNU/Linux" patch -Np1 -i "$srcdir/gnu+linux.patch" @@ -81,7 +75,6 @@ build() { --localstatedir=/var \ --sysconfdir=/etc \ --enable-lz4 \ - --enable-compat-libs \ --disable-audit \ --disable-ima \ --with-sysvinit-path= \ |