diff options
author | krion <krion@FreeBSD.org> | 2004-08-21 20:28:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-21 20:28:56 +0800 |
commit | 6a7ad95022ad48686bfa7b509c7267bf7ef308c8 (patch) | |
tree | 58ef1392a9791b9e6eaed189d2a60c9bb5b44290 /www/squid27/Makefile | |
parent | 1e7588c3c1b8b0c24c0af49f4cae45016c5829c4 (diff) | |
download | freebsd-ports-gnome-6a7ad95022ad48686bfa7b509c7267bf7ef308c8.tar.gz freebsd-ports-gnome-6a7ad95022ad48686bfa7b509c7267bf7ef308c8.tar.zst freebsd-ports-gnome-6a7ad95022ad48686bfa7b509c7267bf7ef308c8.zip |
Fix grammatical and whitespace errors in squid.conf.default.
Set supplementary group membership correctly when running squid
as a non-root user and do not ignore the squid_group setting
when starting squid as root (squid bug #1021)
Enable the external_acl helper protocol to handle newlines
in the embedded data (squid bug #1038)
PR: ports/70767
Submitted by: maintainer
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 505ef0b791e4..913bc7644960 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -98,8 +98,11 @@ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \ squid-2.5.STABLE6-active_requests_delaypool.patch \ squid-2.5.STABLE6-client_db_gc.patch \ squid-2.5.STABLE6-ntlmtruncated.patch \ + squid-2.5.STABLE6-grammar.patch \ squid-2.5.STABLE6-errorpage_quote.patch \ squid-2.5.STABLE6-heap_segfault.patch \ + squid-2.5.STABLE6-initgroups.patch \ + squid-2.5.STABLE6-external_acl_newlines.patch \ squid-2.5.STABLE6-ntlm_fetch_string.patch PATCH_DIST_STRIP= -p1 |