Update to 1.6.1 (#1276288)
This commit is contained in:
parent
e3738f3414
commit
86a5d24bec
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,3 +24,5 @@ haproxy-1.4.8.tar.gz
|
||||
/haproxy-1.5.12.tar.gz
|
||||
/haproxy-1.5.13.tar.gz
|
||||
/haproxy-1.5.14.tar.gz
|
||||
/haproxy-1.6.0.tar.gz
|
||||
/haproxy-1.6.1.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.5.14
|
||||
Version: 1.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: HAProxy reverse proxy for high availability environments
|
||||
|
||||
@ -24,7 +24,6 @@ Source5: halog.1
|
||||
|
||||
Patch0: halog-unused-variables.patch
|
||||
Patch1: iprange-return-type.patch
|
||||
Patch2: haproxy-tcp-user-timeout.patch
|
||||
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: zlib-devel
|
||||
@ -54,7 +53,6 @@ availability environments. Indeed, it can:
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
%patch1 -p0
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
regparm_opts=
|
||||
@ -140,6 +138,9 @@ exit 0
|
||||
%attr(-,%{haproxy_user},%{haproxy_group}) %dir %{haproxy_home}
|
||||
|
||||
%changelog
|
||||
* Fri Oct 30 2015 Ryan O'Hara <rohara@redhat.com> - 1.6.1-1
|
||||
- Update to 1.6.1 (#1276288)
|
||||
|
||||
* Mon Jul 06 2015 Ryan O'Hara <rohara@redhat.com> - 1.5.14-1
|
||||
- Update to 1.5.14 (CVE-2015-3281, #1239181)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user