diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-21 10:35:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-21 10:35:30 -0300 |
commit | 8cc34bfcd2bb7396ca6b8909ecdfb3ce99143f92 (patch) | |
tree | f6775d58e99b7d745b3189787a1f7e6325c60d88 /libre/systemd | |
parent | 82435b9e609258356a23b9103558fa2537f35aca (diff) | |
download | abslibre-8cc34bfcd2bb7396ca6b8909ecdfb3ce99143f92.tar.gz abslibre-8cc34bfcd2bb7396ca6b8909ecdfb3ce99143f92.tar.bz2 abslibre-8cc34bfcd2bb7396ca6b8909ecdfb3ce99143f92.zip |
systemd-229-2.parabola1: updating version
* drop compat libs (nothing should depend on them anymore)
* cherry pick some bugfixes from HEAD
Diffstat (limited to 'libre/systemd')
-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= \ |