From 83b2d2f0a070c3abc702156d836ed327a26e740637e53f095555b98ae655d34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 1 Feb 2016 14:28:47 +0000 Subject: [PATCH] - Update to 3.8.1 Changes: - Upgrade CFEngine dependencies to the following versions: - OpenSSL 1.0.2e - PCRE 8.38 - libxml2 2.9.3 - OpenLDAP 2.4.43 - libcurl 7.46.0 - Upgrade LMDB to version 0.9.17. (Redmine #7879) Bug fixes: - @if minimum_version now correctly ignores lines starting with '@' (Redmine #7862) - Add guard for binary upgrade during bootstrap (Redmine #7861) - Namespaced classes can now be specified on the command line. - Fix bad option nlwp to vzps on Proxmox / OpenVZ. (Redmine #6961) - Fix two cases where action_policy warn still produces errors (Redmine #7274) - Parse def.json vars, classes and inputs from the C code. This fixes a bug where certain entries in this file would be parsed too late to have any effect on the evaluation. (Redmine #7453, #7615) - Fix HP-UX specific bug that caused a lot of log output to disappear. - Check for empty server response in RemoteDirList after decryption (Redmine #7908) - getvalues() will now return a list also for data containers, and will descend recursively into the containers. (Redmine #7116) - Define (bootstrap|failsafe)_mode during update.cf when triggerd from failsafe.cf (Redmine #7861) OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=137 --- cfengine-3.8.0.tar.gz | 3 --- cfengine-3.8.1.tar.gz | 3 +++ cfengine.changes | 32 ++++++++++++++++++++++++++++++++ cfengine.spec | 10 +++++----- 4 files changed, 40 insertions(+), 8 deletions(-) delete mode 100644 cfengine-3.8.0.tar.gz create mode 100644 cfengine-3.8.1.tar.gz diff --git a/cfengine-3.8.0.tar.gz b/cfengine-3.8.0.tar.gz deleted file mode 100644 index 7e7ce0c..0000000 --- a/cfengine-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21743034e3e3e0bea1faba956462079260e8486423eaa955e5f0e58d1ddf5088 -size 2142690 diff --git a/cfengine-3.8.1.tar.gz b/cfengine-3.8.1.tar.gz new file mode 100644 index 0000000..550ea43 --- /dev/null +++ b/cfengine-3.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c7fab3e674ac9ce4b05a4acfca066378319c16ef76401f08fd0890cbad96d5 +size 2149823 diff --git a/cfengine.changes b/cfengine.changes index b749f61..e6db3e9 100644 --- a/cfengine.changes +++ b/cfengine.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon Feb 1 12:53:33 UTC 2016 - kkaempf@suse.com + +- Update to 3.8.1 + Changes: + - Upgrade CFEngine dependencies to the following versions: + - OpenSSL 1.0.2e + - PCRE 8.38 + - libxml2 2.9.3 + - OpenLDAP 2.4.43 + - libcurl 7.46.0 + - Upgrade LMDB to version 0.9.17. (Redmine #7879) + + Bug fixes: + - @if minimum_version now correctly ignores lines starting with '@' + (Redmine #7862) + - Add guard for binary upgrade during bootstrap (Redmine #7861) + - Namespaced classes can now be specified on the command line. + - Fix bad option nlwp to vzps on Proxmox / OpenVZ. (Redmine #6961) + - Fix two cases where action_policy warn still produces errors + (Redmine #7274) + - Parse def.json vars, classes and inputs from the C code. This + fixes a bug where certain entries in this file would be parsed + too late to have any effect on the evaluation. (Redmine #7453, #7615) + - Fix HP-UX specific bug that caused a lot of log output to disappear. + - Check for empty server response in RemoteDirList after decryption + (Redmine #7908) + - getvalues() will now return a list also for data containers, + and will descend recursively into the containers. (Redmine #7116) + - Define (bootstrap|failsafe)_mode during update.cf when triggerd + from failsafe.cf (Redmine #7861) + ------------------------------------------------------------------- Mon Dec 7 13:10:16 UTC 2015 - kkaempf@suse.com diff --git a/cfengine.spec b/cfengine.spec index b1e3ff0..4034433 100644 --- a/cfengine.spec +++ b/cfengine.spec @@ -1,7 +1,7 @@ # # spec file for package cfengine # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define srcversion 3.8.0 +%define srcversion 3.8.1 %define srcname %{name}-%{srcversion} %define libname libpromises %define libsoname %{libname}3 @@ -72,10 +72,10 @@ BuildRequires: flex BuildRequires: libacl-devel BuildRequires: libtool BuildRequires: libxml2-devel -BuildRequires: lmdb-devel -BuildRequires: openssl-devel +BuildRequires: lmdb-devel >= 0.9.17 +BuildRequires: openssl-devel >= 1.0.2e BuildRequires: pam-devel -BuildRequires: pcre-devel +BuildRequires: pcre-devel >= 8.38 %if 0%{?suse_version} == 0 # for testing on RHEL/Fedora BuildRequires: fakeroot