Control: tags -1 moreinfo Hi,
On Fri, Dec 05, 2014 at 07:31:29AM +0100, Vincent Bernat wrote: > If we only cherry-picked those bugs (leaving out minor bugs, build fixes > and the one tiny new feature) : > > a75eb51b3172 BUG/MAJOR: sessions: unlink session from list on out of memory > 6ad3873aa13b BUG/MEDIUM: pattern: don't load more than once a pattern list. > d40ea4c3ac38 BUG/MEDIUM: connection: sanitize PPv2 header length before > parsing address information > 2419748da52e BUG/MAJOR: frontend: initialize capture pointers earlier > 9d678af292c5 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl > healthchecks > 0198527d38f6 BUG/MEDIUM: ssl: force a full GC in case of memory shortage > 6684c5606eb0 BUG/MEDIUM: ssl: fix bad ssl context init can cause > segfault in case of OOM. > > We would get those stats: > > git diff --stat v1.5.8 > include/proto/pattern.h | 3 ++- > include/types/checks.h | 3 ++- > include/types/server.h | 1 - > src/acl.c | 2 +- > src/checks.c | 2 +- > src/connection.c | 6 +++++ > src/frontend.c | 14 ++++++++---- > src/pattern.c | 22 ++++++++++++++++-- > src/server.c | 2 +- > src/session.c | 1 + > src/ssl_sock.c | 76 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- > 11 files changed, 109 insertions(+), 23 deletions(-) You didn't include the diff for this, which would be relevant for the unblock. However, if you upload this before Monday Dec 8th, I will review it and, if appropriate, unblock it. > The source changes missing to go to 1.5.9 would be: > > git diff --stat test v1.5.9 src > src/cfgparse.c | 2 +- > src/peers.c | 4 ++-- > src/proto_http.c | 3 +-- > src/sample.c | 56 > +++++++++++++++++++++++++++++++++++++++++--------------- > 4 files changed, 45 insertions(+), 20 deletions(-) > > The diff for those missing changes is attached. Can we just upload > 1.5.9? No. The point of the freeze is to stop changes, so that only major issues (defined by the freeze policy) can be fixed. That way, we can get to the point where we can release. Reviewing lots of small changes takes far too much time and effort, and delays fixes which block the release. Cheers, Ivo -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org