Your message dated Mon, 16 Jun 2008 17:17:34 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#419101: fixed in libarchive-ar-perl 1.13b-2
has caused the Debian Bug report #419101,
regarding Archive::Ar doesn't pad members to 2-byte boundary
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.)
--
419101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419101
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libarchive-ar-perl
Version: 1.13b-1
Severity: grave
Justification: Makes the package largely unusable
Tags: upstream patch
Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=18383
Archive::Ar doesn't take the 2-byte alignment (see
<url:http://en.wikipedia.org/wiki/Ar_(file_format)>) of headers into account;
neither when writing nor when reading. See upstream bug report (which he
hasn't reacted on after a full year) for the former case. The latter case is
sometimes not noticed because the s/// on line 322 is in multi-line mode; it
should be single-line (/s). After line 335, add
substr($scratchdata, 0, $headers->{size} % 2, "");
Or possibly add "\n?" to the beginning of the regexp on line 322.
--
Magnus Holmgren [EMAIL PROTECTED]
pgp0I6T93bIja.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: libarchive-ar-perl
Source-Version: 1.13b-2
We believe that the bug you reported is fixed in the latest version of
libarchive-ar-perl, which is due to be installed in the Debian FTP archive:
libarchive-ar-perl_1.13b-2.diff.gz
to pool/main/liba/libarchive-ar-perl/libarchive-ar-perl_1.13b-2.diff.gz
libarchive-ar-perl_1.13b-2.dsc
to pool/main/liba/libarchive-ar-perl/libarchive-ar-perl_1.13b-2.dsc
libarchive-ar-perl_1.13b-2_all.deb
to pool/main/liba/libarchive-ar-perl/libarchive-ar-perl_1.13b-2_all.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.
gregor herrmann <[EMAIL PROTECTED]> (supplier of updated libarchive-ar-perl
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, 16 Jun 2008 19:01:16 +0200
Source: libarchive-ar-perl
Binary: libarchive-ar-perl
Architecture: source all
Version: 1.13b-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: gregor herrmann <[EMAIL PROTECTED]>
Description:
libarchive-ar-perl - perl interface for manipulating ar archives
Closes: 419101
Changes:
libarchive-ar-perl (1.13b-2) unstable; urgency=low
.
* Take over for the Debian Perl Group with maintainer's permission
(http://lists.debian.org/debian-perl/2008/06/msg00039.html)
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Changed:
Maintainer set to Debian Perl Group <pkg-perl-
[EMAIL PROTECTED]> (was: Florian Ragwitz
<[EMAIL PROTECTED]>); Florian Ragwitz <[EMAIL PROTECTED]> moved to
Uploaders.
* Add debian/watch.
* Add patches pad-2-byte-{read,write}.patch to respect the 2-byte alignment
requirement of the Ar file format (closes: #419101); add quilt framework;
thanks to Magnus Holmgren for the bug report and the patch.
* Add /me to Uploaders.
* Set debhelper compatibility level to 5.
* Set Standards-Version to 3.8.0; add debian/README.source to document quilt
usage.
* debian/copyright: use author-independent upstream URL.
* Refresh debian/rules, no functional changes.
Checksums-Sha1:
e012333b60a62f59da8575120b535ae9d5baabfc 1407 libarchive-ar-perl_1.13b-2.dsc
034c8b78213f633e4ef5c0443908aaf5d1a98b31 3382
libarchive-ar-perl_1.13b-2.diff.gz
3e1b6512d04b42c41d7ac66c774ca59abd11a3a9 13874
libarchive-ar-perl_1.13b-2_all.deb
Checksums-Sha256:
276eb62ff489d6f30b52752c1d888e766658dc42aeec17f351c78f23a097c024 1407
libarchive-ar-perl_1.13b-2.dsc
a28e7af6d50522f599f0cbdce8f5f6246f3dc0231b66049fd71f44cc15c60056 3382
libarchive-ar-perl_1.13b-2.diff.gz
812204ee06cd46e611a27636b193db02fb83ea08cf9e89211f47a07b46879b2b 13874
libarchive-ar-perl_1.13b-2_all.deb
Files:
3089822e52032a1e10ac1948a2f2ef89 1407 perl optional
libarchive-ar-perl_1.13b-2.dsc
f234803306d76e27231f46a47b292ca3 3382 perl optional
libarchive-ar-perl_1.13b-2.diff.gz
55b0d774510ccd2f697576a0cac8d2ef 13874 perl optional
libarchive-ar-perl_1.13b-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkhWnJUACgkQOzKYnQDzz+TZbwCg49TDzVA9xTyVO07CHA74f9p2
op4AniXPc97p6HR7rnRAINK86W7Phr2Z
=XGfF
-----END PGP SIGNATURE-----
--- End Message ---