fe3191972b
- Bug 2777: Various build issues on OpenSolaris - Bug 2773: Segfault in RFC2069 Digest authentication - Bug 2747: Compile errors on Solaris 10 - Bug 2735: Incomplete -fhuge-objects detection - Bug 2722: Fix http_port accel combined with CONNECT - Bug 2718: FTP sends EPSV2 on IPv4 connection - Bug 2648: stateful helpers stuck in reserved - Bug 2570: wccp2 "Here I Am" announcements not sent in memory-ony mode - Bug 2510: digest_ldap_auth uses incorrect logic with TLS - Bug 2483: bind() called before connect() - Bug 2215: config file line length limit (extended to 2 KB) - Support Accept-Language: * wildcard - Support autoconf 2.64 - Support TPROXY for IPv6 traffic (requires kernel support) - Support TPROXY cache cluster behind WCCPv2 - Correct ESI support to work in multi-mode Squid - Add 0.0.0.0 as an to_localhost address - DiskIO detection fixes and use optimal IO in default build. - Correct peer connect-fail-limit default of 10 - Prevent squidclient sending two Accept: headers - ... all bug fixes from 3.0.STABLE19 - ... and many more documentation fixes Approved by Thomas Klausner.
22 lines
827 B
Text
22 lines
827 B
Text
$NetBSD: patch-ae,v 1.5 2009/09/27 20:06:37 tron Exp $
|
|
|
|
--- errors/Makefile.in.orig 2009-09-27 04:28:48.000000000 +0100
|
|
+++ errors/Makefile.in 2009-09-27 13:26:44.000000000 +0100
|
|
@@ -432,7 +432,7 @@
|
|
|
|
install-dvi: install-dvi-am
|
|
|
|
-install-exec-am: install-exec-local
|
|
+install-exec-am:
|
|
|
|
install-html: install-html-am
|
|
|
|
@@ -540,7 +540,7 @@
|
|
done; \
|
|
$(INSTALL_DATA) $(srcdir)/TRANSLATORS $(DESTDIR)$(DEFAULT_ERROR_DIR)/TRANSLATORS; \
|
|
$(INSTALL_DATA) $(srcdir)/COPYRIGHT $(DESTDIR)$(DEFAULT_ERROR_DIR)/COPYRIGHT; \
|
|
- $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET).default; \
|
|
+# $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET).default; \
|
|
$(SHELL) $(srcdir)/alias-link.sh "$(LN)" "$(RM)" "$(DESTDIR)$(DEFAULT_ERROR_DIR)" "$(srcdir)/aliases" || exit 1 ;
|
|
|
|
uninstall-local:
|