Update to 7.4.2 for fix CVE-2023-44487
This commit is contained in:
parent
bdcfd9b267
commit
4bbdd90cd5
Binary file not shown.
BIN
varnish-7.4.2.tgz
Normal file
BIN
varnish-7.4.2.tgz
Normal file
Binary file not shown.
@ -1,6 +1,8 @@
|
|||||||
|
%global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler}
|
||||||
|
|
||||||
Name: varnish
|
Name: varnish
|
||||||
Summary: A web application accelerator
|
Summary: A web application accelerator
|
||||||
Version: 7.4.1
|
Version: 7.4.2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://www.varnish-cache.org/
|
URL: https://www.varnish-cache.org/
|
||||||
@ -13,7 +15,7 @@ Patch0002: fix-varnish.service-reload-failed.patch
|
|||||||
|
|
||||||
BuildRequires: python3-sphinx python3-docutils pkgconfig make graphviz nghttp2 systemd-units
|
BuildRequires: python3-sphinx python3-docutils pkgconfig make graphviz nghttp2 systemd-units
|
||||||
BuildRequires: ncurses-devel pcre2-devel libedit-devel gcc
|
BuildRequires: ncurses-devel pcre2-devel libedit-devel gcc
|
||||||
Requires: logrotate ncurses pcre2 jemalloc openEuler-rpm-config gcc
|
Requires: logrotate ncurses pcre2 jemalloc %{vendor}-rpm-config gcc
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires(post): /usr/bin/uuidgen systemd-units systemd-sysv
|
Requires(post): /usr/bin/uuidgen systemd-units systemd-sysv
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
@ -158,6 +160,9 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc
|
|||||||
%{_mandir}/man7/*.7*
|
%{_mandir}/man7/*.7*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 17 2024 wangkai <13474090681@163.com> - 7.4.2-1
|
||||||
|
- Update to 7.4.2 for fix CVE-2023-44487
|
||||||
|
|
||||||
* Tue Oct 10 2023 xu_ping <707078654@qq.com> - 7.4.1-1
|
* Tue Oct 10 2023 xu_ping <707078654@qq.com> - 7.4.1-1
|
||||||
- Upgrade version to 7.4.1
|
- Upgrade version to 7.4.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user