diff options
author | krion <krion@FreeBSD.org> | 2004-04-20 03:47:43 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-20 03:47:43 +0800 |
commit | 488e950e0f5a5c5d95e55e35aab7809edca54bfe (patch) | |
tree | a27499e67370734f52f7abda09ceb41db1b0beee /www/squid27/Makefile | |
parent | 99809f868bd985a3e716d39c1d613301bd99ea10 (diff) | |
download | freebsd-ports-gnome-488e950e0f5a5c5d95e55e35aab7809edca54bfe.tar.gz freebsd-ports-gnome-488e950e0f5a5c5d95e55e35aab7809edca54bfe.tar.zst freebsd-ports-gnome-488e950e0f5a5c5d95e55e35aab7809edca54bfe.zip |
- Add a vendor patch to fix an assertion failure that could
occur in certain rare conditions involving aborted POST/PUT
requests (squid bug #943)
- Bump PORTREVISION
PR: ports/65776
Submitted by: maintainer
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 42c7294ea19c..76e17f992145 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -29,7 +29,7 @@ PORTNAME= squid PORTVERSION= 2.5.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -51,7 +51,8 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \ squid-2.5.STABLE5-cache_swap_log.patch \ squid-2.5.STABLE5-ntlm_warning.patch \ squid-2.5.STABLE5-rfc1035NameUnpack.patch \ - squid-2.5.STABLE5-digest_blank.patch + squid-2.5.STABLE5-digest_blank.patch \ + squid-2.5.STABLE5-post_assert.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |