[jdk8u-dev] RFR: 8324632: Update Zlib Data Compression Library to Version 1.3.1

Severin Gehwolf sgehwolf at openjdk.org
Wed Jun 5 12:16:01 UTC 2024


On Tue, 4 Jun 2024 14:12:53 GMT, fitzsim <duke at openjdk.org> wrote:

> 8315117: Update Zlib Data Compression Library to Version 1.3
> 8326351: Update the Zlib version in THIRD_PARTY_README to 1.3.1
> 
> Backport-of: 6aa721649d870354a79c3508343b14222e0edcfb
> 
> I am filing this pull request now mainly to register that I am working on this backport.  Some of the sanity checks have already failed on package download issues; I will try re-running them and otherwise investigating how to fix them.

For JDK 8 there are other `THIRD_PARTY_README` files which would need the same treatment as the top-level-one:


$ find -name THIRD_PARTY_README | grep -v build/
./jaxp/THIRD_PARTY_README
./corba/THIRD_PARTY_README
./nashorn/THIRD_PARTY_README
./langtools/THIRD_PARTY_README
./hotspot/THIRD_PARTY_README
./jaxws/THIRD_PARTY_README
./THIRD_PARTY_README
./jdk/THIRD_PARTY_README


I'd suggest to fix the top level one and then apply the same patch to others. Note that the previous update of zlib to 1.2.13 didn't include the other THIRD_PARTY_README  changes.

THIRD_PARTY_README line 3046:

> 3044: -------------------------------------------------------------------------------
> 3045: 
> 3046: %% This notice is provided with respect to zlib v1.3.1, which may be included 

There is a trailing space after `included`. Please remove.

THIRD_PARTY_README line 3051:

> 3049: --- begin of LICENSE ---
> 3050: 
> 3051:   version 1.3.1, October 13th, 2022

1.3.1 got released on January 22, 2024. We should use that date.

-------------

Changes requested by sgehwolf (Reviewer).

PR Review: https://git.openjdk.org/jdk8u-dev/pull/511#pullrequestreview-2098944224
PR Review Comment: https://git.openjdk.org/jdk8u-dev/pull/511#discussion_r1627631097
PR Review Comment: https://git.openjdk.org/jdk8u-dev/pull/511#discussion_r1627640136


More information about the jdk8u-dev mailing list