From a5bcd0500eb7abcbb390cb854a4a807f7980b508d72b9134cd6c0a61c336ce18 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 7 Dec 2023 14:28:57 +0000 Subject: [PATCH 1/3] - Update to version 2.8.5+git0.aaba8d090: OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=294 --- _service | 2 +- _servicedata | 2 +- haproxy-2.8.4+git0.a4ebf9d3b.tar.gz | 3 -- haproxy-2.8.5+git0.aaba8d090.tar.gz | 3 ++ haproxy.changes | 50 +++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 56 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.8.4+git0.a4ebf9d3b.tar.gz create mode 100644 haproxy-2.8.5+git0.aaba8d090.tar.gz diff --git a/_service b/_service index 37bb36b..b460f89 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.8.4 + v2.8.5 enable diff --git a/_servicedata b/_servicedata index c4b969f..30eb5de 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ http://git.haproxy.org/git/haproxy-2.8.git - a4ebf9d3ba576815a4c226679242d4f592f7eb4d + aaba8d090ec663906af1fecbad83c26bbccf0761 \ No newline at end of file diff --git a/haproxy-2.8.4+git0.a4ebf9d3b.tar.gz b/haproxy-2.8.4+git0.a4ebf9d3b.tar.gz deleted file mode 100644 index 6cd6bfa..0000000 --- a/haproxy-2.8.4+git0.a4ebf9d3b.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b101116b23b0dbedba057738de3b230c7925ee931bb1e7d7731cf44b173ae3e0 -size 4498729 diff --git a/haproxy-2.8.5+git0.aaba8d090.tar.gz b/haproxy-2.8.5+git0.aaba8d090.tar.gz new file mode 100644 index 0000000..79e075a --- /dev/null +++ b/haproxy-2.8.5+git0.aaba8d090.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b591c1ed2ead8393b7c2d141f3ddd7ba7ff23492253ec569ab005173825a93b +size 4500812 diff --git a/haproxy.changes b/haproxy.changes index 2751967..7bd1149 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Dec 07 14:28:36 UTC 2023 - mrueckert@suse.de + +- Update to version 2.8.5+git0.aaba8d090: + * [RELEASE] Released version 2.8.5 + * BUG/MEDIUM: proxy: always initialize the default settings after init + * 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 + * BUG/MINOR: quic: Packet number spaces too lately initialized + * BUG/MINOR: quic: Missing QUIC connection path member initialization + * BUG/MINOR: quic: Possible leak of TX packets under heavy load + * BUG/MEDIUM: quic: Possible crash during retransmissions and heavy load + * BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed + * BUG/MEDIUM: peers: fix partial message decoding + * DOC: Clarify the differences between field() and word() + * BUG/MINOR: sample: Make the `word` converter compatible with `-m found` + * REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter + * DOC: config: fix monitor-fail typo + * DOC: config: add matrix entry for "max-session-srv-conns" + * DOC: config: specify supported sections for "max-session-srv-conns" + * BUG/MINOR: cfgparse-listen: fix warning being reported as an alert + * BUG/MINOR: config: Stopped parsing upon unmatched environment variables + * BUG/MINOR: quic_tp: fix preferred_address decoding + * DOC: config: fix missing characters in set-spoe-group action + * BUG/MINOR: h3: always reject PUSH_PROMISE + * BUG/MINOR: h3: fix TRAILERS encoding + * BUG/MEDIUM: master/cli: Properly pin the master CLI on thread 1 / group 1 + * BUG/MINOR: compression: possible NULL dereferences in comp_prepare_compress_request() + * BUG/MINOR: quic: fix CONNECTION_CLOSE_APP encoding + * DOC: lua: fix Proxy.get_mode() output + * DOC: lua: add sticktable class reference from Proxy.stktable + * REGTESTS: connection: disable http_reuse_be_transparent.vtc if !TPROXY + * DOC: config: fix timeout check inheritance restrictions + * DOC: 51d: updated 51Degrees repo URL for v3.2.10 + * BUG/MINOR: server: do not leak default-server in defaults sections + * BUG/MINOR: quic: Possible RX packet memory leak under heavy load + * BUG/MEDIUM: quic: Possible crash for connections to be killed + * BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them + * BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly + * REGTESTS: http: add a test to validate chunked responses delivery + * BUG/MINOR: proxy/stktable: missing frees on proxy cleanup + * MINOR: stktable: add stktable_deinit function + * BUG/MINOR: stream/cli: report correct stream age in "show sess" + * BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover() + * BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover() + * BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover() + * BUG/MAJOR: quic: complete thread migration before tcp-rules + ------------------------------------------------------------------- Fri Nov 24 11:31:13 UTC 2023 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index a8b81eb..4114694 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -51,7 +51,7 @@ %endif Name: haproxy -Version: 2.8.4+git0.a4ebf9d3b +Version: 2.8.5+git0.aaba8d090 Release: 0 # # From 902f8b703aa81994d39a8cb3cac139acec1cb74e37b92678cfbeb521fce9a40c Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 12 Dec 2023 12:12:49 +0000 Subject: [PATCH 2/3] Accepting request 1132452 from home:dirkmueller:Factory - Update to version 2.9.0+git0.fddb8c13b: * [RELEASE] Released version 2.9.0 * DOC: management: update stream vs session * BUG/MEDIUM: peers: fix partial message decoding * DOC: management: fix two latest typos (optionally, exception) * DOC: config: fix typo abandonned -> abandoned * DOC: config: clarify session vs stream * DOC: config: add a few more differences between HTTP/1 and 2+ * DOC: config: update the reminder on the HTTP model and add some terminology * MINOR: mux-quic: Disable zero-copy forwarding for send by default * MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding 0001-IMPORT-xxhash-update-xxHash-to-version-0.8.2.patch - reenable the pcre jit after the last change - use parallel build - Ensure haproxy home directory is not world readable (bsc#1077716) - Add dependency on apparmor-profiles (bsc#1079985) - License is now GPL-3.0+ and LGPL-2.1+ - 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch - 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch - 0001-BUG-MEDIUM-systemd-set-KillMode-to-mixed.patch - Install vim file to a more appropriate location - added pre macro for systemd service file OBS-URL: https://build.opensuse.org/request/show/1132452 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=295 --- _service | 4 +-- _servicedata | 4 ++- haproxy-2.8.5+git0.aaba8d090.tar.gz | 3 --- haproxy-2.9.0+git0.fddb8c13b.tar.gz | 3 +++ haproxy.changes | 41 ++++++++++++++++++++--------- haproxy.spec | 2 +- 6 files changed, 37 insertions(+), 20 deletions(-) delete mode 100644 haproxy-2.8.5+git0.aaba8d090.tar.gz create mode 100644 haproxy-2.9.0+git0.fddb8c13b.tar.gz diff --git a/_service b/_service index b460f89..9fbb559 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - http://git.haproxy.org/git/haproxy-2.8.git + https://git.haproxy.org/git/haproxy-2.9.git git haproxy @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.8.5 + v2.9.0 enable diff --git a/_servicedata b/_servicedata index 30eb5de..d604de8 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,6 @@ http://git.haproxy.org/git/haproxy-2.8.git aaba8d090ec663906af1fecbad83c26bbccf0761 - \ No newline at end of file + + https://git.haproxy.org/git/haproxy-2.9.git + fddb8c13b6811b3b34eba0ad58d1f5fd5a3c7f60 \ No newline at end of file diff --git a/haproxy-2.8.5+git0.aaba8d090.tar.gz b/haproxy-2.8.5+git0.aaba8d090.tar.gz deleted file mode 100644 index 79e075a..0000000 --- a/haproxy-2.8.5+git0.aaba8d090.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b591c1ed2ead8393b7c2d141f3ddd7ba7ff23492253ec569ab005173825a93b -size 4500812 diff --git a/haproxy-2.9.0+git0.fddb8c13b.tar.gz b/haproxy-2.9.0+git0.fddb8c13b.tar.gz new file mode 100644 index 0000000..7f0a651 --- /dev/null +++ b/haproxy-2.9.0+git0.fddb8c13b.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32331db47007592aeaa0f43c8e1c35faad4df347c8f30bf2f39658b78fac1d3 +size 4557816 diff --git a/haproxy.changes b/haproxy.changes index 7bd1149..be7199d 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Dec 11 09:20:20 UTC 2023 - Dirk Müller + +- Update to version 2.9.0+git0.fddb8c13b: + * [RELEASE] Released version 2.9.0 + * DOC: management: update stream vs session + * BUG/MEDIUM: peers: fix partial message decoding + * DOC: management: fix two latest typos (optionally, exception) + * DOC: config: fix typo abandonned -> abandoned + * DOC: config: clarify session vs stream + * DOC: config: add a few more differences between HTTP/1 and 2+ + * DOC: config: update the reminder on the HTTP model and add some terminology + * MINOR: mux-quic: Disable zero-copy forwarding for send by default + * MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding + ------------------------------------------------------------------- Thu Dec 07 14:28:36 UTC 2023 - mrueckert@suse.de @@ -242,7 +257,7 @@ Wed Aug 30 09:04:25 UTC 2023 - Peter Varkoly - Apply upstream patch for the ppc64le issue: Add patch: - 0001-IMPORT-xxhash-update-xxHash-to-version-0.8.2.patch + 0001-IMPORT-xxhash-update-xxHash-to-version-0.8.2.patch Remove patch: fix-invalid-parameter-combination-for-AltiVec-intrinsic-__builtin_vec_ld.patch @@ -1052,7 +1067,7 @@ Thu Dec 01 15:25:38 UTC 2022 - mrueckert@suse.de ------------------------------------------------------------------- Tue Nov 22 13:13:45 UTC 2022 - Marcus Rueckert -- reenable the pcre jit after the last change +- reenable the pcre jit after the last change ------------------------------------------------------------------- Fri Oct 14 11:20:34 UTC 2022 - Stephan Kulow @@ -2257,7 +2272,7 @@ Fri May 14 08:31:04 UTC 2021 - mrueckert@suse.de - Update to version 2.4.0+git0.6cbbecf09: https://www.haproxy.com/blog/announcing-haproxy-2-4/ - + for all the details see /usr/share/doc/packages/haproxy/CHANGELOG - refreshed patches to apply cleanly again haproxy-1.6.0-makefile_lib.patch @@ -2819,7 +2834,7 @@ Sat Oct 24 01:18:29 UTC 2020 - Marcus Rueckert ------------------------------------------------------------------- Fri Oct 2 14:38:51 UTC 2020 - Marcus Rueckert -- use parallel build +- use parallel build ------------------------------------------------------------------- Fri Oct 02 14:37:00 UTC 2020 - mrueckert@suse.de @@ -4494,7 +4509,7 @@ Sun Mar 4 08:36:21 UTC 2018 - jengelh@inai.de ------------------------------------------------------------------- Fri Mar 2 16:37:25 UTC 2018 - kgronlund@suse.com -- Ensure haproxy home directory is not world readable (bsc#1077716) +- Ensure haproxy home directory is not world readable (bsc#1077716) ------------------------------------------------------------------- Thu Feb 08 13:15:17 UTC 2018 - kgronlund@suse.com @@ -4553,7 +4568,7 @@ Thu Feb 08 13:15:17 UTC 2018 - kgronlund@suse.com ------------------------------------------------------------------- Thu Feb 8 07:21:58 UTC 2018 - kgronlund@suse.com -- Add dependency on apparmor-profiles (bsc#1079985) +- Add dependency on apparmor-profiles (bsc#1079985) ------------------------------------------------------------------- Sun Dec 31 02:26:13 UTC 2017 - mrueckert@suse.de @@ -4680,7 +4695,7 @@ Mon Dec 04 10:33:40 UTC 2017 - kgronlund@suse.com ------------------------------------------------------------------- Tue Nov 28 13:54:07 UTC 2017 - kgronlund@suse.com -- License is now GPL-3.0+ and LGPL-2.1+ +- License is now GPL-3.0+ and LGPL-2.1+ ------------------------------------------------------------------- Mon Nov 27 13:40:32 UTC 2017 - mrueckert@suse.de @@ -5887,7 +5902,7 @@ Wed Nov 26 11:50:42 UTC 2014 - mrueckert@suse.de - 0003-BUG-MEDIUM-ssl-force-a-full-GC-in-case-of-memory-sho.patch - 0004-BUG-MEDIUM-checks-fix-conflicts-between-agent-checks.patch - 0005-BUG-MINOR-config-don-t-inherit-the-default-balance-a.patch - - 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch + - 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch ------------------------------------------------------------------- Thu Nov 20 06:56:23 UTC 2014 - kgronlund@suse.com @@ -5905,7 +5920,7 @@ Thu Nov 20 06:56:23 UTC 2014 - kgronlund@suse.com - 0003-BUG-MEDIUM-ssl-force-a-full-GC-in-case-of-memory-sho.patch - 0004-BUG-MEDIUM-checks-fix-conflicts-between-agent-checks.patch - 0005-BUG-MINOR-config-don-t-inherit-the-default-balance-a.patch - - 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch + - 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch ------------------------------------------------------------------- Sun Nov 09 21:52:00 UTC 2014 - Led @@ -5996,7 +6011,7 @@ Thu Oct 9 14:14:35 UTC 2014 - kgronlund@suse.com - BUG/MEDIUM: systemd: set KillMode to 'mixed' - Add patch: - - 0001-BUG-MEDIUM-systemd-set-KillMode-to-mixed.patch + - 0001-BUG-MEDIUM-systemd-set-KillMode-to-mixed.patch ------------------------------------------------------------------- Wed Oct 8 12:53:41 UTC 2014 - kgronlund@suse.com @@ -6044,7 +6059,7 @@ Mon Oct 6 09:09:58 UTC 2014 - kgronlund@suse.com - 0018-BUG-MEDIUM-check-rule-less-tcp-check-must-detect-con.patch - 0019-BUG-MINOR-tcp-check-report-the-correct-failed-step-i.patch - 0020-BUG-MINOR-config-don-t-propagate-process-binding-for.patch - + ------------------------------------------------------------------- Thu Sep 25 16:10:08 UTC 2014 - kgronlund@suse.com @@ -6280,12 +6295,12 @@ Tue Jun 24 12:23:55 UTC 2014 - mrueckert@suse.de ------------------------------------------------------------------- Tue Jun 24 09:51:25 UTC 2014 - kgronlund@suse.com -- Install vim file to a more appropriate location +- Install vim file to a more appropriate location ------------------------------------------------------------------- Mon Jun 23 09:19:04 UTC 2014 - kgronlund@suse.com -- added pre macro for systemd service file +- added pre macro for systemd service file ------------------------------------------------------------------- Mon Jun 23 08:28:06 UTC 2014 - kgronlund@suse.com diff --git a/haproxy.spec b/haproxy.spec index 4114694..5b0b17a 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -51,7 +51,7 @@ %endif Name: haproxy -Version: 2.8.5+git0.aaba8d090 +Version: 2.9.0+git0.fddb8c13b Release: 0 # # From abcc1a4531c3a899dfbf1cf88c43c5e6658cf904a587d3c792680f9855ce9114 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 12 Dec 2023 12:14:19 +0000 Subject: [PATCH 3/3] post bump cleanup and replace changes entry with something more useful OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=296 --- _servicedata | 8 +++----- haproxy.changes | 13 +++---------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/_servicedata b/_servicedata index d604de8..585c003 100644 --- a/_servicedata +++ b/_servicedata @@ -1,8 +1,6 @@ - http://git.haproxy.org/git/haproxy-2.8.git - aaba8d090ec663906af1fecbad83c26bbccf0761 + https://git.haproxy.org/git/haproxy-2.9.git + fddb8c13b6811b3b34eba0ad58d1f5fd5a3c7f60 - - https://git.haproxy.org/git/haproxy-2.9.git - fddb8c13b6811b3b34eba0ad58d1f5fd5a3c7f60 \ No newline at end of file + diff --git a/haproxy.changes b/haproxy.changes index be7199d..3076e4b 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -2,16 +2,9 @@ Mon Dec 11 09:20:20 UTC 2023 - Dirk Müller - Update to version 2.9.0+git0.fddb8c13b: - * [RELEASE] Released version 2.9.0 - * DOC: management: update stream vs session - * BUG/MEDIUM: peers: fix partial message decoding - * DOC: management: fix two latest typos (optionally, exception) - * DOC: config: fix typo abandonned -> abandoned - * DOC: config: clarify session vs stream - * DOC: config: add a few more differences between HTTP/1 and 2+ - * DOC: config: update the reminder on the HTTP model and add some terminology - * MINOR: mux-quic: Disable zero-copy forwarding for send by default - * MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding + new major branch: + https://www.haproxy.com/blog/announcing-haproxy-2-9 + https://www.mail-archive.com/haproxy@formilux.org/msg44400.html ------------------------------------------------------------------- Thu Dec 07 14:28:36 UTC 2023 - mrueckert@suse.de