From 58e701e72cdfc0727ea8e509810b6ce521d8507eb41ddccbdbbbbdc933cec8b9 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 8 Jan 2024 16:51:45 +0000 Subject: [PATCH] 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 --- _service | 1 - _servicedata | 4 ++-- haproxy-2.9.0+git0.fddb8c13b.tar.gz | 3 --- haproxy-2.9.1+git0.f72603ceb.tar.gz | 3 +++ haproxy.changes | 26 ++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 haproxy-2.9.0+git0.fddb8c13b.tar.gz create mode 100644 haproxy-2.9.1+git0.f72603ceb.tar.gz diff --git a/_service b/_service index 9fbb559..8c7a99d 100644 --- a/_service +++ b/_service @@ -6,7 +6,6 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.9.0 enable diff --git a/_servicedata b/_servicedata index 585c003..313f22e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://git.haproxy.org/git/haproxy-2.9.git - fddb8c13b6811b3b34eba0ad58d1f5fd5a3c7f60 + f72603ceb64ae944e9207f26d7dd99dba03e0d01 - + \ No newline at end of file diff --git a/haproxy-2.9.0+git0.fddb8c13b.tar.gz b/haproxy-2.9.0+git0.fddb8c13b.tar.gz deleted file mode 100644 index 7f0a651..0000000 --- a/haproxy-2.9.0+git0.fddb8c13b.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e32331db47007592aeaa0f43c8e1c35faad4df347c8f30bf2f39658b78fac1d3 -size 4557816 diff --git a/haproxy-2.9.1+git0.f72603ceb.tar.gz b/haproxy-2.9.1+git0.f72603ceb.tar.gz new file mode 100644 index 0000000..d5e0698 --- /dev/null +++ b/haproxy-2.9.1+git0.f72603ceb.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a1cfa4e5a76b2441f68835e017b6db8b357dd9499c2b9d6feee5124aedfe2d +size 4637007 diff --git a/haproxy.changes b/haproxy.changes index 3076e4b..c9f9867 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -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 diff --git a/haproxy.spec b/haproxy.spec index 5b0b17a..efde487 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -51,7 +51,7 @@ %endif Name: haproxy -Version: 2.9.0+git0.fddb8c13b +Version: 2.9.1+git0.f72603ceb Release: 0 # #