diff --git a/NEWS b/NEWS index 68212a85907bbb70dd4d2fde137b837703d7552f..8069f37b8cde042c859d9680d96038bbf04b9140 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,17 @@ Key: JDK-X - https://bugs.openjdk.java.net/browse/JDK-X CVE-XXXX-YYYY: https://cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY +New in release OpenJDK 11.0.14.1 (2022-02-08): +============================================= +Live versions of these release notes can be found at: + * https://bitly.com/openjdk110141 + * https://builds.shipilev.net/backports-monitor/release-notes-11.0.14.1.txt + +* Other changes + - JDK-8218546: Unable to connect to https://google.com using java.net.HttpClient + - JDK-8280786: Build failure on Solaris after 8262392 + - JDK-8281324: Bump update version for OpenJDK: jdk-11.0.14.1 + New in release OpenJDK 11.0.14 (2022-01-18): ============================================= Live versions of these release notes can be found at: diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index 54019ffeaee75c957b0368226eea07a233262b1c..7a9cd57e462b95162c35123795fd179e8daf33e0 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -272,7 +272,7 @@ %global featurever 11 %global interimver 0 %global updatever 14 -%global patchver 0 +%global patchver 1 # If you bump featurever, you must bump also vendor_version_string # Used via new version scheme. JDK 11 was # GA'ed in September 2018 => 18.9 @@ -318,7 +318,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{origin} %global top_level_dir_name_backup %{top_level_dir_name}-backup -%global buildver 9 +%global buildver 1 %global rpmrelease 1 #%%global tagsuffix %%{nil} # priority must be 7 digits in total @@ -1132,13 +1132,6 @@ BuildRequires: freetype-devel BuildRequires: giflib-devel BuildRequires: gcc-c++ BuildRequires: gdb -%ifarch %{arm} -BuildRequires: devtoolset-7-build -BuildRequires: devtoolset-7-binutils -BuildRequires: devtoolset-7-gcc -BuildRequires: devtoolset-7-gcc-c++ -BuildRequires: devtoolset-7-gdb -%endif BuildRequires: gtk2-devel # LCMS on rhel7 is older then LCMS in intree JDK BuildRequires: lcms2-devel @@ -1508,10 +1501,6 @@ sed -e "s:@NSS_LIBDIR@:%{NSS_LIBDIR}:g" %{SOURCE11} > nss.cfg %build -%ifarch %{arm} -%{?enable_devtoolset7:%{enable_devtoolset7}} -%endif - # How many CPU's do we have? export NUM_PROC=%(/usr/bin/getconf _NPROCESSORS_ONLN 2> /dev/null || :) export NUM_PROC=${NUM_PROC:-1} @@ -2156,6 +2145,11 @@ require "copy_jdk_configs.lua" %endif %changelog +* Fri Feb 11 2022 Andrew Hughes - 1:11.0.14.1.1-1 +- Update to jdk-11.0.14.1+1 +- Update release notes to 11.0.14.1+1 +- Resolves: rhbz#2052805 + * Mon Jan 17 2022 Andrew Hughes - 1:11.0.14.0.9-1 - Update to jdk-11.0.14.0+9 - Update release notes to 11.0.14.0+9 diff --git a/jdk-updates-jdk11u-jdk-11.0.14+9-4curve.tar.xz b/jdk-updates-jdk11u-jdk-11.0.14.1+1-4curve.tar.xz similarity index 84% rename from jdk-updates-jdk11u-jdk-11.0.14+9-4curve.tar.xz rename to jdk-updates-jdk11u-jdk-11.0.14.1+1-4curve.tar.xz index 2f288ad0770d46754c728ce25dd6b80da4f7d6d0..cdbbfb02c8f7e3f4e44e422ff2c657ac2cd63605 100644 Binary files a/jdk-updates-jdk11u-jdk-11.0.14+9-4curve.tar.xz and b/jdk-updates-jdk11u-jdk-11.0.14.1+1-4curve.tar.xz differ