diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-19 10:58:40 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-19 10:58:40 +0000 |
commit | 7d318011dd0dc7ff431638bfe233ec4057380203 (patch) | |
tree | ff948627656a034a71cbbe2d89dc93be2cb08d98 /www/squid | |
parent | 126e7e575edf62e0d95e785f4ed4b7a7ed12538c (diff) | |
download | ports-7d318011dd0dc7ff431638bfe233ec4057380203.tar.gz ports-7d318011dd0dc7ff431638bfe233ec4057380203.zip |
Notes
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 7 | ||||
-rw-r--r-- | www/squid/distinfo | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index a961d9dd5d62..c0dae01f7424 100644 --- a/www/squid/Makefile +++ b/www/squid/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 diff --git a/www/squid/distinfo b/www/squid/distinfo index b0ddf91247f9..1ee5c44c2c23 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -26,3 +26,9 @@ MD5 (squid2.5/squid-2.5.STABLE7-gopher_html_parsing.patch) = 1c0ba661b91a17fbd01 SIZE (squid2.5/squid-2.5.STABLE7-gopher_html_parsing.patch) = 714 MD5 (squid2.5/squid-2.5.STABLE7-wccp_denial_of_service.patch) = 0c77d92efda39797eb7d59c8d2e942d0 SIZE (squid2.5/squid-2.5.STABLE7-wccp_denial_of_service.patch) = 1928 +MD5 (squid2.5/squid-2.5.STABLE7-dns_memleak.patch) = ee9c4b2a54fc721f67640e76d7e8b12f +SIZE (squid2.5/squid-2.5.STABLE7-dns_memleak.patch) = 779 +MD5 (squid2.5/squid-2.5.STABLE7-fqdn_truncated.patch) = 1c38e69132cfc469f0aa6db47315d968 +SIZE (squid2.5/squid-2.5.STABLE7-fqdn_truncated.patch) = 4484 +MD5 (squid2.5/squid-2.5.STABLE7-ldap_spaces.patch) = 8c2eb269b16d757b562ee32a2eb7ef99 +SIZE (squid2.5/squid-2.5.STABLE7-ldap_spaces.patch) = 1974 |