7d04de62b8
from "Ciarcinski, Adam \(ISS Brussels\)" <ACiarcinski@iss.net>. From ChangeLog: Changes to Squid-2.4.STABLE3 (Nov 28, 2001): - Fixed bug #255: core dump on SSL/CONNECT if access denied by miss_access - Fixed bug #246: corrupt on-disk meta information preventing rebuilds of lost swap.state files - Fixed bug #243: squid_ldap_auth now supports spaces in passwords - Fixed a coredump when creating FTP directories - Fixed a compile time problem with statHistDump prototype mistmatch, reported by some compilers - Fixed a potential coredump situation on snmpwalk in certain configurations - Fixed bug #229: filedescriptor leakage in the "aufs" cache_dir store implementation - Serbian error message translations I added following changes, too. o honor PKG_SYSCONFDIR keep SQUID_SYSCONFDIR effective. o Add --disable-internal-dns. This made external dnsserver available. External dnsserver could be disabled with configuration file. o Enable optimization with "-O". o Fix a problem to access nat device when transparent proxy enabled. This fix will be contained in squid 2.5 release. o setproctitle() hack for external dnsserver from daemonnews's article.
12 lines
325 B
Text
12 lines
325 B
Text
$NetBSD: patch-al,v 1.3 2001/12/12 17:06:20 taca Exp $
|
|
|
|
--- src/structs.h.orig Tue Oct 9 00:22:03 2001
|
|
+++ src/structs.h
|
|
@@ -368,6 +368,7 @@
|
|
wordlist *mcast_group_list;
|
|
wordlist *dns_testname_list;
|
|
wordlist *dns_nameservers;
|
|
+ wordlist *log_mime_hdrs_list;
|
|
peer *peers;
|
|
int npeers;
|
|
struct {
|