[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:
parent
21b4d615ae
commit
d2d8a417a5
6014
jdk/.footprint
6014
jdk/.footprint
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
9d3989ab6dadffc2b0c9e17c3dcaa96c jdk-6u23-linux-i586.bin
|
||||
3acbe2368cfb5149b04f980184331e33 jdk-6u24-dlj-linux-i586.bin
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
12
jdk/README
12
jdk/README
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user