From 1eab77f05fe326a2685c7487d37db39f695e777cd4e9e759b52d6950ed5e0f3b Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 10 May 2016 14:53:24 +0000 Subject: [PATCH] - update to 1.6.5 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=128 --- haproxy-1.6.0-makefile_lib.patch | 2 +- haproxy-1.6.0-sec-options.patch | 2 +- haproxy-1.6.4.tar.gz | 3 -- haproxy-1.6.5.tar.gz | 3 ++ haproxy.changes | 88 ++++++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 94 insertions(+), 6 deletions(-) delete mode 100644 haproxy-1.6.4.tar.gz create mode 100644 haproxy-1.6.5.tar.gz diff --git a/haproxy-1.6.0-makefile_lib.patch b/haproxy-1.6.0-makefile_lib.patch index abbc6a4..33c4611 100644 --- a/haproxy-1.6.0-makefile_lib.patch +++ b/haproxy-1.6.0-makefile_lib.patch @@ -2,7 +2,7 @@ Index: Makefile =================================================================== --- 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 diff --git a/haproxy-1.6.0-sec-options.patch b/haproxy-1.6.0-sec-options.patch index 4edc8a9..9069a3c 100644 --- a/haproxy-1.6.0-sec-options.patch +++ b/haproxy-1.6.0-sec-options.patch @@ -2,7 +2,7 @@ Index: Makefile =================================================================== --- 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 diff --git a/haproxy-1.6.4.tar.gz b/haproxy-1.6.4.tar.gz deleted file mode 100644 index d33864c..0000000 --- a/haproxy-1.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5fa3c604f1fe9ecb6974ccda6705c105ebee14b3a913069fb08f00e860cd230 -size 1559276 diff --git a/haproxy-1.6.5.tar.gz b/haproxy-1.6.5.tar.gz new file mode 100644 index 0000000..1233ef2 --- /dev/null +++ b/haproxy-1.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b3fb938874abbbbd52782087117cc2590263af78fdce86d64e4a11acfe85de +size 1563272 diff --git a/haproxy.changes b/haproxy.changes index 5ba2d04..720a477 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,91 @@ +------------------------------------------------------------------- +Tue May 10 14:24:24 UTC 2016 - mrueckert@suse.de + +- 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 + - 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 + ------------------------------------------------------------------- Mon Mar 14 02:45:05 UTC 2016 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index 91abf4f..d2d8977 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -41,7 +41,7 @@ %bcond_without apparmor Name: haproxy -Version: 1.6.4 +Version: 1.6.5 Release: 0 # #