diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-05-17 05:33:59 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-05-17 05:33:59 +0800 |
commit | cd9f9f80accf35cfb58b7d12057facaeee58338f (patch) | |
tree | 1eed1fcf97fc3e96b30e856c3f8dfac71b02ee06 /www/squid/Makefile | |
parent | df5f0185bf0c637a41e7f61a7846f3dd4cdaf798 (diff) | |
download | freebsd-ports-gnome-cd9f9f80accf35cfb58b7d12057facaeee58338f.tar.gz freebsd-ports-gnome-cd9f9f80accf35cfb58b7d12057facaeee58338f.tar.zst freebsd-ports-gnome-cd9f9f80accf35cfb58b7d12057facaeee58338f.zip |
- Introduce four vendor patches [1] which:
- simplify definition of the SQUIDHOSTNAMELEN constant (squid bug #1434)
- correct display of mime icons when visible_hostname contains only the plain
hostname without a domain (squid bug #1532)
- plug a memory leak in the HTCP client code (squid bug #1553)
- plug a memory leak in the ident processing code (squid bug #1557)
- Bump PORTREVISION
[1] http://www.squid-cache.org/Versions/v2/2.5/bugs/
PR: 97356
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index eaba173e478e..4ab91c3349b2 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -73,6 +73,7 @@ PORTNAME= squid PORTVERSION= 2.5.13 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -85,7 +86,10 @@ DISTNAME= squid-2.5.STABLE13 DIST_SUBDIR= squid2.5 PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= +PATCHFILES= squid-2.5.STABLE13-hostnamelen.patch \ + squid-2.5.STABLE13-icons.patch \ + squid-2.5.STABLE13-htcp_leak.patch \ + squid-2.5.STABLE13-ident_leak.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |