diff options
author | xtraeme <xtraeme> | 2003-12-14 04:08:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-14 04:08:32 +0000 |
commit | c42f4d0e387bd99cfa991b235b4186a3c598dbd2 (patch) | |
tree | 4b35695c374ddad6d6d2433ad6ff9f5222ff2450 /net/echoping | |
parent | 85d61ff97da477ff5034dec01c00536af9a4b96e (diff) | |
download | pkgsrc-c42f4d0e387bd99cfa991b235b4186a3c598dbd2.tar.gz |
Update to 5.1.0 provided by Soren Jacobsen PR pkg/23743.
Changes:
5.1.0 (2003-11-09)
* GNU TLS support (alternative to OpenSSL),
* Small licence change,
* Portability fixes (MacOS X)
5.0.1 (2002-11-04)
* Small bug fixes,
* Better error messages with invalid options
5.0.0 (2002-10-11)
* Now uses getnameinfo/getaddrinfo. Two consequences:
- you can compile only on a recent Unix
- you have IPv6 support
* With -v, now able to separate kernel (TCP) and application latency
* Now displays the standard deviation for repeated tests. Warning:
this may break some scripts which parse the output of echoping.
4.2.0 (2001-03-16)
* New -a and -A options to control the proxy/cache (disable caching).
Fixes bug/wish #232324
* Support for microsecond wait (uses usleep)
* New option (-p) to set socket priority (Linux only)
* New option (-P) to set IP Type of Service octet
* Bug fixes: #230384 (SSL records are different from text lines)
Diffstat (limited to 'net/echoping')
-rw-r--r-- | net/echoping/Makefile | 5 | ||||
-rw-r--r-- | net/echoping/distinfo | 7 | ||||
-rw-r--r-- | net/echoping/patches/patch-ab | 11 |
3 files changed, 5 insertions, 18 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index fe7a11727b0..5edb4c1341b 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/11/12 03:39:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/14 04:08:32 xtraeme Exp $ # -DISTNAME= echoping-4.1.0 -PKGREVISION= 1 +DISTNAME= echoping-5.1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/ diff --git a/net/echoping/distinfo b/net/echoping/distinfo index 36d9327f630..d069d7d1e4f 100644 --- a/net/echoping/distinfo +++ b/net/echoping/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:14 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/12/14 04:08:32 xtraeme Exp $ -SHA1 (echoping-4.1.0.tar.gz) = b006a450b5d1eba5787483effce3223106130ce8 -Size (echoping-4.1.0.tar.gz) = 62305 bytes -SHA1 (patch-ab) = cc2e8339fe8cede33637f23db6f401e414a6a4c1 +SHA1 (echoping-5.1.0.tar.gz) = 61a753c31eed1549f9c53848f37a051ddc36143d +Size (echoping-5.1.0.tar.gz) = 99661 bytes diff --git a/net/echoping/patches/patch-ab b/net/echoping/patches/patch-ab deleted file mode 100644 index 3377c11876f..00000000000 --- a/net/echoping/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $ - ---- echoping.1.orig Fri Jun 30 10:28:48 2000 -+++ echoping.1 Fri Dec 8 17:28:04 2000 -@@ -2,6 +2,4 @@ -- - .TH echoping 1 "November 22, 1996" "ECHOPING" "echoping" -- - .SH NAME - echoping \- tests a remote host with TCP or UDP - |