はじめに
CentOS6にOpenJDK6を標準インストール
親記事:OpenJDKの各種インストール方法とEOLまとめ
サポート
本手法で導入した場合、CentOSはRHELのクローンなのでOpenJDK ライフサイクルおよびサポートポリシー - Red Hat Customer Portalより、2016-12がEOLになると思われる。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。
LOG
インストール
# cat /etc/redhat-release
CentOS release 6.10 (Final)
# yum install -y java-1.6.0-openjdk which
... 略
各種確認
# which java
/usr/bin/java
# java -version
java version "1.6.0_41"
OpenJDK Runtime Environment (IcedTea6 1.13.13) (rhel-1.13.13.1.el6_8-x86_64)
OpenJDK 64-Bit Server VM (build 23.41-b41, mixed mode)
# yum info java-1.6.0-openjdk
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
Installed Packages
Name : java-1.6.0-openjdk
Arch : x86_64
Epoch : 1
Version : 1.6.0.41
Release : 1.13.13.1.el6_8
Size : 76 M
Repo : installed
From repo : base
Summary : OpenJDK Runtime Environment
URL : http://icedtea.classpath.org/
License : ASL 1.1, ASL 2.0, GPL+, GPLv2, GPLv2 with exceptions, LGPL+, LGPLv2, MPLv1.0, MPLv1.1, Public
: Domain, W3C
Description : The OpenJDK runtime environment.
パッケージ更新状況
# rpm -q -changelog java-1.6.0-openjdk | head -n 20
* Wed Jan 04 2017 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.6.0.41-1.13.13.1
- Update to new 1.13.13 and b41 tarballs to correct TCK failure.
- Resolves: rhbz#1381990
* Tue Jan 03 2017 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.6.0.41-1.13.13.0
- Update to new 1.13.13 tarball with PR3275 and PR3276 fixes.
- Resolves: rhbz#1381990
* Tue Jan 03 2017 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.6.0.41-1.13.13.0
- Update to IcedTea 1.13.13 & OpenJDK 6 b41.
- Fix context for rpath patch following PR3213.
- Resolves: rhbz#1381990
* Mon Sep 05 2016 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.6.0.41-1.13.13.0
- Require a JDK with RH1334465/PR2956 fixed and turn off bootstrapping for Zero architectures.
- Resolves: rhbz#1381990
* Thu Sep 01 2016 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.6.0.41-1.13.13.0
- Set install directories in configure so that @prefix@ is substituted correctly in tapset
- Resolves: rhbz#1381990