- Update to release 7.1.0 [boo#1195188]
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=109
This commit is contained in:
parent
68ffb942c8
commit
538836357a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ab1a6884332731f983c8dab675c636deb3883a206c8a0127a7c663af2422e628
|
|
||||||
size 3518308
|
|
3
varnish-7.1.0.tgz
Normal file
3
varnish-7.1.0.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f54ab88685667664e5b3c39eb56ac8c624b6c1093436a7f8c555491144c69eba
|
||||||
|
size 3787588
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 16 20:10:21 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 7.1.0 [boo#1195188]
|
||||||
|
* VCL: It is now possible to assign a BLOB value to a BODY
|
||||||
|
variable, in addition to STRING as before.
|
||||||
|
* VMOD: New STRING strftime(TIME time, STRING format) function
|
||||||
|
for UTC formatting.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 10:27:19 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
Wed Dec 1 10:27:19 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%define _fillupdir %_localstatedir/adm/fillup-templates
|
%define _fillupdir %_localstatedir/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
Name: varnish
|
Name: varnish
|
||||||
Version: 6.6.1
|
Version: 7.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Accelerator for HTTP services
|
Summary: Accelerator for HTTP services
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -39,10 +39,9 @@ Source7: varnish.service
|
|||||||
Source8: varnishlog.service
|
Source8: varnishlog.service
|
||||||
Patch1: varnish-5.1.2-add-fallthrough-comments.patch
|
Patch1: varnish-5.1.2-add-fallthrough-comments.patch
|
||||||
Patch2: uninit.patch
|
Patch2: uninit.patch
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pkgconfig(libpcre2-8)
|
||||||
BuildRequires: pkg-config
|
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user