forked from pool/haproxy
- Update to version 2.1.5+git0.36e14bd31:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=217
This commit is contained in:
parent
9b71bf8c52
commit
aa43442e9e
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="revision">v2.1.4</param>
|
<param name="revision">v2.1.5</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">http://git.haproxy.org/git/haproxy-2.1.git</param>
|
<param name="url">http://git.haproxy.org/git/haproxy-2.1.git</param>
|
||||||
<param name="changesrevision">3cfc2f1d978f475c258dcd8c60b2bff8d02be92c</param>
|
<param name="changesrevision">36e14bd3189a239a146994e924c0b2fd5f7b6b46</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c79c6152fe32051fee901234f8ccd6722ee5ac255afc090a518b6cf5d5f90781
|
|
||||||
size 2762999
|
|
3
haproxy-2.1.5+git0.36e14bd31.tar.gz
Normal file
3
haproxy-2.1.5+git0.36e14bd31.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa58e344adba1fa5e34d88021bd41b66e2d3cdca92a286147bfb214cfbb78396
|
||||||
|
size 2787594
|
@ -1,3 +1,99 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 29 11:28:18 UTC 2020 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.1.5+git0.36e14bd31:
|
||||||
|
* [RELEASE] Released version 2.1.5
|
||||||
|
* BUG/MINOR: nameservers: fix error handling in parsing of resolv.conf
|
||||||
|
* BUG/MINOR: lua: Add missing string length for lua sticktable lookup
|
||||||
|
* BUG/MEDIUM: logs: fix trailing zeros on log message.
|
||||||
|
* REGTESTS: checks: Fix tls_health_checks when IPv6 addresses are used
|
||||||
|
* BUG/MINOR: logs: prevent double line returns in some events.
|
||||||
|
* DOC: SPOE is no longer experimental
|
||||||
|
* DOC/MINOR: halog: Add long help info for ic flag
|
||||||
|
* DOC: retry-on can only be used with mode http
|
||||||
|
* BUG/MINOR: server: Fix server_finalize_init() to avoid unused variable
|
||||||
|
* BUG/MINOR: checks: Respect check-ssl param when a port or an addr is specified
|
||||||
|
* BUG/MEDIUM: ring: write-lock the ring while attaching/detaching
|
||||||
|
* BUG/MAJOR: mux-fcgi: Stop sending loop if FCGI stream is blocked for any reason
|
||||||
|
* BUG/MINOR: cache: Don't needlessly test "cache" keyword in parse_cache_flt()
|
||||||
|
* BUG/MEDIUM: stream: Only allow L7 retries when using HTTP.
|
||||||
|
* BUG/MEDIUM: streams: Remove SF_ADDR_SET if we're retrying due to L7 retry.
|
||||||
|
* BUILD: select: only declare existing local labels to appease clang
|
||||||
|
* BUG/MINOR: soft-stop: always wake up waiting threads on stopping
|
||||||
|
* BUG/MINOR: pollers: remove uneeded free in global init
|
||||||
|
* BUG/MINOR: pools: use %u not %d to report pool stats in "show pools"
|
||||||
|
* BUG/MINOR: cfgparse: Abort parsing the current line if an invalid \x sequence is encountered
|
||||||
|
* BUG/MEDIUM: http_ana: make the detection of NTLM variants safer
|
||||||
|
* BUG/MINOR: http-ana: fix NTLM response parsing again
|
||||||
|
* BUG/MINOR: config: Make use_backend and use-server post-parsing less obscur
|
||||||
|
* BUG/MEDIUM: lua: Fix dumping of stick table entries for STD_T_DICT
|
||||||
|
* BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_UPDATE_{MIN,MAX}()
|
||||||
|
* BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_CAS()
|
||||||
|
* BUG/MINOR: sample: Set the correct type when a binary is converted to a string
|
||||||
|
* CLEANUP: connections: align function declaration
|
||||||
|
* BUG/MEDIUM: ssl: fix the id length check within smp_fetch_ssl_fc_session_id()
|
||||||
|
* BUG/MEDIUM: h1: Don't compare host and authority if only h1 headers are parsed
|
||||||
|
* BUG/MEDIUM: connections: force connections cleanup on server changes
|
||||||
|
* BUG/MEDIUM: mux-fcgi: Fix wrong test on FCGI_CF_KEEP_CONN in fcgi_detach()
|
||||||
|
* BUG/MEDIUM: mux_fcgi: Free the FCGI connection at the end of fcgi_release()
|
||||||
|
* BUG/MINOR: checks: Remove a warning about http health checks
|
||||||
|
* BUG/MINOR: checks: Compute the right HTTP request length for HTTP health checks
|
||||||
|
* BUG/MINOR: checks/server: use_ssl member must be signed
|
||||||
|
* Revert "BUG/MINOR: connection: make sure to correctly tag local PROXY connections"
|
||||||
|
* Revert "BUG/MINOR: connection: always send address-less LOCAL PROXY connections"
|
||||||
|
* REGTEST: http-rules: Require PCRE or PCRE2 option to run map_redirect script
|
||||||
|
* REGTEST: ssl: test the client certificate authentication
|
||||||
|
* BUILD: Makefile: add linux-musl to TARGET
|
||||||
|
* BUILD: tools: rely on __ELF__ not USE_DL to enable use of dladdr()
|
||||||
|
* BUILD: tools: unbreak resolve_sym_name() on non-GNU platforms
|
||||||
|
* MINOR: debug: dump the whole trace if we can't spot the starting point
|
||||||
|
* MINOR: debug: use our own backtrace function on clang+x86_64
|
||||||
|
* MINOR: debug: improve backtrace() on aarch64 and possibly other systems
|
||||||
|
* MINOR: debug: report the number of entries in the backtrace
|
||||||
|
* MINOR: wdt: do not depend on USE_THREAD
|
||||||
|
* BUILD: Makefile: include librt before libpthread
|
||||||
|
* MINOR: debug: call backtrace() once upon startup
|
||||||
|
* MEDIUM: debug: add support for dumping backtraces of stuck threads
|
||||||
|
* MINOR: cli: make "show fd" rely on resolve_sym_name()
|
||||||
|
* MINOR: debug: use resolve_sym_name() to dump task handlers
|
||||||
|
* MINOR: tools: add resolve_sym_name() to resolve function pointers
|
||||||
|
* MINOR: tools: add new function dump_addr_and_bytes()
|
||||||
|
* MINOR: haproxy: export run_poll_loop
|
||||||
|
* MINOR: stream: report the list of active filters on stream crashes
|
||||||
|
* BUG/MEDIUM: shctx: bound the number of loops that can happen around the lock
|
||||||
|
* BUG/MEDIUM: shctx: really check the lock's value while waiting
|
||||||
|
* BUG/MINOR: debug: properly use long long instead of long for the thread ID
|
||||||
|
* MINOR: threads: export the POSIX thread ID in panic dumps
|
||||||
|
* BUG/MEDIUM: listener: mark the thread as not stuck inside the loop
|
||||||
|
* BUG/MEDIUM: sample: make the CPU and latency sample fetches check for a stream
|
||||||
|
* BUG/MEDIUM: http: the "unique-id" sample fetch could crash without a steeam
|
||||||
|
* BUG/MEDIUM: http: the "http_first_req" sample fetch could crash without a steeam
|
||||||
|
* BUG/MEDIUM: capture: capture.{req,res}.* crash without a stream
|
||||||
|
* BUG/MEDIUM: capture: capture-req/capture-res converters crash without a stream
|
||||||
|
* BUG/MINOR: mux-fcgi: Be sure to have a connection as session's origin to use it
|
||||||
|
* BUG/MINOR: obj_type: Handle stream object in obj_base_ptr() function
|
||||||
|
* BUG/MINOR: checks: chained expect will not properly wait for enough data
|
||||||
|
* BUG/MEDIUM: server/checks: Init server check during config validity check
|
||||||
|
* BUG/MINOR: checks: Respect the no-check-ssl option
|
||||||
|
* MINOR: checks: Add a way to send custom headers and payload during http chekcs
|
||||||
|
* BUG/MINOR: check: Update server address and port to execute an external check
|
||||||
|
* MINOR: contrib: make the peers wireshark dissector a plugin
|
||||||
|
* MEDIUM: memory: make pool_gc() run under thread isolation
|
||||||
|
* DOC: option logasap does not depend on mode
|
||||||
|
* BUG/MINOR: http: make url_decode() optionally convert '+' to SP
|
||||||
|
* BUG/MINOR: tools: fix the i386 version of the div64_32 function
|
||||||
|
* BUG/MEDIUM: http-ana: Handle NTLM messages correctly.
|
||||||
|
* BUG/MINOR: ssl: default settings for ssl server options are not used
|
||||||
|
* DOC: Improve documentation on http-request set-src
|
||||||
|
* MINOR: version: Show uname output in display_version()
|
||||||
|
* DOC: hashing: update link to hashing functions
|
||||||
|
* BUG/MINOR: peers: Incomplete peers sections should be validated.
|
||||||
|
* BUG/MINOR: connection: always send address-less LOCAL PROXY connections
|
||||||
|
* BUG/MINOR: ssl: memleak of the struct cert_key_and_chain
|
||||||
|
* BUG/MINOR: ssl/cli: memory leak in 'set ssl cert'
|
||||||
|
* MINOR: ssl: improve the errors when a crt can't be open
|
||||||
|
* BUG/MINOR: protocol_buffer: Wrong maximum shifting.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 15 23:10:28 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
Wed Apr 15 23:10:28 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 2.1.4+git0.3cfc2f1d9
|
Version: 2.1.5+git0.36e14bd31
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user