aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/squid/files/CVE-2023-46728.patch
blob: b11721041e40c71ce308cc428221b0a6979ec36a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
Partial backport of:

From 6ea12e8fb590ac6959e9356a81aa3370576568c3 Mon Sep 17 00:00:00 2001
From: Alex Rousskov <rousskov@measurement-factory.com>
Date: Tue, 26 Jul 2022 15:05:54 +0000
Subject: [PATCH] Remove support for Gopher protocol (#1092)

Gopher code quality remains too low for production use in most
environments. The code is a persistent source of vulnerabilities and
fixing it requires significant effort. We should not be spending scarce
Project resources on improving that code, especially given the lack of
strong demand for Gopher support.

With this change, Gopher requests will be handled like any other request
with an unknown (to Squid) protocol. For example, HTTP requests with
Gopher URI scheme result in ERR_UNSUP_REQ.

Default Squid configuration still considers TCP port 70 "safe". The
corresponding Safe_ports ACL rule has not been removed for consistency
sake: We consider WAIS port safe even though Squid refuses to forward
WAIS requests:

    acl Safe_ports port 70          # gopher
    acl Safe_ports port 210         # wais

Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/squid/tree/debian/patches/CVE-2023-46728.patch?h=ubuntu/focal-security&id=9ccd217ca9428c9a6597e9310a99552026b245fa
Upstream commit https://github.com/squid-cache/squid/commit/6ea12e8fb590ac6959e9356a81aa3370576568c3]
CVE: CVE-2023-46728
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
---
 doc/Programming-Guide/Groups.dox         |   5 -
 doc/debug-sections.txt                   |   1 -
 doc/manuals/de.po                        |   2 +-
 doc/manuals/en.po                        |   2 +-
 doc/manuals/en_AU.po                     |   2 +-
 doc/manuals/es.po                        |   2 +-
 doc/manuals/fr.po                        |   2 +-
 doc/manuals/it.po                        |   2 +-
 errors/af.po                             |   6 +-
 errors/az.po                             |   6 +-
 errors/bg.po                             |   6 +-
 errors/ca.po                             |   6 +-
 errors/cs.po                             |   6 +-
 errors/da.po                             |   6 +-
 errors/de.po                             |   6 +-
 errors/el.po                             |   4 +-
 errors/en.po                             |   6 +-
 errors/errorpage.css                     |   2 +-
 errors/es-mx.po                          |   3 +-
 errors/es.po                             |   4 +-
 errors/et.po                             |   6 +-
 errors/fi.po                             |   7 +-
 errors/fr.po                             |   6 +-
 errors/he.po                             |   6 +-
 errors/hu.po                             |   6 +-
 errors/hy.po                             |   6 +-
 errors/it.po                             |   4 +-
 errors/ja.po                             |   6 +-
 errors/ko.po                             |   6 +-
 errors/lt.po                             |   6 +-
 errors/lv.po                             |   6 +-
 errors/nl.po                             |   6 +-
 errors/pl.po                             |   6 +-
 errors/pt-br.po                          |   6 +-
 errors/pt.po                             |   6 +-
 errors/ro.po                             |   4 +-
 errors/ru.po                             |   6 +-
 errors/sk.po                             |   6 +-
 errors/sl.po                             |   6 +-
 errors/sr-latn.po                        |   4 +-
 errors/sv.po                             |   6 +-
 errors/templates/ERR_UNSUP_REQ           |   2 +-
 errors/tr.po                             |   6 +-
 errors/uk.po                             |   6 +-
 errors/vi.po                             |   4 +-
 errors/zh-hans.po                        |   6 +-
 errors/zh-hant.po                        |   7 +-
 src/FwdState.cc                          |   5 -
 src/HttpRequest.cc                       |   6 -
 src/IoStats.h                            |   2 +-
 src/Makefile.am                          |   8 -
 src/adaptation/ecap/Host.cc              |   1 -
 src/adaptation/ecap/MessageRep.cc        |   2 -
 src/anyp/ProtocolType.h                  |   1 -
 src/anyp/Uri.cc                          |   1 -
 src/anyp/UriScheme.cc                    |   3 -
 src/cf.data.pre                          |   5 +-
 src/client_side_request.cc               |   4 -
 src/error/forward.h                      |   2 +-
 src/gopher.cc                            | 993 -----------------------
 src/gopher.h                             |  29 -
 src/http/Message.h                       |   1 -
 src/mgr/IoAction.cc                      |   3 -
 src/mgr/IoAction.h                       |   2 -
 src/squid.8.in                           |   2 +-
 src/stat.cc                              |  19 -
 src/tests/Stub.am                        |   1 -
 src/tests/stub_gopher.cc                 |  17 -
 test-suite/squidconf/regressions-3.4.0.1 |   1 -
 69 files changed, 88 insertions(+), 1251 deletions(-)
 delete mode 100644 src/gopher.cc
 delete mode 100644 src/gopher.h
 delete mode 100644 src/tests/stub_gopher.cc

--- a/src/FwdState.cc
+++ b/src/FwdState.cc
@@ -28,7 +28,6 @@
 #include "fde.h"
 #include "FwdState.h"
 #include "globals.h"
-#include "gopher.h"
 #include "hier_code.h"
 #include "http.h"
 #include "http/Stream.h"
@@ -1004,10 +1003,6 @@ FwdState::dispatch()
             httpStart(this);
             break;
 
-        case AnyP::PROTO_GOPHER:
-            gopherStart(this);
-            break;
-
         case AnyP::PROTO_FTP:
             if (request->flags.ftpNative)
                 Ftp::StartRelay(this);
--- a/src/HttpRequest.cc
+++ b/src/HttpRequest.cc
@@ -18,7 +18,6 @@
 #include "Downloader.h"
 #include "err_detail_type.h"
 #include "globals.h"
-#include "gopher.h"
 #include "http.h"
 #include "http/one/RequestParser.h"
 #include "http/Stream.h"
@@ -556,11 +555,6 @@ HttpRequest::maybeCacheable()
             return false;
         break;
 
-    case AnyP::PROTO_GOPHER:
-        if (!gopherCachable(this))
-            return false;
-        break;
-
     case AnyP::PROTO_CACHE_OBJECT:
         return false;
 
--- a/src/IoStats.h
+++ b/src/IoStats.h
@@ -22,7 +22,7 @@ public:
         int writes;
         int write_hist[histSize];
     }
