From c8c63c3aba9113b56f780caf29914cc4e7e558fb Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 20 Nov 2018 18:40:44 -0200 Subject: [PATCH] varnish: update to 6.1.1. --- common/shlibs | 2 +- srcpkgs/varnish/template | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/common/shlibs b/common/shlibs index 3a6335edd5..43aa8c97ce 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1209,7 +1209,7 @@ libpurple.so.0 libpurple-2.10.6_1 libpurple-client.so.0 libpurple-2.10.6_1 libjabber.so.0 libpurple-2.13.0_1 libgnt.so.0 libgnt-2.10.6_1 -libvarnishapi.so.1 libvarnishapi-3.0.3_1 +libvarnishapi.so.2 libvarnishapi-6.1.1_1 libao.so.4 libao-1.1.0_1 libjansson.so.4 jansson-2.4_1 libleveldb.so.1 leveldb-1.8.0_1 diff --git a/srcpkgs/varnish/template b/srcpkgs/varnish/template index 5e67711eb0..ef2b2c3b74 100644 --- a/srcpkgs/varnish/template +++ b/srcpkgs/varnish/template @@ -1,20 +1,21 @@ # Template file for 'varnish' pkgname=varnish -version=6.0.1 +version=6.1.1 revision=1 lib32disabled=yes build_style=gnu-configure -configure_args="--disable-static --sbindir=/usr/bin" -hostmakedepends="pkg-config python python-docutils" +configure_args="--disable-static" +hostmakedepends="pkg-config python python-docutils python-Sphinx" makedepends="pcre-devel readline-devel jemalloc-devel" -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="BSD-2-Clause" homepage="https://varnish-cache.org/" distfiles="https://varnish-cache.org/_downloads/${pkgname}-${version}.tgz" -checksum=47f28e4da9d46f0e48fbe6067de734a01786081cda681bf2764f87914339f3b8 +checksum=e0ee7c88a8149d8890b26fd9e1d909859ea895a39ca188d76a96869cff87c93d + +conf_files="/etc/varnish/default.vcl" +make_dirs="/var/varnish 750 nobody nogroup" nocross="Cannot run test program when cross compiling (PCRE_JIT)"