Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2011 10:24:30 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        des@FreeBSD.org
Subject:   ports/154392: [PATCH] www/varnish: update to 2.1.5
Message-ID:  <20110130022430.888945D06@deep.tw>
Resent-Message-ID: <201101301200.p0UC0Uro074571@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154392
>Category:       ports
>Synopsis:       [PATCH] www/varnish: update to 2.1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 30 12:00:29 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Sih Lin
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD deep.tw 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Sep 24 14:46:08 CST 2010
>Description:
- Update to 2.1.5

Removed file(s):
- files/patch-r5461

Port maintainer (des@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- varnish-2.1.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/varnish.orig/Makefile /usr/ports/www/varnish/Makefile
--- /usr/ports/www/varnish.orig/Makefile	2010-11-08 20:06:02.000000000 +0800
+++ /usr/ports/www/varnish/Makefile	2011-01-30 10:13:09.000000000 +0800
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	varnish
-PORTVERSION=	2.1.4
-PORTREVISION=	1
+PORTVERSION=	2.1.5
 CATEGORIES=	www
-MASTER_SITES=	http://www.varnish-software.com/sites/default/files/
+MASTER_SITES=	http://repo.varnish-cache.org/source/
 
 MAINTAINER=	des@FreeBSD.org
 COMMENT=	The Varnish high-performance HTTP accelerator
diff -ruN --exclude=CVS /usr/ports/www/varnish.orig/distinfo /usr/ports/www/varnish/distinfo
--- /usr/ports/www/varnish.orig/distinfo	2010-10-22 00:56:02.000000000 +0800
+++ /usr/ports/www/varnish/distinfo	2011-01-30 10:07:17.000000000 +0800
@@ -1,3 +1,2 @@
-MD5 (varnish-2.1.4.tar.gz) = e794a37b6fbb786a083c0946103ae103
-SHA256 (varnish-2.1.4.tar.gz) = 474913110458fd0989a5cddf8f67011fc1d20bb1cd61e85cbef99147acb6ac8e
-SIZE (varnish-2.1.4.tar.gz) = 1539241
+SHA256 (varnish-2.1.5.tar.gz) = 2d8049be14ada035d0e3a54c2b519143af40d03d917763cf72d53d8188e5ef83
+SIZE (varnish-2.1.5.tar.gz) = 1530856
diff -ruN --exclude=CVS /usr/ports/www/varnish.orig/files/patch-r5461 /usr/ports/www/varnish/files/patch-r5461
--- /usr/ports/www/varnish.orig/files/patch-r5461	2010-11-08 20:06:02.000000000 +0800
+++ /usr/ports/www/varnish/files/patch-r5461	1970-01-01 08:00:00.000000000 +0800
@@ -1,17 +0,0 @@
-Index: bin/varnishd/cache_fetch.c
-===================================================================
---- bin/varnishd/cache_fetch.c	(revision 5460)
-+++ bin/varnishd/cache_fetch.c	(revision 5461)
-@@ -552,9 +552,11 @@
- 		assert(uu == sp->obj->len);
- 	}
- 
--	if (mklen > 0)
-+	if (mklen > 0) {
-+		http_Unset(sp->obj->http, H_Content_Length);
- 		http_PrintfHeader(sp->wrk, sp->fd, sp->obj->http,
- 		    "Content-Length: %u", sp->obj->len);
-+	}
- 
- 	if (http_HdrIs(hp, H_Connection, "close"))
- 		cls = 1;
--- varnish-2.1.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110130022430.888945D06>