diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-14 04:08:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-14 04:08:32 +0000 |
commit | 241ca99f1b510f8bc6329bfe01a39ea2afe37715 (patch) | |
tree | 4b35695c374ddad6d6d2433ad6ff9f5222ff2450 /net/echoping/Makefile | |
parent | 9ed6a33856096bc44a2515b864783c914e99c042 (diff) | |
download | pkgsrc-241ca99f1b510f8bc6329bfe01a39ea2afe37715.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/Makefile')
-rw-r--r-- | net/echoping/Makefile | 5 |
1 files changed, 2 insertions, 3 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/ |