-    Http, Ftp, Gopher;
+    Http, Ftp;
 };
 
 #endif /* SQUID_IOSTATS_H_ */
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -306,8 +306,6 @@ squid_SOURCES = \
 	FwdState.h \
 	Generic.h \
 	globals.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	helper.h \
 	hier_code.h \
@@ -1259,8 +1257,6 @@ tests_testCacheManager_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	hier_code.h \
 	helper.cc \
 	$(HTCPSOURCE) \
@@ -1678,8 +1674,6 @@ tests_testEvent_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	hier_code.h \
 	$(HTCPSOURCE) \
@@ -1914,8 +1908,6 @@ tests_testEventLoop_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	hier_code.h \
 	$(HTCPSOURCE) \
@@ -2145,8 +2137,6 @@ tests_test_http_range_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	hier_code.h \
 	$(HTCPSOURCE) \
@@ -2461,8 +2451,6 @@ tests_testHttpRequest_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	hier_code.h \
 	$(HTCPSOURCE) \
@@ -3307,8 +3295,6 @@ tests_testURL_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	hier_code.h \
 	$(HTCPSOURCE) \
--- a/src/adaptation/ecap/Host.cc
+++ b/src/adaptation/ecap/Host.cc
@@ -49,7 +49,6 @@ Adaptation::Ecap::Host::Host()
     libecap::protocolHttp.assignHostId(AnyP::PROTO_HTTP);
     libecap::protocolHttps.assignHostId(AnyP::PROTO_HTTPS);
     libecap::protocolFtp.assignHostId(AnyP::PROTO_FTP);
-    libecap::protocolGopher.assignHostId(AnyP::PROTO_GOPHER);
     libecap::protocolWais.assignHostId(AnyP::PROTO_WAIS);
     libecap::protocolUrn.assignHostId(AnyP::PROTO_URN);
     libecap::protocolWhois.assignHostId(AnyP::PROTO_WHOIS);
--- a/src/adaptation/ecap/MessageRep.cc
+++ b/src/adaptation/ecap/MessageRep.cc
@@ -140,8 +140,6 @@ Adaptation::Ecap::FirstLineRep::protocol
         return libecap::protocolHttps;
     case AnyP::PROTO_FTP:
         return libecap::protocolFtp;
-    case AnyP::PROTO_GOPHER:
-        return libecap::protocolGopher;
     case AnyP::PROTO_WAIS:
         return libecap::protocolWais;
     case AnyP::PROTO_WHOIS:
--- a/src/anyp/ProtocolType.h
+++ b/src/anyp/ProtocolType.h
@@ -27,7 +27,6 @@ typedef enum {
     PROTO_HTTPS,
     PROTO_COAP,
     PROTO_COAPS,
-    PROTO_GOPHER,
     PROTO_WAIS,
     PROTO_CACHE_OBJECT,
     PROTO_ICP,
--- a/src/anyp/Uri.cc
+++ b/src/anyp/Uri.cc
@@ -852,8 +852,6 @@ urlCheckRequest(const HttpRequest * r)
         if (r->method == Http::METHOD_PUT)
             rc = 1;
 
-    case AnyP::PROTO_GOPHER:
-
     case AnyP::PROTO_WAIS:
 
     case AnyP::PROTO_WHOIS:
--- a/src/anyp/UriScheme.cc
+++ b/src/anyp/UriScheme.cc
@@ -87,9 +87,6 @@ AnyP::UriScheme::defaultPort() const
         // Assuming IANA policy of allocating same port for base and TLS protocol versions will occur.
         return 5683;
 
-    case AnyP::PROTO_GOPHER:
-        return 70;
-
     case AnyP::PROTO_WAIS:
         return 210;
 
--- a/src/client_side_request.cc
+++ b/src/client_side_request.cc
@@ -33,7 +33,6 @@
 #include "fd.h"
 #include "fde.h"
 #include "format/Token.h"
-#include "gopher.h"
 #include "helper.h"
 #include "helper/Reply.h"
 #include "http.h"
@@ -965,9 +964,6 @@ clientHierarchical(ClientHttpRequest * h
     if (request->url.getScheme() == AnyP::PROTO_HTTP)
         return method.respMaybeCacheable();
 
-    if (request->url.getScheme() == AnyP::PROTO_GOPHER)
-        return gopherCachable(request);
-
     if (request->url.getScheme() == AnyP::PROTO_CACHE_OBJECT)
         return 0;
 
--- a/src/err_type.h
+++ b/src/err_type.h
@@ -65,7 +65,7 @@ typedef enum {
     ERR_GATEWAY_FAILURE,
 
     /* Special Cases */
-    ERR_DIR_LISTING,            /* Display of remote directory (FTP, Gopher) */
+    ERR_DIR_LISTING,            /* Display of remote directory (FTP) */
     ERR_SQUID_SIGNATURE,        /* not really an error */
     ERR_SHUTTING_DOWN,
     ERR_PROTOCOL_UNKNOWN,
--- a/src/HttpMsg.h
+++ b/src/HttpMsg.h
@@ -38,7 +38,6 @@ public:
         srcFtp = 1 << (16 + 1), ///< ftp_port or FTP server
         srcIcap = 1 << (16 + 2), ///< traditional ICAP service without encryption
         srcEcap = 1 << (16 + 3), ///< eCAP service that uses insecure libraries/daemons
-        srcGopher = 1 << (16 + 14), ///< Gopher server
         srcWhois = 1 << (16 + 15), ///< Whois server
         srcUnsafe = 0xFFFF0000,  ///< Unsafe sources mask
         srcSafe = 0x0000FFFF ///< Safe sources mask
--- a/src/mgr/IoAction.cc
+++ b/src/mgr/IoAction.cc
@@ -35,9 +35,6 @@ Mgr::IoActionData::operator += (const Io
     ftp_reads += stats.ftp_reads;
     for (int i = 0; i < IoStats::histSize; ++i)
         ftp_read_hist[i] += stats.ftp_read_hist[i];
-    gopher_reads += stats.gopher_reads;
-    for (int i = 0; i < IoStats::histSize; ++i)
-        gopher_read_hist[i] += stats.gopher_read_hist[i];
 
     return *this;
 }
--- a/src/mgr/IoAction.h
+++ b/src/mgr/IoAction.h
@@ -27,10 +27,8 @@ public:
 public:
     double http_reads;
     double ftp_reads;
-    double gopher_reads;
     double http_read_hist[IoStats::histSize];
     double ftp_read_hist[IoStats::histSize];
-    double gopher_read_hist[IoStats::histSize];
 };
 
 /// implement aggregated 'io' action
--- a/src/stat.cc
+++ b/src/stat.cc
@@ -206,12 +206,6 @@ GetIoStats(Mgr::IoActionData& stats)
     for (i = 0; i < IoStats::histSize; ++i) {
         stats.ftp_read_hist[i] = IOStats.Ftp.read_hist[i];
     }
-
-    stats.gopher_reads = IOStats.Gopher.reads;
-
-    for (i = 0; i < IoStats::histSize; ++i) {
-        stats.gopher_read_hist[i] = IOStats.Gopher.read_hist[i];
-    }
 }
 
 void
@@ -245,19 +239,6 @@ DumpIoStats(Mgr::IoActionData& stats, St
     }
 
     storeAppendPrintf(sentry, "\n");
-    storeAppendPrintf(sentry, "Gopher I/O\n");
-    storeAppendPrintf(sentry, "number of reads: %.0f\n", stats.gopher_reads);
-    storeAppendPrintf(sentry, "Read Histogram:\n");
-
-    for (i = 0; i < IoStats::histSize; ++i) {
-        storeAppendPrintf(sentry, "%5d-%5d: %9.0f %2.0f%%\n",
-                          i ? (1 << (i - 1)) + 1 : 1,
-                          1 << i,
-                          stats.gopher_read_hist[i],
-                          Math::doublePercent(stats.gopher_read_hist[i], stats.gopher_reads));
-    }
-
-    storeAppendPrintf(sentry, "\n");
 }
 
 static const char *
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -263,7 +263,7 @@ am__squid_SOURCES_DIST = AclRegs.cc Auth
 	ExternalACL.h ExternalACLEntry.cc ExternalACLEntry.h \
 	FadingCounter.h FadingCounter.cc fatal.h fatal.cc fd.h fd.cc \
 	fde.cc fde.h FileMap.h filemap.cc fqdncache.h fqdncache.cc \
