diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-19 18:58:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-19 18:58:40 +0800 |
commit | a03d96210e7a78ab407bcdf7718678603c783ed2 (patch) | |
tree | 1a558a8e7bac19f099b3ba1c5f36aa5c4afb7c51 /www/squid30 | |
parent | 7f6db1d3bad2af44e2dcd2ff9f8b1c75a54bed60 (diff) | |
download | freebsd-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/squid30')
-rw-r--r-- | www/squid30/Makefile | 7 | ||||
-rw-r--r-- | www/squid30/distinfo | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index a961d9dd5d62..c0dae01f7424 100644 --- a/www/squid30/Makefile +++ b/www/squid30/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/squid30/distinfo b/www/squid30/distinfo index b0ddf91247f9..1ee5c44c2c23 100644 --- a/www/squid30/distinfo +++ b/www/squid30/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 |