Move up to flowd github version. IPFIX support was hiding out there in the cloud!
ok sthen@ djm@
This commit is contained in:
parent
6c172eb28c
commit
265580cc78
@ -1,11 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2015/01/22 17:47:51 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2016/05/31 18:30:23 chris Exp $
|
||||
|
||||
COMMENT= NetFlow collector
|
||||
|
||||
DISTNAME= flowd-0.9.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www2.mindrot.org/files/flowd/
|
||||
DISTNAME= flowd-0.9.1.20140828
|
||||
|
||||
GH_ACCOUNT= djmdjm
|
||||
GH_PROJECT= flowd
|
||||
GH_COMMIT= b1040e1b85005d71688775699fdd3e533b1346b8
|
||||
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://www.mindrot.org/projects/flowd/
|
||||
|
||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
@ -16,7 +19,8 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
WANTLIB= c
|
||||
NO_TEST= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
AUTOCONF_VERSION= 2.63
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
post-install:
|
||||
$(INSTALL_DATA_DIR) ${PREFIX}/share/examples/flowd
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (flowd-0.9.1.tar.gz) = POXgu/k7abXeFrnqZEs4uFkZSKrav7vWFlp65QXMwQw=
|
||||
SIZE (flowd-0.9.1.tar.gz) = 187483
|
||||
SHA256 (flowd-0.9.1.20140828.tar.gz) = X9dSZpBTPe0X2QzMwiCY9v6fb7Ci+czj84IgLGPXgoQ=
|
||||
SIZE (flowd-0.9.1.20140828.tar.gz) = 143904
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2006/03/29 11:44:06 msf Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2016/05/31 18:30:23 chris Exp $
|
||||
@newgroup _flowd:542
|
||||
@newuser _flowd:542:542:daemon:flowd user:/var/empty:/sbin/nologin
|
||||
bin/flowd-reader
|
||||
@bin bin/flowd-reader
|
||||
include/flowd/
|
||||
include/flowd/addr.h
|
||||
include/flowd/crc32.h
|
||||
@ -14,7 +14,7 @@ lib/libflowd.a
|
||||
@man man/man5/flowd.conf.5
|
||||
@man man/man8/flowd-reader.8
|
||||
@man man/man8/flowd.8
|
||||
sbin/flowd
|
||||
@bin sbin/flowd
|
||||
share/examples/flowd/
|
||||
share/examples/flowd/flowd.conf
|
||||
@sample ${SYSCONFDIR}/flowd.conf
|
||||
|
Loading…
Reference in New Issue
Block a user