Package: apt-proxy
Version: 1.9.36.3+nmu1
Severity: normal
Tags: patch
Error we got:
'[HttpRequestClient] abort - unknown extension for file
dists/lenny/main/installer-i386/current/images/netboot/xen/vmlinuz'
Pretty trivial, really. Quoth diff -ruN:
--- ./apt_proxy/cache.py.orig 2008-06-28 20:31:24.000000000 +0200
+++ ./apt_proxy/cache.py 2010-12-06 12:14:55.000000000 +0100
@@ -517,7 +517,8 @@
FileType(r"(?:^|/)(?:pkglist|release|srclist)(?:\.(?:\w|-)+)?"
r"(?:\.(?:gz|bz2))?$",
"text/plain", 1),
- FileType(r"\.gz$", "x-gzip", 1)
+ FileType(r"\.gz$", "x-gzip", 1),
+ FileType(r"vmlinuz$$", "application/octet-stream", 1)
)
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Richard
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]