forked from pool/haproxy
- Update to version 2.7.6+git0.4dadaaafb:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=280
This commit is contained in:
parent
3d5eea5029
commit
8d883ba403
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.7.5</param>
|
||||
<param name="revision">v2.7.6</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.7.git</param>
|
||||
<param name="changesrevision">8d230219e15295a3c4757f94916aafcf540a7337</param>
|
||||
<param name="changesrevision">4dadaaafb20106619510fd3fc6f2819f47777729</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8608af2378d576a7f72e80d8919fdf59d2857054afb6031e31d0b6e8d3840347
|
||||
size 4286218
|
3
haproxy-2.7.6+git0.4dadaaafb.tar.gz
Normal file
3
haproxy-2.7.6+git0.4dadaaafb.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f90bebddb7092453a63c29c07b01203989c9b98b8e0b10ee0125fe272bd4f7b
|
||||
size 4289971
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 10:03:07 UTC 2023 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.7.6+git0.4dadaaafb:
|
||||
* [RELEASE] Released version 2.7.6
|
||||
* BUG/MINOR: quic: Missing STREAM frame type updated
|
||||
* BUG/MINOR: applet/new: fix sedesc freeing logic
|
||||
* BUG/MEDIUM: mux-h1: Wakeup H1C on shutw if there is no I/O subscription
|
||||
* DOC: config: set-var() dconv rendering issues
|
||||
* BUG/MEDIUM: stats: Consume the request except when parsing the POST payload
|
||||
* MINOR: mux-quic: close on frame alloc failure
|
||||
* MINOR: mux-quic: close on qcs allocation failure
|
||||
* MINOR: mux-quic: ensure CONNECTION_CLOSE is scheduled once per conn
|
||||
* MINOR: mux-quic: interrupt qcc_recv*() operations if CC scheduled
|
||||
* BUG/MINOR: mux-quic: prevent CC status to be erased by shutdown
|
||||
* BUG/MINOR: h3: properly handle incomplete remote uni stream type
|
||||
* MINOR: mux-quic: add flow-control info to minimal trace level
|
||||
* MINOR: mux-quic: adjust trace level for MAX_DATA/MAX_STREAM_DATA recv
|
||||
* MINOR: mux-quic: complete traces for qcs emission
|
||||
* BUG/MEDIUM: mux-quic: release data from conn flow-control on qcs reset
|
||||
* BUG/MINOR: trace: fix hardcoded level for TRACE_PRINTF
|
||||
* BUG/MINOR: quic: ignore congestion window on probing for MUX wakeup
|
||||
* BUG/MINOR: quic: wake up MUX on probing only for 01RTT
|
||||
* BUG/MEDIUM: applet: only set appctx->sedesc on successful allocation
|
||||
* BUG/MEDIUM: mux-h1: properly destroy a partially allocated h1s
|
||||
* BUG/MINOR: stconn: fix sedesc memory leak on stream allocation failure
|
||||
* BUG/MEDIUM: stconn: don't set the type before allocation succeeds
|
||||
* BUG/MEDIUM: mux-h2: erase h2c->wait_event.tasklet on error path
|
||||
* BUG/MEDIUM: mux-h2: do not try to free an unallocated h2s->sd
|
||||
* BUG/MEDIUM: stream: do not try to free a failed stream-conn
|
||||
* BUG/MINOR: quic: Dysfunctional 01RTT packet number space probing
|
||||
* MINOR: quic: Stop stressing the acknowledgments process (RX ACK frames)
|
||||
* MINOR: proto_ux: ability to dump ABNS names in error messages
|
||||
* MEDIUM: proto_ux: properly suspend named UNIX listeners
|
||||
* BUG/MEDIUM: listener/proxy: fix listeners notify for proxy resume
|
||||
* MINOR: listener: pause_listener() becomes suspend_listener()
|
||||
* BUG/MEDIUM: resume from LI_ASSIGNED in default_resume_listener()
|
||||
* BUG/MINOR: listener: fix resume_listener() resume return value handling
|
||||
* BUG/MEDIUM: listener: fix pause_listener() suspend return value handling
|
||||
* MINOR: listener: make sure we don't pause/resume bypassed listeners
|
||||
* MINOR: listener: workaround for closing a tiny race between resume_listener() and stopping
|
||||
* MINOR: listener: add relax_listener() function
|
||||
* MINOR: listener/api: add lli hint to listener functions
|
||||
* MINOR: proto_uxst: add resume method
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 16:42:07 UTC 2023 - mrueckert@suse.de
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.7.5+git0.8d230219e
|
||||
Version: 2.7.6+git0.4dadaaafb
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user