ports/74443: Update: net/glflow 0.0.1 -> 0.1.1

David Thiel lx at redundancy.redundancy.org
Sat Nov 27 08:00:34 UTC 2004


>Number:         74443
>Category:       ports
>Synopsis:       Update: net/glflow 0.0.1 -> 0.1.1
>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:   Sat Nov 27 08:00:33 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 4.9-STABLE FreeBSD 4.9-STABLE #15: Wed Nov 19 21:41:32 PST 2003 lx at redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

Updating the glflow DDoS detection engine to 0.1.1.

>From ChangeLog:

The IP's are now printed in dotted notation. We also print the DSCP.

Port changes:

As per author's suggestion, added --with-hash=md4 for better performance.

>How-To-Repeat:
>Fix:

diff -ruN glflow/Makefile glflow.new/Makefile
--- glflow/Makefile	Tue Nov  2 15:05:51 2004
+++ glflow.new/Makefile	Fri Nov 26 23:45:04 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	glflow
-PORTVERSION=	0.1
+PORTVERSION=	0.1.1
 PORTEPOCH=	1
 CATEGORIES=	net security
 MASTER_SITES=	http://night.rdslink.ro/dudu/glflow/
@@ -20,7 +20,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-debug
+CONFIGURE_ARGS=	--enable-debug --with-hash=md4
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/glflow ${PREFIX}/bin
diff -ruN glflow/distinfo glflow.new/distinfo
--- glflow/distinfo	Tue Nov  2 15:05:51 2004
+++ glflow.new/distinfo	Fri Nov 26 23:45:04 2004
@@ -1,2 +1,2 @@
-MD5 (glFlow-0.1.tar.gz) = 6e489fa443bf48c5853a526966b9087e
-SIZE (glFlow-0.1.tar.gz) = 108420
+MD5 (glFlow-0.1.1.tar.gz) = b8a38c4fe427a1df56edfb2415936265
+SIZE (glFlow-0.1.1.tar.gz) = 108650

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



More information about the freebsd-ports-bugs mailing list