diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-27 12:07:40 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-27 12:13:14 -0300 |
commit | f81e72b38c588164ec8da03e028a7e2d1e27001d (patch) | |
tree | db88bcafb550d5831ce46fd4eafeac7a86925a03 /pcr/systemd-knock/PKGBUILD | |
parent | 27332eca9590c5c39e43780d21b5fe998a586a25 (diff) |
systemd-knock-230-5: bump to Arch's revision
* backport fix for ipv6 gateway autoconfiguration - FS#47572 -> https://bugs.archlinux.org/task/47572
* add rescue/emergency targets and needed machinery - FS#36265 -> https://bugs.archlinux.org/task/36265
Diffstat (limited to 'pcr/systemd-knock/PKGBUILD')
-rw-r--r-- | pcr/systemd-knock/PKGBUILD | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pcr/systemd-knock/PKGBUILD b/pcr/systemd-knock/PKGBUILD index 961d250ac..86ea92faa 100644 --- a/pcr/systemd-knock/PKGBUILD +++ b/pcr/systemd-knock/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=systemd-knock pkgname=('systemd-knock' 'libsystemd-knock' 'systemd-knock-sysvcompat' 'libsystemd-knock-standalone' 'libudev-knock' 'nss-knock-myhostname' 'nss-knock-mymachines' 'nss-knock-resolve') pkgver=230 -pkgrel=4.2 +pkgrel=5 arch=('i686' 'x86_64' 'armv7h') url="http://www.freedesktop.org/wiki/Software/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -72,6 +72,12 @@ _backports=( # automount: handle expire_tokens when the mount unit changes its state (#3434) 0a62f81045dd810c8f1223cccbac4d706ea2cb45 + + # networkd: networkd: ndisc set SO_BINDTODEVICE on socket (#3294) + 15fec93be37f12ef6c36a3e8f7dbb1984e1bcfe7 + + # resolved: when restarting a transaction make sure to not touch it anymore (#3553) + 5278bbfe0c79c1f2b5bf8a215d8e7d63f1900ce9 ) prepare() { |