varnish: update to 7.1.0.

This commit is contained in:
Duncaen 2022-06-30 16:43:55 +02:00
parent 61d380814e
commit 3fc67f10a1
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 8 additions and 4 deletions

View file

@ -3714,7 +3714,7 @@ libnozzle.so.1 libnozzle1-1.11_4
libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
libluv.so.1 libluv-1.30.1.0_1
libarmadillo.so.11 armadillo-11.0.1_1
libvarnishapi.so.2 libvarnishapi-6.3.0_1
libvarnishapi.so.3 libvarnishapi-7.1.0_1
libicns.so.1 libicns-0.8.1_1
librabbitmq.so.4 rabbitmq-c-0.10.0_2
libuInputPlus.so.0 libuInputPlus-0.1.3_1

View file

@ -1,17 +1,17 @@
# Template file for 'varnish'
pkgname=varnish
version=6.6.0
version=7.1.0
revision=1
build_style=gnu-configure
configure_args="--cache-file=config.void --disable-static $(vopt_enable pcrejit pcre-jit)"
hostmakedepends="pkg-config python3 python3-docutils python3-Sphinx"
makedepends="pcre-devel readline-devel"
makedepends="pcre2-devel readline-devel"
short_desc="Fast caching HTTP reverse proxy"
maintainer="Noel Cower <ncower@nil.dev>"
license="BSD-2-Clause"
homepage="https://varnish-cache.org/"
distfiles="https://varnish-cache.org/_downloads/${pkgname}-${version}.tgz"
checksum=d5ff82f2041276dfaeb9a652a88b6d7287cfcf7ca345bb02c438fb65d2bca2e5
checksum=f54ab88685667664e5b3c39eb56ac8c624b6c1093436a7f8c555491144c69eba
lib32disabled=yes
build_options="pcrejit"
@ -24,6 +24,10 @@ system_accounts="_varnish _vcache"
_varnish_homedir="/var/lib/varnish"
_vcache_pgroup="_varnish"
if [ "${XBPS_TARGET_MACHINE%-musl}" = i686 ]; then
broken="vcltest failure on i686 in c00059.vtc and more"
fi
if [ yes = "$(vopt_if pcrejit yes)" ]; then
# Don't permit cross builds if pcrejit is set.
nocross="Cannot run test program when cross compiling (PCRE_JIT)"