diff options
author | frueauf <frueauf@pkgsrc.org> | 2000-03-07 15:08:24 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2000-03-07 15:08:24 +0000 |
commit | 5369e2825d71f4c92349c6e368b3042abfc733a3 (patch) | |
tree | d4bf59145598d7e455d5fe9da122df0ebac6b15c | |
parent | 8d3cbadc9ad7eef97820f17ed3f883f8667c3e43 (diff) | |
download | pkgsrc-5369e2825d71f4c92349c6e368b3042abfc733a3.tar.gz |
Update ethereal to 0.8.4.
Overview of changes in Ethereal 0.8.4:
* Listen for exception on GDK_INPUT_EXCEPTION on sync pipe (Gilbert)
* Correct timestamp bug in dissect_ipopt_timestamp() (Paul Ionescu, Olivier)
* Win32 fixes (Ed Meaney)
* Fix PLUGIN_DIR scanning (Olivier)
* Support for Cisco Group Management Protocol (Guy)
* Allow filtering on 24-bit integral fields (Guy)
* Support for Cisco's Virtual Trunking Protocol (guy)
* Enable plugins on Win32 (Gilbert)
* Debian packaging changes (Olivier)
* Win32 build fix (Gilbert)
* Fix bug in tftp (Dietmar Petras)
* Support for Time Protocol (Dietmar)
* Support for win32 libpcap (Ed Meaney)
* Typo in Makefile.am (Sean Walmsley <sean.p.walmsley@Hydro.ON.CA>)
* Build fix, plus suport for setuid ethereal [DANGEROUS!]
(Peter Kjellerstedt <peter.kjellerstedt@axis.com>)
* Typo fix in OSPF (Nick Amato)
* Code movement (Guy)
* NetBSD zlib build fix (Itojun, Guy)
* Misc. code fixes (Guy)
* Win32 fixes (Guy)
* Support for SMB Mailslot and Netlogin (Jeff Foster)
* BOOTP fix (Dietmar Petras)
* "A header file for every dissector" (Gilbert)
* Fix NetBIOS name types (Richard)
* Allow for non-"struct timeval" in tethereal (Gilbert)
* Upgrade gtkclist.c to GTK+-1.2.7 (Gilbert)
* Support raw IP nettl captures (Olivier)
* Fix X.25 data structure initialization (Olivier, Guy)
* New WTAP error code: WTAP_ERR_UNSUPPORTED_ENCAP (Guy)
* LanMan fix (Richard)
* Doco updates (Guy)
* Fix for UCD SNMP 4.1.x
* "Resolve Name" item in proto tree popup (Laurent)
* Buffer fix (Guy)
* SMB Logon fix (Richard, Jeff Foster)
* Tethereal fix for multi-arg filters on command line (Guy)
* Fix HTTP request and response (Laurent)
* Support for Dynamic Host Information Services (Olivier)
* Add TCP segment length to TCP packet summary (Fred Reimer)
* Pop up single packet's proto tree in new window (Jeff Foster, Guy)
* Developer's README, finally! (James Coe, Guy, Jeff Foster, Gilbert)
* Support for HP-UX 11 nettl files (Olivier)
* Make scrollbar placement option ubiquitous (Guy)
* Support for Sinec H1 protocol (Gerrit Gehnen)
* Show version number resource in COTP (Gerrit Gehnen)
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/files/md5 | 4 | ||||
-rw-r--r-- | net/ethereal/files/patch-sum | 7 | ||||
-rw-r--r-- | net/ethereal/patches/patch-aa | 17 |
4 files changed, 9 insertions, 23 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 611ba3eb9e1..91e4c77a563 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2000/02/06 21:53:40 frueauf Exp $ +# $NetBSD: Makefile,v 1.19 2000/03/07 15:08:24 frueauf Exp $ # -DISTNAME= ethereal-0.8.3 +DISTNAME= ethereal-0.8.4 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ diff --git a/net/ethereal/files/md5 b/net/ethereal/files/md5 index 5a8e194747f..9bf344347e3 100644 --- a/net/ethereal/files/md5 +++ b/net/ethereal/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.12 2000/02/06 21:53:41 frueauf Exp $ +$NetBSD: md5,v 1.13 2000/03/07 15:08:25 frueauf Exp $ -MD5 (ethereal-0.8.3.tar.gz) = b12065aa15293ca186530b614d802d1a +MD5 (ethereal-0.8.4.tar.gz) = e1a31df80484535c4c0d773b696630f3 diff --git a/net/ethereal/files/patch-sum b/net/ethereal/files/patch-sum index 9e7181870ff..86da7e43658 100644 --- a/net/ethereal/files/patch-sum +++ b/net/ethereal/files/patch-sum @@ -1,3 +1,6 @@ -$NetBSD: patch-sum,v 1.3 2000/02/12 18:36:02 fredb Exp $ +$NetBSD: patch-sum,v 1.4 2000/03/07 15:08:25 frueauf Exp $ -MD5 (patch-aa) = 17f0205a9d1644e1b1bf7ec13251f4da +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/net/ethereal/patches/patch-aa b/net/ethereal/patches/patch-aa deleted file mode 100644 index f6c859ce83d..00000000000 --- a/net/ethereal/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2000/02/12 18:36:01 fredb Exp $ - ---- wiretap/configure.orig Mon Jan 31 22:57:06 2000 -+++ wiretap/configure Sat Feb 12 11:48:42 2000 -@@ -2199,12 +2199,6 @@ - # Check whether --enable-zlib or --disable-zlib was given. - if test "${enable_zlib+set}" = set; then - enableval="$enable_zlib" -- : --else -- case "$host_os" in --netbsd*) enable_zlib=no;; --*) enable_zlib=yes;; --esac - fi - - |