traceroute, libpsl ver. bump
This commit is contained in:
@@ -12,8 +12,9 @@ def build():
|
||||
autotools.make('CC="%s" CFLAGS="%s" SKIPDIRS="patches"' % (get.CC(),get.CFLAGS()))
|
||||
|
||||
def install():
|
||||
pisitools.doexe("traceroute/traceroute", "/bin/")
|
||||
pisitools.dosym("/bin/traceroute", "/bin/tracert")
|
||||
autotools.rawInstall("prefix=/usr DESTDIR=%s" % get.installDIR())
|
||||
# pisitools.doexe("traceroute/traceroute", "/bin/")
|
||||
# pisitools.dosym("/bin/traceroute", "/bin/tracert")
|
||||
|
||||
pisitools.doman("traceroute/traceroute.8")
|
||||
# pisitools.doman("traceroute/traceroute.8")
|
||||
pisitools.dodoc("ChangeLog", "COPYING", "CREDITS", "README", "TODO")
|
||||
|
||||
@@ -12,19 +12,26 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Utility to trace the route of IP packets</Summary>
|
||||
<Description>The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute is used as a network debugging tool. If you're having network connectivity problems, traceroute will show you where along the route the trouble is.</Description>
|
||||
<Archive sha1sum="bc5c6c8022187511be5665b3818d919be5987dcc" type="targz">https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-2.1.0/traceroute-2.1.0.tar.gz</Archive>
|
||||
<Archive sha1sum="74cad59c5b698e9686913b501559203de94e4099" type="targz">https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-2.1.1/traceroute-2.1.1.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>traceroute</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2022-12-28</Date>
|
||||
<Version>2.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2021-07-02</Date>
|
||||
<Version>2.1.0</Version>
|
||||
|
||||
@@ -12,15 +12,17 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Public Suffix List library</Summary>
|
||||
<Description>Genel Ek Listesi kitaplığı</Description>
|
||||
<Archive sha1sum="142a4abbf7ebab9651942b6e7a1b334742307f06" type="targz">https://github.com/rockdaboot/libpsl/releases/download/libpsl-0.21.0/libpsl-0.21.0.tar.gz</Archive>
|
||||
<Archive sha1sum="3fa7e4210be8800e3014e6e88f8d30c55627e156" type="targz">https://github.com/rockdaboot/libpsl/releases/download/0.21.2/libpsl-0.21.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libnsl-devel</Dependency>
|
||||
<Dependency>icu4c-devel</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>libidn2-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>libsocket-devel</Dependency>
|
||||
<Dependency>libunistring-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -28,7 +30,9 @@
|
||||
<Package>
|
||||
<Name>libpsl</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libnsl</Dependency>
|
||||
<Dependency>libidn2</Dependency>
|
||||
<Dependency>libsocket</Dependency>
|
||||
<Dependency>libunistring</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -63,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2022-12-28</Date>
|
||||
<Version>0.21.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-01-28</Date>
|
||||
<Version>0.21.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user