diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-20 17:45:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-20 17:45:36 +0000 |
commit | 30a5c8b165f0764d2a7013fd3384f2a99135b3cb (patch) | |
tree | d8d43e94bffa5039949e66cc07e546c4e4fd39e0 /www/squid26/Makefile | |
parent | 9b8e4962339bf5939f0d0b3e25b903d070cee789 (diff) |
* Vendor patches:
- fix some cross-platform build format warnings
- allow high characters in generated FTP and Gopher directory listings
(squid bug #1220)
- cleanup generation of FTP URLs
- relax the newly introduced strict HTTP parser slightly to work around some
more malformed HTTP responses (squid bug #1242)
PR: ports/77779
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=129383
Diffstat (limited to 'www/squid26/Makefile')
-rw-r--r-- | www/squid26/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index d1367c83b50b..d8957ded1e0d 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -74,6 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -86,7 +87,11 @@ DISTNAME= squid-2.5.STABLE8 DIST_SUBDIR= squid2.5 PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE8-dns_assert.patch +PATCHFILES= squid-2.5.STABLE8-dns_assert.patch \ + squid-2.5.STABLE8-format_fixes.patch \ + squid-2.5.STABLE8-html_high_chars.patch \ + squid-2.5.STABLE8-ftp_cleanup.patch \ + squid-2.5.STABLE8-relaxed_header_parser.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |