- Update to release 6.5.0

OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=103
This commit is contained in:
Jan Engelhardt 2020-09-17 08:41:58 +00:00 committed by Git OBS Bridge
parent c88194dd38
commit d2a8f649fc
4 changed files with 17 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f636ba2d881b146f480fb52efefae468b36c2c3e6620d07460f9ccbe364a76c2
size 3404617

3
varnish-6.5.0.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00814949f28701e164d8f246a4e37431594136c6bfcb02f64c58d77ab44861d9
size 3476969

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 17 08:34:30 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 6.5.0
* `PRIV_TOP` is now thread-safe to support parallel ESI
implementations.
* varnishstat's JSON output format (-j option) has been changed.
* Behavior for 304-type responses was changed not to update the
Content-Encoding response header of the stored object.
-------------------------------------------------------------------
Tue Jun 23 07:35:15 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -26,7 +26,7 @@
%define pkg_logdir %_localstatedir/log/%name
%define pkg_cachedir %_localstatedir/cache/%name
Name: varnish
Version: 6.4.0
Version: 6.5.0
Release: 0
Summary: Accelerator for HTTP services
License: BSD-2-Clause
@ -45,7 +45,7 @@ BuildRequires: python3-Sphinx
BuildRequires: libxslt
BuildRequires: ncurses-devel
BuildRequires: pcre-devel
BuildRequires: pkgconfig
BuildRequires: pkg-config
BuildRequires: readline-devel
BuildRequires: systemd-rpm-macros
BuildRequires: xz
@ -102,9 +102,8 @@ export CFLAGS="$CFLAGS -ffloat-store -fexcess-precision=standard"
%endif
%configure --disable-static --docdir="%_docdir/%name" \
--localstatedir="%_localstatedir/cache/" \
--disable-silent-rules \
--enable-developer-warnings
make %{?_smp_mflags}
%make_build
%install
b="%buildroot"
@ -137,7 +136,7 @@ perl -i -pe 's{^#!/usr/bin/env python}{#!/usr/bin/python}g' \
"$b/usr/share/varnish/vmodtool.py" "$b/usr/share/varnish/vsctool.py"
%check
if ! make %{?_smp_mflags} check; then
if ! %make_build check; then
x="$?"
cat bin/varnishtest/test-suite.log
exit "$x"