diff options
author | sem <sem@FreeBSD.org> | 2004-08-20 21:54:30 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-08-20 21:54:30 +0800 |
commit | 69cf74792902a0fee20cd2f82dc4dd2453e29c74 (patch) | |
tree | f6e48f1c49d230c2bd3333bd5015b74ef3ae6ca0 /www/squid27/Makefile | |
parent | 9fda131ee6109e125610169965a12b7c2eeaa4ad (diff) | |
download | freebsd-ports-gnome-69cf74792902a0fee20cd2f82dc4dd2453e29c74.tar.gz freebsd-ports-gnome-69cf74792902a0fee20cd2f82dc4dd2453e29c74.tar.zst freebsd-ports-gnome-69cf74792902a0fee20cd2f82dc4dd2453e29c74.zip |
* Integrate a vendor patch for a possible DOS against the NTLM
authentication helpers, see squid bug #1045.
* Bump PORTREVISION.
PR: ports/70707
Submitted by: maintainer
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 4ac3a23ca96f..505ef0b791e4 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -99,7 +99,8 @@ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \ squid-2.5.STABLE6-client_db_gc.patch \ squid-2.5.STABLE6-ntlmtruncated.patch \ squid-2.5.STABLE6-errorpage_quote.patch \ - squid-2.5.STABLE6-heap_segfault.patch + squid-2.5.STABLE6-heap_segfault.patch \ + squid-2.5.STABLE6-ntlm_fetch_string.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |