Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2009 01:32:45 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@bsd.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/136441: [MAINTAINER] net-mgmt/nfdump: update to 1.5.8
Message-ID:  <200907072332.n67NWjmq047665@csoki.ki.iif.hu>
Resent-Message-ID: <200907072340.n67Ne1dI086194@freefall.freebsd.org>

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

>Number:         136441
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/nfdump: update to 1.5.8
>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:   Tue Jul 07 23:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD csoki.ki.iif.hu 6.4-STABLE FreeBSD 6.4-STABLE #13: Mon May  4 17:09:17 CEST
>Description:
- Update to 1.5.8
- Bug fixes for daylight saving
- Bug fixes for 64bits CPUs

Removed file(s):
- files/patch-util.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- nfdump-1.5.8.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	2009-03-11 00:41:08.000000000 +0100
+++ /usr/ports/net-mgmt/nfdump/Makefile	2009-07-08 01:26:14.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	nfdump
-PORTVERSION=	1.5.7
-PORTREVISION=	1
+PORTVERSION=	1.5.8
 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	2008-08-01 13:32:30.000000000 +0200
+++ /usr/ports/net-mgmt/nfdump/distinfo	2009-07-08 01:26:35.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (nfdump-1.5.7.tar.gz) = 0be4eee4811d21685573fb0b91d49487
-SHA256 (nfdump-1.5.7.tar.gz) = d3890848ca6502391c6d2798b7d06c712d916fdcee38dfe0006a6bb3830bb5b5
-SIZE (nfdump-1.5.7.tar.gz) = 324603
+MD5 (nfdump-1.5.8.tar.gz) = f314513652df18259f8303c542918cbb
+SHA256 (nfdump-1.5.8.tar.gz) = 3fbfb874377316cf322cf13cfab667207fe78e0910bbc82ba012e3a77c00de36
+SIZE (nfdump-1.5.8.tar.gz) = 331279
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nfdump.orig/files/patch-util.c /usr/ports/net-mgmt/nfdump/files/patch-util.c
--- /usr/ports/net-mgmt/nfdump.orig/files/patch-util.c	2009-03-11 00:41:08.000000000 +0100
+++ /usr/ports/net-mgmt/nfdump/files/patch-util.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,21 +0,0 @@
-
-$FreeBSD: ports/net-mgmt/nfdump/files/patch-util.c,v 1.1 2009/03/10 23:41:08 lwhsu Exp $
-
---- util.c.orig
-+++ util.c
-@@ -301,6 +301,7 @@
- static char timestring[16];
- 
- 	when = localtime(&t);
-+	when->tm_isdst = -1;
- 	snprintf(timestring, 15, "%i%02i%02i%02i%02i", 
- 		when->tm_year + 1900, when->tm_mon + 1, when->tm_mday, when->tm_hour, when->tm_min);
- 	timestring[15] = '\0';
-@@ -320,6 +321,7 @@
- 	when.tm_sec  = 0;
- 	when.tm_wday = 0;
- 	when.tm_yday = 0;
-+	when.tm_isdst = -1;
- 
- 	if ( strlen(timestring) != 12 ) {
- 		LogError( "Wrong time format '%s'\n", timestring);
--- nfdump-1.5.8.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?200907072332.n67NWjmq047665>