Include backport of JDK-8328999 to update giflib to 5.2.2

- Bump version of bundled giflib to 5.2.2 following JDK-8328999

Resolves: RHEL-17187
This commit is contained in:
Andrew Hughes 2024-10-10 23:50:44 +01:00
parent 509ae42844
commit a0b3b32d3b
2 changed files with 2603 additions and 1 deletions

View File

@ -1587,6 +1587,8 @@ Patch204: jdk8042159-allow_using_system_installed_lcms2-jdk.patch
Patch581: jdk8257794-remove_broken_assert.patch
# JDK-8186464, RH1433262: ZipFile cannot read some InfoZip ZIP64 zip files
Patch12: jdk8186464-rh1433262-zip64_failure.patch
# JDK-8328999, RH2251025 - Update GIFlib to 5.2.2 (PR#571)
Patch13: jdk8328999-update_giflib_5.2.2.patch
#############################################
#
@ -1702,7 +1704,7 @@ BuildRequires: libpng-devel
BuildRequires: zlib-devel
%else
# Version in jdk/src/share/native/sun/awt/giflib/gif_lib.h
Provides: bundled(giflib) = 5.2.1
Provides: bundled(giflib) = 5.2.2
# Version in jdk/src/share/native/sun/java2d/cmm/lcms/lcms2.h
Provides: bundled(lcms2) = 2.11.0
# Version in jdk/src/share/native/sun/awt/image/jpeg/jpeglib.h
@ -2024,6 +2026,7 @@ popd
%patch -P12
pushd %{top_level_dir_name}
%patch -P502 -p1
%patch -P13 -p1
popd
pushd %{top_level_dir_name}
@ -2943,7 +2946,10 @@ cjc.mainProgram(args)
- Drop JDK-828109{6,7,8}/PR3836 patch following integration of upstream version
- Regenerate JDK-8199936/PR3533 patch following JDK-828109{6,7,8} integration
- Bump version of bundled zlib to 1.3.1 following JDK-8324632
- Include backport of JDK-8328999 to update giflib to 5.2.2
- Bump version of bundled giflib to 5.2.2 following JDK-8328999
- Resolves: RHEL-58786
- Resolves: RHEL-17187
* Wed Jul 10 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.422.b05-3
- Bump rpmrelease for CentOS build and update RHEL version hack following July 2025 update

File diff suppressed because it is too large Load Diff