pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/trafshow Update trafshow to 5.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a779a939ba18
branches:  trunk
changeset: 534374:a779a939ba18
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Oct 18 09:32:43 2007 +0000

description:
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:

 net/trafshow/Makefile         |   7 +++----
 net/trafshow/distinfo         |   9 ++++-----
 net/trafshow/patches/patch-aa |  13 -------------
 3 files changed, 7 insertions(+), 22 deletions(-)

diffs (53 lines):

diff -r c5a162424f5e -r a779a939ba18 net/trafshow/Makefile
--- a/net/trafshow/Makefile     Thu Oct 18 09:16:18 2007 +0000
+++ b/net/trafshow/Makefile     Thu Oct 18 09:32:43 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2007/09/07 22:12:20 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2007/10/18 09:32:43 obache Exp $
 
-DISTNAME=      trafshow-5.2.1
-PKGREVISION=   1
+DISTNAME=      trafshow-5.2.3
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.nsk.su/pub/RinetSoftware/
 EXTRACT_SUFX=  .tgz
@@ -32,7 +31,7 @@
        ${INSTALL_DATA} ${WRKSRC}/.trafshow \
                ${PREFIX}/share/examples/trafshow/trafshow
 
-BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=0.7
+BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=0.8.1
 .include "../../net/libpcap/buildlink3.mk"
 
 .include "../../mk/curses.buildlink3.mk"
diff -r c5a162424f5e -r a779a939ba18 net/trafshow/distinfo
--- a/net/trafshow/distinfo     Thu Oct 18 09:16:18 2007 +0000
+++ b/net/trafshow/distinfo     Thu Oct 18 09:32:43 2007 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2006/06/05 17:02:06 minskim Exp $
+$NetBSD: distinfo,v 1.10 2007/10/18 09:32:43 obache Exp $
 
-SHA1 (trafshow-5.2.1.tgz) = c1f31c308fd08d301501a4819b4769aefd243c34
-RMD160 (trafshow-5.2.1.tgz) = ac744d8a837e3b1462df37d145a5c271fcf36671
-Size (trafshow-5.2.1.tgz) = 123770 bytes
-SHA1 (patch-aa) = ffbb3e4e2909552606139617df339b10a36c5260
+SHA1 (trafshow-5.2.3.tgz) = 1c68f603f12357e932c83de850366c9b46e53d89
+RMD160 (trafshow-5.2.3.tgz) = f1ae068f898160f16ae9b3cb5f9d73ae3aece6cb
+Size (trafshow-5.2.3.tgz) = 142615 bytes
diff -r c5a162424f5e -r a779a939ba18 net/trafshow/patches/patch-aa
--- a/net/trafshow/patches/patch-aa     Thu Oct 18 09:16:18 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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.
-  */



Home | Main Index | Thread Index | Old Index