update to nfdump-1.6.22

This commit is contained in:
sthen 2020-11-21 17:34:59 +00:00
parent bfd6a15a53
commit 4c2e190ae2
3 changed files with 17 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.31 2020/03/30 14:13:11 sthen Exp $
# $OpenBSD: Makefile,v 1.32 2020/11/21 17:34:59 sthen Exp $
COMMENT-main = tools to collect and process netflow data
COMMENT-nfprofile = filters data from nfdump according to profiles
V = 1.6.20
V = 1.6.22
GH_ACCOUNT = phaag
GH_PROJECT = nfdump
GH_TAGNAME = v$V

View File

@ -1,2 +1,2 @@
SHA256 (nfdump-1.6.20.tar.gz) = Zy9Pvit0JM/bpZF0QRAKRAy8kIPyp5FHVi+1qWaDhUM=
SIZE (nfdump-1.6.20.tar.gz) = 561053
SHA256 (nfdump-1.6.22.tar.gz) = Q3U2rLAiWPjizR5jyAFCjGXhwzEA40msv3GMWwRzS9A=
SIZE (nfdump-1.6.22.tar.gz) = 563266

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-configure_ac,v 1.1 2020/11/21 17:34:59 sthen Exp $
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -9,7 +9,6 @@ AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([subdir-objects])
# Checks for programs.
-CFLAGS="-g -O3"
AC_PROG_CC([clang gcc])
AX_CHECK_C11
CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing"