diff options
author | itojun <itojun@pkgsrc.org> | 2001-01-12 12:13:10 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-01-12 12:13:10 +0000 |
commit | 25ad9e351eac638fbaa1ba2b42edb8f10021340c (patch) | |
tree | 172325c7f6306d79d3cf70a335617cfd65331bbe /net | |
parent | fc14fe92efbf5196fa4704e811f45ac72d5793ce (diff) | |
download | pkgsrc-25ad9e351eac638fbaa1ba2b42edb8f10021340c.tar.gz |
upgrade to 0.8.14.
Overview of changes in Ethereal 0.8.15:
* HSRP updates (Heikki)
* MGCP updates (Ed, Gilbert)
* Fix infinite loop problem in ICQ dissector (Gilbert)
* Enable optional building of ethereal/tethereal/editcap (Guy, Gilbert)
* SMB fixes (Jeroen Ruigrok van der Werven)
* More complete 'manuf' file. (Gerald)
* X.25 updates (Olivier, Richard)
* RADIUS updates (Guy)
* AIM updates (Ralf Holzer)
* WCCP 2.0 support
* NG Sniffer file-reading fixes (Guy)
* New dissector: Label Distribution Protocol (Richard)
* tvbuff updates, fixes, additions (Gilbert, Guy)
* New dissector: GVRP (Kevin Shi)
* NVS v4 support (Mike Frisch)
* RTSP updates (Guy)
* Miscellaneous clean-ups (Guy, Gilbert)
* NBIPX update (Guy)
* Fix for improper buffer-overflow check in wiretap's pppdump support (Daniel Thompson)
* ISAKMP fix (itojun)
* Add TCP segment and UDP datagram checksumming code (Guy)
* Added Router-Alert IP option, RFC 2113 (Ashok)
* PPP updates (Burke Lau)
* Mobile IPv6 support (Martti Kuparinen)
* "Match Selected" works better with FT_STRING types (Ed Warnicke)
* Windows time format bug avoidance (Richard)
* X.25 over TCP support (Paul Ionescu)
* Enable FT_BYTES display filtering (Ed Warnicke)
* Added tethereal_static build target (Nathan)
* Kerberos update (Nathan, Guy)
* DLT_LINUX_SLL capture type support, used with current libpcap captures on the Linux "any" device. (Guy)
* CLNP update (Guy)
* TFTP update (Guy)
* BGP update (Greg Hankins)
* OSPF update (Guy)
* Capture updates and fixes (Guy)
* LAPBETHER support (Richard, Guy)
* TCP update for TCP MD5 signature (Greg Hankins)
* SMB-PIPE fix (Richard)
* Display filter creation GUI (Guy, based on work by Jeff Foster)
* Updates to HTTP (uPnP and SSDP support) (David Hampton)
* Preferences API updates (Guy)
* DEC LANBridge Spanning Tree Protocol support (Paul Ionescu)
* X.25 over LLC support (Paul Ionescu)
* CDP update for IP Prefix field (Paul Ionescu)
* Tvbuffication of dissectors (Guy, Gilbert)
* Frame Relay and Frame-Relay-over-GRE support (Paul Ionescu)
* Support for NG Sniffer Frame Relay traces (Jeff Foster)
* Conversation/dissector registration updates (Guy)
* MTP3 User Adaptation Layer (M3UA) support (Michael Tuexen)
* Doco updates (Guy)
* SOCKS fix for crashing in a conversation ping-ping (Jeff Foster)
* IEEEE 802.11 fix (Guy)
* Proper (I think) lineheight calculation in proto_draw.c (Gilbert)
* HTTP dissector can accept registration from sub-protocols (Guy)
* make-reg-dotc.py speeds up build on Win32 (Gilbert)
* LLC update (Guy)
* SCTP updates (Michael Tuexen)
* ISDN Q.921-User Adaptation Layer (IUA) support (Michael Tuexen)
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 11 | ||||
-rw-r--r-- | net/ethereal/files/md5 | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index e0a6586cffd..b872c225110 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2000/12/08 10:56:03 tron Exp $ +# $NetBSD: Makefile,v 1.40 2001/01/12 12:13:10 itojun Exp $ # -ETHEREAL_VERSION= 0.8.14 +ETHEREAL_VERSION= 0.8.15 DISTNAME= ethereal-${ETHEREAL_VERSION} CATEGORIES= net MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ @@ -11,7 +11,7 @@ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.ethereal.com/ DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= ucd-snmp>=4.1.2:../../net/ucd-snmp +#DEPENDS+= ucd-snmp>=4.1.2:../../net/ucd-snmp BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base USE_X11= YES @@ -28,4 +28,9 @@ LIBS+= -lcrypto PLIST_SUBST+= ETHEREAL_VERSION=${ETHEREAL_VERSION} +post-install: + ${INSTALL_MAN} ${WRKSRC}/editcap.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ethereal.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tethereal.1 ${PREFIX}/man/man1 + .include "../../mk/bsd.pkg.mk" diff --git a/net/ethereal/files/md5 b/net/ethereal/files/md5 index 0f014774c0b..d3533ddd00b 100644 --- a/net/ethereal/files/md5 +++ b/net/ethereal/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.22 2000/11/23 21:29:23 abs Exp $ +$NetBSD: md5,v 1.23 2001/01/12 12:13:10 itojun Exp $ -MD5 (ethereal-0.8.14.tar.gz) = 470dd018c417a4bd31f1fafdc57cfe06 +MD5 (ethereal-0.8.15.tar.gz) = eb6d5e17ac03921bbeb3c4577397db95 |