Skip to content

Commit

Permalink
core/systemd to 228-3
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed Nov 27, 2015
1 parent b5c9e8c commit cb952dc
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions core/systemd/PKGBUILD
Expand Up @@ -7,11 +7,11 @@

pkgbase=systemd
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
pkgver=227
pkgrel=1
pkgver=228
pkgrel=3
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
'python-lxml' 'quota-tools' 'shadow' 'git')
Expand All @@ -34,6 +34,16 @@ md5sums=('SKIP'
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: 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

./autogen.sh
}

Expand Down Expand Up @@ -65,7 +75,7 @@ package_systemd() {
pkgdesc="system and service manager"
license=('GPL2' 'LGPL2.1')
depends=('acl' 'bash' 'dbus' 'glib2' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libseccomp'
'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libelf' 'libseccomp'
'util-linux' 'xz')
provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
replaces=('nss-myhostname' 'systemd-tools' 'udev')
Expand Down

0 comments on commit cb952dc

Please sign in to comment.