Your message dated Sat, 02 Jan 2016 13:22:53 +0000
with message-id <[email protected]>
and subject line Bug#809656: fixed in apt-file 2.5.5
has caused the Debian Bug report #809656,
regarding apt-file: Does not support unknown fields in PDiff index files
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.)


-- 
809656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809656
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt-file
Severity: important
Tags: patch

The diffindex-download script does not gracefully handle the addition of
the new fields used by APT.  This causes apt-file to disable the PDiff
support and revert to downloading the full Contents file.


This can be fixed by applying the following patch to  diffindex-download.

> diff --git a/diffindex-download b/diffindex-download
> index 588ca14..eb0339c 100755
> --- a/diffindex-download
> +++ b/diffindex-download
> @@ -288,6 +288,12 @@ sub parse_index {
>              }
>              $previous = undef;
>          }
> +        elsif ( $line =~ m{^[^ :]+:}) {
> +            $section = 'ignore';
> +        }
> +        elsif ($section eq 'ignore') {
> +            next;
> +        }
>          elsif ( $line =~ m{^\s+($re_sum)\s+(\d+)\s+(\S+)\s*$} ) {
>              my ( $sum, $size, $name ) = ( lc($1), $2, $3 );
>              if ( !defined $section ) {

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: apt-file
Source-Version: 2.5.5

We believe that the bug you reported is fixed in the latest version of
apt-file, which is due to be installed in the Debian FTP archive.

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.
Niels Thykier <[email protected]> (supplier of updated apt-file 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: Sat, 02 Jan 2016 13:10:29 +0000
Source: apt-file
Binary: apt-file
Architecture: source
Version: 2.5.5
Distribution: unstable
Urgency: medium
Maintainer: Niels Thykier <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
 apt-file   - search for files within Debian packages (command-line interface)
Closes: 809656
Changes:
 apt-file (2.5.5) unstable; urgency=medium
 .
   * diffindex-download: Ignore unknown fields in the PDiff
     Index file.  Thanks to Julien Cristau for reporting
     the issue.  (Closes: #809656)
Checksums-Sha1:
 12a4099902032e1179b06a4d16fcd632ba746d90 1849 apt-file_2.5.5.dsc
 1ea997d3e08b8111ec7c8ee798c9e1e9d4814a06 35940 apt-file_2.5.5.tar.xz
Checksums-Sha256:
 c43426180ede877db627bdec40e7a9634c78069bdba83ad20f76396fa0ba9500 1849 
apt-file_2.5.5.dsc
 fd41dc13816c1558e880faedbd4ca0464394cb79f7881ac4c66f76c55724f90a 35940 
apt-file_2.5.5.tar.xz
Files:
 a62f481080ab96e059cf77c191168180 1849 admin optional apt-file_2.5.5.dsc
 5ccf941584d3531a779548fc3412b1aa 35940 admin optional apt-file_2.5.5.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWh80CAAoJEAVLu599gGRC5PYP/RYW+mu1mguihyHCnGhgzkPH
dJbM9f5zi/S5iFu+Nlwi5IVdEzWgSDrPxKZlNIAG1VTwbFMiRioaiZnnq5OZtb1F
+m1td0Sa4PAmsecgNBGiMjoKjcGlOivXMxPTIUUvNP+CIWQqDIcDccmRfWiGJS+m
0GVXwlr1snRe0/Tl7Ays++pvTl6c6XXOHkEv+E0hb/MWMPDdyPW7/eC9/B1jHFyj
AHr4xYB8S1Io5i3xCYvkt0vRm1bDgCIGzjh1vL085OtQMwT2v9ozC0U78iNn+Apg
6RFPO1I2VJewIZkiWoVuVV6PvNBpnnv9yV+WRjhPU0j7t/7kZqJSySjj8/gp1slp
3sJW30tZM3PqFblv4l46P8A7QZ7smqM5SWoO4N8BagWGaWdc730MjXuBFXUuKtGX
V7R/GVMrfEw4aAqPwASGhV0zPnaolQLKJ2p/bpCSU7aVy3fizjYr+qITmWzPjBPB
us8uh5p6+qOzM0VF4fSsZVLw9uuZt2Dm4oUr+1iz8YswmQcq2Y/90CpW8zWiybXx
dqcE4cn3nvAF33VIn0qYQxsNrUP5TSGd2jfOMDAmYLptaQ3DlQyK6+s2x/lUuRqs
QuPCrmo5tnu3HiEIuCjI9t2JUFIR4h7dZtb3il9bGeV3LjRHLWKS1s+7SJ9Mn3kF
rnTZ59CyA/02IPabw9Ao
=m7g/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to