Your message dated Thu, 04 Oct 2007 21:02:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#364904: fixed in apt-cacher 1.5.5 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: apt-cacher Version: 1.5.3 Severity: normal Tags: patch apt-listbugs read the apt.conf for the proxy and use the proxy for fetching the bugs. So the following lines need to be add to support the file type index.db-.*.gz --- /tmp/apt-cacher 2006-04-26 16:18:13.694362752 +0200 +++ /usr/sbin/apt-cacher 2006-04-26 16:06:27.000000000 +0200 @@ -655,6 +655,12 @@ $new_filename =~ s/\//_/g; debug_message("new long filename: $new_filename"); } + elsif ($filename =~ /index\.db-.*\.gz$/) { + # the apt-listbug index + # I m not sure,if we want to cache it,... + $new_filename = $filename; + debug_message("new index.db-... from apt-listbug with just basename: $new_filename"); + } elsif ($filename =~ /$index_files_regexp/) { $is_index_file=1; # It's a Packages.gz or related file: make a long filename so we can cache these files without The proposal patch is definitively not a final patch as I do not know the whole code around, but solved my problem. Btw, when do you plan to release apt-cacher II ? cheers, david -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--- End Message ---
--- Begin Message ---Source: apt-cacher Source-Version: 1.5.5 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.5.5.dsc to pool/main/a/apt-cacher/apt-cacher_1.5.5.dsc apt-cacher_1.5.5.tar.gz to pool/main/a/apt-cacher/apt-cacher_1.5.5.tar.gz apt-cacher_1.5.5_all.deb to pool/main/a/apt-cacher/apt-cacher_1.5.5_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.7 Date: Wed, 03 Oct 2007 08:59:54 +0100 Source: apt-cacher Binary: apt-cacher Architecture: source all Version: 1.5.5 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: 322299 354925 355157 355160 364361 364904 365507 366348 366624 366648 370453 373280 383480 384210 387449 390585 394541 410920 412743 413391 414156 415398 428131 442800 444677 Changes: apt-cacher (1.5.5) unstable; urgency=low . * Make apt-cacher-report.pl more tolerant of logfile corruption. Thanks to Olaf Scholz for patch (closes: #366348, #444677) * Don't change /etc/apache/httpd.conf if no apt-cacher config found. * Move shared install/remove code to apt-cacher-lib. * Add link to /usr/lib/cgi-bin for non-apache httpd servers. * README.Debian: suggest workaround to cache for both Ubuntu and Debian distributions (closes: #354925, #366624, #415398) * Check for Host header in HTTP/1.1 request. * Respect no-cache directives in request and pass through to upstream. * apt-cacher-format-transition: Remove accept \r\n in headers on import (closes: #355157). Add informational messages. * Keep command-line options on config reload (SIGHUP). * Differentiate between absolute URIs. Can be HTTP 1.1 proxy or HTTP 1.3. See rfc2616. (closes: 387449, #413391) * Handle SIGUSR1 to toggle debug ouput. * Fix man page CGI mode prefix. * Control checksumming with config option checksum * Lists in config file are delimited by ',' or ';' * Check installation directories and logfiles on startup. Recreate if necessary (closes: #370453) * No default http_proxy and http_proxy_auth. * Support vmlinuz and initrd.gz files for Debian-live. * Significant rewrite of manpage. (closes: #442800, #364361) * Restart after rotating logfiles (closes: #414156, #390585) * apt-cache-report: run as user:group from config file (closes: #383480) * Actually support rate limit suffixes as specified in man page (closes: #410920) * Return Connection: close even if keep-alive requested for 404 error (closes: #322299, #384210) * Rationalise example usage in usage_error. Use Sys::Hostname to build the example. Configfile example_sources_line is no longer used. (closes: #365507) * Dynamically generate configuration info in usage_error. * Check size of cached files. Warn and refresh is mismatch (closes: #373280, #412743, #366648) * Add support for index.db-*.gz files as used by apt-listbugs. (closes: #364904) * Decode ascii hex codes in URL. (closes: #394541) * Add support for Translation-*.bz2 files. * Rationalise locking in apt-cacher-cleanup. Based on patch from Adrian Bridgett (closes: 428131) * apt-cacher-import: check return of rename and die with helpful error message if it fails. (closes: #355160) Files: 6033a6fa812b775f6eadba6acf64c7cc 615 net optional apt-cacher_1.5.5.dsc 398660b2e00cc4b07df2e528af6755fc 87550 net optional apt-cacher_1.5.5.tar.gz f739f6aa7a0e86482f32fead78cf25a5 67408 net optional apt-cacher_1.5.5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHBVJU4QZIHu3wCMURAhyTAJ4xeOFvC4O2XYdIS4BR5s8h6lr3UACfYkGe NtEmObW9gERT+PwByIXpCWY= =VLsF -----END PGP SIGNATURE-----
--- End Message ---

