Your message dated Thu, 12 Dec 2013 13:48:23 +0000
with message-id <[email protected]>
and subject line Bug#695279: fixed in approx 5.4-1
has caused the Debian Bug report #695279,
regarding approx does not follow redirects for HEAD requests
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.)
--
695279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695279
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: approx
Version: 5.3-1
Severity: important
Approx does not follow HTTP redirects for HTTP HEAD requests. It instead
enters a loop retrying the original URL several times until it times
out. I discovered this by using apt-file update against a approx proxy
configured to use http.debian.net.
Gaudenz
Example request for:
wget -O /dev/null --spider
http://localhost:9999/backports/dists/squeeze-backports/Contents-amd64.gz
(--spider results in wget using a HEAD request)
With approx configured to directly connect to backports.debian.org:
backports http://backports.debian.org/debian-backports/
Dec 6 16:08:08 meteor approx[15238]: Connection from 127.0.0.1 port 56285
Dec 6 16:08:08 meteor approx[15238]: Request: HEAD
/backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:08:08 meteor approx[15238]: User-Agent: Wget/1.13.4 (linux-gnu)
Dec 6 16:08:08 meteor approx[15238]: Accept: */*
Dec 6 16:08:08 meteor approx[15238]: Host: localhost:9999
Dec 6 16:08:08 meteor approx[15238]: Connection: Keep-Alive
Dec 6 16:08:08 meteor approx[15238]: => cache miss
Dec 6 16:08:08 meteor approx[15238]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://backports.debian.org/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:08:08 meteor approx[15238]: HTTP/1.1 200 OK
Dec 6 16:08:08 meteor approx[15238]: Date: Thu, 06 Dec 2012 15:08:08 GMT
Dec 6 16:08:08 meteor approx[15238]: Server: Apache
Dec 6 16:08:08 meteor approx[15238]: Last-Modified: Sun, 02 Dec 2012
16:35:52 GMT
Dec 6 16:08:08 meteor approx[15238]: ETag: "2d8022-2075c5-4cfe139d9aa00"
Dec 6 16:08:08 meteor approx[15238]: Accept-Ranges: bytes
Dec 6 16:08:08 meteor approx[15238]: Content-Length: 2127301
Dec 6 16:08:08 meteor approx[15238]: Content-Type: application/x-gzip
Dec 6 16:08:08 meteor approx[15238]: Proxy response
Dec 6 16:08:08 meteor approx[15238]: Content-Type: text/plain
Dec 6 16:08:08 meteor approx[15238]: Status: 200
Dec 6 16:08:08 meteor approx[15238]: Last-Modified: Sun, 02 Dec 2012
16:35:52 GMT
Dec 6 16:08:08 meteor approx[15238]: Content-Length: 2127301
Dec 6 16:08:08 meteor approx[15238]:
http://backports.debian.org/debian-backports//dists/squeeze-backports/Contents-amd64.gz:
delivered
With approx configured to use http.debian.net and thus receiving a redirect
(cached result deleted between tests):
backports http://http.debian.net/debian-backports/
Dec 6 16:09:49 meteor approx[15297]: Connection from 127.0.0.1 port 56292
Dec 6 16:09:49 meteor approx[15297]: Request: HEAD
/backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:49 meteor approx[15297]: User-Agent: Wget/1.13.4 (linux-gnu)
Dec 6 16:09:49 meteor approx[15297]: Accept: */*
Dec 6 16:09:49 meteor approx[15297]: Host: localhost:9999
Dec 6 16:09:49 meteor approx[15297]: Connection: Keep-Alive
Dec 6 16:09:49 meteor approx[15297]: => cache miss
Dec 6 16:09:49 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:50 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:50 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:49 GMT
Dec 6 16:09:50 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:50 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:50 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:50 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:50 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:50 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:50 meteor approx[15297]: X-Country: CH
Dec 6 16:09:50 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:50 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:50 meteor approx[15297]: X-Population: 1
Dec 6 16:09:50 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:50 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:50 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:50 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:50 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:50 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:50 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:50 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:50 GMT
Dec 6 16:09:50 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:50 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:50 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:50 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:50 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:50 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:50 meteor approx[15297]: X-Country: CH
Dec 6 16:09:50 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:50 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:50 meteor approx[15297]: X-Population: 1
Dec 6 16:09:50 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:50 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:50 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:50 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:50 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:50 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:50 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:50 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:50 GMT
Dec 6 16:09:50 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:50 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:50 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:50 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:50 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:50 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:50 meteor approx[15297]: X-Country: CH
Dec 6 16:09:50 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:50 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:50 meteor approx[15297]: X-Population: 1
Dec 6 16:09:50 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:50 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:50 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:50 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:50 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:50 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:50 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:50 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:50 GMT
Dec 6 16:09:50 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:50 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:50 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:50 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:50 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:50 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:50 meteor approx[15297]: X-Country: CH
Dec 6 16:09:50 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:50 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:50 meteor approx[15297]: X-Population: 1
Dec 6 16:09:50 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:50 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:50 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:50 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:50 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:50 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:51 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:51 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:51 GMT
Dec 6 16:09:51 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:51 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:51 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:51 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:51 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:51 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:51 meteor approx[15297]: X-Country: CH
Dec 6 16:09:51 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:51 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:51 meteor approx[15297]: X-Population: 1
Dec 6 16:09:51 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:51 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:51 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:51 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:51 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:51 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:51 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:51 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:51 GMT
Dec 6 16:09:51 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:51 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:51 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:51 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:51 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:51 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:51 meteor approx[15297]: X-Country: CH
Dec 6 16:09:51 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:51 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:51 meteor approx[15297]: X-Population: 1
Dec 6 16:09:51 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:51 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:51 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:51 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:51 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:51 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:52 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:52 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:52 GMT
Dec 6 16:09:52 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:52 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:52 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:52 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:52 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:52 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:52 meteor approx[15297]: X-Country: CH
Dec 6 16:09:52 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:52 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:52 meteor approx[15297]: X-Population: 1
Dec 6 16:09:52 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:52 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:52 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:52 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:52 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:52 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:52 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:52 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:52 GMT
Dec 6 16:09:52 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:52 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:52 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:52 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:52 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:52 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:52 meteor approx[15297]: X-Country: CH
Dec 6 16:09:52 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:52 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:52 meteor approx[15297]: X-Population: 1
Dec 6 16:09:52 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:52 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:52 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:52 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:52 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:52 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:53 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:53 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:53 GMT
Dec 6 16:09:53 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:53 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:53 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:53 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:53 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:53 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:53 meteor approx[15297]: X-Country: CH
Dec 6 16:09:53 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:53 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:53 meteor approx[15297]: X-Population: 1
Dec 6 16:09:53 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:53 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:53 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:53 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:53 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:53 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:53 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:53 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:53 GMT
Dec 6 16:09:53 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:53 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:53 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:53 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:53 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:53 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:53 meteor approx[15297]: X-Country: CH
Dec 6 16:09:53 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:53 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:53 meteor approx[15297]: X-Population: 1
Dec 6 16:09:53 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:53 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:53 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:53 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:53 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:53 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:54 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:54 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:53 GMT
Dec 6 16:09:54 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:54 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:54 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:54 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:54 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:54 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:54 meteor approx[15297]: X-Country: CH
Dec 6 16:09:54 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:54 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:54 meteor approx[15297]: X-Population: 1
Dec 6 16:09:54 meteor approx[15297]: X-Closest-Distance: 0.916700000000002
Dec 6 16:09:54 meteor approx[15297]: X-Distance: 0.916700000000002
Dec 6 16:09:54 meteor approx[15297]: X-Match-Type: country
Dec 6 16:09:54 meteor approx[15297]: Location:
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:54 meteor approx[15297]: Content-Type: text/plain
Dec 6 16:09:54 meteor approx[15297]: Command: /usr/bin/curl --fail --silent
--header "Pragma: no-cache" --head
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz"
Dec 6 16:09:54 meteor approx[15297]: HTTP/1.1 302 Moved Temporarily
Dec 6 16:09:54 meteor approx[15297]: Date: Thu, 06 Dec 2012 15:09:54 GMT
Dec 6 16:09:54 meteor approx[15297]: Server: Apache/2.2.16 (Debian)
Dec 6 16:09:54 meteor approx[15297]: Vary: x-web-demo,Accept-Encoding
Dec 6 16:09:54 meteor approx[15297]: X-IP: 84.253.30.238
Dec 6 16:09:54 meteor approx[15297]: X-AS: 44038
Dec 6 16:09:54 meteor approx[15297]: X-URL:
dists/squeeze-backports/Contents-amd64.gz
Dec 6 16:09:54 meteor approx[15297]: X-Arch: amd64
Dec 6 16:09:54 meteor approx[15297]: X-Country: CH
Dec 6 16:09:54 meteor approx[15297]: X-Continent: EU
Dec 6 16:09:54 meteor approx[15297]: X-Std-Dev: 0
Dec 6 16:09:54 meteor approx[15297]: X-Population: 1
(here the log ends in the middle of a request)
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (800, 'testing'), (700, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages approx depends on:
ii adduser 3.113+nmu3
ii cdebconf [debconf-2.0] 0.175
ii curl 7.26.0-1
ii debconf [debconf-2.0] 1.5.46
ii libc6 2.13-37
ii libpcre3 1:8.30-5
ii openbsd-inetd [inet-superserver] 0.20091229-2
ii rsyslog [system-log-daemon] 5.8.11-2
ii update-inetd 4.43
approx recommends no packages.
Versions of packages approx suggests:
pn libconfig-model-approx-perl <none>
-- Configuration Files:
/etc/approx/approx.conf changed:
debian http://http.debian.net/debian/
backports http://http.debian.net/debian-backports/
security http://security.debian.org/debian-security/
$max_redirects 10
$offline true
$verbose true
$debug true
-- debconf information:
approx/port: 9999
--- End Message ---
--- Begin Message ---
Source: approx
Source-Version: 5.4-1
We believe that the bug you reported is fixed in the latest version of
approx, 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.
Eric Cooper <[email protected]> (supplier of updated approx 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: Sun, 08 Dec 2013 21:13:30 -0500
Source: approx
Binary: approx
Architecture: source amd64
Version: 5.4-1
Distribution: unstable
Urgency: low
Maintainer: Eric Cooper <[email protected]>
Changed-By: Eric Cooper <[email protected]>
Description:
approx - caching proxy server for Debian archive files
Closes: 639540 679991 689444 695279 695639 705890 719912 720359 731703
Changes:
approx (5.4-1) unstable; urgency=low
.
* New upstream version
* follow redirects for HEAD requests (closes: #695279)
* eliminate Not_found exception in gc (closes: #695639)
* increase debhelper compat to 9
* update standards-version, drop dm-update-allowed
* change from gz to bz2 (closes: #639540, #689444, #705890)
* replace deprecated (or) with (||) (closes: #731703)
* add example xinetd config (closes: #720359)
* add systemd service file (closes: #679991)
* document use of /var/cache/approx/.curlrc file (closes: #719912)
* drop build-dependency on libsyslog-ocaml-dev (provided by ocamlnet now)
* add depends on bzip2 and xz-utils
Checksums-Sha1:
636f3375f31bb85aecf80849a5625f783e31dbba 1330 approx_5.4-1.dsc
e86be6133cb5d1fa3ed30db971750f1e819db48e 32644 approx_5.4.orig.tar.gz
16fe10b23b27990412256a07f4ce25e9a00bf9ac 18341 approx_5.4-1.debian.tar.gz
8ec09cd024ed58ab147be01c0ebcf78a9cabc43f 823572 approx_5.4-1_amd64.deb
Checksums-Sha256:
04d6840670854de171b14910840447f1266c674d93d2fee0e3efbf35d9a22a6c 1330
approx_5.4-1.dsc
a4227582e4d4ba5eadf7cdd599f4286fc9ce4c1a2421eb26de5e2fef369f42a3 32644
approx_5.4.orig.tar.gz
3c8f9ff0183a26ab23ffef5e2f541fe4bdd17a4d5ce4e7b9162ee6a37c5590a6 18341
approx_5.4-1.debian.tar.gz
bbededa0e9c98cd24ecb9f089c0a4dc15f024623ffcea6c1a50c4a77257e2414 823572
approx_5.4-1_amd64.deb
Files:
e77f8a581fb6e3326cb6e2b2d73aacaf 1330 admin optional approx_5.4-1.dsc
0d3b63dd6cbaeffe8614cd7e85b2274d 32644 admin optional approx_5.4.orig.tar.gz
c07694bcbf076d1bafecbbe2db4d33e6 18341 admin optional
approx_5.4-1.debian.tar.gz
8100eb775e0da0c26a9b0feed6128dd9 823572 admin optional approx_5.4-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iEYEARECAAYFAlKl7SIACgkQ99kx1LiC69fDiQCfRGZ5NdcNOtE/G2gJpsJ0GCkZ
D+MAnj62olexChCmMgQKRuCYBZa2jM5V
=j7io
-----END PGP SIGNATURE-----
--- End Message ---