Update to jdk-11.0.14.1+1
Update release notes to 11.0.14.1+1
This commit is contained in:
parent
d693929c83
commit
7e66e0d62c
1
.gitignore
vendored
1
.gitignore
vendored
@ -99,3 +99,4 @@
|
||||
/jdk-updates-jdk11u-jdk-11.0.14+1-4curve.tar.xz
|
||||
/jdk-updates-jdk11u-jdk-11.0.14+8-4curve.tar.xz
|
||||
/jdk-updates-jdk11u-jdk-11.0.14+9-4curve.tar.xz
|
||||
/jdk-updates-jdk11u-jdk-11.0.14.1+1-4curve.tar.xz
|
||||
|
11
NEWS
11
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:
|
||||
|
@ -316,7 +316,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
|
||||
@ -362,8 +362,8 @@
|
||||
%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 rpmrelease 9
|
||||
%global buildver 1
|
||||
%global rpmrelease 1
|
||||
#%%global tagsuffix %%{nil}
|
||||
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
||||
%if %is_system_jdk
|
||||
@ -2614,6 +2614,10 @@ end
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 11 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.14.1.1-1
|
||||
- Update to jdk-11.0.14.1+1
|
||||
- Update release notes to 11.0.14.1+1
|
||||
|
||||
* Wed Feb 09 2022 Jiri Vanek <jvanek@redhat.com> - 1:11.0.14.0.9-9
|
||||
- Storing and restoring alterntives during update manually
|
||||
- Fixing Bug 2001567 - update of JDK/JRE is removing its manually selected alterantives and select (as auto) system JDK/JRE
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
||||
SHA512 (jdk-updates-jdk11u-jdk-11.0.14+9-4curve.tar.xz) = f9b84cc8ab4e15e546cc16934abac076dfff9e95fec49d0e653403e0d43bc5f0d57c578cef5f41c1114d343f06a0ce4a9c5604c49eda997ecb3d0a05b948a7c1
|
||||
SHA512 (jdk-updates-jdk11u-jdk-11.0.14.1+1-4curve.tar.xz) = c9b7a7cb507bcbe06e07a78dcd1f831acaf10a321b1c456b2ff57283b342550ea0ac84ab1a7daadbd22384a0115348e1131b8e51ddba692ea86d1c0825a560f1
|
||||
|
Loading…
Reference in New Issue
Block a user