forked from pool/haproxy
Accepting request 882208 from server:http
- Update to version 2.3.9+git1.afb63bc04: OBS-URL: https://build.opensuse.org/request/show/882208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=101
This commit is contained in:
commit
a44e5c2043
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">v2.3.7</param>
|
||||
<param name="revision">v2.3.9</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -7,4 +7,4 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.2.git</param>
|
||||
<param name="changesrevision">34b2b106689c8a017eb5726193b199ea96f2c9f7</param></service><service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.3.git</param>
|
||||
<param name="changesrevision">2d39ce334654fae7760f8708d50477150e7af87c</param></service></servicedata>
|
||||
<param name="changesrevision">afb63bc040ab53db7520eaef49b79970d2b636d9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c1ba72c461c8fbd694e48346c3383996eaf2874de19aab14cc7628f0cb60686
|
||||
size 3012560
|
3
haproxy-2.3.9+git1.afb63bc04.tar.gz
Normal file
3
haproxy-2.3.9+git1.afb63bc04.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ac47bd03e6985636f0008f307a9943c1c6d76e2f67998d90c59dbffc2e3d7c6
|
||||
size 3015994
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 17:35:22 UTC 2021 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.3.9+git1.afb63bc04:
|
||||
* BUILD: backend: fix build breakage in idle conn locking fix
|
||||
* [RELEASE] Released version 2.3.9
|
||||
* BUG/MEDIUM: time: make sure to always initialize the global tick
|
||||
* BUG/MINOR: stats: Apply proper styles in HTML status page.
|
||||
* BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv
|
||||
* MEDIUM: backend: use a trylock to grab a connection on high FD counts as well
|
||||
* BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 15:51:22 UTC 2021 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.3.8+git0.e572195c7:
|
||||
* [RELEASE] Released version 2.3.8
|
||||
* BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters
|
||||
* MINOR: tools: make url2ipv4 return the exact number of bytes parsed
|
||||
* BUG/MEDIUM: thread: Fix a deadlock if an isolated thread is marked as harmless
|
||||
* BUG/MEDIUM: fd: Take the fd_mig_lock when closing if no DWCAS is available.
|
||||
* CLEANUP: fd: remove unused fd_set_running_excl()
|
||||
* BUG/MEDIUM: fd: do not wait on FD removal in fd_delete()
|
||||
* MINOR: fd: remove the unneeded running bit from fd_insert()
|
||||
* MINOR: fd: make fd_clr_running() return the remaining running mask
|
||||
* BUG/MEDIUM: lua: Always init the lua stack before referencing the context
|
||||
* BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback
|
||||
* MINOR: lua: Slightly improve function dumping the lua traceback
|
||||
* BUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_ecdh macro
|
||||
* BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list"
|
||||
* BUG/MEDIUM: debug/lua: Don't dump the lua stack if not dumpable
|
||||
* MEDIUM: lua: Use a per-thread counter to track some non-reentrant parts of lua
|
||||
* MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket
|
||||
* BUG/MINOR: protocol: add missing support of dgram unix socket.
|
||||
* BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable
|
||||
* MINOR: time: also provide a global, monotonic global_now_ms timer
|
||||
* BUG/MEDIUM: mux-fcgi: Fix locking of idle_conns lock in the FCGI I/O callback
|
||||
* BUG/MINOR: freq_ctr/threads: make use of the last updated global time
|
||||
* MINOR: time: export the global_now variable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 16 15:21:00 UTC 2021 - mrueckert@suse.de
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.3.7+git0.2d39ce334
|
||||
Version: 2.3.9+git1.afb63bc04
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user