[notify] jdk: updated to 1.6.0_24

Security fix for CVE-2010-4476, see:
http://blogs.oracle.com/security/2011/02/security_alert_for_cve-2010-44.html
This commit is contained in:
Jose V Beneyto 2011-02-17 00:37:54 +01:00
parent 21b4d615ae
commit d2d8a417a5
4 changed files with 3042 additions and 2995 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
9d3989ab6dadffc2b0c9e17c3dcaa96c jdk-6u23-linux-i586.bin
3acbe2368cfb5149b04f980184331e33 jdk-6u24-dlj-linux-i586.bin

View File

@ -4,13 +4,13 @@
# Packager: Simone Rota, sip at crux dot nu
name=jdk
version=1.6.0_23
release=2
source=(file:///jdk-6u${version/*_/}-linux-i586.bin)
version=1.6.0_24
release=1
source=(http://download.java.net/dlj/binaries/$name-6u${version/*_/}-dlj-linux-i586.bin)
build(){
mkdir -p $PKG/usr/lib && cd $PKG/usr/lib
sh $SRC/jdk-*.bin -noregister
sh $SRC/jdk-*.bin --accept-license --unpack
rm -rf jdk*/{man/ja,jre/lib/javaws/messages_,demo,sample}*
rm -rf jdk*/jre/lib/fontconfig.{RedHat,SuSE,Sun,Turbo}.*
@ -38,4 +38,3 @@ build(){
done
}

View File

@ -1,12 +0,0 @@
README for Java Development Kit 6
REQUIREMENTS
Download the Java Development Kit (JDK) from
- http://www.oracle.com/technetwork/java/javase/downloads/index.html
and put the file
- jdk-6u*-linux-i586.bin
into the directory defined by PKGMK_SOURCE_DIR. See pkgmk.conf(5).