~ubuntu-branches/ubuntu/wily/haproxy/wily-proposed

« back to all changes in this revision

Viewing changes to examples/haproxy.spec

  • Committer: Package Import Robot
  • Author(s): Vincent Bernat
  • Date: 2014-10-31 13:48:19 UTC
  • mfrom: (23.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20141031134819-tm3f5woyik0oajpb
Tags: 1.5.8-1
* New upstream stable release including the following fixes:

   + BUG/MAJOR: buffer: check the space left is enough or not when input
                data in a buffer is wrapped
   + BUG/MINOR: ssl: correctly initialize ssl ctx for invalid certificates
   + BUG/MEDIUM: tcp: don't use SO_ORIGINAL_DST on non-AF_INET sockets
   + BUG/MEDIUM: regex: fix pcre_study error handling
   + BUG/MEDIUM: tcp: fix outgoing polling based on proxy protocol
   + BUG/MINOR: log: fix request flags when keep-alive is enabled
   + BUG/MAJOR: cli: explicitly call cli_release_handler() upon error
   + BUG/MEDIUM: http: don't dump debug headers on MSG_ERROR
* Also includes the following new features:
   + MINOR: ssl: add statement to force some ssl options in global.
   + MINOR: ssl: add fetchs 'ssl_c_der' and 'ssl_f_der' to return DER
            formatted certs
* Disable SSLv3 in the default configuration file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
2
2
Name: haproxy
3
 
Version: 1.5.4
 
3
Version: 1.5.8
4
4
Release: 1
5
5
License: GPL
6
6
Group: System Environment/Daemons
76
76
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
77
77
 
78
78
%changelog
 
79
* Fri Oct 31 2014 Willy Tarreau <w@1wt.eu>
 
80
- updated to 1.5.8
 
81
 
 
82
* Thu Oct 30 2014 Willy Tarreau <w@1wt.eu>
 
83
- updated to 1.5.7
 
84
 
 
85
* Sat Oct 18 2014 Willy Tarreau <w@1wt.eu>
 
86
- updated to 1.5.6
 
87
 
 
88
* Wed Oct  8 2014 Willy Tarreau <w@1wt.eu>
 
89
- updated to 1.5.5
 
90
 
79
91
* Tue Sep  2 2014 Willy Tarreau <w@1wt.eu>
80
92
- updated to 1.5.4
81
93