[jdk8u-dev] RFR: 8328999: Update GIFlib to 5.2.2 [v4]
Andrew John Hughes
andrew at openjdk.org
Fri Nov 29 00:53:42 UTC 2024
On Fri, 29 Nov 2024 00:16:22 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
>> This updates the in-tree giflib to 5.2.2. The actual code changes are a clean backport, but the license file changes needed adapting from the `giflib.md` file in 11u and later to the `THIRD_PARTY_README` file in 8u (now only one copy following [JDK-8338144](https://bugs.openjdk.org/browse/JDK-8338144))
>>
>> 8u is also missing [JDK-8225487](https://bugs.openjdk.org/browse/JDK-8225487) which I've included as part of this patch. This updates the license to credit `openbsd-reallocarray.c` and is updated further by 8238999. I also included changes made by the 5.2.1 update which were missed because 8225487 was missing.
>>
>> In `gif_lib.h`, I have restored the workaround for a missing `stdbool.h` on Windows only. This is needed to build on Visual Studio 2010.
>>
>> The `giflib.md` changes include some odd changes, replacing the giflib VCS URL with just `tree/README`. I've raised [8339271](https://bugs.openjdk.org/browse/JDK-8339271) to correct this and will look at backporting that as a follow-up.
>
> Andrew John Hughes has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
>
> - Merge remote-tracking branch 'dev/master' into JDK-8328999
> - Add missing #endif
> - Restore local modifications on Windows to work around missing stdbool.h on VS2010
> - Merge remote-tracking branch 'dev/master' into JDK-8328999
> - Backport bc8aeb6496b7e86d1f616d4c1b7c26f172c1dd8a
Ugh, still seeing VS2010 build errors. Will take a look tomorrow.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/571#issuecomment-2506896751
More information about the jdk8u-dev
mailing list