pkgsrc/sysutils/cfengine2/Makefile.common
ben 1c6cdbfda0 Update cfengine2 to version 2.0.10. Addresses PR#26614.
Notable changes include:

Persistent class protection added to returned remote vrpc calls to
prevent meaningless multiple replies.

Change added to IPRange to avoid possible bootstrap problem with
unconfigured resolver.  IP address setting was contingent on having DNS.
Misplaced } fixed in nameinfo

EmptyResolvConf removed only nameserver entries. Now removes everything.

Due to an error in constructing 2.1.9 some of the advertised
changes below were not included. They are included in this version.

Workaround error message for parser bug with nested variables.

WORKDIR/state/allclasses file caches all class date during cfagent
execution, just like the $(allclasses) variable, but the file can grow
much larger without overflow.

.cfengine -> .cfagent in non-root public keys (some missing conversions)
Expand buffer incorrectly zeroed out public name key causing empty
keyname in RSA dialogue

Old style bind reverse lookup added to Hostname2IPAddress
2004-08-18 23:03:44 +00:00

14 lines
441 B
Makefile

# $NetBSD: Makefile.common,v 1.8 2004/08/18 23:03:44 ben Exp $
#
CFENGINE_VERSION= 2.1.10
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