update to nfdump 1.6.10

This commit is contained in:
sthen 2013-06-26 12:57:46 +00:00
parent b2a15bddb1
commit 2970c68813
3 changed files with 4 additions and 15 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2013/05/03 01:16:36 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2013/06/26 12:57:46 sthen Exp $
COMMENT-main = tools to collect and process netflow data
COMMENT-nfprofile = filters data from nfdump according to profiles
V = 1.6.9
V = 1.6.10
DISTNAME = nfdump-$V
FULLPKGNAME-main = nfdump-$V
FULLPKGNAME-nfprofile = nfprofile-$V

View File

@ -1,2 +1,2 @@
SHA256 (nfdump-1.6.9.tar.gz) = c0lDq4ctNkJXWt1dtk71dV+FoKlgCxINXuCb6k75jbw=
SIZE (nfdump-1.6.9.tar.gz) = 686587
SHA256 (nfdump-1.6.10.tar.gz) = PyjN4Fpja6FmR0SHJHExw95yEVVDD/SbWLuVwfKLnsk=
SIZE (nfdump-1.6.10.tar.gz) = 714233

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-bin_launch_c,v 1.1 2013/05/03 01:16:36 sthen Exp $
--- bin/launch.c.orig Fri May 3 01:28:06 2013
+++ bin/launch.c Fri May 3 01:28:31 2013
@@ -42,6 +42,7 @@
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
+#include <sys/socket.h>
#include <sys/wait.h>
#include <stdio.h>
#include <stdlib.h>