iputils ver. bump
This commit is contained in:
@@ -11,19 +11,17 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure("-DBUILD_RARPD=true \
|
||||
-DBUILD_MANS=false \
|
||||
-DBUILD_HTML_MANS=false \
|
||||
-DBUILD_TRACEROUTE6=true")
|
||||
mesontools.configure("-DBUILD_MANS=false \
|
||||
-DBUILD_HTML_MANS=false")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
pisitools.dobin("ping")
|
||||
pisitools.dobin("ping/ping")
|
||||
|
||||
for app in ["clockdiff", "rarpd", "tftpd", "arping", "rdisc", "tracepath", "traceroute6"]:
|
||||
for app in ["clockdiff", "arping", "tracepath"]:
|
||||
pisitools.dosbin(app)
|
||||
|
||||
# We will not need these if we set cap on postInstall like Fedora
|
||||
|
||||
@@ -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="9a2d85a6b2656ed3669f49e737588e3262f02ff8" type="targz">https://github.com/iputils/iputils/archive/s20190709.tar.gz</Archive>
|
||||
<Archive sha1sum="3c419c2823219d4bf773eedcff57fbb88e6f4bcf" type="targz">https://github.com/iputils/iputils/archive/refs/tags/20231222.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>libidn2-devel</Dependency>
|
||||
@@ -21,7 +21,7 @@
|
||||
<Dependency>ninja</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fix-setuid-redeclared.patch</Patch>
|
||||
<!-- <Patch level="1">fix-setuid-redeclared.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -60,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2023-12-28</Date>
|
||||
<Version>20231222</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-02-07</Date>
|
||||
<Version>20190709</Version>
|
||||
|
||||
Reference in New Issue
Block a user