forked from pool/haproxy
- Update to version 2.5.4+git0.e55ab4208:
* [RELEASE] Released version 2.5.4 * BUG/MEDIUM: stream: Abort processing if response buffer allocation fails * CI: github: enable pool debugging by default * REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks * BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy() * DOC: Fix usage/examples of deprecated ACLs * BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer * BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer * BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=261
This commit is contained in:
parent
7e4ab87d11
commit
dc820ede31
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.5.3</param>
|
<param name="revision">v2.5.4</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.5.git</param>
|
<param name="url">http://git.haproxy.org/git/haproxy-2.5.git</param>
|
||||||
<param name="changesrevision">abf078b15fd5c6c209e72f969a10b712f605c583</param>
|
<param name="changesrevision">e55ab42089ee38f5db1f1b3dd9d7072691b2a068</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:59521710027ff48ad106727c76dac71841c59895a501797f6d301d90756471f6
|
|
||||||
size 3927035
|
|
3
haproxy-2.5.4+git0.e55ab4208.tar.gz
Normal file
3
haproxy-2.5.4+git0.e55ab4208.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d27f20fc655b71182f8c5d386a05bc2f62b942ff453b6936653069b763c5909b
|
||||||
|
size 3926554
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 25 16:21:33 UTC 2022 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.5.4+git0.e55ab4208:
|
||||||
|
* [RELEASE] Released version 2.5.4
|
||||||
|
* BUG/MEDIUM: stream: Abort processing if response buffer allocation fails
|
||||||
|
* CI: github: enable pool debugging by default
|
||||||
|
* REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks
|
||||||
|
* BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy()
|
||||||
|
* DOC: Fix usage/examples of deprecated ACLs
|
||||||
|
* BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer
|
||||||
|
* BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer
|
||||||
|
* BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 24 18:16:09 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
Thu Feb 24 18:16:09 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 2.5.3+git0.abf078b15
|
Version: 2.5.4+git0.e55ab4208
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user