update to 2.2.1
This commit is contained in:
parent
b7e9a62f41
commit
6dc9ebf6ac
Binary file not shown.
BIN
haproxy-2.2.1.tar.gz
Normal file
BIN
haproxy-2.2.1.tar.gz
Normal file
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 2.0.17
|
Version: 2.2.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: The Reliable, High Performance TCP/HTTP Load Balancer
|
Summary: The Reliable, High Performance TCP/HTTP Load Balancer
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ use_regparm_opt="USE_REGPARM=1"
|
|||||||
|
|
||||||
%make_build CPU="generic" TARGET="linux-glibc" USE_OPENSSL=1 USE_PCRE=1 USE_ZLIB=1 \
|
%make_build CPU="generic" TARGET="linux-glibc" USE_OPENSSL=1 USE_PCRE=1 USE_ZLIB=1 \
|
||||||
USE_LUA=1 USE_CRYPT_H=1 USE_SYSTEMD=1 USE_LINUX_TPROXY=1 USE_GETADDRINFO=1 ${use_regparm_opt} \
|
USE_LUA=1 USE_CRYPT_H=1 USE_SYSTEMD=1 USE_LINUX_TPROXY=1 USE_GETADDRINFO=1 ${use_regparm_opt} \
|
||||||
ADDINC="%{optflags}" ADDLIB="%{__global_ldflags}"
|
ADDINC="%{optflags}" ADDLIB="%{__global_ldflags}" EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o"
|
||||||
|
|
||||||
pushd contrib/halog
|
pushd contrib/halog
|
||||||
%make_build ${halog} OPTIMIZE="%{optflags} %{build_ldflags}"
|
%make_build ${halog} OPTIMIZE="%{optflags} %{build_ldflags}"
|
||||||
@ -122,6 +122,9 @@ exit 0
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu July 1 huanghaitao <huanghaitao8@huawei.com> - 2.2.1-1
|
||||||
|
- update to 2.2.1
|
||||||
|
|
||||||
* Tue Sep 15 2020 Ge Wang <wangge20@huawei.com> - 2.0.17-1
|
* Tue Sep 15 2020 Ge Wang <wangge20@huawei.com> - 2.0.17-1
|
||||||
- update to 2.0.17 and modify source0 url
|
- update to 2.0.17 and modify source0 url
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user