diff options
author | veego <veego@pkgsrc.org> | 2000-10-15 20:17:44 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-10-15 20:17:44 +0000 |
commit | 313e13dc34be87c2cf6de08f1d1949acbc2c3059 (patch) | |
tree | 0c6d0de4c480b03dceb11cbc6a818817b11f5fd5 /www/squid/patches | |
parent | 3df5117eac917300c1dda8b48c683fd50c5b52a2 (diff) | |
download | pkgsrc-313e13dc34be87c2cf6de08f1d1949acbc2c3059.tar.gz |
Update squid from 2.3stable3 to 2.3stable4:
Important Changes:
- offline_toggle
You can now toggle the 'offline_mode' option from the cache manager.
- minimum_object_size
Added the 'minimum_object_size' option. Files smaller than this size are
not cached.
- passive_ftp
If your firewall doesn't allow passive FTP transfers, you can tell Squid
to use PORT instead by turning the 'passive_ftp' option off.
- wccp_version
Some Cisco IOS versions expect to receive WCCP packets with version set
to three. The 'wccp_version' option allows you to change it, from the
default value of four.
Diffstat (limited to 'www/squid/patches')
-rw-r--r-- | www/squid/patches/patch-ag | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/www/squid/patches/patch-ag b/www/squid/patches/patch-ag index 1b618b9422f..5bebf7e523d 100644 --- a/www/squid/patches/patch-ag +++ b/www/squid/patches/patch-ag @@ -1,17 +1,19 @@ -$NetBSD: patch-ag,v 1.6 1999/11/12 22:07:11 tron Exp $ +$NetBSD: patch-ag,v 1.7 2000/10/15 20:17:46 veego Exp $ ---- configure.orig Thu Sep 23 02:06:48 1999 -+++ configure Fri Nov 12 22:15:48 1999 -@@ -644,11 +644,11 @@ +--- configure.orig Tue Sep 12 13:20:11 2000 ++++ configure Tue Sep 12 13:17:48 2000 +@@ -676,12 +676,12 @@ REGEXLIB='' # -lregex LIBREGEX='' # libregex.a --if test "$libexecdir" = '${exec_prefix}/libexec'; then +-if test "$libexecdir" = '${exec_prefix}/libexec' && +- test "$localstatedir" = '${prefix}/var'; then - libexecdir='${bindir}' - localstatedir='${prefix}' - -fi -+#if test "$libexecdir" = '${exec_prefix}/libexec'; then ++#if test "$libexecdir" = '${exec_prefix}/libexec' && ++# test "$localstatedir" = '${prefix}/var'; then +# libexecdir='${bindir}' +# localstatedir='${prefix}' +# @@ -19,7 +21,7 @@ $NetBSD: patch-ag,v 1.6 1999/11/12 22:07:11 tron Exp $ case "$host_os" in cygwin32|os2) -@@ -1204,7 +1204,7 @@ +@@ -1287,7 +1287,7 @@ #define SQUID_SNMP 1 EOF |