diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-17 17:24:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-17 17:24:34 +0000 |
commit | dda12de96b3c7b77029a64d6637cbf679914d78b (patch) | |
tree | 34ea6dacb9050ef891e698787c947693f713ab05 /net/pchar/patches | |
parent | 8a64d59461472d705339fcfca68fece2411e0426 (diff) | |
download | pkgsrc-dda12de96b3c7b77029a64d6637cbf679914d78b.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/patches')
-rw-r--r-- | net/pchar/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/pchar/patches/patch-ab b/net/pchar/patches/patch-ab new file mode 100644 index 00000000000..44a0d5cc00d --- /dev/null +++ b/net/pchar/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2006/07/17 17:24:35 wiz Exp $ + +--- GetIfInfo.h.orig 2006-07-17 15:13:30.000000000 +0900 ++++ GetIfInfo.h 2006-07-17 15:14:39.000000000 +0900 +@@ -18,7 +18,7 @@ + bool IsValid(void); + + const char * GetDescription(void) const; +- const char * GetIfInfo::GetName(void) const; ++ const char * GetName(void) const; + const char * GetContact(void) const; + const char * GetLocation(void) const; + const char * GetIfDescription(void) const; |