diff options
author | krion <krion@FreeBSD.org> | 2004-04-12 21:27:46 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-12 21:27:46 +0800 |
commit | b519c2c491c7a76024eb6f39f6b5f31fc058ca31 (patch) | |
tree | 55d0227a9e31b7ca5124c53ad6cc6fcb8d8f71ca /www/squid30/Makefile | |
parent | 254a9017862782148492eaedd6dc423c6a7f889f (diff) | |
download | freebsd-ports-gnome-b519c2c491c7a76024eb6f39f6b5f31fc058ca31.tar.gz freebsd-ports-gnome-b519c2c491c7a76024eb6f39f6b5f31fc058ca31.tar.zst freebsd-ports-gnome-b519c2c491c7a76024eb6f39f6b5f31fc058ca31.zip |
- Integrate a vendor patch that fixes an assertion caused by
truncated DNS replies (squid bug #962)
- Bump PORTREVISION
PR: ports/65458
Submitted by: maintainer
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 896629336d38..6eab93fef5b9 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -29,7 +29,7 @@ PORTNAME= squid PORTVERSION= 2.5.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -49,7 +49,8 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \ squid-2.5.STABLE5-deny_info.patch \ squid-2.5.STABLE5-CONNECT_timeout.patch \ squid-2.5.STABLE5-cache_swap_log.patch \ - squid-2.5.STABLE5-ntlm_warning.patch + squid-2.5.STABLE5-ntlm_warning.patch \ + squid-2.5.STABLE5-rfc1035NameUnpack.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |