forked from pool/varnish
- Update to release 7.1.0 [boo#1195188] [CVE-2022-23959]
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=112
This commit is contained in:
parent
fac46bdf5b
commit
b3552e1294
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 20:10:21 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Mon May 16 20:10:21 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- Update to release 7.1.0 [boo#1195188]
|
- Update to release 7.1.0 [boo#1195188] [CVE-2022-23959]
|
||||||
* VCL: It is now possible to assign a BLOB value to a BODY
|
* VCL: It is now possible to assign a BLOB value to a BODY
|
||||||
variable, in addition to STRING as before.
|
variable, in addition to STRING as before.
|
||||||
* VMOD: New STRING strftime(TIME time, STRING format) function
|
* VMOD: New STRING strftime(TIME time, STRING format) function
|
||||||
|
@ -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
|
||||||
@ -178,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