tracepath: update to 20190515

This commit is contained in:
Leonid Pliushch 2019-05-21 14:25:09 +03:00
parent 474ca7da7b
commit 96a4a08b59
2 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://github.com/iputils/iputils
TERMUX_PKG_DESCRIPTION="Tool to trace the network path to a remote host"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=20190324
TERMUX_PKG_SHA256=b1d4b6e6dc7f011b1463722e6ac4c676d2e6146f49e784ac607fa3106fd277d3
TERMUX_PKG_VERSION=20190515
TERMUX_PKG_SRCURL=https://github.com/iputils/iputils/archive/s${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=9b5125eb5ef9f4e947ad8fdddcf77f538f53b8f47b53eb5bc5347cb16d01c8fd
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_configure() {

View File

@ -1,15 +1,15 @@
diff -u -r ../iputils-s20190324/tracepath.c ./tracepath.c
--- ../iputils-s20190324/tracepath.c 2019-03-24 14:28:37.000000000 +0000
+++ ./tracepath.c 2019-05-07 21:16:42.402068980 +0000
diff -uNr iputils-s20190515/tracepath.c iputils-s20190515.mod/tracepath.c
--- iputils-s20190515/tracepath.c 2019-05-15 23:14:10.000000000 +0300
+++ iputils-s20190515.mod/tracepath.c 2019-05-21 14:22:16.131807826 +0300
@@ -12,6 +12,7 @@
#include <arpa/inet.h>
#include <errno.h>
#include <limits.h>
+#include <time.h>
#include <linux/errqueue.h>
#include <linux/icmp.h>
#include <linux/icmpv6.h>
@@ -52,6 +53,8 @@
#include <netdb.h>
#include <netinet/in.h>
#include <resolv.h>
@@ -57,6 +58,8 @@
# define IPV6_PMTUDISC_DO 3
#endif