Your message dated Tue, 06 Jan 2009 16:17:03 +0000
with message-id <[email protected]>
and subject line Bug#357031: fixed in apt-file 2.2.0
has caused the Debian Bug report #357031,
regarding apt-file fails silently if no http connection is possible
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.)
--
357031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357031
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt-file
Version: 2.0.7
Severity: normal
apt-file should give an error message and not fail silently if no
direct http-connection is available, e.g. if a proxy is required.
Also it should read the proxy settings from apt.conf as already
requested in bug 350716.
# apt-file --verbose update
D: got 'deb http://mirror.switch.ch/ftp/mirror/debian/ etch main non-free
contrib'
D: kept 'deb http://mirror.switch.ch/ftp/mirror/debian/ etch main non-free
contrib'
D: got 'deb http://security.debian.org/ etch/updates main contrib non-free'
D: kept 'deb http://security.debian.org/ etch/updates main contrib non-free'
D: curl -I
"http://mirror.switch.ch/ftp/mirror/debian/dists/etch/Contents-i386.gz" 2>&1 |
grep '^HTTP.*404' > /dev/null || (curl -z
"/var/cache/apt/apt-file/mirror.switch.ch_ftp_mirror_debian_dists_etch_Contents-i386.gz"
-R -o
"/var/cache/apt/apt-file/mirror.switch.ch_ftp_mirror_debian_dists_etch_Contents-i386.gz"
"http://mirror.switch.ch/ftp/mirror/debian/dists/etch/Contents-i386.gz"
>/dev/null 2>&1 && chmod 644
"/var/cache/apt/apt-file/mirror.switch.ch_ftp_mirror_debian_dists_etch_Contents-i386.gz")
D: curl -I "http://security.debian.org/dists/etch/updates/Contents-i386.gz"
2>&1 | grep '^HTTP.*404' > /dev/null || (curl -z
"/var/cache/apt/apt-file/security.debian.org_dists_etch_updates_Contents-i386.gz"
-R -o
"/var/cache/apt/apt-file/security.debian.org_dists_etch_updates_Contents-i386.gz"
"http://security.debian.org/dists/etch/updates/Contents-i386.gz" >/dev/null
2>&1 && chmod 644
"/var/cache/apt/apt-file/security.debian.org_dists_etch_updates_Contents-i386.gz")
# apt-file --verbose list bash
D: got 'deb http://mirror.switch.ch/ftp/mirror/debian/ etch main non-free
contrib'
D: kept 'deb http://mirror.switch.ch/ftp/mirror/debian/ etch main non-free
contrib'
D: got 'deb http://security.debian.org/ etch/updates main contrib non-free'
D: kept 'deb http://security.debian.org/ etch/updates main contrib non-free'
D: regexp: ^(\S+)\s+(\S*/bash.*)$
# apt-file --verbose search bash
D: got 'deb http://mirror.switch.ch/ftp/mirror/debian/ etch main non-free
contrib'
D: kept 'deb http://mirror.switch.ch/ftp/mirror/debian/ etch main non-free
contrib'
D: got 'deb http://security.debian.org/ etch/updates main contrib non-free'
D: kept 'deb http://security.debian.org/ etch/updates main contrib non-free'
D: regexp: ^(.*?bash[^\s]*)\s+(\S+)\s*$
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_CH (charmap=ISO-8859-1)
Versions of packages apt-file depends on:
ii curl 7.15.1-1 Get a file from an HTTP, HTTPS, FT
ii gzip 1.3.5-12 The GNU compression utility
ii libapt-pkg-perl 0.1.18+b1 Perl interface to libapt-pkg
ii libconfigfile-perl 1.2.1 Parses simple configuration files
ii perl 5.8.8-2 Larry Wall's Practical Extraction
ii wget 1.10.2-1 retrieves files from the web
apt-file recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: apt-file
Source-Version: 2.2.0
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:
apt-file_2.2.0.dsc
to pool/main/a/apt-file/apt-file_2.2.0.dsc
apt-file_2.2.0.tar.gz
to pool/main/a/apt-file/apt-file_2.2.0.tar.gz
apt-file_2.2.0_all.deb
to pool/main/a/apt-file/apt-file_2.2.0_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.
Stefan Fritsch <[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: SHA1
Format: 1.8
Date: Tue, 06 Jan 2009 16:59:04 +0100
Source: apt-file
Binary: apt-file
Architecture: source all
Version: 2.2.0
Distribution: unstable
Urgency: low
Maintainer: Stefan Fritsch <[email protected]>
Changed-By: Stefan Fritsch <[email protected]>
Description:
apt-file - search for files within Debian packages (command-line interface)
Closes: 357031 373589 381613 506554 507092
Changes:
apt-file (2.2.0) unstable; urgency=low
.
* Ship 'diffindex-download' and 'diffindex-rred' for downloading patches
instead of the full Contents files. Use this for http and ftp in default
config file (closes: #373589).
* diffindex-download uses curl with progress meter enabled by default
(can be changed in apt-file.conf). Closes: #381613
Therefore always depend on curl and remove dependency on wget.
* diffindex-download prints some error messages if no connection is possible
(closes: #357031).
* Make 'apt-file purge' remove old content files even if the sources.list
line has been removed in the meantime (closes: #507092).
* Make tests not require wget or curl during build-time. Thanks James Westby
(closes: #506554).
Checksums-Sha1:
5eb1cdcb10d4fba0dd51a176d7498ce9ee53a152 966 apt-file_2.2.0.dsc
4850c7772eaf90583693b00f5d9df77b94253ea0 33043 apt-file_2.2.0.tar.gz
ed400e6f774b6318850f3fec66645b442df8672a 26420 apt-file_2.2.0_all.deb
Checksums-Sha256:
e84b601f056b21af4e87e12d0ebb03e04c0a910aa25d7cc3e3b3e42b74c00ff7 966
apt-file_2.2.0.dsc
f1fc5c0a833dabb470d49384f79ddb81e2e48f74b50ac45c696519094daed1a2 33043
apt-file_2.2.0.tar.gz
e2938f24b01867e94294c318c1b61e95f932c1ce8c1b3c61ce33a1f42c20328d 26420
apt-file_2.2.0_all.deb
Files:
77bbf01ca302a8407179dfea25a4c368 966 admin optional apt-file_2.2.0.dsc
d3558057eecb13bbfe1e8ed71eeed665 33043 admin optional apt-file_2.2.0.tar.gz
b4cca2e63fca37de4aa90597bb08994f 26420 admin optional apt-file_2.2.0_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFJY4FKbxelr8HyTqQRAnJNAKC7uDIsnSY6p4htMk7E7G4uTBUtFwCgq2ri
geKnIhF7qiluOTrVeAmoQKg=
=fhmH
-----END PGP SIGNATURE-----
--- End Message ---