!77 [sync] PR-69: fix sw_64 build error
From: @openeuler-sync-bot Reviewed-by: @Charlie_li Signed-off-by: @Charlie_li
This commit is contained in:
commit
c7e04f024e
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 2.6.6
|
Version: 2.6.6
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: The Reliable, High Performance TCP/HTTP Load Balancer
|
Summary: The Reliable, High Performance TCP/HTTP Load Balancer
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -22,6 +22,9 @@ Patch2: CVE-2023-25950.patch
|
|||||||
Patch3: CVE-2023-40225.patch
|
Patch3: CVE-2023-40225.patch
|
||||||
|
|
||||||
BuildRequires: gcc lua-devel pcre2-devel openssl-devel systemd-devel systemd libatomic
|
BuildRequires: gcc lua-devel pcre2-devel openssl-devel systemd-devel systemd libatomic
|
||||||
|
%ifarch sw_64
|
||||||
|
#!BuildIgnore: gcc_secure
|
||||||
|
%endif
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
@ -121,6 +124,9 @@ exit 0
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 25 2023 panchenbo <panchenbo@kylinsec.com.cn> - 2.6.6-5
|
||||||
|
- fix sw_64 build error
|
||||||
|
|
||||||
* Mon Aug 21 2023 wangkai <wang_kai001@hoperun.com> - 2.6.6-4
|
* Mon Aug 21 2023 wangkai <wang_kai001@hoperun.com> - 2.6.6-4
|
||||||
- Fix CVE-2023-40225
|
- Fix CVE-2023-40225
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user