From c933930574ad457cf21fab4472fdc8857f0a93efe9c097682ddef20c1b4ac5e4 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 13 Nov 2020 22:16:32 +0000 Subject: [PATCH 1/2] - Update to version 2.3.1+git0.bdd7178b8: * [RELEASE] Released version 2.3.1 * REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2 * MINOR: peers: Add traces to peer_treat_updatemsg(). * REGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters.vtc as broken * REGTEST: ssl: test wildcard and multi-type + exclusions * MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error. * MINOR: config/mux-h2: Return ERR_ flags from init_h2() instead of a status * MINOR: init: Fix the prototype for per-thread free callbacks * BUG/MINOR: tcpcheck: Don't warn on unused rules if check option is after * MINOR: spoe: Don't close connection in sync mode on processing timeout * BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet * BUG/MINOR: http-htx: Handle warnings when parsing http-error and http-errors * MINOR: check: report error on incompatible connect proto * MINOR: check: report error on incompatible proto * BUG/MEDIUM: check: reuse srv proto only if using same mode * BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches * BUG/MINOR: http-fetch: Extract cookie value even when no cookie name * BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages * BUG/MINOR: peers: Missing TX cache entries reset. * BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. * BUG/MINOR: stats: free dynamically stats fields/lines on shutdown * BUG/MINOR: lua: set buffer size during map lookups * BUG/MINOR: pattern: a sample marked as const could be written OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=233 --- _service | 2 +- _servicedata | 2 +- haproxy-2.3.0+git4.689d98154.tar.gz | 3 --- haproxy-2.3.1+git0.bdd7178b8.tar.gz | 3 +++ haproxy.changes | 28 ++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.3.0+git4.689d98154.tar.gz create mode 100644 haproxy-2.3.1+git0.bdd7178b8.tar.gz diff --git a/_service b/_service index f0adb1d..a19346b 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - 689d98154 + v2.3.1 enable diff --git a/_servicedata b/_servicedata index f33f7ff..f39c041 100644 --- a/_servicedata +++ b/_servicedata @@ -7,4 +7,4 @@ http://git.haproxy.org/git/haproxy-2.2.git 34b2b106689c8a017eb5726193b199ea96f2c9f7 http://git.haproxy.org/git/haproxy-2.3.git - 689d981541a4805760acd6a2ba1433dc3d3534b1 \ No newline at end of file + bdd7178b89700a6e0f79c17b374048e9cb04ffca \ No newline at end of file diff --git a/haproxy-2.3.0+git4.689d98154.tar.gz b/haproxy-2.3.0+git4.689d98154.tar.gz deleted file mode 100644 index c5344a2..0000000 --- a/haproxy-2.3.0+git4.689d98154.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31be0fd2ed494b3e5da3be61fb3651fdab12bf8dec5b25d4d4f0e8d9e3126f49 -size 2979956 diff --git a/haproxy-2.3.1+git0.bdd7178b8.tar.gz b/haproxy-2.3.1+git0.bdd7178b8.tar.gz new file mode 100644 index 0000000..22bf42f --- /dev/null +++ b/haproxy-2.3.1+git0.bdd7178b8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e5434cd1cd7ce2e6140971ec239004cf405c72ea4f638f461658a46fa5ea10 +size 2981119 diff --git a/haproxy.changes b/haproxy.changes index 99a5684..ff58a10 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Nov 13 22:14:25 UTC 2020 - mrueckert@suse.de + +- Update to version 2.3.1+git0.bdd7178b8: + * [RELEASE] Released version 2.3.1 + * REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2 + * MINOR: peers: Add traces to peer_treat_updatemsg(). + * REGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters.vtc as broken + * REGTEST: ssl: test wildcard and multi-type + exclusions + * MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error. + * MINOR: config/mux-h2: Return ERR_ flags from init_h2() instead of a status + * MINOR: init: Fix the prototype for per-thread free callbacks + * BUG/MINOR: tcpcheck: Don't warn on unused rules if check option is after + * MINOR: spoe: Don't close connection in sync mode on processing timeout + * BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet + * BUG/MINOR: http-htx: Handle warnings when parsing http-error and http-errors + * MINOR: check: report error on incompatible connect proto + * MINOR: check: report error on incompatible proto + * BUG/MEDIUM: check: reuse srv proto only if using same mode + * BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches + * BUG/MINOR: http-fetch: Extract cookie value even when no cookie name + * BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages + * BUG/MINOR: peers: Missing TX cache entries reset. + * BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. + * BUG/MINOR: stats: free dynamically stats fields/lines on shutdown + * BUG/MINOR: lua: set buffer size during map lookups + * BUG/MINOR: pattern: a sample marked as const could be written + ------------------------------------------------------------------- Fri Nov 06 16:14:26 UTC 2020 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index f060e3a..fd020de 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -53,7 +53,7 @@ %endif Name: haproxy -Version: 2.3.0+git4.689d98154 +Version: 2.3.1+git0.bdd7178b8 Release: 0 # # From 9ca0f86db467bf2e2e22d50dbc36fa58d7e26848f0addb99656f883b6eb69bfb Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 30 Nov 2020 17:04:26 +0000 Subject: [PATCH 2/2] - Update to version 2.3.2+git0.d522db763: * [RELEASE] Released version 2.3.2 * BUG/MINOR: http-fetch: Fix smp_fetch_body() when called from a health-check * DOC: config: Move req.hdrs and req.hdrs_bin in L7 samples fetches section * BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool * MINOR: tcpcheck: Don't handle anymore in-progress send rules in tcpcheck_main * BUG/MINOR: tcpcheck: Don't forget to reset tcp-check flags on new kind of check * DOC: Clarify %HP description in log-format * DOC: better document the config file format and escaping/quoting rules * BUG/MAJOR: peers: fix partial message decoding * BUG/MEDIUM: http_act: Restore init of log-format list * BUILD: Show the value of DEBUG= in haproxy -vv * BUILD: Make DEBUG part of .build_opts * MINOR: http_act: Add -m flag for del-header name matching method * REGTESTS: converter: add url_dec test * REGTESTS: Add sample_fetches/cook.vtc * DOC: cache: Add new caching limitation information * MEDIUM: cache: Change caching conditions * BUG/MAJOR: filters: Always keep all offsets up to date during data filtering * DOC: better describes how to configure a fallback crt * BUG/MINOR: http_htx: Fix searching headers by substring * BUG/MAJOR: connection: reset conn->owner when detaching from session list * CLEANUP: connection: do not use conn->owner when the session is known * DOC: clarify how to create a fallback crt * BUILD: makefile: enable crypt(3) for OpenBSD * BUG/MEDIUM: ssl/crt-list: fix error when no file found * BUG/MINOR: ssl/crt-list: load bundle in crt-list only if activated * BUG/MEDIUM: ssl: error when no certificate are found * BUG/MEDIUM: ssl/crt-list: bundle support broken in crt-list * BUG/MEDIUM: http-ana: Don't eval http-after-response ruleset on empty messages OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=234 --- _service | 2 +- _servicedata | 2 +- haproxy-2.3.1+git0.bdd7178b8.tar.gz | 3 --- haproxy-2.3.2+git0.d522db763.tar.gz | 3 +++ haproxy.changes | 40 +++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 46 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.3.1+git0.bdd7178b8.tar.gz create mode 100644 haproxy-2.3.2+git0.d522db763.tar.gz diff --git a/_service b/_service index a19346b..7bd5434 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.3.1 + v2.3.2 enable diff --git a/_servicedata b/_servicedata index f39c041..56c3125 100644 --- a/_servicedata +++ b/_servicedata @@ -7,4 +7,4 @@ http://git.haproxy.org/git/haproxy-2.2.git 34b2b106689c8a017eb5726193b199ea96f2c9f7 http://git.haproxy.org/git/haproxy-2.3.git - bdd7178b89700a6e0f79c17b374048e9cb04ffca \ No newline at end of file + d522db7632b34c5db274b6c8f30f5cccc434103b \ No newline at end of file diff --git a/haproxy-2.3.1+git0.bdd7178b8.tar.gz b/haproxy-2.3.1+git0.bdd7178b8.tar.gz deleted file mode 100644 index 22bf42f..0000000 --- a/haproxy-2.3.1+git0.bdd7178b8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2e5434cd1cd7ce2e6140971ec239004cf405c72ea4f638f461658a46fa5ea10 -size 2981119 diff --git a/haproxy-2.3.2+git0.d522db763.tar.gz b/haproxy-2.3.2+git0.d522db763.tar.gz new file mode 100644 index 0000000..4fdd8c6 --- /dev/null +++ b/haproxy-2.3.2+git0.d522db763.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c600c9449514b08b90e01e7fb5b17aa45713cdd295452ba9f794a79ca350eb93 +size 2990053 diff --git a/haproxy.changes b/haproxy.changes index ff58a10..24e5c62 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Mon Nov 30 16:59:46 UTC 2020 - mrueckert@suse.de + +- Update to version 2.3.2+git0.d522db763: + * [RELEASE] Released version 2.3.2 + * BUG/MINOR: http-fetch: Fix smp_fetch_body() when called from a health-check + * DOC: config: Move req.hdrs and req.hdrs_bin in L7 samples fetches section + * BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool + * MINOR: tcpcheck: Don't handle anymore in-progress send rules in tcpcheck_main + * BUG/MINOR: tcpcheck: Don't forget to reset tcp-check flags on new kind of check + * DOC: Clarify %HP description in log-format + * DOC: better document the config file format and escaping/quoting rules + * BUG/MAJOR: peers: fix partial message decoding + * BUG/MEDIUM: http_act: Restore init of log-format list + * BUILD: Show the value of DEBUG= in haproxy -vv + * BUILD: Make DEBUG part of .build_opts + * MINOR: http_act: Add -m flag for del-header name matching method + * REGTESTS: converter: add url_dec test + * REGTESTS: Add sample_fetches/cook.vtc + * DOC: cache: Add new caching limitation information + * MEDIUM: cache: Change caching conditions + * BUG/MAJOR: filters: Always keep all offsets up to date during data filtering + * DOC: better describes how to configure a fallback crt + * BUG/MINOR: http_htx: Fix searching headers by substring + * BUG/MAJOR: connection: reset conn->owner when detaching from session list + * CLEANUP: connection: do not use conn->owner when the session is known + * DOC: clarify how to create a fallback crt + * BUILD: makefile: enable crypt(3) for OpenBSD + * BUG/MEDIUM: ssl/crt-list: fix error when no file found + * BUG/MINOR: ssl/crt-list: load bundle in crt-list only if activated + * BUG/MEDIUM: ssl: error when no certificate are found + * BUG/MEDIUM: ssl/crt-list: bundle support broken in crt-list + * BUG/MEDIUM: http-ana: Don't eval http-after-response ruleset on empty messages + * BUG/MINOR: ssl: segv on startup when AKID but no keyid + * DOC: add missing 3.10 in the summary + * BUG/MINOR: http-ana: Don't wait for the body of CONNECT requests + * BUG/MEDIUM: filters: Forward all filtered data at the end of http filtering + * CLEANUP: cfgparse: remove duplicate registration for transparent build options + * BUILD: http-htx: fix build warning regarding long type in printf + ------------------------------------------------------------------- Fri Nov 13 22:14:25 UTC 2020 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index fd020de..77dc7f4 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -53,7 +53,7 @@ %endif Name: haproxy -Version: 2.3.1+git0.bdd7178b8 +Version: 2.3.2+git0.d522db763 Release: 0 # #