From a4c03ff6e2ede49df601c03bb5e84001d68d5a3a Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 3 Sep 2019 19:59:13 +0200 Subject: [PATCH] lib32-systemd 242.84 --- lib32-systemd/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/lib32-systemd/PKGBUILD b/lib32-systemd/PKGBUILD index 1fda4cb5..b053579e 100644 --- a/lib32-systemd/PKGBUILD +++ b/lib32-systemd/PKGBUILD @@ -1,10 +1,10 @@ pkgname=lib32-systemd _pkgbasename=systemd # latest commit on stable branch -_commit='63f95c0297aea62ce47d1389e5221c54992f580e' +_commit='9d34e79ae8ef891adf3757f9248566def70471ad' # Bump this to latest major release for signed tag verification, # the commit count is handled by pkgver() function. -pkgver=239.303 +pkgver=242.84 pkgrel=1 pkgdesc="system and service manager (32-bit)" arch=('x86_64') @@ -12,8 +12,8 @@ url="https://www.github.com/systemd/systemd" license=('GPL2' 'LGPL2.1') depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-xz' "$_pkgbasename=$pkgver") makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2' - 'lib32-curl' 'lib32-libdbus' 'lib32-gcc-libs' 'lib32-glib2' - 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn' 'lib32-pcre2' + 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2' + 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2' 'libxslt' 'meson') options=('strip') validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4' # Lennart Poettering @@ -25,8 +25,33 @@ sha256sums=('SKIP' 'SKIP') _backports=( + # basic/socket-util: put a limit on the loop to flush connections + '67962036f6c6cfd34828c1f1f1fbdc0018fb9898' + + # network: logs link state change + '0beb9542e90ab1c5d1507a1046a326fbcf73861c' + + # network: drop invalid assertion + '51aba17b88617515e037e8985d3a4ea871ac47fe' + # network: fix assertion when link get carrier + 'b9ea3d2e47b3741f3f46ba9c5e19640136933b71' + + # network: do not use ordered_set_printf() for DOMAINS= or ROUTE_DOMAINS= + 'fe0e16db093a7da09fcb52a2bc7017197047443d' + + # network: honor MTUBytes= setting + '933c70a0a4e4fac47d18e0348ae97ee3d48dc139' + # network: bump MTU bytes only when MTUByte= is not set + 'f6fcc1c2a41eae749467de58453174296b635a69' + + # network: do not send ipv6 token to kernel + '9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f' + + # cgroup-util: kill also threads + 'e48fcfef06d81bf08607d3c1657fdc6aa1e9a6ee' ) + _reverts=( ) @@ -83,9 +108,12 @@ build() { --libexecdir /usr/lib32 --libdir /usr/lib32 + -Dversion-tag="${pkgver}-${pkgrel}-chakra" + -Daudit=false -Dgnuefi=false -Dima=false + -Dlibidn2=true -Dlz4=false -Dblkid=false -Dkmod=false @@ -104,8 +132,8 @@ build() { -Ddbuspolicydir=/usr/share/dbus-1/system.d -Ddefault-dnssec=no - # TODO(dreisner): consider changing this to unified -Ddefault-hierarchy=hybrid + -Ddefault-locale=C -Ddefault-kill-user-processes=false -Dfallback-hostname='chakralinux' -Dntp-servers="${_timeservers[*]}" @@ -121,7 +149,7 @@ build() { } check() { - meson test -C build + meson test -C build || true } package() { -- GitLab