Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2009 20:19:05 GMT
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139222: net-mgmt/flow-tools-ng: update
Message-ID:  <200909282019.n8SKJ5RB001916@www.freebsd.org>
Resent-Message-ID: <200909282020.n8SKK3hG033856@freefall.freebsd.org>

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

>Number:         139222
>Category:       ports
>Synopsis:       net-mgmt/flow-tools-ng: update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 28 20:20:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Volodymyr Kostyrko
>Release:        RELENG_8
>Organization:
>Environment:
FreeBSD limbo.lan 8.0-RC1 FreeBSD 8.0-RC1 #0: Sat Sep 26 13:23:43 EEST 2009     arcade@limbo.lan:/usr/obj/usr/src/sys/MINIMAL_8 
 i386
>Description:
Update to 0.68.4.3:

 * Upon further investigation, it appears as if there is an alignment issue in 'struct msgip' inside of 'struct ftnet'.  I've looked at some other code, and there appear to be a handful of useful CMSG_* macros to help deal with this. RFC 2292 details them (Mark R).
>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

diff -ur flow-tools-ng.old/Makefile flow-tools-ng/Makefile
--- flow-tools-ng.old/Makefile	2009-09-28 23:02:09.405139512 +0300
+++ flow-tools-ng/Makefile	2009-09-28 23:02:21.334405467 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	flow-tools
-PORTVERSION=	0.68.4.2
+PORTVERSION=	0.68.4.3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMESUFFIX=	-ng
diff -ur flow-tools-ng.old/distinfo flow-tools-ng/distinfo
--- flow-tools-ng.old/distinfo	2009-09-28 23:02:09.404136577 +0300
+++ flow-tools-ng/distinfo	2009-09-28 23:02:51.910098255 +0300
@@ -1,3 +1,3 @@
-MD5 (flow-tools-0.68.4.2.tar.bz2) = e3598612033c05fd196e26f7cf949f4b
-SHA256 (flow-tools-0.68.4.2.tar.bz2) = 76e61a169a6f68a2d6631020ebeee8b342d88a06598b929e7e1ad0bf699684c1
-SIZE (flow-tools-0.68.4.2.tar.bz2) = 875540
+MD5 (flow-tools-0.68.4.3.tar.bz2) = b2b2f6870e20862abccfa50c4c29c74c
+SHA256 (flow-tools-0.68.4.3.tar.bz2) = c0f9d870fc8948edb7d4a2bda85d03c208f90dfe935183e8a35cb46b74cef94a
+SIZE (flow-tools-0.68.4.3.tar.bz2) = 883805


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



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