diff --git a/.gitignore b/.gitignore index 3ef9557..5cd113e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ haproxy-1.4.8.tar.gz /haproxy-1.6.3.tar.gz /haproxy-1.6.5.tar.gz /haproxy-1.6.6.tar.gz +/haproxy-1.6.7.tar.gz diff --git a/haproxy.spec b/haproxy.spec index 83f8b39..b2c5c80 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -7,8 +7,8 @@ %global _hardened_build 1 Name: haproxy -Version: 1.6.6 -Release: 2%{?dist} +Version: 1.6.7 +Release: 1%{?dist} Summary: HAProxy reverse proxy for high availability environments Group: System Environment/Daemons @@ -139,6 +139,9 @@ exit 0 %attr(-,%{haproxy_user},%{haproxy_group}) %dir %{haproxy_home} %changelog +* Thu Jul 14 2016 Ryan O'Hara - 1.6.7-1 +- Update to 1.6.7 (#1356578) + * Tue Jun 28 2016 Ryan O'Hara - 1.6.6-2 - Remove patch for CVE-2016-5360 diff --git a/sources b/sources index 48d27c0..ad0b748 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b418d83cf4f2da328f6eb8c255b8716b haproxy-1.6.6.tar.gz +a046ed63b00347bd367b983529dd541f haproxy-1.6.7.tar.gz