From 4e9c0a92b4b2059e8d4a2486d8c7c424d2e63f78 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Mon, 18 Apr 2005 01:05:35 +0000 Subject: Integrate the following vendor patches as published on : - Correct several minor aufs issues (squid bug #671) - Basic authentification fails when login+password totalled to more than 64 characters (squid bug #1171) - Fix an assertion that could occur when traffic other than HTTPS was tunneled through squid via the CONNECT method (squid bug #1269) - Make the --disable-hostname-check configuration option actually work (squid bug #1270) - Fix aufs warning about open filedescriptors when the cache was shut down (squid bug #671) - Allow squid to process requests for files larger than 2GB in size (squid bug #437) Introduce a new OPTION "WITH_SQUID_LARGEFILE", default to off to match squid's default behaviour. Rebuild squid with -DWITH_SQUID_LARGEFILE or run 'make config' and select this new option. - Add two new cachemgr actions: "pending_objects" and "client_objects" - Make external acls that require authentication request new credentials after access had been denied (squid bug #1278) - Make squid use "daemon" instead of "local4" as syslog facility (squid bug #1227) PR: 80028 Submitted by: Thomas-Martin Seck (maintainer) --- www/squid25/files/patch-doc-squid.8 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 www/squid25/files/patch-doc-squid.8 (limited to 'www/squid25/files/patch-doc-squid.8') diff --git a/www/squid25/files/patch-doc-squid.8 b/www/squid25/files/patch-doc-squid.8 new file mode 100644 index 000000000000..b6465fb14cb7 --- /dev/null +++ b/www/squid25/files/patch-doc-squid.8 @@ -0,0 +1,29 @@ +Index: doc/squid.8 +=================================================================== +RCS file: /squid/squid/doc/squid.8,v +retrieving revision 1.1 +diff -p -u -r1.1 squid.8 +--- doc/squid.8 18 Dec 2000 21:54:18 -0000 1.1 ++++ doc/squid.8 17 Apr 2005 14:17:48 -0000 +@@ -6,7 +6,11 @@ squid \- proxy caching server + .SH SYNOPSIS + .B squid + [ +-.B \-dhsvzCDFNRVYX ++.B \-dhvzCDFNRVYX ++] [ ++.B \-s ++| ++.BI \-l " facility" + ] [ + .BI \-f " config-file" + ] [ +@@ -73,7 +77,7 @@ Print help message. + .IP "-k reconfigure | rotate | shutdown | interrupt | kill | debug | check | parse" + Parse configuration file, then send signal to running copy + (except -k parse) and exit. +-.IP -s ++.IP "-s | -l facility" + Enable logging to syslog. + .IP "-u port" + Specify ICP port number (default: 3130), disable with 0. -- cgit v1.2.3