Accepting request 243677 from network:ha-clustering:Factory

1

OBS-URL: https://build.opensuse.org/request/show/243677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2014-08-05 19:11:18 +00:00
committed by Git OBS Bridge
parent 1767f8e3d7
commit 6af8fc3089
12 changed files with 241 additions and 247 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Jul 30 09:47:38 UTC 2014 - mrueckert@suse.de
- pull important fixes from git:
0001-BUG-MINOR-server-move-the-directive-endif-to-the-end.patch
0002-BUG-MINOR-Fix-search-for-p-argument-in-systemd-wrapp.patch
0003-BUG-MAJOR-tcp-fix-a-possible-busy-spinning-loop-in-c.patch
Especially the last patch is important:
As a consequence of various recent changes on the sample
conversion, a corner case has emerged where it is possible to
wait forever for a sample in track-sc*.
-------------------------------------------------------------------
Mon Jul 28 11:33:14 UTC 2014 - kgronlund@suse.com
- update to 1.5.3
- DOC: fix typo in Unix Socket commands
- BUG/MEDIUM: connection: fix memory corruption when building a proxy v2 header
- BUG/MEDIUM: ssl: Fix a memory leak in DHE key exchange
- DOC: mention that Squid correctly responds 400 to PPv2 header
- BUG/MINOR: http: base32+src should use the big endian version of base32
- BUG/MEDIUM: connection: fix proxy v2 header again!
- Removed backported patches:
- 0001-DOC-mention-that-Squid-correctly-responds-400-to-PPv.patch
- 0002-DOC-fix-typo-in-Unix-Socket-commands.patch
- 0003-BUG-MEDIUM-ssl-Fix-a-memory-leak-in-DHE-key-exchange.patch
- 0004-BUG-MINOR-http-base32-src-should-use-the-big-endian-.patch
- 0005-BUG-MEDIUM-connection-fix-memory-corruption-when-bui.patch
- 0006-BUG-MEDIUM-connection-fix-proxy-v2-header-again.patch
-------------------------------------------------------------------
Mon Jul 21 13:45:40 UTC 2014 - mrueckert@suse.de
- added 0006-BUG-MEDIUM-connection-fix-proxy-v2-header-again.patch:
Last commit 77d1f01 ("BUG/MEDIUM: connection: fix memory
corruption when building a proxy v2 header") was wrong, using
&cn_trash instead of cn_trash resulting in a warning and the
client's SSL cert CN not being stored at the proper location.
-------------------------------------------------------------------
Fri Jul 18 15:01:53 UTC 2014 - mrueckert@suse.de