Merge pull request #3043 from ayhanyalcinsoy/master

iputils:v.bump to 20161105
This commit is contained in:
2017-03-02 20:24:19 +03:00
committed by GitHub
2 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -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
+9 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Network monitoring tools including ping and ping6</Summary>
<Description>iputils contains network monitoring tools including ping and ping6.</Description>
<Archive sha1sum="14cd0f1cd87a21c60bf92fa6a18b56eeed55f459" type="targz">https://github.com/iputils/iputils/archive/s20150815.tar.gz</Archive>
<Archive sha1sum="d6fb34d3798eb042dd18a49c66a9680cc13e28ca" type="targz">https://github.com/iputils/iputils/archive/s20161105.tar.gz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>libidn-devel</Dependency>
@@ -28,6 +28,7 @@
<RuntimeDependencies>
<Dependency>libcap</Dependency>
<Dependency>libidn</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -57,6 +58,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-03-02</Date>
<Version>20161105</Version>
<Comment>Version Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>20150815</Version>