Your message dated Tue, 03 Mar 2009 21:17:10 +0000
with message-id <[email protected]>
and subject line Bug#510602: fixed in apt-cacher 1.6.8
has caused the Debian Bug report #510602,
regarding Fwd: 400 error message given by apt-cacher
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.)
--
510602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510602
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt-cache
Version: 1.6.7
There's a typo in the 400 error message given by apt-cacher.
15:32:30 - flash:[...ees/apt-cacher-1.6.7ubuntu2] grep -rn "Recieved" *
apt-cacher2:362: &sendrsp(400, 'No Request Recieved');
It should be "Received".
patch attached.
--- apt-cacher2.orig 2008-12-19 15:35:40.000000000 -0800
+++ apt-cacher2 2008-12-19 15:35:48.000000000 -0800
@@ -359,7 +359,7 @@ sub handle_connection {
if (!defined($_)) {
exit(0) if $mode && $mode eq 'cgi';
- &sendrsp(400, 'No Request Recieved');
+ &sendrsp(400, 'No Request Received');
exit(4);
}
--- End Message ---
--- Begin Message ---
Source: apt-cacher
Source-Version: 1.6.8
We believe that the bug you reported is fixed in the latest version of
apt-cacher, which is due to be installed in the Debian FTP archive:
apt-cacher_1.6.8.dsc
to pool/main/a/apt-cacher/apt-cacher_1.6.8.dsc
apt-cacher_1.6.8.tar.gz
to pool/main/a/apt-cacher/apt-cacher_1.6.8.tar.gz
apt-cacher_1.6.8_all.deb
to pool/main/a/apt-cacher/apt-cacher_1.6.8_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.
Mark Hindley <[email protected]> (supplier of updated apt-cacher 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 Feb 2009 09:17:21 +0000
Source: apt-cacher
Binary: apt-cacher
Architecture: source all
Version: 1.6.8
Distribution: unstable
Urgency: low
Maintainer: Mark Hindley <[email protected]>
Changed-By: Mark Hindley <[email protected]>
Description:
apt-cacher - Caching proxy for Debian package and source files
Closes: 330234 510569 510602
Changes:
apt-cacher (1.6.8) unstable; urgency=low
.
* Fix typo (closes: #510602)
* Use KILL if TERM fails in init script (closes: #330234)
* Get port from environment in CGI mode (closes: #510569)
Checksums-Sha1:
cd742d4f2a0c3f60909458259c3bffd076c8f229 819 apt-cacher_1.6.8.dsc
d8e20fd30e8ea63e42a10d9f50256802c800b4d0 95156 apt-cacher_1.6.8.tar.gz
09c2ec49113de4ca4fc03984c5ff0680ff2e8c14 77370 apt-cacher_1.6.8_all.deb
Checksums-Sha256:
8c9915cdbc8f8da811e5cd17aa2dc4d3fcb1f1880732bdc2bfab511e67ccda82 819
apt-cacher_1.6.8.dsc
ba47a80cec3586f77a9daaf1668001ef9354d54c32c82be379a2484316ae9923 95156
apt-cacher_1.6.8.tar.gz
00f25c1ad9e6072ba2221d4809600f2b6f993f72cd11c7658c340b22c3d0c1d3 77370
apt-cacher_1.6.8_all.deb
Files:
6663c227f4b294cc216ac65ba706c429 819 net optional apt-cacher_1.6.8.dsc
3d21bd86927d82ab07ceba51c202de30 95156 net optional apt-cacher_1.6.8.tar.gz
1f0fe2802786047f29656b2fa8cfa8ee 77370 net optional apt-cacher_1.6.8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFJrZr44QZIHu3wCMURAuE8AKCDy5MErIjQh8k8Sw0NULG4VQmMywCfUu2p
8opv7PUQsbnNhDvKUU3LbQk=
=tEO4
-----END PGP SIGNATURE-----
--- End Message ---