summaryrefslogtreecommitdiff
path: root/www/squid27/files/patch-doc-squid.8
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-04-18 01:05:35 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-04-18 01:05:35 +0000
commit4e9c0a92b4b2059e8d4a2486d8c7c424d2e63f78 (patch)
treeffdcaa08cb9b5b4ad410bd4eee5c7d4bdea47378 /www/squid27/files/patch-doc-squid.8
parent- upgrade to 1.14 (diff)
Integrate the following vendor patches as published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>: - 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 <tmseck@netcologne.de> (maintainer)
Notes
Notes: svn path=/head/; revision=133551
Diffstat (limited to 'www/squid27/files/patch-doc-squid.8')
-rw-r--r--www/squid27/files/patch-doc-squid.829
1 files changed, 29 insertions, 0 deletions
diff --git a/www/squid27/files/patch-doc-squid.8 b/www/squid27/files/patch-doc-squid.8
new file mode 100644
index 000000000000..b6465fb14cb7
--- /dev/null
+++ b/www/squid27/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.