aboutsummaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-06-04 19:55:31 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-06-04 19:55:31 +0000
commit2b17f205b05f43139ddc02ab3aa57648dea69fcb (patch)
treeafac67091bbce19558720d7214d1907d9ddce223 /www/squid
parent7a9fe0970fed6608d7e076072a0d5be983760c75 (diff)
downloadports-2b17f205b05f43139ddc02ab3aa57648dea69fcb.tar.gz
ports-2b17f205b05f43139ddc02ab3aa57648dea69fcb.zip
Notes
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile3
-rw-r--r--www/squid/distinfo3
-rw-r--r--www/squid/files/customlog-2.5.patch18
3 files changed, 5 insertions, 19 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 2945a6166379..3541d0c11994 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -73,6 +73,7 @@
PORTNAME= squid
PORTVERSION= 2.5.14
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -85,7 +86,7 @@ DISTNAME= squid-2.5.STABLE14
DIST_SUBDIR= squid2.5
PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES=
+PATCHFILES= squid-2.5.STABLE14-httpReplyDestroy.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de
diff --git a/www/squid/distinfo b/www/squid/distinfo
index fd037f2c3274..dcf1244c991e 100644
--- a/www/squid/distinfo
+++ b/www/squid/distinfo
@@ -1,3 +1,6 @@
MD5 (squid2.5/squid-2.5.STABLE14.tar.bz2) = f413e0b887a5f9b2a75350243ed5564c
SHA256 (squid2.5/squid-2.5.STABLE14.tar.bz2) = c4eaee0e5ee42f46060217df9a88d628d244c0a543feab8296e44269e57ec7bd
SIZE (squid2.5/squid-2.5.STABLE14.tar.bz2) = 1073745
+MD5 (squid2.5/squid-2.5.STABLE14-httpReplyDestroy.patch) = 1529f8b0170e24b26353578778435bd4
+SHA256 (squid2.5/squid-2.5.STABLE14-httpReplyDestroy.patch) = 9e99132b8efb07e3465d5e33749aa450daecfa3acde73755b6a3589d09d19285
+SIZE (squid2.5/squid-2.5.STABLE14-httpReplyDestroy.patch) = 1277
diff --git a/www/squid/files/customlog-2.5.patch b/www/squid/files/customlog-2.5.patch
index 35f58e9d0f32..3e8c2a542204 100644
--- a/www/squid/files/customlog-2.5.patch
+++ b/www/squid/files/customlog-2.5.patch
@@ -1289,24 +1289,6 @@ diff -u src/client_side.c:1.47.2.76 src/client_side.c:1.47.2.31.2.15
safe_free(http->redirect.location);
stringClean(&http->range_iter.boundary);
if ((e = http->entry)) {
-@@ -2031,8 +2041,6 @@
- http->entry = clientCreateStoreEntry(http, http->request->method,
- null_request_flags);
- errorAppendEntry(http->entry, err);
-- httpReplyDestroy(http->reply);
-- http->reply = NULL;
- memFree(buf, MEM_CLIENT_SOCK_BUF);
- return;
- }
-@@ -2067,8 +2075,6 @@
- http->entry = clientCreateStoreEntry(http, http->request->method,
- null_request_flags);
- errorAppendEntry(http->entry, err);
-- httpReplyDestroy(http->reply);
-- http->reply = NULL;
- memFree(buf, MEM_CLIENT_SOCK_BUF);
- return;
- }
Index: src/icp_v2.c
diff -u src/icp_v2.c:1.5 src/icp_v2.c:1.5.60.1
--- src/icp_v2.c:1.5 Fri May 4 06:39:12 2001