diff options
author | sibel <lesibel@free.fr> | 2011-02-21 12:29:19 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-02-21 12:29:19 +0100 |
commit | 3205d461813702b0a7404ea3399e9edf40644813 (patch) | |
tree | 4f34c1f7b6db84e3d6b74c7da066ce2bcf6eae05 | |
parent | e3965dfe857d14283188694a708c7f31d6ce527e (diff) | |
download | nutyx-extra-3205d461813702b0a7404ea3399e9edf40644813.tar.gz nutyx-extra-3205d461813702b0a7404ea3399e9edf40644813.tar.bz2 nutyx-extra-3205d461813702b0a7404ea3399e9edf40644813.tar.xz nutyx-extra-3205d461813702b0a7404ea3399e9edf40644813.zip |
jdk, maj 6u24-1
-rw-r--r-- | base/jdk/.footprint.x86_64 | 5 | ||||
-rw-r--r-- | base/jdk/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | base/jdk/Pkgfile | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/base/jdk/.footprint.x86_64 b/base/jdk/.footprint.x86_64 index f70ed1b2e..95e0f83ff 100644 --- a/base/jdk/.footprint.x86_64 +++ b/base/jdk/.footprint.x86_64 @@ -67,7 +67,6 @@ drwxr-xr-x root/root opt/jdk/db/bin/ -rwxr-xr-x root/root opt/jdk/db/bin/dblook -rwxr-xr-x root/root opt/jdk/db/bin/dblook.bat -rwxr-xr-x root/root opt/jdk/db/bin/derby_common.bat --rwxr-xr-x root/root opt/jdk/db/bin/derby_common.sh -rwxr-xr-x root/root opt/jdk/db/bin/ij -rwxr-xr-x root/root opt/jdk/db/bin/ij.bat -rwxr-xr-x root/root opt/jdk/db/bin/setEmbeddedCP @@ -103,8 +102,8 @@ drwxr-xr-x root/root opt/jdk/db/lib/ -rw-r--r-- root/root opt/jdk/db/lib/derbynet.jar -rw-r--r-- root/root opt/jdk/db/lib/derbyrun.jar -rw-r--r-- root/root opt/jdk/db/lib/derbytools.jar --rw-r--r-- root/root opt/jdk/db/lib/register.jar --rw-r--r-- root/root opt/jdk/db/register.html +-rw-rw-r-- root/root opt/jdk/db/lib/register.jar +-rw-rw-r-- root/root opt/jdk/db/register.html drwxr-xr-x root/root opt/jdk/include/ -rw-r--r-- root/root opt/jdk/include/classfile_constants.h -rw-r--r-- root/root opt/jdk/include/jawt.h diff --git a/base/jdk/.md5sum.x86_64 b/base/jdk/.md5sum.x86_64 index 2c7559bed..be1800f98 100644 --- a/base/jdk/.md5sum.x86_64 +++ b/base/jdk/.md5sum.x86_64 @@ -1,3 +1,3 @@ 94065b612df0046d9ae758943f9f6a75 construct.sh -dde0a095412982e6688d6ac425373565 jdk-6u23-dlj-linux-amd64.bin +51a388560b0125456d982cdab1ad4fdd jdk-6u24-dlj-linux-amd64.bin c51e76d9742a5d3b0cd8b2394b881160 jdk.sh diff --git a/base/jdk/Pkgfile b/base/jdk/Pkgfile index e1d2e1195..8f026356c 100644 --- a/base/jdk/Pkgfile +++ b/base/jdk/Pkgfile @@ -4,7 +4,7 @@ # Packager: thierryn1 at hispeed dot ch name=jdk -version=6u23 +version=6u24 release=1 [ "`uname -m`" == "i686" ] && _ARCH=i586 [ "`uname -m`" == "x86_64" ] && _ARCH=amd64 |