Your message dated Thu, 09 Jun 2011 13:48:01 +0000
with message-id <[email protected]>
and subject line Bug#628594: fixed in zip 3.0-4
has caused the Debian Bug report #628594,
regarding zipnote fails to update the archive
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.)
--
628594: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628594
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zip
Version: 3.0-3
Severity: normal
Tags: patch
Zipnote fails to update archive. The fail is caused by fclose(x), where 'x'
is either undefined or already closed. Simple patch follows.
--- zipnote.c 2008-05-08 10:17:08.000000000 +0200
+++ zipnote-patched.c 2011-05-30 16:10:40.000000000 +0200
@@ -661,7 +661,6 @@
if ((r = zipcopy(z)) != ZE_OK)
ziperr(r, "was copying an entry");
}
- fclose(x);
/* Write central directory and end of central directory with new comments */
if ((c = zftello(y)) == (zoff_t)-1) /* get start of central */
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages zip depends on:
ii libbz2-1.0 1.0.5-6 high-quality block-sorting file co
ii libc6 2.13-4 Embedded GNU C Library: Shared lib
Versions of packages zip recommends:
ii unzip 6.0-4 De-archiver for .zip files
zip suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: zip
Source-Version: 3.0-4
We believe that the bug you reported is fixed in the latest version of
zip, which is due to be installed in the Debian FTP archive:
zip_3.0-4.debian.tar.gz
to main/z/zip/zip_3.0-4.debian.tar.gz
zip_3.0-4.dsc
to main/z/zip/zip_3.0-4.dsc
zip_3.0-4_amd64.deb
to main/z/zip/zip_3.0-4_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.
Santiago Vila <[email protected]> (supplier of updated zip 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: SHA256
Format: 1.8
Date: Thu, 09 Jun 2011 15:30:08 +0200
Source: zip
Binary: zip
Architecture: source amd64
Version: 3.0-4
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Description:
zip - Archiver for .zip files
Closes: 628594
Changes:
zip (3.0-4) unstable; urgency=low
.
* zipnote.c: Close `in_file' instead of undefined file `x'.
Should make zipnote to work again. Closes: #628594.
Checksums-Sha1:
7c59906f8632eebfb844ab0a0316ce271d2d7dbb 1257 zip_3.0-4.dsc
205d2b6fb3493869c4da0b95ffd64a9f60407a04 6629 zip_3.0-4.debian.tar.gz
f83edf158ead170efecc5e08c6cd23045e8950ad 333908 zip_3.0-4_amd64.deb
Checksums-Sha256:
3d20faedd615e2665d2f23d479bd60dfc93180f717dbab6ba891825c363728ff 1257
zip_3.0-4.dsc
0361c780f86d0c28518dddcd60affc3124db492a0b3ccfd6604902f709434244 6629
zip_3.0-4.debian.tar.gz
8057859bb2f0ecd526f7c893249642c196f009012dd743cfec8e21358c863a48 333908
zip_3.0-4_amd64.deb
Files:
4ff04ab804e3c879b39937eaa149e658 1257 utils optional zip_3.0-4.dsc
b4c974ee53d972a54c2769ef91d53300 6629 utils optional zip_3.0-4.debian.tar.gz
29a501c6b2b54ec10dc84c9d293eac80 333908 utils optional zip_3.0-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBCAAGBQJN8MvNAAoJEEHOfwufG4syKi0IAJogmn4bOUwkjNIwqUJxgHsK
IA9Hj6kHinpFAXhIf8mj2bHwkQ6XWPbGtQ5nSaOsv57S8K5KKJKRwWSjmMzD46ix
ZjD/mqMRQCLhSmxmJ86H0sXl9m+i2auqP60EBbNrnv8NVFbJRktqYij24PdoXLXt
Z7rMnTgfdb8GNXfw0vx79sDiE1Us9L1NAdb3B5Lm5hG84P3BXFnYkBifynozA4tK
L1uz4S8iHfORna23/IhpaWSV4ykhmQpQ+77b3se2aDAjuOZ4nY2Z6ceZ5rBABQGh
QkzegzFB07TmFRK+kZYlyYXaCL+QtrKN0F0Fkts5ipRIkTrQF9GuD4fITWpEiZQ=
=hGLL
-----END PGP SIGNATURE-----
--- End Message ---