Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2840d3b34a | ||
|
|
08ced74ad6 | ||
|
|
5aa3512dca |
3 changed files with 18 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -26,3 +26,6 @@
|
|||
/keepalived-1.4.5.tar.gz
|
||||
/keepalived-2.0.5.tar.gz
|
||||
/keepalived-2.0.6.tar.gz
|
||||
/keepalived-2.0.10.tar.gz
|
||||
/keepalived-2.0.11.tar.gz
|
||||
/keepalived-2.0.12.tar.gz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Name: keepalived
|
||||
Summary: High Availability monitor built upon LVS, VRRP and service pollers
|
||||
Version: 2.0.6
|
||||
Version: 2.0.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.keepalived.org/
|
||||
|
|
@ -96,6 +96,19 @@ mkdir -p %{buildroot}%{_libexecdir}/keepalived
|
|||
%{_mandir}/man8/keepalived.8*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 04 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.12-1
|
||||
- Update to 2.0.12 (#1576138)
|
||||
|
||||
* Wed Jan 09 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.11-1
|
||||
- Update to 2.0.11
|
||||
|
||||
* Mon Nov 26 2018 Ryan O'Hara <rohara@redhat.com> - 2.0.10-1
|
||||
- Update to 2.0.10
|
||||
- Fix improper pathname validation (#1651864, CVE-2018-19044)
|
||||
- Fix insecure permissions when creating temporary files (#1651868, CVE-2018-19045)
|
||||
- Fix insecure use of temporary files (#1651870, CVE-2018-19046)
|
||||
- Fix buffer overflow when parsing HTTP status codes (#1651873, CVE-2018-19047)
|
||||
|
||||
* Wed Jul 25 2018 Ryan O'Hara <rohara@redhat.com> - 2.0.6-1
|
||||
- Update to 2.0.6 (#1576138)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (keepalived-2.0.6.tar.gz) = 9e340825b443c02ba1afe27d9ad97afc34722d80a27fc9a5f934157ec04ff15cef0a82b68c8917712415dc7ef079e27af88ac29a372ef42c87fcc9f9b8ab751e
|
||||
SHA512 (keepalived-2.0.12.tar.gz) = 345f7574cfe978194504691c0a7bcad76b1438bf8833911271647d445f0d1352972257554524e94be44e9d971299678d2f9a026e29088e844bbb3d2b25637076
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue