Update to 1.6.1 (#1276288)

This commit is contained in:
Ryan O'Hara 2015-10-30 03:34:23 -05:00
parent e3738f3414
commit 86a5d24bec
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
ad9d7262b96ba85a0f8c6acc6cb9edde haproxy-1.5.14.tar.gz
7343def2af8556ebc8972a9748176094 haproxy-1.6.1.tar.gz