Your message dated Mon, 04 May 2009 23:17:05 +0000
with message-id <[email protected]>
and subject line Bug#526981: fixed in debianutils 3.1.2
has caused the Debian Bug report #526981,
regarding debianutils: tempfile -n always crashes
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
526981: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526981
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debianutils
Version: 3.1.1
Severity: normal
Tags: patch
debianutils 3.1.1 broke tempfile -n: any use of this option will cause
tempfile to segfault. There is a one-line fix, attached.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages debianutils depends on:
ii libc6 2.9-9 GNU C Library: Shared libraries
ii sensible-utils 0.0.1 Utilities for sensible alternative
debianutils recommends no packages.
debianutils suggests no packages.
-- no debconf information
--- tempfile.c.old 2009-05-04 12:10:04.000000000 -0700
+++ tempfile.c 2009-05-04 12:10:45.000000000 -0700
@@ -112,6 +112,7 @@
if (name) {
if ((fd = open(name, O_RDWR | O_CREAT | O_EXCL, mode)) < 0)
syserror("open");
+ filename = name;
}
else {
for (;;) {
--- End Message ---
--- Begin Message ---
Source: debianutils
Source-Version: 3.1.2
We believe that the bug you reported is fixed in the latest version of
debianutils, which is due to be installed in the Debian FTP archive:
debianutils_3.1.2.dsc
to pool/main/d/debianutils/debianutils_3.1.2.dsc
debianutils_3.1.2.tar.gz
to pool/main/d/debianutils/debianutils_3.1.2.tar.gz
debianutils_3.1.2_amd64.deb
to pool/main/d/debianutils/debianutils_3.1.2_amd64.deb
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.
Clint Adams <[email protected]> (supplier of updated debianutils 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.8
Date: Mon, 04 May 2009 18:56:14 -0400
Source: debianutils
Binary: debianutils
Architecture: source amd64
Version: 3.1.2
Distribution: unstable
Urgency: low
Maintainer: Clint Adams <[email protected]>
Changed-By: Clint Adams <[email protected]>
Description:
debianutils - Miscellaneous utilities specific to Debian
Closes: 526981
Changes:
debianutils (3.1.2) unstable; urgency=low
.
* Patch from Zack Weinberg to fix tempfile -n crash. closes: #526981.
Checksums-Sha1:
ec1ba86030e2714d8d1651a1a5a1927e3de97e6f 874 debianutils_3.1.2.dsc
ff048e3d0857c83c9c8608859dc5cff3ea67767b 132099 debianutils_3.1.2.tar.gz
128acf3348d25b93b9a3bbfbeda24b3a6d0f56e2 48756 debianutils_3.1.2_amd64.deb
Checksums-Sha256:
7033f57a52249282bdb0a2dfdd6105c69df813c2656773cda0bea5b4d75b7a6f 874
debianutils_3.1.2.dsc
abba4574d28b72fd5b08de96b78cfcca76d8e750f5816f0a061689380b9147ed 132099
debianutils_3.1.2.tar.gz
cca576496b40447ba3f5bdbbaf0430f3f14b28aade1e7f94e178aa2c81749196 48756
debianutils_3.1.2_amd64.deb
Files:
83b8f48a96dafcf3dc77b920e9957c89 874 utils required debianutils_3.1.2.dsc
3ec397a271ad025523f4082436cfa2fc 132099 utils required debianutils_3.1.2.tar.gz
7ddbd00a8dd4035b54b93c7c86028faa 48756 utils required
debianutils_3.1.2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian!
iD8DBQFJ/3L85m0u66uWM3ARAmagAJ4jBq2W/NN0WEC8+eMTV8k2GlaBJwCglexE
ceviCsY9Upbhp8hVK0tyeG4=
=UFKt
-----END PGP SIGNATURE-----
--- End Message ---