Accepting request 977601 from server:http
- Update to release 7.1.0 [boo#1195188] [CVE-2022-23959] OBS-URL: https://build.opensuse.org/request/show/977601 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=37
This commit is contained in:
commit
fddfe5ec29
@ -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] [CVE-2022-23959]
|
||||||
|
* 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>
|
||||||
|
|
||||||
|
18
varnish.spec
18
varnish.spec
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define library_name libvarnishapi2
|
%define library_name libvarnishapi3
|
||||||
%define pkg_home %_localstatedir/lib/%name
|
%define pkg_home %_localstatedir/lib/%name
|
||||||
%define pkg_logdir %_localstatedir/log/%name
|
%define pkg_logdir %_localstatedir/log/%name
|
||||||
%define pkg_cachedir %_localstatedir/cache/%name
|
%define pkg_cachedir %_localstatedir/cache/%name
|
||||||
@ -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
|
||||||
@ -96,14 +95,13 @@ This package holds the development files for varnish.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%define _lto_cflags %nil
|
%define _lto_cflags %nil
|
||||||
export CFLAGS="%optflags -fcommon -fstack-protector -Wno-error=clobbered -Werror=maybe-uninitialized"
|
export CFLAGS="%optflags -fcommon -fstack-protector"
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
export CFLAGS="$CFLAGS -ffloat-store -fexcess-precision=standard"
|
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/"
|
||||||
--enable-developer-warnings
|
%make_build V=1
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot"
|
b="%buildroot"
|
||||||
@ -180,7 +178,7 @@ fi
|
|||||||
%_fillupdir/sysconfig.%name
|
%_fillupdir/sysconfig.%name
|
||||||
|
|
||||||
%files -n %library_name
|
%files -n %library_name
|
||||||
%_libdir/libvarnishapi.so.2*
|
%_libdir/libvarnishapi.so.3*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%_includedir/varnish/
|
%_includedir/varnish/
|
||||||
|
Loading…
Reference in New Issue
Block a user