Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2002 21:31:58 +0200 (CEST)
From:      Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42752: Update port: net/nstreams to 1.0.3
Message-ID:  <20020913193158.B3A4556DF@silver.hsc.fr>

next in thread | raw e-mail | index | archive | help

>Number:         42752
>Category:       ports
>Synopsis:       Update port: net/nstreams to 1.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 12:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Jombart
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD silver.hsc.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Fri Aug 16 16:29:38 CEST 2002 ecu@silver.hsc.fr:/usr/obj/usr/src/sys/SILVER i386


	
>Description:

        Update net/nstreams:
        . 1.0.0 -> 1.0.3
        . Change MASTER_SITES (www.hsc.fr doesn't have new versions anymore)
        . Remove patches (no need anymore)
        . Install nstreams-services without ".samples" suffix
        . Remove the advice about 0.99 version in pkg-descr
        . Take maintainership (if no one complains)

        Committer: Removed files
                files/patch-aa
                files/

>How-To-Repeat:
	
>Fix:

	

--- nstreams.diff begins here ---
diff -urN /usr/ports/net/nstreams/Makefile nstreams/Makefile
--- /usr/ports/net/nstreams/Makefile	Sun Jan 14 21:21:47 2001
+++ nstreams/Makefile	Fri Sep 13 20:42:05 2002
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	nstreams
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.0.3
 CATEGORIES=	net
-MASTER_SITES=	http://www.hsc.fr/ressources/outils/nstreams/download/
+MASTER_SITES=	ftp://ftp.nessus.org/pub/nstreams/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	Nicolas.Jombart@hsc-labs.com
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
@@ -22,8 +21,8 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1
-.for file in nstreams-networks nstreams-services
-	${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/etc/${file}.sample
-.endfor
+	${INSTALL_DATA} ${WRKSRC}/docs/nstreams-networks \
+	${PREFIX}/etc/nstreams-networks.sample
+	${INSTALL_DATA} ${WRKSRC}/docs/nstreams-services ${PREFIX}/etc/nstreams-services
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/nstreams/distinfo nstreams/distinfo
--- /usr/ports/net/nstreams/distinfo	Mon Feb  7 04:12:52 2000
+++ nstreams/distinfo	Thu Sep 12 13:58:17 2002
@@ -1 +1 @@
-MD5 (nstreams-1.0.0.tar.gz) = 2d4ed1be1938a1cc24fabade616f31d0
+MD5 (nstreams-1.0.3.tar.gz) = 5cf390aedd285b047b1d28c7ecb88d5a
diff -urN /usr/ports/net/nstreams/files/patch-aa nstreams/files/patch-aa
--- /usr/ports/net/nstreams/files/patch-aa	Fri Jan  5 23:38:09 2001
+++ nstreams/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,26 +0,0 @@
---- src/nstreams.c	Thu Nov 11 22:13:14 1999
-+++ src/nstreams.c	Fri Dec 29 07:04:41 2000
-@@ -179,6 +179,7 @@
-  char * output_name = NULL;
-  
- 
-+ bzero(cache, sizeof(struct cache));
- 
- 
-  parser = parse_tcpdump_line;
---- src/output.c	Thu Nov 11 22:13:15 1999
-+++ src/output.c	Fri Dec 29 07:20:51 2000
-@@ -122,11 +122,11 @@
-  else {
-  	ret->sports = malloc(10);
- 	sprintf(ret->sports, "%d", ret->sport);
--	realloc(ret->sports, strlen(ret->sports)+1);
-+	ret->sports = realloc(ret->sports, strlen(ret->sports)+1);
- 	
- 	ret->dports = malloc(10);
- 	sprintf(ret->dports, "%d", ret->dport);
--	realloc(ret->dports, strlen(ret->dports)+1);
-+	ret->dports = realloc(ret->dports, strlen(ret->dports)+1);
-        }
- 
-  ret->show_net = shownet;
diff -urN /usr/ports/net/nstreams/pkg-descr nstreams/pkg-descr
--- /usr/ports/net/nstreams/pkg-descr	Sun Jan 14 21:21:47 2001
+++ nstreams/pkg-descr	Thu Sep 12 13:59:19 2002
@@ -6,8 +6,7 @@
 
 Nstreams can parse the tcpdump output, or the files generated with the -w
 option of tcpdump. It can also directly sniff the data that occurs on the
-network (the use of tcpdump is however recommanded as long as nstreams is in
-version 0.99.x).
+network.
 
 This product was designed by HSC and coded by Renaud Deraison
 (deraison@cvs.nessus.org), author of the Nessus software (www.nessus.org). It
diff -urN /usr/ports/net/nstreams/pkg-plist nstreams/pkg-plist
--- /usr/ports/net/nstreams/pkg-plist	Sun Jan 14 21:21:47 2001
+++ nstreams/pkg-plist	Fri Sep 13 20:52:00 2002
@@ -1,3 +1,3 @@
 bin/nstreams
 etc/nstreams-networks.sample
-etc/nstreams-services.sample
+etc/nstreams-services
--- nstreams.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020913193158.B3A4556DF>