forked from pool/haproxy
- update to 1.6.5
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=128
This commit is contained in:
parent
507d800e36
commit
1eab77f05f
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5fa3c604f1fe9ecb6974ccda6705c105ebee14b3a913069fb08f00e860cd230
|
||||
size 1559276
|
3
haproxy-1.6.5.tar.gz
Normal file
3
haproxy-1.6.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4b3fb938874abbbbd52782087117cc2590263af78fdce86d64e4a11acfe85de
|
||||
size 1563272
|
@ -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 <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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 02:45:05 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.6.4
|
||||
Version: 1.6.5
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user