[arch-commits] Commit in systemd/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 20 19:28:56 UTC 2015


    Date: Friday, November 20, 2015 @ 20:28:55
  Author: foutrelis
Revision: 251695

upgpkg: systemd 228-2

Backport important-sounding commit regarding IPv6 Router Advertisements.

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-20 17:58:37 UTC (rev 251694)
+++ PKGBUILD	2015-11-20 19:28:55 UTC (rev 251695)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=228
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -30,6 +30,11 @@
 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
+
   ./autogen.sh
 }
 



More information about the arch-commits mailing list