diff options
author | wiz <wiz> | 2006-07-17 17:24:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-17 17:24:34 +0000 |
commit | 176a34973ddc9f6bb7b3a9c33010d69ded3411a8 (patch) | |
tree | 34ea6dacb9050ef891e698787c947693f713ab05 /net/pchar/Makefile | |
parent | 5479f173e3b41563a17f62e20e27128735efde71 (diff) | |
download | pkgsrc-176a34973ddc9f6bb7b3a9c33010d69ded3411a8.tar.gz |
Update to 1.5, provided by Makoto Fujiwara in PR 34014:
pchar-1.5: Compile fixes, minor bug fixes. Last planned release of pchar.
(12 February 2005)
Source code moved from CVS to Subversion. Although generally
not user-visible, the version control strings now use
Subversion's format.
Builds on recent (RH 9.0-vintage) Linux systems seem to work
now.
Some off-by-one errors have been fixed, based on
patches submitted by Anil Madhavapeddy
pchar with SNMP enabled now has at least a chance of working
correctly.
pchar no longer incorrectly aborts after a hop with 100%
packet loss.
pchar now does a better job of linking libraries using
--with-snmp on machines where libsnmp depends on libcrypto,
thanks to Matt Zimmerman
Some problems using --with-pcap on RedHat 7.0/7.1 (possibly
other Linux distributions as well) were found thanks to a
debugging session with Fran Boon
Diffstat (limited to 'net/pchar/Makefile')
-rw-r--r-- | net/pchar/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 1fb3074896a..80e46ffe7f4 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2006/05/14 18:45:25 seb Exp $ +# $NetBSD: Makefile,v 1.29 2006/07/17 17:24:34 wiz Exp $ -DISTNAME= pchar-1.4 -PKGREVISION= 4 +DISTNAME= pchar-1.5 CATEGORIES= net MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/ |