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

Tobias Powalowski tpowa at archlinux.org
Mon Aug 17 09:23:52 UTC 2020


    Date: Monday, August 17, 2020 @ 09:23:52
  Author: tpowa
Revision: 394332

upgpkg: iputils 20190709-3: fix #66727

Modified:
  iputils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 08:23:29 UTC (rev 394331)
+++ PKGBUILD	2020-08-17 09:23:52 UTC (rev 394332)
@@ -6,7 +6,7 @@
 # Commit date + git rev-parse --short origin/master
 _rev=13e0084
 pkgver=20190709
-pkgrel=2
+pkgrel=3
 pkgdesc="Network monitoring tools, including ping"
 arch=('x86_64')
 license=('GPL')
@@ -20,14 +20,18 @@
 install=${pkgname}.install
 source=("git+https://github.com/iputils/iputils.git#commit=${_rev}"
         tftp.xinetd
-        fix-setuid-redeclared.patch)
+        fix-setuid-redeclared.patch
+        https://github.com/iputils/iputils/commit/18f14be80466ddc8fb17a400be82764a779c8dcd.patch)
 sha1sums=('SKIP'
           'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
-          'ea7c400d1c397d514de718957c28730d87cef656')
+          'ea7c400d1c397d514de718957c28730d87cef656'
+          'cf00aff837580a9a9fea069d98ab1a89b353c714')
 
 prepare() {
   cd $pkgname
   patch -Np1 -i $srcdir/fix-setuid-redeclared.patch
+  #fix #66727 arping duplicate ip adress
+  patch -Np1 -i $srcdir/18f14be80466ddc8fb17a400be82764a779c8dcd.patch
 }
 
 build() {



More information about the arch-commits mailing list