Tue 12 Mar 2013
[SECURITY] IcedTea 2.1.7, 2.2.7 & 2.3.8 for OpenJDK 7 Released!
Posted by gnu_andrew under IcedTea , OpenJDK , SecurityNo Comments
The IcedTea project provides a harness to build the source code from OpenJDK using Free Software build tools, along with additional features such as a PulseAudio sound driver and support for alternative virtual machines.
A new set of security releases are now available for the OpenJDK 7 series: 2.1.7, 2.2.7 & 2.3.8. We recommend that users upgrade to the latest release from the
appropriate branch as soon as possible. The releases contain the following security fixes:
- S8007014, CVE-2013-0809: Improve image handling
- S8007675, CVE-2013-1493: Improve color conversion
Full details of each release can be found below.
What’s New?
New in release 2.3.8 (2013-03-11)
- Security fixes
- S8007014, CVE-2013-0809: Improve image handling
- S8007675, CVE-2013-1493: Improve color conversion
- Backports
- Bug fixes
New in release 2.2.7 (2013-03-11)
- Security fixes
- S8007014, CVE-2013-0809: Improve image handling
- S8007675, CVE-2013-1493: Improve color conversion
- Backports
- Bug fixes
New in release 2.1.7 (2013-03-11)
- Security fixes
- S8007014, CVE-2013-0809: Improve image handling
- S8007675, CVE-2013-1493: Improve color conversion
- Backports
- Bug fixes
The tarballs can be downloaded from:
- http://icedtea.classpath.org/download/source/icedtea-2.1.7.tar.gz (sig)
- http://icedtea.classpath.org/download/source/icedtea-2.2.7.tar.gz (sig)
- http://icedtea.classpath.org/download/source/icedtea-2.3.8.tar.gz (sig)
SHA256 checksums:
- e23d7715b9b27635f721414614be4bc5e52d32fb9739bc2e5dd1abcd8183dbee icedtea-2.1.7.tar.gz
- 070a14f450569f98bd7b1ce5c42a9240c81ac5c234e2b39f8897f11d3d625ecc icedtea-2.2.7.tar.gz
- 750a4c6e3e22369aa7dcfb0751fe85d5ea7a36b32871861c5063dbcadddc7153 icedtea-2.3.8.tar.gz
Each tarball is accompanied by a digital signature available at the above ‘sig’ link. This is produced using my public key. See details below.
- PGP Key: 248BDC07 (https://keys.indymedia.org/)
- Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07
The following people helped with these releases:
- Andrew Hughes (applying all security patches & backports, creation & testing of bug fixes, reproducer testing, release management)
- Matthias Klose (reported & fixed PR1340)
- Omair Majid (applied security fixes)
- Bernhard Rosenkränzer (reported issue with PR1303)
We would also like to thank the bug reporters and testers!
To get started:
$ tar xzf icedtea-${version}.tar.gz
$ cd icedtea-${version}
where ${version} is the version you’ve downloaded.
Full build requirements and instructions are in INSTALL:
$ mkdir icedtea-build
$ cd icedtea-build
$ ../icedtea-${version}/configure [--enable-zero --enable-pulse-java
--enable-systemtap ...]
$ make