From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- extra/varnish/PKGBUILD | 10 +++++----- extra/varnish/varnish.service | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'extra/varnish') diff --git a/extra/varnish/PKGBUILD b/extra/varnish/PKGBUILD index 1b7237f43..32567111c 100644 --- a/extra/varnish/PKGBUILD +++ b/extra/varnish/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 198475 2013-10-30 15:05:30Z allan $ +# $Id: PKGBUILD 200724 2013-12-03 14:59:11Z dreisner $ # Maintainer: Dave Reisner # Contributor: Jaroslav Lichtblau # Contributor: Douglas Soares de Andrade # Contributor: Roberto Alsina pkgname=varnish -pkgver=3.0.4 -pkgrel=2 +pkgver=3.0.5 +pkgrel=1 pkgdesc="High-performance HTTP accelerator" arch=('i686' 'x86_64') url="http://www.varnish-cache.org/" @@ -17,9 +17,9 @@ install=$pkgname.install source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz" varnish-vcl-reload varnish.service) -md5sums=('a130ce9c3504b9603a46542635e18701' +md5sums=('674d44775cc927aee4601edb37f60198' '03196dee7fc68e75069393d52c370762' - 'a59b17d8e3066abcf3dd7755a2212dd4') + '276f1761b3c7c6a83688038659194bbb') build() { cd "$pkgname-$pkgver" diff --git a/extra/varnish/varnish.service b/extra/varnish/varnish.service index 851e32140..01fda89c2 100644 --- a/extra/varnish/varnish.service +++ b/extra/varnish/varnish.service @@ -3,7 +3,7 @@ Description=Web Application Accelerator After=network.target [Service] -ExecStart=/usr/bin/varnishd -a 0.0.0.0:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nobody -F +ExecStart=/usr/bin/varnishd -a 0.0.0.0:80,[::]:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nobody -F ExecReload=/usr/bin/varnish-vcl-reload [Install] -- cgit v1.2.3-54-g00ecf