Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2005 22:18:41 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85846: [MAINTAINER] net-mgmt/nfdump: update to 1.4
Message-ID:  <200509072018.j87KIf1b007278@scone.ki.iif.hu>
Resent-Message-ID: <200509072020.j87KK98X044661@freefall.freebsd.org>

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

>Number:         85846
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/nfdump: update to 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 07 20:20:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.0-BETA3 i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 6.0-BETA3 FreeBSD 6.0-BETA3 #5: Tue Aug 23 23:06:40 CEST 2005
>Description:
Maintainer Update to net-mgmt/nfdump to version 1.4

Changes:
nfreplay:  Bug fix
nfdump:    
  CryptoPAn anonymization support
  ISO 8601 compatible time format
  k,m,g scaling factor support
  new extended output format
  symbolic protocols ESP, AH, GRP and RVSP support in filter syntax
  miliseconds support
  flow_sequence checking
nfcapd:    Report statistics to syslog LOG_INFO when data file is rotated.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
Apply this diff.
>Fix:

--- nfdump-1.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nfdump.orig/Makefile /usr/ports/net-mgmt/nfdump/Makefile
--- /usr/ports/net-mgmt/nfdump.orig/Makefile	Sun Jul 31 20:14:12 2005
+++ /usr/ports/net-mgmt/nfdump/Makefile	Wed Sep  7 21:51:19 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nfdump
-PORTVERSION=	1.3
+PORTVERSION=	1.4
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nfdump.orig/distinfo /usr/ports/net-mgmt/nfdump/distinfo
--- /usr/ports/net-mgmt/nfdump.orig/distinfo	Sun Jul 31 20:14:12 2005
+++ /usr/ports/net-mgmt/nfdump/distinfo	Wed Sep  7 21:51:43 2005
@@ -1,2 +1,2 @@
-MD5 (nfdump-1.3.tar.gz) = cabb61ede2d221a5b4736082c9b2b2f9
-SIZE (nfdump-1.3.tar.gz) = 101350
+MD5 (nfdump-1.4.tar.gz) = f86527c65d4c0fa7a60d14dc34d32a6f
+SIZE (nfdump-1.4.tar.gz) = 147000
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nfdump.orig/files/patch-Makefile.in /usr/ports/net-mgmt/nfdump/files/patch-Makefile.in
--- /usr/ports/net-mgmt/nfdump.orig/files/patch-Makefile.in	Sun Jul 31 20:14:12 2005
+++ /usr/ports/net-mgmt/nfdump/files/patch-Makefile.in	Wed Sep  7 22:02:33 2005
@@ -1,23 +1,26 @@
---- Makefile.in.orig	Thu Apr 21 08:59:14 2005
-+++ Makefile.in	Fri Jul 29 18:59:39 2005
-@@ -82,20 +82,16 @@
- 	$(CC) $(CFLAGS) $(INCS) -o $@ nfreplay.o $(FOBJ) $(LDFLAGS)
+
+$FreeBSD$
+
+--- Makefile.in.orig
++++ Makefile.in
+@@ -89,20 +89,16 @@
+ 	$(CC) $(CFLAGS) -o $@ $(FT2NF_OBJ) $(FT_LDFLAGS) $(FT_LIBS)
  
  install: $(OBJECTS)
--	test -d $(prefix) || install -d -o root -g bin -m 755 $(prefix)
--	test -d $(prefix)/bin || install -d -o root -g bin -m 755 $(prefix)/bin
+-	test -d $(PREFIX) || install -d -o root -g bin -m 755 $(PREFIX)
+-	test -d $(PREFIX)/bin || install -d -o root -g bin -m 755 $(PREFIX)/bin
 -	test -d $(MANDIR) || install -d -o root -g bin -m 755 $(MANDIR)
 -	test -d $(MANDIR)/man1 || install -d -o root -g bin -m 755 $(MANDIR)/man1
--	$(INSTALL) -o root -g bin -m 755 nfcapd $(prefix)/bin
--	$(INSTALL) -o root -g bin -m 755 nfdump $(prefix)/bin 
--	$(INSTALL) -o root -g bin -m 755 nfprofile $(prefix)/bin
--	$(INSTALL) -o root -g bin -m 755 nfreplay $(prefix)/bin
--	test -f $(prefix)/bin/nfclean.pl || $(INSTALL) -o root -g bin -m 755 nfclean.pl $(prefix)/bin
-+	$(BSD_INSTALL_PROGRAM) nfcapd $(prefix)/bin
-+	$(BSD_INSTALL_PROGRAM) nfdump $(prefix)/bin 
-+	$(BSD_INSTALL_PROGRAM) nfprofile $(prefix)/bin
-+	$(BSD_INSTALL_PROGRAM) nfreplay $(prefix)/bin
-+	$(BSD_INSTALL_SCRIPT) nfclean.pl $(prefix)/bin
+-	$(INSTALL) -o root -g bin -m 755 nfcapd $(PREFIX)/bin
+-	$(INSTALL) -o root -g bin -m 755 nfdump $(PREFIX)/bin 
+-	$(INSTALL) -o root -g bin -m 755 nfprofile $(PREFIX)/bin
+-	$(INSTALL) -o root -g bin -m 755 nfreplay $(PREFIX)/bin
+-	test -f $(PREFIX)/bin/nfclean.pl || $(INSTALL) -o root -g bin -m 755 nfclean.pl $(PREFIX)/bin
++	$(BSD_INSTALL_PROGRAM) nfcapd $(PREFIX)/bin
++	$(BSD_INSTALL_PROGRAM) nfdump $(PREFIX)/bin 
++	$(BSD_INSTALL_PROGRAM) nfprofile $(PREFIX)/bin
++	$(BSD_INSTALL_PROGRAM) nfreplay $(PREFIX)/bin
++	$(BSD_INSTALL_SCRIPT) nfclean.pl $(PREFIX)/bin
  
 -	$(INSTALL) -o root -g bin -m 644 nfcapd.1 $(MANDIR)/man1
 -	$(INSTALL) -o root -g bin -m 644 nfdump.1 $(MANDIR)/man1
@@ -27,6 +30,6 @@
 +	$(BSD_INSTALL_MAN) nfdump.1 $(MANDIR)/man1
 +	$(BSD_INSTALL_MAN) nfprofile.1 $(MANDIR)/man1
 +	$(BSD_INSTALL_MAN) nfreplay.1 $(MANDIR)/man1
- 
- uninstall:
- 	/bin/rm -f  $(prefix)/bin/nfcapd
+ 	if test -f ft2nfdump; then \
+ 		$(INSTALL) -o root -g bin -m 755 ft2nfdump $(PREFIX)/bin;   \
+ 		$(INSTALL) -o root -g bin -m 644 ft2nfdump.1 $(MANDIR)/man1;    \
--- nfdump-1.4.patch ends here ---

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



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