From 01fb178923fbb9e44bde94ecc4991319e0255ae0 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 2 Mar 2017 20:22:08 +0300 Subject: [PATCH] iputils:v.bump to 20161105 --- network/misc/iputils/actions.py | 4 ++-- network/misc/iputils/pspec.xml | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) 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