- Update to version 2.7.5+git0.8d230219e:
* [RELEASE] Released version 2.7.5 * OPTIM: mux-h1: limit first read size to avoid wrapping * BUG/MAJOR: qpack: fix possible read out of bounds in static table * BUG/MINOR: sock_unix: match finalname with tempname in sock_unix_addrcmp() * BUG/MINOR: protocol: fix minor memory leak in protocol_bind_all() * BUG/MINOR: proto_ux: report correct error when bind_listener fails * BUG/MEDIUM: spoe: Don't set the default traget for the SPOE agent frontend * BUG/MINOR: mux-h2: Fix possible null pointer deref on h2c in _h2_trace_header() * MEDIUM: mux-h2/trace: add tracing support for headers * MINOR: h2: add h2_phdr_to_ist() to make ISTs from pseudo headers * MEDIUM: bwlim: Support constants limit or period on set-bandwidth-limit actions * BUG/MEDIUM: listener: duplicate inherited FDs if needed * BUG/MINOR: quic: Missing STREAM frame data pointer updates * BUG/MINOR: mux-h2: set CO_SFL_STREAMER when sending lots of data * BUG/MEDIUM: mux-h2: only restart sending when mux buffer is decongested * MINOR: buffer: add br_single() to check if a buffer ring has more than one buf * BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it * BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list * BUG/MINOR: quic: Missing STREAM frame length updates * BUG/MINOR: tcp_sample: fix a bug in fc_dst_port and fc_dst_is_local sample fetches * BUG/MEDIUM: mux-h1: Don't block SE_FL_ERROR if EOS is not reported on H1C * DEBUG: ssl-sock/show_fd: Display SSL error code * DEBUG: cli/show_fd: Display connection error code * BUG/MEDIUM: resolvers: Properly stop server resolutions on soft-stop * BUG/MEDIUM: proxy: properly stop backends on soft-stop * BUG/MINOR: mux-h1: Don't report an H1C error on client timeout * BUG/MEDIUM: mux-pt: Set EOS on error on sending path if read0 was received OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=279
This commit is contained in:
parent
9ed740ffdd
commit
3d5eea5029
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.7.4</param>
|
<param name="revision">v2.7.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.7.git</param>
|
<param name="url">http://git.haproxy.org/git/haproxy-2.7.git</param>
|
||||||
<param name="changesrevision">d28541d1fa946adb74510c969bd50b06c27bbad7</param>
|
<param name="changesrevision">8d230219e15295a3c4757f94916aafcf540a7337</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bcb21cbaa49242ddca0c3c136a87eb2627e55df325857ab5e76b22e582fe9f08
|
|
||||||
size 4281031
|
|
3
haproxy-2.7.5+git0.8d230219e.tar.gz
Normal file
3
haproxy-2.7.5+git0.8d230219e.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8608af2378d576a7f72e80d8919fdf59d2857054afb6031e31d0b6e8d3840347
|
||||||
|
size 4286218
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 17 16:42:07 UTC 2023 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.7.5+git0.8d230219e:
|
||||||
|
* [RELEASE] Released version 2.7.5
|
||||||
|
* OPTIM: mux-h1: limit first read size to avoid wrapping
|
||||||
|
* BUG/MAJOR: qpack: fix possible read out of bounds in static table
|
||||||
|
* BUG/MINOR: sock_unix: match finalname with tempname in sock_unix_addrcmp()
|
||||||
|
* BUG/MINOR: protocol: fix minor memory leak in protocol_bind_all()
|
||||||
|
* BUG/MINOR: proto_ux: report correct error when bind_listener fails
|
||||||
|
* BUG/MEDIUM: spoe: Don't set the default traget for the SPOE agent frontend
|
||||||
|
* BUG/MINOR: mux-h2: Fix possible null pointer deref on h2c in _h2_trace_header()
|
||||||
|
* MEDIUM: mux-h2/trace: add tracing support for headers
|
||||||
|
* MINOR: h2: add h2_phdr_to_ist() to make ISTs from pseudo headers
|
||||||
|
* MEDIUM: bwlim: Support constants limit or period on set-bandwidth-limit actions
|
||||||
|
* BUG/MEDIUM: listener: duplicate inherited FDs if needed
|
||||||
|
* BUG/MINOR: quic: Missing STREAM frame data pointer updates
|
||||||
|
* BUG/MINOR: mux-h2: set CO_SFL_STREAMER when sending lots of data
|
||||||
|
* BUG/MEDIUM: mux-h2: only restart sending when mux buffer is decongested
|
||||||
|
* MINOR: buffer: add br_single() to check if a buffer ring has more than one buf
|
||||||
|
* BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it
|
||||||
|
* BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list
|
||||||
|
* BUG/MINOR: quic: Missing STREAM frame length updates
|
||||||
|
* BUG/MINOR: tcp_sample: fix a bug in fc_dst_port and fc_dst_is_local sample fetches
|
||||||
|
* BUG/MEDIUM: mux-h1: Don't block SE_FL_ERROR if EOS is not reported on H1C
|
||||||
|
* DEBUG: ssl-sock/show_fd: Display SSL error code
|
||||||
|
* DEBUG: cli/show_fd: Display connection error code
|
||||||
|
* BUG/MEDIUM: resolvers: Properly stop server resolutions on soft-stop
|
||||||
|
* BUG/MEDIUM: proxy: properly stop backends on soft-stop
|
||||||
|
* BUG/MINOR: mux-h1: Don't report an H1C error on client timeout
|
||||||
|
* BUG/MEDIUM: mux-pt: Set EOS on error on sending path if read0 was received
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 12 12:30:54 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
Sun Mar 12 12:30:54 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 2.7.4+git0.d28541d1f
|
Version: 2.7.5+git0.8d230219e
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user