diff options
author | obache <obache@pkgsrc.org> | 2007-10-18 09:32:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-10-18 09:32:43 +0000 |
commit | 154d9248febb25c8e12c823c6f6be112f82bd831 (patch) | |
tree | 9f73f63eb813e37987966aa4cbdf1c86c71951fe /net/trafshow/patches | |
parent | e05a5e6a3e8c63ddab5bbd4281c1f16483029c70 (diff) | |
download | pkgsrc-154d9248febb25c8e12c823c6f6be112f82bd831.tar.gz |
Update trafshow to 5.2.3.
Based on patch provided by Jason White in PR 37142.
Bump depeneing libpcap to 0.8.1.
Version 5.2.2 at Jan 8 12:34:34 NOVT 2006
------------------------------------------
* The sources was cleaned for new version of gcc 4.0. No complains
any more. No other improvements has been made.
Version 5.2.3 at Mar 12 15:04:12 NOVT 2006
------------------------------------------
* Significant improvement for *BSD packets capturing scheme using
libpcap version 0.8 capabilities (pcap_get_selectable_fd() function).
* Bug-fix against core dumps on the list of interfaces with aliases
and so on.
Diffstat (limited to 'net/trafshow/patches')
-rw-r--r-- | net/trafshow/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/trafshow/patches/patch-aa b/net/trafshow/patches/patch-aa deleted file mode 100644 index b68b6afff90..00000000000 --- a/net/trafshow/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2006/06/05 17:02:06 minskim Exp $ - ---- screen.c.orig 2004-05-19 02:28:53.000000000 -0700 -+++ screen.c -@@ -41,8 +41,6 @@ int use_colors = 0; - int prompt_mode = 0; - double line_factor = 1; - --extern int curs_dock_x, curs_dock_y; -- - /* - * Initialize curses. - */ |