svn commit: r313127 - in head/sysutils/cfengine-devel: . files
Glen Barber
gjb at FreeBSD.org
Thu Feb 28 21:02:30 UTC 2013
Author: gjb
Date: Thu Feb 28 21:02:28 2013
New Revision: 313127
URL: http://svnweb.freebsd.org/changeset/ports/313127
Log:
- Update to 3.5.0a2
New features:
- cf-promises flag --parse-tree is replaced by
--policy-output-format=, requiring the user to
specify the output format (none, cf, json)
- cf-promises allows partial check of policy (without
body common control) without integrity check;
--full-check enforces integrity check
- agent binaries support JSON input format (.json
file as generated by cf-promises)
- cf-key: new options --trust-key/-t and --print-digest/-p
- Class "failsafe_fallback" is defined in failsafe.cf when
main policy contains errors and failsafe is run because
of this
- add scope attribute for body classes (Redmine #2013)
Changes:
- process promises don't log if processes are out of range
unless you run in verbose mode
- reports promises are now allowed in any context (Redmine
#2005)
- cf-report has been removed
- cf-execd: --once implies --no-fork
Bugfixes:
- do not wait for splaytime when executing only once
- disable xml editing functionality when libxml2 doesn't
provide necessary APIs (Redmine #1937)
Approved by: cy (maintainer, implicit)
Added:
head/sysutils/cfengine-devel/files/patch-libutils-ip_address.c (contents, props changed)
Deleted:
head/sysutils/cfengine-devel/files/patch-doc-build-stdlib.c
Modified:
head/sysutils/cfengine-devel/Makefile
head/sysutils/cfengine-devel/distinfo
head/sysutils/cfengine-devel/pkg-plist
Modified: head/sysutils/cfengine-devel/Makefile
==============================================================================
--- head/sysutils/cfengine-devel/Makefile Thu Feb 28 20:58:45 2013 (r313126)
+++ head/sysutils/cfengine-devel/Makefile Thu Feb 28 21:02:28 2013 (r313127)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= cfengine
-PORTVERSION= 3.5.0a1
-PORTREVISION= 2
+PORTVERSION= 3.5.0a2
PORTEPOCH= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
@@ -78,7 +77,7 @@ LIB_DEPENDS+= virt.1000:${PORTSDIR}/dev
.endif
MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \
- cf-report.8 cf-serverd.8 cf-execd.8 \
+ cf-serverd.8 cf-execd.8 \
cf-promises.8 cf-runagent.8
post-patch:
Modified: head/sysutils/cfengine-devel/distinfo
==============================================================================
--- head/sysutils/cfengine-devel/distinfo Thu Feb 28 20:58:45 2013 (r313126)
+++ head/sysutils/cfengine-devel/distinfo Thu Feb 28 21:02:28 2013 (r313127)
@@ -1,2 +1,2 @@
-SHA256 (cfengine-3.5.0a1.tar.gz) = 47d3eff2321360e0c5287e7a4d2c6d57acb90b279fb28fbc5571307716f0d225
-SIZE (cfengine-3.5.0a1.tar.gz) = 4773963
+SHA256 (cfengine-3.5.0a2.tar.gz) = 39ab4e6237a52c8b41698f0ca0f0ecddcc4b722782eedab07ba359d6bd3c71fa
+SIZE (cfengine-3.5.0a2.tar.gz) = 4767372
Added: head/sysutils/cfengine-devel/files/patch-libutils-ip_address.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/cfengine-devel/files/patch-libutils-ip_address.c Thu Feb 28 21:02:28 2013 (r313127)
@@ -0,0 +1,10 @@
+--- libutils/ip_address.c.orig 2013-02-28 14:46:19.800950567 -0500
++++ libutils/ip_address.c 2013-02-28 14:46:32.928950862 -0500
+@@ -25,6 +25,7 @@
+ #include <stdint.h>
+ #include <ctype.h>
+ #include <sys/socket.h>
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #include <netinet/ip.h>
+
Modified: head/sysutils/cfengine-devel/pkg-plist
==============================================================================
--- head/sysutils/cfengine-devel/pkg-plist Thu Feb 28 20:58:45 2013 (r313126)
+++ head/sysutils/cfengine-devel/pkg-plist Thu Feb 28 21:02:28 2013 (r313127)
@@ -7,7 +7,6 @@ sbin/cf-execd
sbin/cf-key
sbin/cf-monitord
sbin/cf-promises
-sbin/cf-report
sbin/cf-runagent
sbin/cf-serverd
sbin/rpmvercmp
@@ -15,7 +14,6 @@ share/cfengine/CoreBase/cf-sketch-runfil
share/cfengine/CoreBase/def.cf
share/cfengine/CoreBase/promises.cf
share/cfengine/CoreBase/controls/cf_execd.cf
-share/cfengine/CoreBase/controls/cf_report.cf
share/cfengine/CoreBase/controls/cf_agent.cf
share/cfengine/CoreBase/controls/cf_runagent.cf
share/cfengine/CoreBase/controls/cf_monitord.cf
More information about the svn-ports-all
mailing list