Accepting request 835135 from server:http
- Update to release 6.5.0 OBS-URL: https://build.opensuse.org/request/show/835135 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=32
This commit is contained in:
commit
1c60446ca1
@ -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
3
varnish-6.5.0.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00814949f28701e164d8f246a4e37431594136c6bfcb02f64c58d77ab44861d9
|
||||||
|
size 3476969
|
@ -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>
|
Tue Jun 23 07:35:15 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%define pkg_logdir %_localstatedir/log/%name
|
%define pkg_logdir %_localstatedir/log/%name
|
||||||
%define pkg_cachedir %_localstatedir/cache/%name
|
%define pkg_cachedir %_localstatedir/cache/%name
|
||||||
Name: varnish
|
Name: varnish
|
||||||
Version: 6.4.0
|
Version: 6.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Accelerator for HTTP services
|
Summary: Accelerator for HTTP services
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -45,7 +45,7 @@ BuildRequires: python3-Sphinx
|
|||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkg-config
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -102,9 +102,8 @@ export CFLAGS="$CFLAGS -ffloat-store -fexcess-precision=standard"
|
|||||||
%endif
|
%endif
|
||||||
%configure --disable-static --docdir="%_docdir/%name" \
|
%configure --disable-static --docdir="%_docdir/%name" \
|
||||||
--localstatedir="%_localstatedir/cache/" \
|
--localstatedir="%_localstatedir/cache/" \
|
||||||
--disable-silent-rules \
|
|
||||||
--enable-developer-warnings
|
--enable-developer-warnings
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot"
|
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"
|
"$b/usr/share/varnish/vmodtool.py" "$b/usr/share/varnish/vsctool.py"
|
||||||
|
|
||||||
%check
|
%check
|
||||||
if ! make %{?_smp_mflags} check; then
|
if ! %make_build check; then
|
||||||
x="$?"
|
x="$?"
|
||||||
cat bin/varnishtest/test-suite.log
|
cat bin/varnishtest/test-suite.log
|
||||||
exit "$x"
|
exit "$x"
|
||||||
|
Loading…
Reference in New Issue
Block a user