-	FwdState.cc FwdState.h Generic.h globals.h gopher.h gopher.cc \
+	FwdState.cc FwdState.h Generic.h globals.h \
 	helper.cc helper.h hier_code.h HierarchyLogEntry.h htcp.cc \
 	htcp.h http.cc http.h HttpHeaderFieldStat.h HttpHdrCc.h \
 	HttpHdrCc.cc HttpHdrCc.cci HttpHdrRange.cc HttpHdrSc.cc \
@@ -352,7 +352,7 @@ am_squid_OBJECTS = $(am__objects_1) Acce
 	EventLoop.$(OBJEXT) external_acl.$(OBJEXT) \
 	ExternalACLEntry.$(OBJEXT) FadingCounter.$(OBJEXT) \
 	fatal.$(OBJEXT) fd.$(OBJEXT) fde.$(OBJEXT) filemap.$(OBJEXT) \
-	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) gopher.$(OBJEXT) \
+	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) \
 	helper.$(OBJEXT) $(am__objects_5) http.$(OBJEXT) \
 	HttpHdrCc.$(OBJEXT) HttpHdrRange.$(OBJEXT) HttpHdrSc.$(OBJEXT) \
 	HttpHdrScTarget.$(OBJEXT) HttpHdrContRange.$(OBJEXT) \
@@ -539,7 +539,7 @@ am__tests_testCacheManager_SOURCES_DIST
 	tests/stub_ETag.cc event.cc external_acl.cc \
 	ExternalACLEntry.cc fatal.h tests/stub_fatal.cc fd.h fd.cc \
 	fde.cc FileMap.h filemap.cc fqdncache.h fqdncache.cc \
-	FwdState.cc FwdState.h gopher.h gopher.cc hier_code.h \
+	FwdState.cc FwdState.h hier_code.h \
 	helper.cc htcp.cc htcp.h http.cc HttpBody.h HttpBody.cc \
 	HttpHeader.h HttpHeader.cc HttpHeaderFieldInfo.h \
 	HttpHeaderTools.h HttpHeaderTools.cc HttpHeaderFieldStat.h \
@@ -594,7 +594,7 @@ am_tests_testCacheManager_OBJECTS = Acce
 	event.$(OBJEXT) external_acl.$(OBJEXT) \
 	ExternalACLEntry.$(OBJEXT) tests/stub_fatal.$(OBJEXT) \
 	fd.$(OBJEXT) fde.$(OBJEXT) filemap.$(OBJEXT) \
