[Lunar-commits] <moonbase-other> sun-jdk: bump to 1.8.0_25
Dennis Veatch
dennisveatch at bellsouth.net
Thu Oct 23 21:59:59 CEST 2014
commit 1346a42218db60456e9393100c79706c9092329e
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 23 Oct 2014 15:59:39 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/1346a42218db60456e9393100c79706c9092329e
sun-jdk: bump to 1.8.0_25
---
compilers/sun-jdk/DETAILS | +4/-4
compilers/sun-jdk/PRE_BUILD | +2/-2
2 files changed, 6 insertions(+), 6 deletions(-)
--- a/compilers/sun-jdk/DETAILS
+++ b/compilers/sun-jdk/DETAILS
@@ -1,12 +1,12 @@
MODULE=sun-jdk
- VERSION=8u20
- FVERSION=$VERSION-b26
- DVERSION=1.8.0_20
+ VERSION=8u25
+ FVERSION=$VERSION-b17
+ DVERSION=1.8.0_25
SOURCE_DIRECTORY=$BUILD_DIRECTORY/jdk$DVERSION
WEB_SITE=http://www.oracle.com/technetwork/java/javase/downloads/index.html
LICENSE="proprietary"
ENTERED=20070210
- UPDATED=20140917
+ UPDATED=20141023
SHORT="SUN java runtime environment"
FUZZY=off
LDD_CHECK=off
--- a/compilers/sun-jdk/PRE_BUILD
+++ b/compilers/sun-jdk/PRE_BUILD
@@ -26,9 +26,9 @@ if [ "$JCE_SHA1_VFY" != "$JCE_SHA1_TST" ]; then
fi &&
if [ "$bits" = i586 ]; then
- JDK_SHA1_VFY="c08fe031b1cc79f4561084c8cd0ab96aef221ba3"
+ JDK_SHA1_VFY="0a056a352288e008f685f1f30d694b1f12feb5f9"
else
- JDK_SHA1_VFY="36eaa3a5524ed6b97ae1296d50f18ba03d4b37f5"
+ JDK_SHA1_VFY="0eb0448641c21c435cddc4705d23668d45f29fff"
fi &&
JDK_SHA1_TST=`sha1sum $JDK_ARCHIVE | awk '{print $1}'` &&
More information about the Lunar-commits
mailing list