diff --git a/network/analyzer/traceroute/actions.py b/network/analyzer/traceroute/actions.py
index bd0ba1da38..a6cf330476 100644
--- a/network/analyzer/traceroute/actions.py
+++ b/network/analyzer/traceroute/actions.py
@@ -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")
diff --git a/network/analyzer/traceroute/pspec.xml b/network/analyzer/traceroute/pspec.xml
index 727c6dcd12..12a52f2cbc 100644
--- a/network/analyzer/traceroute/pspec.xml
+++ b/network/analyzer/traceroute/pspec.xml
@@ -12,19 +12,26 @@
app:console
Utility to trace the route of IP packets
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.
- https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-2.1.0/traceroute-2.1.0.tar.gz
+ https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-2.1.1/traceroute-2.1.1.tar.gz
traceroute
- /bin
+ /usr/bin
/usr/share/doc
/usr/share/man
+
+ 2022-12-28
+ 2.1.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-07-02
2.1.0
diff --git a/programming/library/libpsl/pspec.xml b/programming/library/libpsl/pspec.xml
index f2f6e22593..d58da8f51a 100644
--- a/programming/library/libpsl/pspec.xml
+++ b/programming/library/libpsl/pspec.xml
@@ -12,15 +12,17 @@
library
Public Suffix List library
Genel Ek Listesi kitaplığı
- https://github.com/rockdaboot/libpsl/releases/download/libpsl-0.21.0/libpsl-0.21.0.tar.gz
+ https://github.com/rockdaboot/libpsl/releases/download/0.21.2/libpsl-0.21.2.tar.gz
gtk-doc
glib2-devel
+ libnsl-devel
icu4c-devel
python-six
gettext-devel
libidn2-devel
libxslt-devel
+ libsocket-devel
libunistring-devel
@@ -28,7 +30,9 @@
libpsl
+ libnsl
libidn2
+ libsocket
libunistring
@@ -63,6 +67,13 @@
+
+ 2022-12-28
+ 0.21.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-01-28
0.21.0