forked from pool/haproxy
- Update to version 2.5.5+git0.384c5c59a:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=262
This commit is contained in:
parent
dc820ede31
commit
2eb2200b6b
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.5.4</param>
|
||||
<param name="revision">v2.5.5</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.5.git</param>
|
||||
<param name="changesrevision">e55ab42089ee38f5db1f1b3dd9d7072691b2a068</param>
|
||||
<param name="changesrevision">384c5c59adcb5ba1e2ba8f4264b2df6239dd39ff</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d27f20fc655b71182f8c5d386a05bc2f62b942ff453b6936653069b763c5909b
|
||||
size 3926554
|
3
haproxy-2.5.5+git0.384c5c59a.tar.gz
Normal file
3
haproxy-2.5.5+git0.384c5c59a.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:390f4358c1247b73dcd41bf1b7ffb9976d3d3b6808a054e5999bd66165020831
|
||||
size 3930322
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 17:11:09 UTC 2022 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.5.5+git0.384c5c59a:
|
||||
* [RELEASE] Released version 2.5.5
|
||||
* REGTESTS: fix the race conditions in be2hex.vtc
|
||||
* BUG/MEDIUM: httpclient: must manipulate head, not first
|
||||
* BUG/MINOR: httpclient: remove the UNUSED block when parsing headers
|
||||
* BUG/MINOR: httpclient: consume partly the blocks when necessary
|
||||
* CLEANUP: htx: remove unused co_htx_remove_blk()
|
||||
* BUG/MEDIUM: httpclient: don't consume data before it was analyzed
|
||||
* BUG/MINOR: session: fix theoretical risk of memleak in session_accept_fd()
|
||||
* BUG/MAJOR: mux-pt: Always destroy the backend connection on detach
|
||||
* DEBUG: stream: Fix stream trace message to print response buffer state
|
||||
* DEBUG: stream: Add the missing descriptions for stream trace events
|
||||
* BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing
|
||||
* DEBUG: cache: Update underlying buffer when loading HTX message in cache applet
|
||||
* BUG/MEDIUM: stream: Use the front analyzers for new listener-less streams
|
||||
* BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request
|
||||
* BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request
|
||||
* BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request
|
||||
* BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request
|
||||
* BUG/MINOR: httpclient: Set conn-stream/channel EOI flags at the end of request
|
||||
* BUG/MINOR: cli: shows correct mode in "show sess"
|
||||
* BUG/MINOR: add missing modes in proxy_mode_str()
|
||||
* BUILD: fix recent build breakage of freebsd caused by kFreeBSD build fix
|
||||
* BUILD: pools: fix backport of no-memory-trimming on non-linux OS
|
||||
* MINOR: stats: Add dark mode support for socket rows
|
||||
* MINOR: pools: add a new global option "no-memory-trimming"
|
||||
* BUILD: fix kFreeBSD build.
|
||||
* BUG/MEDIUM: pools: fix ha_free() on area in the process of being freed
|
||||
* BUG/MINOR: pool: always align pool_heads to 64 bytes
|
||||
* BUG/MEDIUM: httpclient/lua: infinite appctx loop with POST
|
||||
* REGTESTS: fix the race conditions in secure_memcmp.vtc
|
||||
* REGTESTS: fix the race conditions in normalize_uri.vtc
|
||||
* BUG/MEDIUM: htx: Fix a possible null derefs in htx_xfer_blks()
|
||||
* BUG/MEDIUM: mux-fcgi: Don't rely on SI src/dst addresses for FCGI health-checks
|
||||
* BUILD: tree-wide: mark a few numeric constants as explicitly long long
|
||||
* BUILD: atomic: make the old HA_ATOMIC_LOAD() support const pointers
|
||||
* CI: Consistently use actions/checkout@v2
|
||||
* CI: github actions: use cache for SSL libs
|
||||
* CI: refactor OpenTracing build script
|
||||
* CI: github actions: use cache for OpenTracing
|
||||
* CI: github actions: add the output of $CC -dM -E-
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 16:21:33 UTC 2022 - mrueckert@suse.de
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.5.4+git0.e55ab4208
|
||||
Version: 2.5.5+git0.384c5c59a
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user