Story #3159
Update Java on all machines
100%
Description
The version of java being used has some known vulnerabilities and should be updated.
There is a script that can build a .deb for the latest version:
https://github.com/flexiondotorg/oab-java6
It generates a local apt repository under /var/local/oab
This has been run on dev-testing, so when ready the .deb packages can be copied from /var/local/oab/deb to /var/www/ubuntu-extra for distribution to other machines.
The current version is:
java version "1.6.0_34"
Java(TM) SE Runtime Environment (build 1.6.0_34-b04)
Java HotSpot(TM) 64-Bit Server VM (build 20.9-b04, mixed mode)
Subtasks
History
#1 Updated by Dave Vieglais about 12 years ago
- Target version set to Sprint-2012.35-Block.5.2
Created a new repository "ubuntu-java" that contains specifically the java package.
Add a new repository to /etc/apt/sources.list:
deb http://mule1.dataone.org/ubuntu-java lucid universe
Then:
apt-get update
apt-get upgrade
to update java on a machine that already has it installed.
#2 Updated by Dave Vieglais about 12 years ago
- Status changed from New to Closed
#3 Updated by Dave Vieglais about 12 years ago
To update the java distribution in the repository, ssh to mule1.dataone.org and run:
sudo /usr/local/bin/oab-java.sh
The script will run and update the java distro that is located in /var/local/oab/deb
#4 Updated by Chris Jones about 12 years ago
Finished in sandbox
#5 Updated by Dave Vieglais about 12 years ago
- Status changed from Closed to In Progress
#6 Updated by Dave Vieglais about 12 years ago
- Assignee changed from Chris Jones to Dave Vieglais
#7 Updated by Dave Vieglais about 12 years ago
- Status changed from In Progress to Closed
- Due date set to 2012-09-08
Process is complete.