Add JDK-8372534 libpng 1.6.51 ahead of 25.0.3
- Bump libpng version to 1.6.51 following JDK-8372534 - Bump ID of NSS adapter patch so we can stay in sync with portable on the libpng patch Resolves: RHEL-143373 Resolves: RHEL-143368
This commit is contained in:
parent
b28360523e
commit
da759be040
@ -1417,8 +1417,9 @@ Patch1001: fips-%{featurever}u-%{fipsver}.patch
|
|||||||
# OpenJDK patches which missed last update
|
# OpenJDK patches which missed last update
|
||||||
#
|
#
|
||||||
#############################################
|
#############################################
|
||||||
|
# JDK-8372534: Update Libpng to 1.6.51
|
||||||
# Currently empty
|
# Integrated in 25.0.3
|
||||||
|
Patch2001: jdk8372534-libpng-1.6.51.patch
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
#
|
#
|
||||||
@ -1433,7 +1434,7 @@ Patch1001: fips-%{featurever}u-%{fipsver}.patch
|
|||||||
# NSS adapter patches
|
# NSS adapter patches
|
||||||
#
|
#
|
||||||
#############################################
|
#############################################
|
||||||
Patch2001: nssadapter-ldflags.patch
|
Patch3001: nssadapter-ldflags.patch
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -1516,7 +1517,7 @@ Provides: bundled(lcms2) = 2.17.0
|
|||||||
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
||||||
Provides: bundled(libjpeg) = 6b
|
Provides: bundled(libjpeg) = 6b
|
||||||
# Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h
|
# Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h
|
||||||
Provides: bundled(libpng) = 1.6.47
|
Provides: bundled(libpng) = 1.6.51
|
||||||
# Version in src/java.base/share/native/libzip/zlib/zlib.h
|
# Version in src/java.base/share/native/libzip/zlib/zlib.h
|
||||||
Provides: bundled(zlib) = 1.3.1
|
Provides: bundled(zlib) = 1.3.1
|
||||||
%endif
|
%endif
|
||||||
@ -1952,11 +1953,13 @@ sh %{SOURCE12} %{top_level_dir_name}
|
|||||||
pushd %{top_level_dir_name}
|
pushd %{top_level_dir_name}
|
||||||
# Add crypto policy and FIPS support
|
# Add crypto policy and FIPS support
|
||||||
%patch -P1001 -p1
|
%patch -P1001 -p1
|
||||||
|
# Add libpng update ahead of 25.0.3
|
||||||
|
%patch -P2001 -p1
|
||||||
popd # openjdk
|
popd # openjdk
|
||||||
|
|
||||||
# Patch NSS adapter
|
# Patch NSS adapter
|
||||||
pushd %{nssadapter_name}
|
pushd %{nssadapter_name}
|
||||||
%patch -P2001 -p1
|
%patch -P3001 -p1
|
||||||
popd # nssadapter
|
popd # nssadapter
|
||||||
|
|
||||||
# The OpenJDK version file includes the current
|
# The OpenJDK version file includes the current
|
||||||
@ -2629,8 +2632,13 @@ exit 0
|
|||||||
* Mon Jan 12 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.2.0.10-1
|
* Mon Jan 12 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.2.0.10-1
|
||||||
- Update to jdk-25.0.2+10 (GA)
|
- Update to jdk-25.0.2+10 (GA)
|
||||||
- Update release notes to 25.0.2+10
|
- Update release notes to 25.0.2+10
|
||||||
|
- Add JDK-8372534 libpng 1.6.51 ahead of 25.0.3
|
||||||
|
- Bump libpng version to 1.6.51 following JDK-8372534
|
||||||
|
- Bump ID of NSS adapter patch so we can stay in sync with portable on the libpng patch
|
||||||
- ** This tarball is embargoed until 2026-01-20 @ 1pm PT. **
|
- ** This tarball is embargoed until 2026-01-20 @ 1pm PT. **
|
||||||
- Resolves: RHEL-139577
|
- Resolves: RHEL-139577
|
||||||
|
- Resolves: RHEL-143373
|
||||||
|
- Resolves: RHEL-143368
|
||||||
|
|
||||||
* Mon Dec 08 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.1.0.8-2
|
* Mon Dec 08 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.1.0.8-2
|
||||||
- Incorporate new FIPS patch for 25u
|
- Incorporate new FIPS patch for 25u
|
||||||
|
|||||||
1598
jdk8372534-libpng-1.6.51.patch
Normal file
1598
jdk8372534-libpng-1.6.51.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user