Your message dated Sun, 25 Nov 2007 20:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441967: fixed in cfengine2 2.2.2-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: cfengine2
Version: 2.1.22-1
Severity: important
Hello,
There is a bug in src/edittools.c which cause an infinite loop when defining
multiple classes in DefineClasses.
This is solved in svn, patch attached.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages cfengine2 depends on:
ii debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii debianutils 2.23.1 Miscellaneous utilities specific t
ii libc6 2.6.1-2 GNU C Library: Shared libraries
ii libdb4.2 4.2.52+dfsg-3 Berkeley v4.2 Database Libraries [
ii libssl0.9.8 0.9.8e-8 SSL shared libraries
ii perl 5.8.8-7 Larry Wall's Practical Extraction
cfengine2 recommends no packages.
-- debconf information:
cfengine2/run_cfservd: true
cfengine2/run_cfexecd: true
cfengine2/run_cfenvd: false
=== modified file 'src/edittools.c'
--- src/edittools.c 2007-09-07 19:32:58 +0000
+++ src/edittools.c 2007-09-12 09:19:17 +0000
@@ -1640,7 +1640,7 @@
sscanf(sp,"%[^,:.]",currentitem);
- sp += strlen(currentitem) - 1;
+ sp += strlen(currentitem);
AddClassToHeap(currentitem);
}
--- End Message ---
--- Begin Message ---
Source: cfengine2
Source-Version: 2.2.2-1
We believe that the bug you reported is fixed in the latest version of
cfengine2, which is due to be installed in the Debian FTP archive:
cfengine2-doc_2.2.2-1_all.deb
to pool/main/c/cfengine2/cfengine2-doc_2.2.2-1_all.deb
cfengine2_2.2.2-1.diff.gz
to pool/main/c/cfengine2/cfengine2_2.2.2-1.diff.gz
cfengine2_2.2.2-1.dsc
to pool/main/c/cfengine2/cfengine2_2.2.2-1.dsc
cfengine2_2.2.2-1_i386.deb
to pool/main/c/cfengine2/cfengine2_2.2.2-1_i386.deb
cfengine2_2.2.2.orig.tar.gz
to pool/main/c/cfengine2/cfengine2_2.2.2.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Morten Werner Forsbring <[EMAIL PROTECTED]> (supplier of updated cfengine2
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 25 Nov 2007 19:38:02 +0100
Source: cfengine2
Binary: cfengine2-doc cfengine2
Architecture: source i386 all
Version: 2.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Andrew Stribblehill <[EMAIL PROTECTED]>
Changed-By: Morten Werner Forsbring <[EMAIL PROTECTED]>
Description:
cfengine2 - Tool for configuring and maintaining network machines
cfengine2-doc - HTML and Info documentation for cfengine2
Closes: 441967 449683 450820
Changes:
cfengine2 (2.2.2-1) unstable; urgency=low
.
* New upstream release. (Closes: #450820)
- Fixes infinite loop when defining multiple classes in DefineClasses.
Thanks to Daniel Dehennin for bugreport. (Closes: #441967)
- modified debian/patches/010_dpkg_langC.diff
* Changed my name in debian/control.
* Added Homepage-, Vcs-Browser- and Vcs-Svn-fields to debian/control.
* Adjusted debian/watch file to new download-site. Thanks to
Raphael Geissert for bugreport. (Closes: #449683)
Files:
ee032d765706e7a9d5fec02cc6756de2 974 admin optional cfengine2_2.2.2-1.dsc
960e2579ded213dd66ea6ad78ef41525 3917371 admin optional
cfengine2_2.2.2.orig.tar.gz
299f05468ab367cc5a4d35f204e7ca6d 22785 admin optional cfengine2_2.2.2-1.diff.gz
35bd43ca36c084d07726106928c157b2 537506 doc extra cfengine2-doc_2.2.2-1_all.deb
dfa5f77d17bbb696cb43483611f192bd 1882334 admin optional
cfengine2_2.2.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHSdDxw951rgNrq40RAqUZAJ9CdVGIYcIC8pcbwO2DBEw+pGb0GACg2WUB
gFWQ3ZvKUGNV5AuIXtWLmOo=
=7aot
-----END PGP SIGNATURE-----
--- End Message ---