[Lunar-commits] r26078 - moonbase/trunk/compilers/sun-jre
Florin Braescu
florin at lunar-linux.org
Thu Oct 4 15:47:17 CEST 2007
Author: florin
Date: 2007-10-04 15:47:17 +0200 (Thu, 04 Oct 2007)
New Revision: 26078
Modified:
moonbase/trunk/compilers/sun-jre/BUILD
moonbase/trunk/compilers/sun-jre/DETAILS
Log:
bump the version from 1.6.0_02 to 1.6.0_03. The Olson time zone data was updated to version 2007g. Several minor bugs were fixed.
Modified: moonbase/trunk/compilers/sun-jre/BUILD
===================================================================
--- moonbase/trunk/compilers/sun-jre/BUILD 2007-10-04 13:46:05 UTC (rev 26077)
+++ moonbase/trunk/compilers/sun-jre/BUILD 2007-10-04 13:47:17 UTC (rev 26078)
@@ -1,17 +1,17 @@
(
- echo export PATH=\"'${PATH}':/usr/lib/jre"${VERSION}"/bin\" >> $SOURCE_DIRECTORY/sun-jre.rc &&
- chmod +x $SOURCE &&
- ./$SOURCE &&
+ echo export PATH=\"'${PATH}':/usr/lib/jre"${VERSION}"/bin\" >> $SOURCE_DIRECTORY/sun-jre.rc &&
+ chmod +x $SOURCE &&
+ ./$SOURCE &&
- prepare_install &&
+ prepare_install &&
- cp -r $SOURCE_DIRECTORY/jre${VERSION} /usr/lib/ &&
+ cp -r $SOURCE_DIRECTORY/jre${VERSION} /usr/lib/ &&
- mkdir -p /opt/lunar/plugins &&
- rm -f /opt/lunar/plugins/libjavaplugin_oji.so &&
+ mkdir -p /opt/lunar/plugins &&
+ rm -f /opt/lunar/plugins/libjavaplugin_oji.so &&
ln -sf /usr/lib/jre${VERSION}/plugin/i386/ns7/libjavaplugin_oji.so \
- /opt/lunar/plugins/ &&
+ /opt/lunar/plugins/ &&
install -m644 $SOURCE_DIRECTORY/sun-jre.rc /etc/profile.d/
Modified: moonbase/trunk/compilers/sun-jre/DETAILS
===================================================================
--- moonbase/trunk/compilers/sun-jre/DETAILS 2007-10-04 13:46:05 UTC (rev 26077)
+++ moonbase/trunk/compilers/sun-jre/DETAILS 2007-10-04 13:47:17 UTC (rev 26078)
@@ -1,15 +1,16 @@
MODULE=sun-jre
- VERSION=1.6.0_02
- SOURCE=jre-6u2-linux-i586.bin
+ VERSION=1.6.0_03
+ SOURCE=jre-6u3-linux-i586.bin
SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=11284&/"
- SOURCE_VFY=sha1:630f9915f1a3da3510c032870dc933b489a9eac2
+ SOURCE_VFY=sha1:6d729efc48b2539ffcc216a7fadf8fb1d9294410
WEB_SITE=http://java.sun.com
LICENSE="proprietary"
ENTERED=20061113
- UPDATED=20070728
+ UPDATED=20071004
FUZZY=off
LDD_CHECK=off
SHORT="SUN java runtime environment"
+
cat << EOF
sun-jre is only the run time environment, should be sufficient for
most users.
More information about the Lunar-commits
mailing list