b52c6c78fb
Provided in PR pkg/22816 by Michael Santos <mike at ethmoid dot org>. Changes since last packaged version: 2.0.8 - released this far as a 2.0.x patch Check for illegal characters in classes. Able to bind to a specific IP addressed interface in cfservd. BindToInterface = ( 10.10.43.6 ) Security fix to transaction lengths in remote copying. Suspicious names now applies only to regular files
14 lines
442 B
Text
14 lines
442 B
Text
# $NetBSD: Makefile.common,v 1.6 2003/09/16 19:24:26 seb Exp $
|
|
#
|
|
|
|
CFENGINE_VERSION= 2.0.8p1
|
|
DISTNAME= cfengine-${CFENGINE_VERSION}
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
|
|
http://sunsite.utk.edu/ftp/pub/cfengine/cfengine-ftp/
|
|
|
|
MAINTAINER= mike@ethmoid.org
|
|
HOMEPAGE= http://www.cfengine.org/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../sysutils/cfengine2/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../sysutils/cfengine2/patches
|