From 7ca48dcb41cd4a20508f16928c62ee9af65f4e3c4f01787a87569d56c28ad638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Thu, 9 Oct 2014 07:19:01 +0000 Subject: [PATCH] - Update to 3.6.2 - don't regenerate software_packages.csv every time (Redmine #6441) - improve verbose message for package_list_command - fix missing log output on AIX (Redmine #6434) - assorted fixes to dirname() esp on Windows (Redmine #4716) - fix package manager detection - fix build issues on FreeBSD - allow copying of dead symbolic links (Redmine #6175) - preserve order in readstringarrayidx (Redmine #6466) - fix passing of unexpanded variable references to arrays (Redmine #5893) - use entries for new {admin,deny}_{ips,hostnames} constraints in the relevant legacy lists (Redmine #6542) - cope with ps's numeric fields overflowing to the right - interpret failing function calls in ifvarclass as class not set (Redmine #6327) - remove unexpanded lists when extending lists (Redmine #6541) - infer start-time of a process from elapsed when needed (Redmine #4094) - fix input range definition for laterthan() function (Redmine #6530) - don't add trailing delimiter when join()'ing lists ending with a null-value (Redmine #6552) - 9999999999 (ten 9s) or higher has been historically used as an upper bound in CFEngine code and policy but because of overflow on 32-bit platforms it caused problems with big numbers. Fixed in two ways: first change all existing policy uses to 999999999 (nine 9s instead of eleven 9s), second fix the C code to not wrap-around in case of overflow, but use the LONG_MAX value (Redmine #6531). - cf-serverd and other daemons no longer reload their configuration every minute if CFEngine is built with an inputs directory outside OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=104 --- cfengine.changes | 35 +++++++++++++++++++++++++++++++++++ cfengine.spec | 4 ++-- core-3.6.2-build5.tar.gz | 3 --- core-3.6.2.tar.gz | 3 +++ 4 files changed, 40 insertions(+), 5 deletions(-) delete mode 100644 core-3.6.2-build5.tar.gz create mode 100644 core-3.6.2.tar.gz diff --git a/cfengine.changes b/cfengine.changes index 3956b4d..5ed8737 100644 --- a/cfengine.changes +++ b/cfengine.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Thu Oct 9 07:12:16 UTC 2014 - kkaempf@suse.com + +- Update to 3.6.2 + - don't regenerate software_packages.csv every time (Redmine #6441) + - improve verbose message for package_list_command + - fix missing log output on AIX (Redmine #6434) + - assorted fixes to dirname() esp on Windows (Redmine #4716) + - fix package manager detection + - fix build issues on FreeBSD + - allow copying of dead symbolic links (Redmine #6175) + - preserve order in readstringarrayidx (Redmine #6466) + - fix passing of unexpanded variable references to arrays (Redmine #5893) + - use entries for new {admin,deny}_{ips,hostnames} constraints in + the relevant legacy lists (Redmine #6542) + - cope with ps's numeric fields overflowing to the right + - interpret failing function calls in ifvarclass as class not set + (Redmine #6327) + - remove unexpanded lists when extending lists (Redmine #6541) + - infer start-time of a process from elapsed when needed + (Redmine #4094) + - fix input range definition for laterthan() function (Redmine #6530) + - don't add trailing delimiter when join()'ing lists ending with a + null-value (Redmine #6552) + - 9999999999 (ten 9s) or higher has been historically used as an upper + bound in CFEngine code and policy but because of overflow on 32-bit + platforms it caused problems with big numbers. + Fixed in two ways: + first change all existing policy uses to 999999999 (nine 9s instead + of eleven 9s), second fix the C code to not wrap-around in case of + overflow, but use the LONG_MAX value (Redmine #6531). + - cf-serverd and other daemons no longer reload their configuration + every minute if CFEngine is built with an inputs directory outside + of the work directory (not the default). (Redmine #6551) + ------------------------------------------------------------------- Tue Sep 16 12:13:30 UTC 2014 - kkaempf@suse.com diff --git a/cfengine.spec b/cfengine.spec index ccb89c8..7f64a44 100644 --- a/cfengine.spec +++ b/cfengine.spec @@ -28,9 +28,9 @@ %define with_libvirt 0 Name: cfengine -Version: 3.6.2~build5 +Version: 3.6.2 Release: 0 -%define srcname core-3.6.2-build5 +%define srcname core-3.6.2 %define libname libpromises %define libsoname %{libname}3 diff --git a/core-3.6.2-build5.tar.gz b/core-3.6.2-build5.tar.gz deleted file mode 100644 index f4afa14..0000000 --- a/core-3.6.2-build5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a816e4736b960f84548b88af548f415e334288b9395c38adf7ff081e96668a72 -size 1481395 diff --git a/core-3.6.2.tar.gz b/core-3.6.2.tar.gz new file mode 100644 index 0000000..9c1532b --- /dev/null +++ b/core-3.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1949ce9ad2320ecd27edb98225d11429f3afe1034e1c3b60750824646fc54036 +size 1481740