Index: trunk/debs/varnish3/debian/patches/01-varnishncsa-udp.dpatch |
— | — | @@ -2,12 +2,12 @@ |
3 | 3 | ## 01-varnishncsa-udp.dpatch by <root@ragweed.knams.wikimedia.org> |
4 | 4 | ## |
5 | 5 | ## All lines beginning with `## DP:' are a description of the patch. |
6 | | -## DP: add udp multicast support, seq number |
| 6 | +## DP: multicast udp logging w/seq numbering |
7 | 7 | |
8 | 8 | @DPATCH@ |
9 | 9 | |
10 | 10 | --- varnish3-3.0.0~/bin/varnishncsa/varnishncsa.c 2011-08-09 23:55:17.000000000 +0000 |
11 | | -+++ varnish3-3.0.0/bin/varnishncsa/varnishncsa.c 2011-08-11 21:22:37.000000000 +0000 |
12 | 11 | @@ -79,6 +79,13 @@ |
13 | 12 | #include "varnishapi.h" |
14 | 13 | #include "base64.h" |
— | — | @@ -127,3 +127,12 @@ |
128 | 128 | |
129 | 129 | vd = VSM_New(); |
130 | 130 | VSL_Setup(vd); |
| 131 | +@@ -739,7 +794,7 @@ |
| 132 | + fprintf(stderr, "-f and -F can not be combined\n"); |
| 133 | + exit(1); |
| 134 | + } |
| 135 | +- format = "%{X-Forwarded-For}i %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""; |
| 136 | ++ format = "%{X-Forwarded-For}i %n %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""; |
| 137 | + format_flag = 1; |
| 138 | + break; |
| 139 | + case 'F': |
Index: trunk/debs/varnish3/debian/changelog |
— | — | @@ -1,3 +1,9 @@ |
| 2 | +varnish3 (3.0.0-1wmf4) lucid; urgency=low |
| 3 | + |
| 4 | + * -f (xff ip's) option defaulted to ncsa log format, now like wmf squids |
| 5 | + |
| 6 | + -- Asher Feldman <afledman@wikimedia.org> Thu, 18 Aug 2011 21:32:29 +0000 |
| 7 | + |
2 | 8 | varnish3 (3.0.0-1wmf3) lucid; urgency=low |
3 | 9 | |
4 | 10 | * Increase mcast ttl from 1 to 6 |
— | — | @@ -2,3 +8,3 @@ |
3 | 9 | |
4 | | - -- Asher Feldman <afledman@wikimedia.org> Thu, 15 Aug 2011 20:32:29 +0000 |
| 10 | + -- Asher Feldman <afledman@wikimedia.org> Mon, 15 Aug 2011 20:32:29 +0000 |
5 | 11 | |