diff options
author | delphij <delphij@FreeBSD.org> | 2007-12-05 03:48:35 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-12-05 03:48:35 +0800 |
commit | 288fe4363894e4dd02c34b490295fb84d81f003f (patch) | |
tree | 052369868b8cd9e2cef86a8c3d60a308098c7e89 /www/squid/Makefile | |
parent | e9854d44d89be3e840be03c5502f9402e7c5df13 (diff) | |
download | freebsd-ports-gnome-288fe4363894e4dd02c34b490295fb84d81f003f.tar.gz freebsd-ports-gnome-288fe4363894e4dd02c34b490295fb84d81f003f.tar.zst freebsd-ports-gnome-288fe4363894e4dd02c34b490295fb84d81f003f.zip |
Apply vendor patch 11780 for SQUID-2007_2.
Security: Denial of Service from trusted client
Security: VuXML 6eb580d7-a29c-11dc-8919-001c2514716c
Approved by: portmgr (erwin)
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 5b2299e43284..e8b7f925b92f 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -76,6 +76,7 @@ PORTNAME= squid PORTVERSION= 2.6.16 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ @@ -106,7 +107,7 @@ PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://www2.tw.squid-cache.org/%SUBDIR%/ PATCH_SITE_SUBDIR= Versions/v2/2.6/changesets -PATCHFILES= +PATCHFILES= 11780.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |