summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+3
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-23Remove example crontab entry from FILESDIR and add it to MESSAGE, the moreben4-12/+7
customary place.
2004-09-23Add example crontab entry for cfexecd. This addresses one of the issuesben3-2/+9
in PR#26614.
2004-09-23Move man pages from cfengine2-doc to cfengine package.ben2-2/+12
Addresses one of the issues in PR#26614.
2004-08-19Add startup files missed on update to version 2.0.10.ben3-0/+73
2004-08-18Update cfengine2 to version 2.0.10. Addresses PR#26614.ben10-99/+81
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-10Update cfengine to 2.1.9, addresses PR#26608.ben9-158/+105
2004-05-04Convert to buildlink3.snj1-5/+5
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-09-16Update to cfengine version 2.0.8p1.seb3-8/+6
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
2003-06-10Bump PKGREVISION because of db4 shlib major bump.wiz1-1/+3
2003-05-29Update to version 2.0.7p3.seb5-36/+62
Versions 2.0.7p1, 2.0.7p2 and 2.0.7p3 are patch releases. Changes in version 2.0.7: Resolv.conf search directive removed from code. This was wrong, in spite of pressure to put it in. EditBackup -> Backup corrected in manual Check for class definitions that are not installable SMTP client handling patch in cfexecd - must wait for reply AppendIfNoLineMatching replaced with regex, not Setline value ChecksumPurge = ( on ) causes cfagent to purge its checksum database of files that no longer exist. Forgotten built in function RandomInt(a,b) - returns a random number in variable assignments. Actually introduced in 2.0.6. Forgot this control: rand = ( RandomInt(4,7) ) Major rewrite of parser - code simplifications - Allowed escaping of quotes in strings and newlines e.g. var1 = ( "a b c\"substring\" d e" ) var2 = ( "a b c" ) Tidy code tidied and bug fixed for new scheduler Moduledirectory defaults to /var/cfengine/modules
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-26Update cfengine2 and cfengine2-doc to version 2.0.6.seb9-79/+211
Package changes Vicf moved from $PREFIX/sbin to $PREFIX/share/examples/cfengine as it can really be used as is: site tuning is required. Both packages now share the same distinfo file. Changes in version 2.0.6 SKIPVERIFY removed from AccessControl checks. This was wrongly allowing access to files if they only had an accepted encryption key. SetLine added to AppendIfNoLineMatching to allow current line to be added. ForEachLineIn "/tmp/in" AppendIfNoLineMatching "ThisLine" EndLoop Changed /etc/services reference to port 5308 in ipv6 compatible calls. Efficiency, removed getpwnam from GetFile(). Was unnecessarily looking up the uid multiple times, which delays copying speed. Copy rates improved by five to ten times!! Single copy uses too much cache memory. Optimize by only caching copies that use the singlecopy keyword. Message status change: %s is a link which points to %s, but that file doesn't seem to exist Verbose only Patches to editfiles to check empty files. DefineinGroup added. Changes in version 2.0.5 Cfrun ipv6 patch Syslog messages name patch mountables, binservers variable usage fix backup=timestamp added in copy so that multiple backups can coexist. Other backups use this by default. Cfenvd records loadaverage - and av.db renamed to cf_averages.db since records in av.db no longer compatible. Iteration added to disk paths Typo in filters.c UID -> USER meant that Owner field in filters would not always work for processes. Bug in removal of spaces in process-filter matches could cause some criteria to fail to match. Netstat changed entry in solaris 2.9 Hard class hpux10 -> hpux and the old hpux is deprecated tidy //tmp would start tidying / due to error in ExpandWildcardsAndDo. FIxed Cfenvd netstat state recorded in separate files now in WORKDIR, by protocol and incoming/outgoing. This allows accurate record of the state to which classes refer. excludes and ignores would not appended in a tidy command if a path already existed in another previous command. Fixed so that all excludes and ignores are concatenated for all related paths. Local AF_LOCAL addresses not handled by sockaddr in IPv6 compatible functions. Now returns 127.0.0.1 (why not ::1??) Typo in tidy.c prevented tidy old links from working. Documentation patches. Checksums no longer performed on dry run (-n) in files, but still in copy. No errors written to syslog in dryrun mode. Umask patch in editfiles - umask was not properly installed New copy options / variables singlecopy= and autodefine added. Alerts added as own section alerts: allow users to define a custom message triggered by a class activation. Alerts can also quote state information from cfenvd and the process table. tidy define= does not set class if file could not be tidied. debian detect patch (Andy Stribblehill) cfservd descriptor leak (Andy Stribblehill) cfservd daemonize modification
2003-04-25Remove ftp.cfengine.webmotion.net from MASTER_SITES, it has beenseb1-3/+2
a while since it worked.
2003-03-05Give OpenSSL prefix to configure so that systems without in-treeseb1-1/+2
OpenSSL can actually build this package.
2002-12-22Add a final dot.seb1-1/+1
2002-12-22Initial import of Cfengine version 2 into the NetBSD Packages Collection.seb13-0/+234
Provided in PR pkg/19456 by Michael Santos <mike at ethmoid dot org>, slighty edited by me. Cfengine, or the "configuration engine" is a very high level language for building expert systems which administrate and configure large computer networks. Cfengine uses the idea of classes and a primitive form of intelligence to define and automate the configuration of large systems in the most economical way possible. Cfengine is designed to be a part of computer immune system