diff options
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 3 | ||||
-rw-r--r-- | www/squid31/distinfo | 3 | ||||
-rw-r--r-- | www/squid31/files/customlog-2.5.patch | 18 |
3 files changed, 5 insertions, 19 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 2945a6166379..3541d0c11994 100644 --- a/www/squid31/Makefile +++ b/www/squid31/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/squid31/distinfo b/www/squid31/distinfo index fd037f2c3274..dcf1244c991e 100644 --- a/www/squid31/distinfo +++ b/www/squid31/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/squid31/files/customlog-2.5.patch b/www/squid31/files/customlog-2.5.patch index 35f58e9d0f32..3e8c2a542204 100644 --- a/www/squid31/files/customlog-2.5.patch +++ b/www/squid31/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 |