-	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) gopher.$(OBJEXT) \
+	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) \
 	helper.$(OBJEXT) $(am__objects_5) http.$(OBJEXT) \
 	HttpBody.$(OBJEXT) HttpHeader.$(OBJEXT) \
 	HttpHeaderTools.$(OBJEXT) HttpHdrCc.$(OBJEXT) \
@@ -838,7 +838,7 @@ am__tests_testEvent_SOURCES_DIST = Acces
 	EventLoop.h EventLoop.cc external_acl.cc ExternalACLEntry.cc \
 	FadingCounter.cc fatal.h tests/stub_fatal.cc fd.h fd.cc fde.cc \
 	FileMap.h filemap.cc fqdncache.h fqdncache.cc FwdState.cc \
-	FwdState.h gopher.h gopher.cc helper.cc hier_code.h htcp.cc \
+	FwdState.h helper.cc hier_code.h htcp.cc \
 	htcp.h http.cc HttpBody.h HttpBody.cc \
 	tests/stub_HttpControlMsg.cc HttpHeader.h HttpHeader.cc \
 	HttpHeaderFieldInfo.h HttpHeaderTools.h HttpHeaderTools.cc \
@@ -891,7 +891,7 @@ am_tests_testEvent_OBJECTS = AccessLogEn
 	external_acl.$(OBJEXT) ExternalACLEntry.$(OBJEXT) \
 	FadingCounter.$(OBJEXT) tests/stub_fatal.$(OBJEXT) \
 	fd.$(OBJEXT) fde.$(OBJEXT) filemap.$(OBJEXT) \
-	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) gopher.$(OBJEXT) \
+	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) \
 	helper.$(OBJEXT) $(am__objects_5) http.$(OBJEXT) \
 	HttpBody.$(OBJEXT) tests/stub_HttpControlMsg.$(OBJEXT) \
 	HttpHeader.$(OBJEXT) HttpHeaderTools.$(OBJEXT) \
@@ -975,8 +975,8 @@ am__tests_testEventLoop_SOURCES_DIST = A
 	tests/stub_ETag.cc EventLoop.h EventLoop.cc event.cc \
 	external_acl.cc ExternalACLEntry.cc FadingCounter.cc fatal.h \
 	tests/stub_fatal.cc fd.h fd.cc fde.cc FileMap.h filemap.cc \
-	fqdncache.h fqdncache.cc FwdState.cc FwdState.h gopher.h \
-	gopher.cc helper.cc hier_code.h htcp.cc htcp.h http.cc \
+	fqdncache.h fqdncache.cc FwdState.cc FwdState.h \
+	helper.cc hier_code.h htcp.cc htcp.h http.cc \
 	HttpBody.h HttpBody.cc tests/stub_HttpControlMsg.cc \
 	HttpHeader.h HttpHeader.cc HttpHeaderFieldInfo.h \
 	HttpHeaderTools.h HttpHeaderTools.cc HttpHeaderFieldStat.h \
@@ -1029,7 +1029,7 @@ am_tests_testEventLoop_OBJECTS = AccessL
 	external_acl.$(OBJEXT) ExternalACLEntry.$(OBJEXT) \
 	FadingCounter.$(OBJEXT) tests/stub_fatal.$(OBJEXT) \
 	fd.$(OBJEXT) fde.$(OBJEXT) filemap.$(OBJEXT) \
-	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) gopher.$(OBJEXT) \
+	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) \
 	helper.$(OBJEXT) $(am__objects_5) http.$(OBJEXT) \
 	HttpBody.$(OBJEXT) tests/stub_HttpControlMsg.$(OBJEXT) \
 	HttpHeader.$(OBJEXT) HttpHeaderTools.$(OBJEXT) \
@@ -1187,7 +1187,7 @@ am__tests_testHttpRequest_SOURCES_DIST =
 	fs_io.cc dlink.h dlink.cc dns_internal.cc errorpage.cc \
 	tests/stub_ETag.cc external_acl.cc ExternalACLEntry.cc fatal.h \
 	tests/stub_fatal.cc fd.h fd.cc fde.cc fqdncache.h fqdncache.cc \
-	FwdState.cc FwdState.h gopher.h gopher.cc helper.cc \
+	FwdState.cc FwdState.h helper.cc \
 	hier_code.h htcp.cc htcp.h http.cc HttpBody.h HttpBody.cc \
 	tests/stub_HttpControlMsg.cc HttpHeader.h HttpHeader.cc \
 	HttpHeaderFieldInfo.h HttpHeaderTools.h HttpHeaderTools.cc \
@@ -1243,7 +1243,7 @@ am_tests_testHttpRequest_OBJECTS = Acces
 	$(am__objects_4) errorpage.$(OBJEXT) tests/stub_ETag.$(OBJEXT) \
 	external_acl.$(OBJEXT) ExternalACLEntry.$(OBJEXT) \
 	tests/stub_fatal.$(OBJEXT) fd.$(OBJEXT) fde.$(OBJEXT) \
-	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) gopher.$(OBJEXT) \
+	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) \
 	helper.$(OBJEXT) $(am__objects_5) http.$(OBJEXT) \
 	HttpBody.$(OBJEXT) tests/stub_HttpControlMsg.$(OBJEXT) \
 	HttpHeader.$(OBJEXT) HttpHeaderTools.$(OBJEXT) \
@@ -1670,8 +1670,8 @@ am__tests_testURL_SOURCES_DIST = AccessL
 	fs_io.cc dlink.h dlink.cc dns_internal.cc errorpage.cc ETag.cc \
 	event.cc external_acl.cc ExternalACLEntry.cc fatal.h \
 	tests/stub_fatal.cc fd.h fd.cc fde.cc FileMap.h filemap.cc \
-	fqdncache.h fqdncache.cc FwdState.cc FwdState.h gopher.h \
-	gopher.cc helper.cc hier_code.h htcp.cc htcp.h http.cc \
+	fqdncache.h fqdncache.cc FwdState.cc FwdState.h \
+	helper.cc hier_code.h htcp.cc htcp.h http.cc \
 	HttpBody.h HttpBody.cc tests/stub_HttpControlMsg.cc \
 	HttpHeaderFieldStat.h HttpHdrCc.h HttpHdrCc.cc HttpHdrCc.cci \
 	HttpHdrContRange.cc HttpHdrRange.cc HttpHdrSc.cc \
@@ -1725,7 +1725,7 @@ am_tests_testURL_OBJECTS = AccessLogEntr
 	event.$(OBJEXT) external_acl.$(OBJEXT) \
 	ExternalACLEntry.$(OBJEXT) tests/stub_fatal.$(OBJEXT) \
 	fd.$(OBJEXT) fde.$(OBJEXT) filemap.$(OBJEXT) \
-	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) gopher.$(OBJEXT) \
+	fqdncache.$(OBJEXT) FwdState.$(OBJEXT) \
 	helper.$(OBJEXT) $(am__objects_5) http.$(OBJEXT) \
 	HttpBody.$(OBJEXT) tests/stub_HttpControlMsg.$(OBJEXT) \
 	HttpHdrCc.$(OBJEXT) HttpHdrContRange.$(OBJEXT) \
@@ -1925,8 +1925,8 @@ am__tests_test_http_range_SOURCES_DIST =
 	dns_internal.cc errorpage.cc tests/stub_ETag.cc event.cc \
 	FadingCounter.cc fatal.h tests/stub_libauth.cc \
 	tests/stub_fatal.cc fd.h fd.cc fde.cc FileMap.h filemap.cc \
-	fqdncache.h fqdncache.cc FwdState.cc FwdState.h gopher.h \
-	gopher.cc helper.cc hier_code.h htcp.cc htcp.h http.cc \
+	fqdncache.h fqdncache.cc FwdState.cc FwdState.h \
+	helper.cc hier_code.h htcp.cc htcp.h http.cc \
 	HttpBody.h HttpBody.cc tests/stub_HttpControlMsg.cc \
 	HttpHeaderFieldStat.h HttpHdrCc.h HttpHdrCc.cc HttpHdrCc.cci \
 	HttpHdrContRange.cc HttpHdrRange.cc HttpHdrSc.cc \
@@ -1979,7 +1979,7 @@ am_tests_test_http_range_OBJECTS = Acces
 	FadingCounter.$(OBJEXT) tests/stub_libauth.$(OBJEXT) \
 	tests/stub_fatal.$(OBJEXT) fd.$(OBJEXT) fde.$(OBJEXT) \
 	filemap.$(OBJEXT) fqdncache.$(OBJEXT) FwdState.$(OBJEXT) \
-	gopher.$(OBJEXT) helper.$(OBJEXT) $(am__objects_5) \
+	helper.$(OBJEXT) $(am__objects_5) \
 	http.$(OBJEXT) HttpBody.$(OBJEXT) \
 	tests/stub_HttpControlMsg.$(OBJEXT) HttpHdrCc.$(OBJEXT) \
 	HttpHdrContRange.$(OBJEXT) HttpHdrRange.$(OBJEXT) \
@@ -2131,7 +2131,7 @@ am__depfiles_remade = ./$(DEPDIR)/Access
 	./$(DEPDIR)/external_acl.Po ./$(DEPDIR)/fatal.Po \
 	./$(DEPDIR)/fd.Po ./$(DEPDIR)/fde.Po ./$(DEPDIR)/filemap.Po \
 	./$(DEPDIR)/fqdncache.Po ./$(DEPDIR)/fs_io.Po \
-	./$(DEPDIR)/globals.Po ./$(DEPDIR)/gopher.Po \
+	./$(DEPDIR)/globals.Po \
 	./$(DEPDIR)/helper.Po ./$(DEPDIR)/hier_code.Po \
 	./$(DEPDIR)/htcp.Po ./$(DEPDIR)/http.Po \
 	./$(DEPDIR)/icp_opcode.Po ./$(DEPDIR)/icp_v2.Po \
@@ -3043,7 +3043,7 @@ squid_SOURCES = $(ACL_REGISTRATION_SOURC
 	ExternalACL.h ExternalACLEntry.cc ExternalACLEntry.h \
 	FadingCounter.h FadingCounter.cc fatal.h fatal.cc fd.h fd.cc \
 	fde.cc fde.h FileMap.h filemap.cc fqdncache.h fqdncache.cc \
-	FwdState.cc FwdState.h Generic.h globals.h gopher.h gopher.cc \
+	FwdState.cc FwdState.h Generic.h globals.h \
 	helper.cc helper.h hier_code.h HierarchyLogEntry.h \
 	$(HTCPSOURCE) http.cc http.h HttpHeaderFieldStat.h HttpHdrCc.h \
 	HttpHdrCc.cc HttpHdrCc.cci HttpHdrRange.cc HttpHdrSc.cc \
@@ -3708,8 +3708,6 @@ tests_testCacheManager_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	hier_code.h \
 	helper.cc \
 	$(HTCPSOURCE) \
@@ -4134,8 +4132,6 @@ tests_testEvent_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	hier_code.h \
 	$(HTCPSOURCE) \
@@ -4371,8 +4367,6 @@ tests_testEventLoop_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	hier_code.h \
 	$(HTCPSOURCE) \
@@ -4604,8 +4598,6 @@ tests_test_http_range_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	hier_code.h \
 	$(HTCPSOURCE) \
@@ -4924,8 +4916,6 @@ tests_testHttpRequest_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	hier_code.h \
 	$(HTCPSOURCE) \
@@ -5777,8 +5767,6 @@ tests_testURL_SOURCES = \
 	fqdncache.cc \
 	FwdState.cc \
 	FwdState.h \
-	gopher.h \
-	gopher.cc \
 	helper.cc \
 	hier_code.h \
 	$(HTCPSOURCE) \
@@ -6823,7 +6811,6 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fqdncache.Po@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fs_io.Po@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globals.Po@am__quote@ # am--include-marker
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gopher.Po@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Po@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hier_code.Po@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htcp.Po@am__quote@ # am--include-marker
@@ -7804,7 +7791,6 @@ distclean: distclean-recursive
 	-rm -f ./$(DEPDIR)/fqdncache.Po
 	-rm -f ./$(DEPDIR)/fs_io.Po
 	-rm -f ./$(DEPDIR)/globals.Po
-	-rm -f ./$(DEPDIR)/gopher.Po
 	-rm -f ./$(DEPDIR)/helper.Po
 	-rm -f ./$(DEPDIR)/hier_code.Po
 	-rm -f ./$(DEPDIR)/htcp.Po
@@ -8129,7 +8115,6 @@ maintainer-clean: maintainer-clean-recur
 	-rm -f ./$(DEPDIR)/fqdncache.Po
 	-rm -f ./$(DEPDIR)/fs_io.Po
 	-rm -f ./$(DEPDIR)/globals.Po
-	-rm -f ./$(DEPDIR)/gopher.Po
 	-rm -f ./$(DEPDIR)/helper.Po
 	-rm -f ./$(DEPDIR)/hier_code.Po
 	-rm -f ./$(DEPDIR)/htcp.Po