- 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:
Jan Engelhardt 2022-05-16 20:11:26 +00:00 committed by Git OBS Bridge
parent 68ffb942c8
commit 538836357a
4 changed files with 15 additions and 7 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -25,7 +25,7 @@
%define _fillupdir %_localstatedir/adm/fillup-templates
%endif
Name: varnish
Version: 6.6.1
Version: 7.1.0
Release: 0
Summary: Accelerator for HTTP services
License: BSD-2-Clause
@ -39,10 +39,9 @@ Source7: varnish.service
Source8: varnishlog.service
Patch1: varnish-5.1.2-add-fallthrough-comments.patch
Patch2: uninit.patch
BuildRequires: libxslt
BuildRequires: libxslt-devel
BuildRequires: ncurses-devel
BuildRequires: pcre-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: python3-Sphinx
BuildRequires: python3-docutils
BuildRequires: readline-devel