From 8e10a04b32081af7dec49b9d25e3abdb2228b05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 2 Jun 2018 19:46:54 +0200 Subject: [PATCH] varnish: update to 6.0.1. --- srcpkgs/varnish/template | 9 +++++---- srcpkgs/varnish/update | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/varnish/update diff --git a/srcpkgs/varnish/template b/srcpkgs/varnish/template index 6f4210bd1e4..5e67711eb0e 100644 --- a/srcpkgs/varnish/template +++ b/srcpkgs/varnish/template @@ -1,6 +1,6 @@ # Template file for 'varnish' pkgname=varnish -version=5.2.1 +version=6.0.1 revision=1 lib32disabled=yes build_style=gnu-configure @@ -11,10 +11,10 @@ conf_files="/etc/varnish/default.vcl" make_dirs="/var/varnish 750 nobody nogroup" short_desc="A fast caching HTTP reverse proxy" maintainer="Juan RP " -license="Simplified BSD" +license="BSD-2-Clause" homepage="https://varnish-cache.org/" -distfiles="http://varnish-cache.org/_downloads/${pkgname}-${version}.tgz" -checksum=b8452c9d78c16f78c8cfd1c1a1e696523bf64b7721c330150dcc0852459014b3 +distfiles="https://varnish-cache.org/_downloads/${pkgname}-${version}.tgz" +checksum=47f28e4da9d46f0e48fbe6067de734a01786081cda681bf2764f87914339f3b8 nocross="Cannot run test program when cross compiling (PCRE_JIT)" @@ -27,6 +27,7 @@ esac post_install() { vinstall etc/example.vcl 644 etc/varnish default.vcl vsv varnishd + vlicense LICENSE } libvarnishapi_package() { diff --git a/srcpkgs/varnish/update b/srcpkgs/varnish/update new file mode 100644 index 00000000000..30fbc3a065b --- /dev/null +++ b/srcpkgs/varnish/update @@ -0,0 +1 @@ +site="https://varnish-cache.org/releases/index.html"