- Update to 3.5.0 - Alpha 1
New Features: - Enable zeroconf-discovery of policy hubs for automatic bootstrapping if Avahi is present - Support for sys.cpus on more platforms than Linux & HPUX Changes: - Make parser output in GCC compatible format the only supported format (remove --gcc-brief-format flag) - Silence license warnings in Enterprise Free25 installations Bugfixes: - Allocate memory dynamically to avoid out-of-buffer or out-of-hash situations - fix edit_xml update of existing attributes (Redmine #2034) - use failsafe policy from compile-time specified workdir (Redmine #1991) - Update to 3.4.2 (Bugfix and Stability release) Bugfixes: - Fixes to policies in masterfiles (see masterfiles/Changelog for details) - Fixes for OpenBSD (GitHub #278) - Do not canonify values specified in abortbundleclasses/abortclasses (Redmine #1786) - Fix build issues on NetBSD, SLES 12.2 - Improve error message when libxml2 support is not compiled (Redmine #1799) - fix potential segmentation fault when trimming network socket data (GitHub #233) - fix potential segmentation fault when address-lookups in lastseen db failed (GitHub #233) - execute background promise serially when max_children was reached, rather than skipping them (GitHub #233) - fix segmentation fault in cf-promises when invoked with --reports (Redmine #1931) - fix compilation with Sun Studio 12 (Redmine #1901) - silence type-pun warning when building on HP-UX (GitHub #287) OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=37
This commit is contained in:
parent
5ce654b2ee
commit
c281ae04af
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9967394eefe231826ecf1b2f124217ecf201c92cf5beb9eec23b0116dd3ee84a
|
||||
size 4271718
|
3
cfengine-3.5.0a1.tar.gz
Normal file
3
cfengine-3.5.0a1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47d3eff2321360e0c5287e7a4d2c6d57acb90b279fb28fbc5571307716f0d225
|
||||
size 4773963
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 20:21:09 UTC 2013 - kkaempf@suse.com
|
||||
|
||||
- Update to 3.5.0 - Alpha 1
|
||||
New Features:
|
||||
- Enable zeroconf-discovery of policy hubs for automatic bootstrapping
|
||||
if Avahi is present
|
||||
- Support for sys.cpus on more platforms than Linux & HPUX
|
||||
|
||||
Changes:
|
||||
- Make parser output in GCC compatible format the only supported format
|
||||
(remove --gcc-brief-format flag)
|
||||
- Silence license warnings in Enterprise Free25 installations
|
||||
|
||||
Bugfixes:
|
||||
- Allocate memory dynamically to avoid out-of-buffer or out-of-hash
|
||||
situations
|
||||
- fix edit_xml update of existing attributes (Redmine #2034)
|
||||
- use failsafe policy from compile-time specified workdir (Redmine #1991)
|
||||
|
||||
- Update to 3.4.2 (Bugfix and Stability release)
|
||||
Bugfixes:
|
||||
- Fixes to policies in masterfiles (see masterfiles/Changelog for details)
|
||||
- Fixes for OpenBSD (GitHub #278)
|
||||
- Do not canonify values specified in abortbundleclasses/abortclasses (Redmine #1786)
|
||||
- Fix build issues on NetBSD, SLES 12.2
|
||||
- Improve error message when libxml2 support is not compiled (Redmine #1799)
|
||||
- fix potential segmentation fault when trimming network socket data (GitHub #233)
|
||||
- fix potential segmentation fault when address-lookups in lastseen db failed (GitHub #233)
|
||||
- execute background promise serially when max_children was reached, rather
|
||||
than skipping them (GitHub #233)
|
||||
- fix segmentation fault in cf-promises when invoked with --reports (Redmine #1931)
|
||||
- fix compilation with Sun Studio 12 (Redmine #1901)
|
||||
- silence type-pun warning when building on HP-UX (GitHub #287)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 12 19:06:06 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -28,10 +28,10 @@ Name: cfengine
|
||||
Summary: CFEngine automates large-scale IT computing infrastructure
|
||||
License: GPL-3.0
|
||||
Group: Productivity/Networking/System
|
||||
Version: 3.4.1
|
||||
Version: 3.5.0a1
|
||||
Release: 0
|
||||
Url: http://www.cfengine.org/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: http://www.cfengine.org/manuals/cf3-Reference.pdf
|
||||
Source2: http://www.cfengine.org/manuals/cf3-conceptguide.pdf
|
||||
Source3: http://www.cfengine.org/manuals/cf3-glossary.pdf
|
||||
@ -209,7 +209,6 @@ done
|
||||
%{__install} -m 0644 masterfiles/def.cf %{buildroot}/%{basedir}/masterfiles
|
||||
%{__install} -m 0644 masterfiles/promises.cf %{buildroot}/%{basedir}/masterfiles
|
||||
%{__install} -m 0644 masterfiles/libraries/cfengine_stdlib.cf %{buildroot}/%{basedir}/masterfiles
|
||||
%{__install} -m 0644 masterfiles/failsafe/failsafe.cf %{buildroot}/%{basedir}/masterfiles
|
||||
|
||||
rm -rf %{buildroot}/%{_libdir}/%{name}/libpromises.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user