From 15b5b5f64157be94484eab25aa20749bab3119cb1e9c76e850d4cd4f5c582ab5 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 15 Jan 2008 15:02:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfengine?expand=0&rev=9 --- cfengine-2.2.2.tar.bz2 | 3 --- ...utomake.dif => cfengine-2.2.3-automake.dif | 0 ...-chflags.dif => cfengine-2.2.3-chflags.dif | 0 ...-2.2.2-ia64.dif => cfengine-2.2.3-ia64.dif | 0 ...rflow.diff => cfengine-2.2.3-overflow.diff | 2 +- ...-printf.diff => cfengine-2.2.3-printf.diff | 4 ++-- ...=> cfengine-2.2.3-strict-aliasing-fix.diff | 0 cfengine-2.2.3.tar.bz2 | 3 +++ cfengine.changes | 15 ++++++++++++++ cfengine.spec | 20 +++++++++++++++---- 10 files changed, 37 insertions(+), 10 deletions(-) delete mode 100644 cfengine-2.2.2.tar.bz2 rename cfengine-2.2.2-automake.dif => cfengine-2.2.3-automake.dif (100%) rename cfengine-2.2.2-chflags.dif => cfengine-2.2.3-chflags.dif (100%) rename cfengine-2.2.2-ia64.dif => cfengine-2.2.3-ia64.dif (100%) rename cfengine-2.2.2-overflow.diff => cfengine-2.2.3-overflow.diff (96%) rename cfengine-2.2.2-printf.diff => cfengine-2.2.3-printf.diff (94%) rename cfengine-2.2.2-strict-aliasing-fix.diff => cfengine-2.2.3-strict-aliasing-fix.diff (100%) create mode 100644 cfengine-2.2.3.tar.bz2 diff --git a/cfengine-2.2.2.tar.bz2 b/cfengine-2.2.2.tar.bz2 deleted file mode 100644 index 6212f83..0000000 --- a/cfengine-2.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f349811785beb158ba5e1340289b89ebfa4b3a0b1bbea7cdffc5205f5cc6779 -size 3340487 diff --git a/cfengine-2.2.2-automake.dif b/cfengine-2.2.3-automake.dif similarity index 100% rename from cfengine-2.2.2-automake.dif rename to cfengine-2.2.3-automake.dif diff --git a/cfengine-2.2.2-chflags.dif b/cfengine-2.2.3-chflags.dif similarity index 100% rename from cfengine-2.2.2-chflags.dif rename to cfengine-2.2.3-chflags.dif diff --git a/cfengine-2.2.2-ia64.dif b/cfengine-2.2.3-ia64.dif similarity index 100% rename from cfengine-2.2.2-ia64.dif rename to cfengine-2.2.3-ia64.dif diff --git a/cfengine-2.2.2-overflow.diff b/cfengine-2.2.3-overflow.diff similarity index 96% rename from cfengine-2.2.2-overflow.diff rename to cfengine-2.2.3-overflow.diff index 6729eb5..4c7fc80 100644 --- a/cfengine-2.2.2-overflow.diff +++ b/cfengine-2.2.3-overflow.diff @@ -1,6 +1,6 @@ --- src/cf.defs.h +++ src/cf.defs.h -@@ -457,7 +457,7 @@ +@@ -456,7 +456,7 @@ /*****************************************************************************/ #define CF_GRAINS 64 diff --git a/cfengine-2.2.2-printf.diff b/cfengine-2.2.3-printf.diff similarity index 94% rename from cfengine-2.2.2-printf.diff rename to cfengine-2.2.3-printf.diff index 91de3f3..35897cc 100644 --- a/cfengine-2.2.2-printf.diff +++ b/cfengine-2.2.3-printf.diff @@ -1,6 +1,6 @@ --- src/edittools.c +++ src/edittools.c -@@ -1355,7 +1355,7 @@ +@@ -1368,7 +1368,7 @@ { if (ptr->warn == 'y') { @@ -11,7 +11,7 @@ return false; --- src/functions.c +++ src/functions.c -@@ -937,7 +937,7 @@ +@@ -983,7 +983,7 @@ if (list->next != NULL && list->next->name != NULL) { diff --git a/cfengine-2.2.2-strict-aliasing-fix.diff b/cfengine-2.2.3-strict-aliasing-fix.diff similarity index 100% rename from cfengine-2.2.2-strict-aliasing-fix.diff rename to cfengine-2.2.3-strict-aliasing-fix.diff diff --git a/cfengine-2.2.3.tar.bz2 b/cfengine-2.2.3.tar.bz2 new file mode 100644 index 0000000..e7c0e80 --- /dev/null +++ b/cfengine-2.2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518bbd0a6a035b993d0cfbe0ede217b106122f41a1d2bfeda9b99a4084fe3518 +size 3350469 diff --git a/cfengine.changes b/cfengine.changes index 6e5701a..702c6a7 100644 --- a/cfengine.changes +++ b/cfengine.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jan 15 14:37:49 CET 2008 - anicka@suse.cz + +- update to 2.2.3 + * minor tweaks and bug fixes + * IgnoreInterfaceRegex( "vm.*" ) added to control + function added for removing data from special interfaces + from class data + * Option checkroot=true/false added to copy directive. + * Can escape colons in the strings now to avoid confusion with + expansion separator. + * cfenvgraph --erasehistory users,www_in etc will now set the + average and variance of learned cfenvd data to zero. + * audit=true/false flag added to most actions + ------------------------------------------------------------------- Mon Nov 26 11:24:07 CET 2007 - anicka@suse.cz diff --git a/cfengine.spec b/cfengine.spec index 274647b..20a8ed5 100644 --- a/cfengine.spec +++ b/cfengine.spec @@ -1,7 +1,7 @@ # -# spec file for package cfengine (Version 2.2.2) +# spec file for package cfengine (Version 2.2.3) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -15,8 +15,8 @@ BuildRequires: bison db-devel flex openssl-devel License: GPL v2 or later Group: Productivity/Networking/System AutoReqProv: on -Version: 2.2.2 -Release: 4 +Version: 2.2.3 +Release: 1 Summary: A Tool to Maintain Complicated Networks Url: http://www.cfengine.org/ Source: %{name}-%{version}.tar.bz2 @@ -103,6 +103,18 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libcfengine.a %attr(0755,root,root) %config /etc/init.d/* %changelog +* Tue Jan 15 2008 - anicka@suse.cz +- update to 2.2.3 + * minor tweaks and bug fixes + * IgnoreInterfaceRegex( "vm.*" ) added to control + function added for removing data from special interfaces + from class data + * Option checkroot=true/false added to copy directive. + * Can escape colons in the strings now to avoid confusion with + expansion separator. + * cfenvgraph --erasehistory users,www_in etc will now set the + average and variance of learned cfenvd data to zero. + * audit=true/false flag added to most actions * Mon Nov 26 2007 - anicka@suse.cz - remove .a and .la file from the package, fix debuginfo package building