Hello community, here is the log from the commit of package haproxy for openSUSE:Factory checked in at 2016-05-19 12:15:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/haproxy (Old) and /work/SRC/openSUSE:Factory/.haproxy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "haproxy" Changes: -------- --- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes 2016-03-21 12:46:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes 2016-05-19 12:15:08.000000000 +0200 @@ -1,0 +2,88 @@ +Tue May 10 14:24:24 UTC 2016 - [email protected] + +- update to 1.6.5 + - BUG/MINOR: log: Don't use strftime() which can clobber timezone + if chrooted + - BUILD: namespaces: fix a potential build warning in + namespaces.c + - DOC: add encoding to json converter example + - BUG/MINOR: conf: "listener id" expects integer, but its not + checked + - DOC: Clarify tunes.vars.xxx-max-size settings + - BUG/MEDIUM: peers: fix incorrect age in frequency counters + - BUG/MEDIUM: Fix RFC5077 resumption when more than + TLS_TICKETS_NO are present + - BUG/MAJOR: Fix crash in http_get_fhdr with exactly + MAX_HDR_HISTORY headers + - BUG/MINOR: lua: can't load external libraries + - DOC: "addr" parameter applies to both health and agent checks + - DOC: timeout client: pointers to timeout http-request + - DOC: typo on stick-store response + - DOC: stick-table: amend paragraph blaming the loss of table + upon reload + - DOC: typo: ACL subdir match + - DOC: typo: maxconn paragraph is wrong due to a wrong buffer + size + - DOC: regsub: parser limitation about the inability to use + closing square brackets + - DOC: typo: req.uri is now replaced by capture.req.uri + - DOC: name set-gpt0 mismatch with the expected keyword + - BUG/MEDIUM: stick-tables: some sample-fetch doesn't work in the + connection state. + - DOC: fix "needed" typo + - BUG/MINOR: dns: inapropriate way out after a resolution timeout + - BUG/MINOR: dns: trigger a DNS query type change on resolution + timeout + - BUG/MINOR : allow to log cookie for tarpit and denied request + - OPTIM/MINOR: session: abort if possible before connecting to + the backend + - BUG/MEDIUM: trace.c: rdtsc() is defined in two files + - BUG/MEDIUM: channel: fix miscalculation of available buffer + space (2nd try) + - BUG/MINOR: cfgparse: couple of small memory leaks. + - BUG/MEDIUM: sample: initialize the pointer before parse_binary + call. + - DOC: fix discrepancy in the example for http-request redirect + - DOC: Clarify IPv4 address / mask notation rules + - CLEANUP: fix inconsistency between fd->iocb, proto->accept and + accept() + - BUG/MEDIUM: fix maxaccept computation on per-process listeners + - BUG/MINOR: listener: stop unbound listeners on startup + - BUG/MINOR: fix maxaccept computation according to the frontend + process range + - MEDIUM: unblock signals on startup. + - BUG/MEDIUM: channel: don't allow to overwrite the reserve until + connected + - BUG/MEDIUM: channel: incorrect polling condition may delay + event delivery + - BUG/MEDIUM: channel: fix miscalculation of available buffer + space (3rd try) + - BUG/MEDIUM: log: fix risk of segfault when logging HTTP fields + in TCP mode + - BUG/MEDIUM: lua: protects the upper boundary of the argument + list for converters/fetches. + - BUG/MINOR: log: fix a typo that would cause %HP to log <BADREQ> + - MINOR: channel: add new function channel_congested() + - BUG/MEDIUM: http: fix risk of CPU spikes with pipelined + requests from dead client + - BUG/MAJOR: channel: fix miscalculation of available buffer + space (4th try) + - BUG/MEDIUM: stream: ensure the SI_FL_DONT_WAKE flag is properly + cleared + - BUG/MEDIUM: channel: fix inconsistent handling of 4GB-1 + transfers + - BUG/MEDIUM: stats: show servers state may show an empty or + incomplete result + - BUG/MEDIUM: stats: show backend may show an empty or incomplete + result + - MINOR: stats: fix typo in help messages + - MINOR: stats: show stat resolvers missing in the help message + - BUG/MINOR: dns: fix DNS header definition + - BUG/MEDIUM: dns: fix alignment issue when building DNS queries + - CLEANUP/MINOR: stats: fix accidental addition of member "env" + in the applet ctx +- refreshed patches to apply cleanly again + - haproxy-1.6.0-makefile_lib.patch + - haproxy-1.6.0-sec-options.patch + +------------------------------------------------------------------- Old: ---- haproxy-1.6.4.tar.gz New: ---- haproxy-1.6.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ haproxy.spec ++++++ --- /var/tmp/diff_new_pack.Rxn2tl/_old 2016-05-19 12:15:09.000000000 +0200 +++ /var/tmp/diff_new_pack.Rxn2tl/_new 2016-05-19 12:15:09.000000000 +0200 @@ -41,7 +41,7 @@ %bcond_without apparmor Name: haproxy -Version: 1.6.4 +Version: 1.6.5 Release: 0 # # ++++++ haproxy-1.6.0-makefile_lib.patch ++++++ --- /var/tmp/diff_new_pack.Rxn2tl/_old 2016-05-19 12:15:09.000000000 +0200 +++ /var/tmp/diff_new_pack.Rxn2tl/_new 2016-05-19 12:15:09.000000000 +0200 @@ -2,7 +2,7 @@ =================================================================== --- Makefile.orig +++ Makefile -@@ -644,7 +644,7 @@ ifneq ($(USE_PCRE)$(USE_STATIC_PCRE)$(US +@@ -647,7 +647,7 @@ ifneq ($(USE_PCRE)$(USE_STATIC_PCRE)$(US PCREDIR := $(shell pcre-config --prefix 2>/dev/null || echo /usr/local) ifneq ($(PCREDIR),) PCRE_INC := $(PCREDIR)/include ++++++ haproxy-1.6.0-sec-options.patch ++++++ --- /var/tmp/diff_new_pack.Rxn2tl/_old 2016-05-19 12:15:09.000000000 +0200 +++ /var/tmp/diff_new_pack.Rxn2tl/_new 2016-05-19 12:15:09.000000000 +0200 @@ -2,7 +2,7 @@ =================================================================== --- Makefile.orig +++ Makefile -@@ -671,6 +671,35 @@ OPTIONS_CFLAGS += -DUSE_TFO +@@ -674,6 +674,35 @@ OPTIONS_CFLAGS += -DUSE_TFO BUILD_OPTIONS += $(call ignore_implicit,USE_TFO) endif ++++++ haproxy-1.6.4.tar.gz -> haproxy-1.6.5.tar.gz ++++++ ++++ 2434 lines of diff (skipped)
