Accepting request 1133468 from home:varkoly:branches:server:http
- Update to version 2.9.1+git0.f72603ceb: * [RELEASE] Released version 2.9.1 * DOC: config: also add arguments to the converters in the table * DOC: config: add arguments to sample fetch methods in the table * BUG/MEDIUM: mux-quic: report early error on stream * BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty * CLEANUP: mux-h1: Fix a trace message about C-L header addition * BUG/MEDIUM: mux-h1: Explicitly skip request's C-L header if not set originally * BUG/MEDIUM: mux-h1: Cound data from input buf during zero-copy forwarding * BUG/MEDIUM: stconn: Block zero-copy forwarding if EOS/ERROR on consumer side * BUG/MEDIUM: quic: QUIC CID removed from tree without locking * MINOR: version: mention that it's stable now * BUG/MINOR: ext-check: cannot use without preserve-env * BUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions * BUILD: ssl: update types in wolfssl cert selection callback * BUG/MEDIUM: quic: Possible buffer overflow when building TLS records * BUG/MINOR: mworker/cli: fix set severity-output support * DOC: configuration: typo req.ssl_hello_type * BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA) * BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate * MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback * BUG/MINOR: ssl: Double free of OCSP Certificate ID OBS-URL: https://build.opensuse.org/request/show/1133468 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=297
This commit is contained in:
parent
abcc1a4531
commit
58e701e72c
1
_service
1
_service
@ -6,7 +6,6 @@
|
|||||||
<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.9.0</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">https://git.haproxy.org/git/haproxy-2.9.git</param>
|
<param name="url">https://git.haproxy.org/git/haproxy-2.9.git</param>
|
||||||
<param name="changesrevision">fddb8c13b6811b3b34eba0ad58d1f5fd5a3c7f60</param>
|
<param name="changesrevision">f72603ceb64ae944e9207f26d7dd99dba03e0d01</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e32331db47007592aeaa0f43c8e1c35faad4df347c8f30bf2f39658b78fac1d3
|
|
||||||
size 4557816
|
|
3
haproxy-2.9.1+git0.f72603ceb.tar.gz
Normal file
3
haproxy-2.9.1+git0.f72603ceb.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70a1cfa4e5a76b2441f68835e017b6db8b357dd9499c2b9d6feee5124aedfe2d
|
||||||
|
size 4637007
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 15 15:15:07 UTC 2023 - varkoly@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.9.1+git0.f72603ceb:
|
||||||
|
* [RELEASE] Released version 2.9.1
|
||||||
|
* DOC: config: also add arguments to the converters in the table
|
||||||
|
* DOC: config: add arguments to sample fetch methods in the table
|
||||||
|
* BUG/MEDIUM: mux-quic: report early error on stream
|
||||||
|
* BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty
|
||||||
|
* CLEANUP: mux-h1: Fix a trace message about C-L header addition
|
||||||
|
* BUG/MEDIUM: mux-h1: Explicitly skip request's C-L header if not set originally
|
||||||
|
* BUG/MEDIUM: mux-h1: Cound data from input buf during zero-copy forwarding
|
||||||
|
* BUG/MEDIUM: stconn: Block zero-copy forwarding if EOS/ERROR on consumer side
|
||||||
|
* BUG/MEDIUM: quic: QUIC CID removed from tree without locking
|
||||||
|
* MINOR: version: mention that it's stable now
|
||||||
|
* BUG/MINOR: ext-check: cannot use without preserve-env
|
||||||
|
* BUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions
|
||||||
|
* BUILD: ssl: update types in wolfssl cert selection callback
|
||||||
|
* BUG/MEDIUM: quic: Possible buffer overflow when building TLS records
|
||||||
|
* BUG/MINOR: mworker/cli: fix set severity-output support
|
||||||
|
* DOC: configuration: typo req.ssl_hello_type
|
||||||
|
* BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA)
|
||||||
|
* BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate
|
||||||
|
* MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback
|
||||||
|
* BUG/MINOR: ssl: Double free of OCSP Certificate ID
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 11 09:20:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Dec 11 09:20:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 2.9.0+git0.fddb8c13b
|
Version: 2.9.1+git0.f72603ceb
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user