diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-02-17 10:32:10 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-02-17 10:32:10 +0000 |
commit | cd153d93738643912b114a6296d8b19fae2c8470 (patch) | |
tree | 657aca62f7121c8b354c3af6d29f2ff4d69417bb /www/varnish2 | |
parent | 2c55a5a9fa67fe211d1b7081476fe594c673feaf (diff) |
Notes
Diffstat (limited to 'www/varnish2')
-rw-r--r-- | www/varnish2/Makefile | 5 | ||||
-rw-r--r-- | www/varnish2/distinfo | 5 | ||||
-rw-r--r-- | www/varnish2/files/patch-r5461 | 17 |
3 files changed, 4 insertions, 23 deletions
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile index c279b313c3c4..7d811e09c5e2 100644 --- a/www/varnish2/Makefile +++ b/www/varnish2/Makefile @@ -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 --git a/www/varnish2/distinfo b/www/varnish2/distinfo index 7f7216932274..859881f0c6c2 100644 --- a/www/varnish2/distinfo +++ b/www/varnish2/distinfo @@ -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 --git a/www/varnish2/files/patch-r5461 b/www/varnish2/files/patch-r5461 deleted file mode 100644 index 6447a2d6d319..000000000000 --- a/www/varnish2/files/patch-r5461 +++ /dev/null @@ -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; |