You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by Leif Hedstrom <zw...@apache.org> on 2022/02/16 05:43:18 UTC

[VOTE] Release Apache Traffic Server 9.1.2 (RC0)

I've prepared a release for 9.1.2 (RC0), which is a bug fix release for 9.1.x and is backwards compatible. For a list of all PRs in this release, see

	https://github.com/apache/trafficserver/milestone/55?closed=1


or for a brief ChangeLog (also attached below):

	https://github.com/apache/trafficserver/blob/9.1.x/CHANGELOG-9.1.2


The artifacts are available at

	https://people.apache.org/~zwoop/rel-candidates/9.1.2-rc0/


with the following SHA512 checksum:

ed56429c829ae2b8a1c2d2ce7935d7eccd99c02c7e1388f1ab72d1d7183b1305b642a73c3890a4c7c6920077ba0551a08f6628fed0ba9391c3ed06944aa07270 *trafficserver-9.1.2-rc0.tar.bz2

This corresponds to git refs:

	Hash: 3f94be3017d06c84f5cbb0216ff2cdbb966ea816
	Tag: 9.1.2-rc0


Which can be verified with the following command:

	$ git tag -v 9.1.2-rc0


All code signing keys are available here:

	https://dist.apache.org/repos/dist/dev/trafficserver/KEYS


Make sure you refresh from a key server to get all relevant signatures. The vote will be called EOB Tuesday February 22nd.

Cheers,

— Leif

Changes with Apache Traffic Server 9.1.2
  #7831 - Fix stall on sending response for request with trailer header
  #7884 - Test bad request behavior
  #7957 - Fix the scheme of h2 0rtt tests
  #8012 - Add option to mostly strictly check URL characters
  #8032 - Stablize trace curl test in good_request_after_bad
  #8207 - Remove some const casting
  #8406 - Fix map_with_recv_port URL remapping type.
  #8433 - Fix null-pointer-subtraction warning
  #8434 - Fix deprecated-copy warning
  #8436 - Fix SSLAddressLookup Test
  #8437 - Fix traffic_top build when using -Werror=format-security
  #8438 - Fix traffic_manager build when mime-sanity-check is enabled
  #8442 - For verify_global_plugin test, check for platform independent error message
  #8444 - Exports all symbols for missing_mangled_definition.so test plugin
  #8479 - UnixNetVConnection: add check for nh in fail block
  #8493 - clang 13: Removed unused variable
  #8494 - clang 13: Added default assignment operator
  #8502 - build: fix detection of boringocsp
  #8512 - AuTest: address various permissions issues
  #8513 - For test async_engine, export all symbols
  #8515 - Prevent bad ssl_multicert.config load from being swapped in
  #8528 - Fix unused-but-set-variable warnings (#8435)
  #8533 - Partial of revert "Cleanup generated LDFLAGS for jemalloc (#8285)"
  #8546 - backout down parent retry limiting in parent selection and nexthop strategies
  #8548 - Traffic Dump: Use the correct transaction user index
  #8549 - Relax key validation of sni.yaml
  #8551 - combo_handler: Initialize User Arg Index in TSRemapInit
  #8556 - Fixes macOS arm64 builds (again)
  #8559 - Clear random header value by AIO read error
  #8574 - Docs: Fix default value of proxy.config.ssl.handshake_timeout_in
  #8599 - Docs: Slack instead of irc
  #8625 - Rate Limit Plugin: Re-enable VConnection when SNI is empty
  #8632 - Default proxy.config.http.strict_uri_parsing to "2"
  #8662 - Send diags output to stderr when running regression tests.
  #8668 - backport of 9.2.x autest port selection fixes.

Re: [VOTE] Release Apache Traffic Server 9.1.2 (RC0)

Posted by Evan Zelkowitz <ez...@apache.org>.
+1

built and ran regressions on ubuntu without issues

On Tue, Feb 15, 2022 at 10:43 PM Leif Hedstrom <zw...@apache.org> wrote:

> I've prepared a release for 9.1.2 (RC0), which is a bug fix release for
> 9.1.x and is backwards compatible. For a list of all PRs in this release,
> see
>
>         https://github.com/apache/trafficserver/milestone/55?closed=1
>
>
> or for a brief ChangeLog (also attached below):
>
>         https://github.com/apache/trafficserver/blob/9.1.x/CHANGELOG-9.1.2
>
>
> The artifacts are available at
>
>         https://people.apache.org/~zwoop/rel-candidates/9.1.2-rc0/
>
>
> with the following SHA512 checksum:
>
> ed56429c829ae2b8a1c2d2ce7935d7eccd99c02c7e1388f1ab72d1d7183b1305b642a73c3890a4c7c6920077ba0551a08f6628fed0ba9391c3ed06944aa07270
> *trafficserver-9.1.2-rc0.tar.bz2
>
> This corresponds to git refs:
>
>         Hash: 3f94be3017d06c84f5cbb0216ff2cdbb966ea816
>         Tag: 9.1.2-rc0
>
>
> Which can be verified with the following command:
>
>         $ git tag -v 9.1.2-rc0
>
>
> All code signing keys are available here:
>
>         https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
>
>
> Make sure you refresh from a key server to get all relevant signatures.
> The vote will be called EOB Tuesday February 22nd.
>
> Cheers,
>
> — Leif
>
> Changes with Apache Traffic Server 9.1.2
>   #7831 - Fix stall on sending response for request with trailer header
>   #7884 - Test bad request behavior
>   #7957 - Fix the scheme of h2 0rtt tests
>   #8012 - Add option to mostly strictly check URL characters
>   #8032 - Stablize trace curl test in good_request_after_bad
>   #8207 - Remove some const casting
>   #8406 - Fix map_with_recv_port URL remapping type.
>   #8433 - Fix null-pointer-subtraction warning
>   #8434 - Fix deprecated-copy warning
>   #8436 - Fix SSLAddressLookup Test
>   #8437 - Fix traffic_top build when using -Werror=format-security
>   #8438 - Fix traffic_manager build when mime-sanity-check is enabled
>   #8442 - For verify_global_plugin test, check for platform independent
> error message
>   #8444 - Exports all symbols for missing_mangled_definition.so test plugin
>   #8479 - UnixNetVConnection: add check for nh in fail block
>   #8493 - clang 13: Removed unused variable
>   #8494 - clang 13: Added default assignment operator
>   #8502 - build: fix detection of boringocsp
>   #8512 - AuTest: address various permissions issues
>   #8513 - For test async_engine, export all symbols
>   #8515 - Prevent bad ssl_multicert.config load from being swapped in
>   #8528 - Fix unused-but-set-variable warnings (#8435)
>   #8533 - Partial of revert "Cleanup generated LDFLAGS for jemalloc
> (#8285)"
>   #8546 - backout down parent retry limiting in parent selection and
> nexthop strategies
>   #8548 - Traffic Dump: Use the correct transaction user index
>   #8549 - Relax key validation of sni.yaml
>   #8551 - combo_handler: Initialize User Arg Index in TSRemapInit
>   #8556 - Fixes macOS arm64 builds (again)
>   #8559 - Clear random header value by AIO read error
>   #8574 - Docs: Fix default value of proxy.config.ssl.handshake_timeout_in
>   #8599 - Docs: Slack instead of irc
>   #8625 - Rate Limit Plugin: Re-enable VConnection when SNI is empty
>   #8632 - Default proxy.config.http.strict_uri_parsing to "2"
>   #8662 - Send diags output to stderr when running regression tests.
>   #8668 - backport of 9.2.x autest port selection fixes.

Re: [VOTE] Release Apache Traffic Server 9.1.2 (RC0)

Posted by Randall Meyer <ra...@yahoo.com>.
 
+1

build and tested on macOS (Intel)     On Tuesday, February 15, 2022, 09:43:24 PM PST, Leif Hedstrom <zw...@apache.org> wrote:  
 
 I've prepared a release for 9.1.2 (RC0), which is a bug fix release for 9.1.x and is backwards compatible. For a list of all PRs in this release, see

    https://github.com/apache/trafficserver/milestone/55?closed=1


or for a brief ChangeLog (also attached below):

    https://github.com/apache/trafficserver/blob/9.1.x/CHANGELOG-9.1.2


The artifacts are available at

    https://people.apache.org/~zwoop/rel-candidates/9.1.2-rc0/


with the following SHA512 checksum:

ed56429c829ae2b8a1c2d2ce7935d7eccd99c02c7e1388f1ab72d1d7183b1305b642a73c3890a4c7c6920077ba0551a08f6628fed0ba9391c3ed06944aa07270 *trafficserver-9.1.2-rc0.tar.bz2

This corresponds to git refs:

    Hash: 3f94be3017d06c84f5cbb0216ff2cdbb966ea816
    Tag: 9.1.2-rc0


Which can be verified with the following command:

    $ git tag -v 9.1.2-rc0


All code signing keys are available here:

    https://dist.apache.org/repos/dist/dev/trafficserver/KEYS


Make sure you refresh from a key server to get all relevant signatures. The vote will be called EOB Tuesday February 22nd.

Cheers,

— Leif

Changes with Apache Traffic Server 9.1.2
  #7831 - Fix stall on sending response for request with trailer header
  #7884 - Test bad request behavior
  #7957 - Fix the scheme of h2 0rtt tests
  #8012 - Add option to mostly strictly check URL characters
  #8032 - Stablize trace curl test in good_request_after_bad
  #8207 - Remove some const casting
  #8406 - Fix map_with_recv_port URL remapping type.
  #8433 - Fix null-pointer-subtraction warning
  #8434 - Fix deprecated-copy warning
  #8436 - Fix SSLAddressLookup Test
  #8437 - Fix traffic_top build when using -Werror=format-security
  #8438 - Fix traffic_manager build when mime-sanity-check is enabled
  #8442 - For verify_global_plugin test, check for platform independent error message
  #8444 - Exports all symbols for missing_mangled_definition.so test plugin
  #8479 - UnixNetVConnection: add check for nh in fail block
  #8493 - clang 13: Removed unused variable
  #8494 - clang 13: Added default assignment operator
  #8502 - build: fix detection of boringocsp
  #8512 - AuTest: address various permissions issues
  #8513 - For test async_engine, export all symbols
  #8515 - Prevent bad ssl_multicert.config load from being swapped in
  #8528 - Fix unused-but-set-variable warnings (#8435)
  #8533 - Partial of revert "Cleanup generated LDFLAGS for jemalloc (#8285)"
  #8546 - backout down parent retry limiting in parent selection and nexthop strategies
  #8548 - Traffic Dump: Use the correct transaction user index
  #8549 - Relax key validation of sni.yaml
  #8551 - combo_handler: Initialize User Arg Index in TSRemapInit
  #8556 - Fixes macOS arm64 builds (again)
  #8559 - Clear random header value by AIO read error
  #8574 - Docs: Fix default value of proxy.config.ssl.handshake_timeout_in
  #8599 - Docs: Slack instead of irc
  #8625 - Rate Limit Plugin: Re-enable VConnection when SNI is empty
  #8632 - Default proxy.config.http.strict_uri_parsing to "2"
  #8662 - Send diags output to stderr when running regression tests.
  #8668 - backport of 9.2.x autest port selection fixes.  

Re: [VOTE] Release Apache Traffic Server 9.1.2 (RC0)

Posted by Evan Zelkowitz <ez...@apache.org>.
+1

built and ran regressions on ubuntu without issues

On Tue, Feb 15, 2022 at 10:43 PM Leif Hedstrom <zw...@apache.org> wrote:

> I've prepared a release for 9.1.2 (RC0), which is a bug fix release for
> 9.1.x and is backwards compatible. For a list of all PRs in this release,
> see
>
>         https://github.com/apache/trafficserver/milestone/55?closed=1
>
>
> or for a brief ChangeLog (also attached below):
>
>         https://github.com/apache/trafficserver/blob/9.1.x/CHANGELOG-9.1.2
>
>
> The artifacts are available at
>
>         https://people.apache.org/~zwoop/rel-candidates/9.1.2-rc0/
>
>
> with the following SHA512 checksum:
>
> ed56429c829ae2b8a1c2d2ce7935d7eccd99c02c7e1388f1ab72d1d7183b1305b642a73c3890a4c7c6920077ba0551a08f6628fed0ba9391c3ed06944aa07270
> *trafficserver-9.1.2-rc0.tar.bz2
>
> This corresponds to git refs:
>
>         Hash: 3f94be3017d06c84f5cbb0216ff2cdbb966ea816
>         Tag: 9.1.2-rc0
>
>
> Which can be verified with the following command:
>
>         $ git tag -v 9.1.2-rc0
>
>
> All code signing keys are available here:
>
>         https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
>
>
> Make sure you refresh from a key server to get all relevant signatures.
> The vote will be called EOB Tuesday February 22nd.
>
> Cheers,
>
> — Leif
>
> Changes with Apache Traffic Server 9.1.2
>   #7831 - Fix stall on sending response for request with trailer header
>   #7884 - Test bad request behavior
>   #7957 - Fix the scheme of h2 0rtt tests
>   #8012 - Add option to mostly strictly check URL characters
>   #8032 - Stablize trace curl test in good_request_after_bad
>   #8207 - Remove some const casting
>   #8406 - Fix map_with_recv_port URL remapping type.
>   #8433 - Fix null-pointer-subtraction warning
>   #8434 - Fix deprecated-copy warning
>   #8436 - Fix SSLAddressLookup Test
>   #8437 - Fix traffic_top build when using -Werror=format-security
>   #8438 - Fix traffic_manager build when mime-sanity-check is enabled
>   #8442 - For verify_global_plugin test, check for platform independent
> error message
>   #8444 - Exports all symbols for missing_mangled_definition.so test plugin
>   #8479 - UnixNetVConnection: add check for nh in fail block
>   #8493 - clang 13: Removed unused variable
>   #8494 - clang 13: Added default assignment operator
>   #8502 - build: fix detection of boringocsp
>   #8512 - AuTest: address various permissions issues
>   #8513 - For test async_engine, export all symbols
>   #8515 - Prevent bad ssl_multicert.config load from being swapped in
>   #8528 - Fix unused-but-set-variable warnings (#8435)
>   #8533 - Partial of revert "Cleanup generated LDFLAGS for jemalloc
> (#8285)"
>   #8546 - backout down parent retry limiting in parent selection and
> nexthop strategies
>   #8548 - Traffic Dump: Use the correct transaction user index
>   #8549 - Relax key validation of sni.yaml
>   #8551 - combo_handler: Initialize User Arg Index in TSRemapInit
>   #8556 - Fixes macOS arm64 builds (again)
>   #8559 - Clear random header value by AIO read error
>   #8574 - Docs: Fix default value of proxy.config.ssl.handshake_timeout_in
>   #8599 - Docs: Slack instead of irc
>   #8625 - Rate Limit Plugin: Re-enable VConnection when SNI is empty
>   #8632 - Default proxy.config.http.strict_uri_parsing to "2"
>   #8662 - Send diags output to stderr when running regression tests.
>   #8668 - backport of 9.2.x autest port selection fixes.

Re: [EXTERNAL] [VOTE] Release Apache Traffic Server 9.1.2 (RC0)

Posted by Leif Hedstrom <zw...@apache.org>.

> On Feb 21, 2022, at 09:07, Olsen, Brian <Br...@comcast.com.INVALID> wrote:
> 
> -1, found this PR wasn't pulled back:


Ok calling this vote and failing it, going to respin 9.1.2 in a bit and make a new RC.

— Leif



> 
> https://github.com/apache/trafficserver/pull/8505
> 
> It's an experimental plugin, but it does involve hard casting an int* into a size_t* before calling TSBase64Decode.
> 
> On 2/15/22, 10:43 PM, "Leif Hedstrom" <zw...@apache.org> wrote:
> 
>    I've prepared a release for 9.1.2 (RC0), which is a bug fix release for 9.1.x and is backwards compatible. For a list of all PRs in this release, see
> 
>        https://urldefense.com/v3/__https://github.com/apache/trafficserver/milestone/55?closed=1__;!!CQl3mcHX2A!TPuPcCd3-6XbMiyIF7kO_kWLpdD4Di_cKa0Q5jcEKeLeaYHK78H18SgCB37nQw9YGMc$
> 
> 
>    or for a brief ChangeLog (also attached below):
> 
>        https://urldefense.com/v3/__https://github.com/apache/trafficserver/blob/9.1.x/CHANGELOG-9.1.2__;!!CQl3mcHX2A!TPuPcCd3-6XbMiyIF7kO_kWLpdD4Di_cKa0Q5jcEKeLeaYHK78H18SgCB37nKtgW8Qo$
> 
> 
>    The artifacts are available at
> 
>        https://urldefense.com/v3/__https://people.apache.org/*zwoop/rel-candidates/9.1.2-rc0/__;fg!!CQl3mcHX2A!TPuPcCd3-6XbMiyIF7kO_kWLpdD4Di_cKa0Q5jcEKeLeaYHK78H18SgCB37nlumkFZU$
> 
> 
>    with the following SHA512 checksum:
> 
>    ed56429c829ae2b8a1c2d2ce7935d7eccd99c02c7e1388f1ab72d1d7183b1305b642a73c3890a4c7c6920077ba0551a08f6628fed0ba9391c3ed06944aa07270 *trafficserver-9.1.2-rc0.tar.bz2
> 
>    This corresponds to git refs:
> 
>        Hash: 3f94be3017d06c84f5cbb0216ff2cdbb966ea816
>        Tag: 9.1.2-rc0
> 
> 
>    Which can be verified with the following command:
> 
>        $ git tag -v 9.1.2-rc0
> 
> 
>    All code signing keys are available here:
> 
>        https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/trafficserver/KEYS__;!!CQl3mcHX2A!TPuPcCd3-6XbMiyIF7kO_kWLpdD4Di_cKa0Q5jcEKeLeaYHK78H18SgCB37ng5-fDG0$
> 
> 
>    Make sure you refresh from a key server to get all relevant signatures. The vote will be called EOB Tuesday February 22nd.
> 
>    Cheers,
> 
>    — Leif
> 
>    Changes with Apache Traffic Server 9.1.2
>      #7831 - Fix stall on sending response for request with trailer header
>      #7884 - Test bad request behavior
>      #7957 - Fix the scheme of h2 0rtt tests
>      #8012 - Add option to mostly strictly check URL characters
>      #8032 - Stablize trace curl test in good_request_after_bad
>      #8207 - Remove some const casting
>      #8406 - Fix map_with_recv_port URL remapping type.
>      #8433 - Fix null-pointer-subtraction warning
>      #8434 - Fix deprecated-copy warning
>      #8436 - Fix SSLAddressLookup Test
>      #8437 - Fix traffic_top build when using -Werror=format-security
>      #8438 - Fix traffic_manager build when mime-sanity-check is enabled
>      #8442 - For verify_global_plugin test, check for platform independent error message
>      #8444 - Exports all symbols for missing_mangled_definition.so test plugin
>      #8479 - UnixNetVConnection: add check for nh in fail block
>      #8493 - clang 13: Removed unused variable
>      #8494 - clang 13: Added default assignment operator
>      #8502 - build: fix detection of boringocsp
>      #8512 - AuTest: address various permissions issues
>      #8513 - For test async_engine, export all symbols
>      #8515 - Prevent bad ssl_multicert.config load from being swapped in
>      #8528 - Fix unused-but-set-variable warnings (#8435)
>      #8533 - Partial of revert "Cleanup generated LDFLAGS for jemalloc (#8285)"
>      #8546 - backout down parent retry limiting in parent selection and nexthop strategies
>      #8548 - Traffic Dump: Use the correct transaction user index
>      #8549 - Relax key validation of sni.yaml
>      #8551 - combo_handler: Initialize User Arg Index in TSRemapInit
>      #8556 - Fixes macOS arm64 builds (again)
>      #8559 - Clear random header value by AIO read error
>      #8574 - Docs: Fix default value of proxy.config.ssl.handshake_timeout_in
>      #8599 - Docs: Slack instead of irc
>      #8625 - Rate Limit Plugin: Re-enable VConnection when SNI is empty
>      #8632 - Default proxy.config.http.strict_uri_parsing to "2"
>      #8662 - Send diags output to stderr when running regression tests.
>      #8668 - backport of 9.2.x autest port selection fixes.
> 


Re: [EXTERNAL] [VOTE] Release Apache Traffic Server 9.1.2 (RC0)

Posted by "Olsen, Brian" <Br...@comcast.com.INVALID>.
-1, found this PR wasn't pulled back:

https://github.com/apache/trafficserver/pull/8505

It's an experimental plugin, but it does involve hard casting an int* into a size_t* before calling TSBase64Decode.

On 2/15/22, 10:43 PM, "Leif Hedstrom" <zw...@apache.org> wrote:

    I've prepared a release for 9.1.2 (RC0), which is a bug fix release for 9.1.x and is backwards compatible. For a list of all PRs in this release, see

        https://urldefense.com/v3/__https://github.com/apache/trafficserver/milestone/55?closed=1__;!!CQl3mcHX2A!TPuPcCd3-6XbMiyIF7kO_kWLpdD4Di_cKa0Q5jcEKeLeaYHK78H18SgCB37nQw9YGMc$


    or for a brief ChangeLog (also attached below):

        https://urldefense.com/v3/__https://github.com/apache/trafficserver/blob/9.1.x/CHANGELOG-9.1.2__;!!CQl3mcHX2A!TPuPcCd3-6XbMiyIF7kO_kWLpdD4Di_cKa0Q5jcEKeLeaYHK78H18SgCB37nKtgW8Qo$


    The artifacts are available at

        https://urldefense.com/v3/__https://people.apache.org/*zwoop/rel-candidates/9.1.2-rc0/__;fg!!CQl3mcHX2A!TPuPcCd3-6XbMiyIF7kO_kWLpdD4Di_cKa0Q5jcEKeLeaYHK78H18SgCB37nlumkFZU$


    with the following SHA512 checksum:

    ed56429c829ae2b8a1c2d2ce7935d7eccd99c02c7e1388f1ab72d1d7183b1305b642a73c3890a4c7c6920077ba0551a08f6628fed0ba9391c3ed06944aa07270 *trafficserver-9.1.2-rc0.tar.bz2

    This corresponds to git refs:

        Hash: 3f94be3017d06c84f5cbb0216ff2cdbb966ea816
        Tag: 9.1.2-rc0


    Which can be verified with the following command:

        $ git tag -v 9.1.2-rc0


    All code signing keys are available here:

        https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/trafficserver/KEYS__;!!CQl3mcHX2A!TPuPcCd3-6XbMiyIF7kO_kWLpdD4Di_cKa0Q5jcEKeLeaYHK78H18SgCB37ng5-fDG0$


    Make sure you refresh from a key server to get all relevant signatures. The vote will be called EOB Tuesday February 22nd.

    Cheers,

    — Leif

    Changes with Apache Traffic Server 9.1.2
      #7831 - Fix stall on sending response for request with trailer header
      #7884 - Test bad request behavior
      #7957 - Fix the scheme of h2 0rtt tests
      #8012 - Add option to mostly strictly check URL characters
      #8032 - Stablize trace curl test in good_request_after_bad
      #8207 - Remove some const casting
      #8406 - Fix map_with_recv_port URL remapping type.
      #8433 - Fix null-pointer-subtraction warning
      #8434 - Fix deprecated-copy warning
      #8436 - Fix SSLAddressLookup Test
      #8437 - Fix traffic_top build when using -Werror=format-security
      #8438 - Fix traffic_manager build when mime-sanity-check is enabled
      #8442 - For verify_global_plugin test, check for platform independent error message
      #8444 - Exports all symbols for missing_mangled_definition.so test plugin
      #8479 - UnixNetVConnection: add check for nh in fail block
      #8493 - clang 13: Removed unused variable
      #8494 - clang 13: Added default assignment operator
      #8502 - build: fix detection of boringocsp
      #8512 - AuTest: address various permissions issues
      #8513 - For test async_engine, export all symbols
      #8515 - Prevent bad ssl_multicert.config load from being swapped in
      #8528 - Fix unused-but-set-variable warnings (#8435)
      #8533 - Partial of revert "Cleanup generated LDFLAGS for jemalloc (#8285)"
      #8546 - backout down parent retry limiting in parent selection and nexthop strategies
      #8548 - Traffic Dump: Use the correct transaction user index
      #8549 - Relax key validation of sni.yaml
      #8551 - combo_handler: Initialize User Arg Index in TSRemapInit
      #8556 - Fixes macOS arm64 builds (again)
      #8559 - Clear random header value by AIO read error
      #8574 - Docs: Fix default value of proxy.config.ssl.handshake_timeout_in
      #8599 - Docs: Slack instead of irc
      #8625 - Rate Limit Plugin: Re-enable VConnection when SNI is empty
      #8632 - Default proxy.config.http.strict_uri_parsing to "2"
      #8662 - Send diags output to stderr when running regression tests.
      #8668 - backport of 9.2.x autest port selection fixes.


Re: [VOTE] Release Apache Traffic Server 9.1.2 (RC0)

Posted by Randall Meyer <ra...@yahoo.com.INVALID>.
 
+1

build and tested on macOS (Intel)     On Tuesday, February 15, 2022, 09:43:24 PM PST, Leif Hedstrom <zw...@apache.org> wrote:  
 
 I've prepared a release for 9.1.2 (RC0), which is a bug fix release for 9.1.x and is backwards compatible. For a list of all PRs in this release, see

    https://github.com/apache/trafficserver/milestone/55?closed=1


or for a brief ChangeLog (also attached below):

    https://github.com/apache/trafficserver/blob/9.1.x/CHANGELOG-9.1.2


The artifacts are available at

    https://people.apache.org/~zwoop/rel-candidates/9.1.2-rc0/


with the following SHA512 checksum:

ed56429c829ae2b8a1c2d2ce7935d7eccd99c02c7e1388f1ab72d1d7183b1305b642a73c3890a4c7c6920077ba0551a08f6628fed0ba9391c3ed06944aa07270 *trafficserver-9.1.2-rc0.tar.bz2

This corresponds to git refs:

    Hash: 3f94be3017d06c84f5cbb0216ff2cdbb966ea816
    Tag: 9.1.2-rc0


Which can be verified with the following command:

    $ git tag -v 9.1.2-rc0


All code signing keys are available here:

    https://dist.apache.org/repos/dist/dev/trafficserver/KEYS


Make sure you refresh from a key server to get all relevant signatures. The vote will be called EOB Tuesday February 22nd.

Cheers,

— Leif

Changes with Apache Traffic Server 9.1.2
  #7831 - Fix stall on sending response for request with trailer header
  #7884 - Test bad request behavior
  #7957 - Fix the scheme of h2 0rtt tests
  #8012 - Add option to mostly strictly check URL characters
  #8032 - Stablize trace curl test in good_request_after_bad
  #8207 - Remove some const casting
  #8406 - Fix map_with_recv_port URL remapping type.
  #8433 - Fix null-pointer-subtraction warning
  #8434 - Fix deprecated-copy warning
  #8436 - Fix SSLAddressLookup Test
  #8437 - Fix traffic_top build when using -Werror=format-security
  #8438 - Fix traffic_manager build when mime-sanity-check is enabled
  #8442 - For verify_global_plugin test, check for platform independent error message
  #8444 - Exports all symbols for missing_mangled_definition.so test plugin
  #8479 - UnixNetVConnection: add check for nh in fail block
  #8493 - clang 13: Removed unused variable
  #8494 - clang 13: Added default assignment operator
  #8502 - build: fix detection of boringocsp
  #8512 - AuTest: address various permissions issues
  #8513 - For test async_engine, export all symbols
  #8515 - Prevent bad ssl_multicert.config load from being swapped in
  #8528 - Fix unused-but-set-variable warnings (#8435)
  #8533 - Partial of revert "Cleanup generated LDFLAGS for jemalloc (#8285)"
  #8546 - backout down parent retry limiting in parent selection and nexthop strategies
  #8548 - Traffic Dump: Use the correct transaction user index
  #8549 - Relax key validation of sni.yaml
  #8551 - combo_handler: Initialize User Arg Index in TSRemapInit
  #8556 - Fixes macOS arm64 builds (again)
  #8559 - Clear random header value by AIO read error
  #8574 - Docs: Fix default value of proxy.config.ssl.handshake_timeout_in
  #8599 - Docs: Slack instead of irc
  #8625 - Rate Limit Plugin: Re-enable VConnection when SNI is empty
  #8632 - Default proxy.config.http.strict_uri_parsing to "2"
  #8662 - Send diags output to stderr when running regression tests.
  #8668 - backport of 9.2.x autest port selection fixes.