Update to 2.0.3 (#1690492)
This commit is contained in:
parent
d5794124ea
commit
49707947a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@ haproxy-1.4.8.tar.gz
|
|||||||
/haproxy-1.8.17.tar.gz
|
/haproxy-1.8.17.tar.gz
|
||||||
/haproxy-1.8.19.tar.gz
|
/haproxy-1.8.19.tar.gz
|
||||||
/haproxy-1.8.20.tar.gz
|
/haproxy-1.8.20.tar.gz
|
||||||
|
/haproxy-2.0.3.tar.gz
|
||||||
|
11
haproxy.spec
11
haproxy.spec
@ -7,14 +7,14 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 1.8.20
|
Version: 2.0.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: HAProxy reverse proxy for high availability environments
|
Summary: HAProxy reverse proxy for high availability environments
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
URL: http://www.haproxy.org/
|
URL: http://www.haproxy.org/
|
||||||
Source0: http://www.haproxy.org/download/1.8/src/haproxy-%{version}.tar.gz
|
Source0: http://www.haproxy.org/download/2.0/src/haproxy-%{version}.tar.gz
|
||||||
Source1: %{name}.service
|
Source1: %{name}.service
|
||||||
Source2: %{name}.cfg
|
Source2: %{name}.cfg
|
||||||
Source3: %{name}.logrotate
|
Source3: %{name}.logrotate
|
||||||
@ -55,7 +55,7 @@ regparm_opts=
|
|||||||
regparm_opts="USE_REGPARM=1"
|
regparm_opts="USE_REGPARM=1"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{__make} %{?_smp_mflags} CPU="generic" TARGET="linux2628" USE_OPENSSL=1 USE_PCRE2=1 USE_ZLIB=1 USE_LUA=1 USE_CRYPT_H=1 USE_SYSTEMD=1 USE_LINUX_TPROXY=1 USE_GETADDRINFO=1 ${regparm_opts} ADDINC="%{optflags}" ADDLIB="%{__global_ldflags}"
|
%{__make} %{?_smp_mflags} CPU="generic" TARGET="linux-glibc" USE_OPENSSL=1 USE_PCRE2=1 USE_ZLIB=1 USE_LUA=1 USE_CRYPT_H=1 USE_SYSTEMD=1 USE_LINUX_TPROXY=1 USE_GETADDRINFO=1 ${regparm_opts} ADDINC="%{optflags}" ADDLIB="%{__global_ldflags}"
|
||||||
|
|
||||||
pushd contrib/halog
|
pushd contrib/halog
|
||||||
%{__make} ${halog} OPTIMIZE="%{optflags} %{build_ldflags}"
|
%{__make} ${halog} OPTIMIZE="%{optflags} %{build_ldflags}"
|
||||||
@ -132,6 +132,9 @@ exit 0
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 30 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.3-1
|
||||||
|
- Update to 2.0.3 (#1690492)
|
||||||
|
|
||||||
* Tue Jul 30 2019 Ryan O'Hara <rohara@redhat.com> - 1.8.20-3
|
* Tue Jul 30 2019 Ryan O'Hara <rohara@redhat.com> - 1.8.20-3
|
||||||
- Build with PCRE2 (#1669217)
|
- Build with PCRE2 (#1669217)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (haproxy-1.8.20.tar.gz) = c288ccf223da71a29ae0f08f3c9753002735816229ea83ca497d46c860fb8a4bd422077a94652aa475e48aefb78787979cdce7f1bd0b5919dc671ba25212c133
|
SHA512 (haproxy-2.0.3.tar.gz) = dd7eaf7e05c9b3ee162fcc17bc116f81184523437d6f4dbd940b0a6a8e4d01e1984fc8fabafcfc20261203e60e8bd0bc5b0bf813f5eff47b9ba364465bd0633c
|
||||||
|
Loading…
Reference in New Issue
Block a user