aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid31/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-01-19 18:58:40 +0800
committeredwin <edwin@FreeBSD.org>2005-01-19 18:58:40 +0800
commita03d96210e7a78ab407bcdf7718678603c783ed2 (patch)
tree1a558a8e7bac19f099b3ba1c5f36aa5c4afb7c51 /www/squid31/Makefile
parent7f6db1d3bad2af44e2dcd2ff9f8b1c75a54bed60 (diff)
downloadfreebsd-ports-gnome-a03d96210e7a78ab407bcdf7718678603c783ed2.tar.gz
freebsd-ports-gnome-a03d96210e7a78ab407bcdf7718678603c783ed2.tar.zst
freebsd-ports-gnome-a03d96210e7a78ab407bcdf7718678603c783ed2.zip
[Maintainer/Security] www/squid: integrate vendor patches
Integrate vendor patches as published on <http://www.squid-cache.org/Versions/v2/2.5/bugs/>: - Sanity check usernames in squid_ldap_auth (squid bug #1187), classified as minor security issue by the vendor, see below for VuXML information - FQDN names truncated on compressed DNS responses (squid bug #1136) - Internal DNS memory leak on malformed responses (squid bug #1197) PR: ports/76364 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r--www/squid31/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile
index a961d9dd5d62..c0dae01f7424 100644
--- a/www/squid31/Makefile
+++ b/www/squid31/Makefile
@@ -74,7 +74,7 @@
PORTNAME= squid
PORTVERSION= 2.5.7
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -99,7 +99,10 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \
squid-2.5.STABLE7-close_other.patch \
squid-2.5.STABLE7-fakeauth_auth.patch \
squid-2.5.STABLE7-gopher_html_parsing.patch \
- squid-2.5.STABLE7-wccp_denial_of_service.patch
+ squid-2.5.STABLE7-wccp_denial_of_service.patch \
+ squid-2.5.STABLE7-dns_memleak.patch \
+ squid-2.5.STABLE7-fqdn_truncated.patch \
+ squid-2.5.STABLE7-ldap_spaces.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de