diff --git a/network/misc/iputils/actions.py b/network/misc/iputils/actions.py
index 2442dd3c35..ca51a621f9 100644
--- a/network/misc/iputils/actions.py
+++ b/network/misc/iputils/actions.py
@@ -10,12 +10,12 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
- autotools.make("USE_GNUTLS=no CCOPT='%s -fpie' CC=%s" % (get.CFLAGS(), get.CC()))
+ autotools.make("USE_NETTLE=no USE_GNUTLS=no CCOPT='%s -fpie' CC=%s" % (get.CFLAGS(), get.CC()))
def install():
pisitools.dobin("ping")
- for app in ["clockdiff", "rarpd", "tftpd", "arping", "rdisc", "tracepath", "tracepath6", "traceroute6"]:
+ for app in ["clockdiff", "rarpd", "tftpd", "arping", "rdisc", "tracepath", "traceroute6"]:
pisitools.dosbin(app)
# We will not need these if we set cap on postInstall like Fedora
diff --git a/network/misc/iputils/pspec.xml b/network/misc/iputils/pspec.xml
index c6cc7b1c0b..271b5f468a 100644
--- a/network/misc/iputils/pspec.xml
+++ b/network/misc/iputils/pspec.xml
@@ -12,7 +12,7 @@
app:console
Network monitoring tools including ping and ping6
iputils contains network monitoring tools including ping and ping6.
- https://github.com/iputils/iputils/archive/s20150815.tar.gz
+ https://github.com/iputils/iputils/archive/s20161105.tar.gz
openssl-devel
libidn-devel
@@ -28,6 +28,7 @@
libcap
libidn
+ openssl
/etc
@@ -57,6 +58,13 @@
+
+ 2017-03-02
+ 20161105
+ Version Bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2016-06-09
20150815