varnish: update to 6.1.1.
This commit is contained in:
parent
c6b30e0e57
commit
c8c63c3aba
|
@ -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
|
||||
|
|
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue