summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Strahil Yordanov <strahilski@yahoo.com>2018-10-30 12:33:52 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-03 07:46:39 +0700
commitbde95877e4a47eddab66b6de1773164be549427c (patch)
tree731d14b642256f195d8c7604f6f840c1ec1037b3 /development
parentf5fb81b098d10a2bf614337b44faa6daab9b679e (diff)
downloadslackbuilds-bde95877e4a47eddab66b6de1773164be549427c.tar.gz
slackbuilds-bde95877e4a47eddab66b6de1773164be549427c.tar.xz
development/openjdk8: Updated for version 8u181.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/openjdk8/openjdk8.SlackBuild16
-rw-r--r--development/openjdk8/openjdk8.info38
2 files changed, 27 insertions, 27 deletions
diff --git a/development/openjdk8/openjdk8.SlackBuild b/development/openjdk8/openjdk8.SlackBuild
index fca8906dc5..4b3cbdfeed 100644
--- a/development/openjdk8/openjdk8.SlackBuild
+++ b/development/openjdk8/openjdk8.SlackBuild
@@ -23,16 +23,16 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openjdk8
-VERSION=${VERSION:-8u171}
+VERSION=${VERSION:-8u181}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
-ICEDTEA=icedtea-3.8.0
+ICEDTEA=icedtea-3.9.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm; echo "Unsupported arch $ARCH"; exit 1;;
*) ARCH=$( uname -m ) ;;
esac
@@ -67,7 +67,7 @@ tar -xvf $CWD/${ICEDTEA}.tar.xz
mkdir icedtea-build
cd icedtea-build
-# Set JAVA_HOME in order to avoid conflictis with other already installed JVMs.
+# Set JAVA_HOME in order to avoid conflicts with other already installed JVMs.
# cacerts taken from this CentOS package:
# http://mirror.centos.org/centos/6/os/x86_64/Packages/ca-certificates-2015.2.4-65.0.1.el6_6.noarch.rpm
JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH ../$ICEDTEA/configure \
@@ -95,10 +95,10 @@ cp -av $BUILD_DIR/icedtea-build/openjdk.build/images/j2sdk-image/ $PRGNAM
chown -R root.root $PKG
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/etc/profile.d
for file in $(ls "$CWD/profile.d/${PRGNAM}"*) ; do
diff --git a/development/openjdk8/openjdk8.info b/development/openjdk8/openjdk8.info
index 55f3caf350..8a597f7b20 100644
--- a/development/openjdk8/openjdk8.info
+++ b/development/openjdk8/openjdk8.info
@@ -1,24 +1,24 @@
PRGNAM="openjdk8"
-VERSION="8u171"
+VERSION="8u181"
HOMEPAGE="http://openjdk.java.net"
-DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.8.0.tar.xz \
- http://icedtea.classpath.org/download/drops/icedtea8/3.8.0/openjdk.tar.xz \
- http://icedtea.classpath.org/download/drops/icedtea8/3.8.0/corba.tar.xz \
- http://icedtea.classpath.org/download/drops/icedtea8/3.8.0/jaxp.tar.xz \
- http://icedtea.classpath.org/download/drops/icedtea8/3.8.0/jaxws.tar.xz \
- http://icedtea.classpath.org/download/drops/icedtea8/3.8.0/jdk.tar.xz \
- http://icedtea.classpath.org/download/drops/icedtea8/3.8.0/langtools.tar.xz \
- http://icedtea.classpath.org/download/drops/icedtea8/3.8.0/nashorn.tar.xz \
- http://icedtea.classpath.org/download/drops/icedtea8/3.8.0/hotspot.tar.xz"
-MD5SUM="e6a2a693291296a8e4b3cc76499b047e \
- d532e0e7d893c6f3f427d571304fa6b8 \
- 083df5866e8434786bd62c5d26cf4b1a \
- 4859c3d3f6c8b6f1b3d92f316089b6a6 \
- 3f811761f995c7056ab2ab516dd2870f \
- 7e820fa93b44bc3a214313e0354da026 \
- 22df0b6af90e722e5cc802a5915f8385 \
- e7f0b4ca8f2b897c8f4225d4fe3291fb \
- c0017c13ea1c5fc8026d9f2b2bed4a11"
+DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.9.0.tar.xz \
+ http://icedtea.classpath.org/download/drops/icedtea8/3.9.0/openjdk.tar.xz \
+ http://icedtea.classpath.org/download/drops/icedtea8/3.9.0/corba.tar.xz \
+ http://icedtea.classpath.org/download/drops/icedtea8/3.9.0/jaxp.tar.xz \
+ http://icedtea.classpath.org/download/drops/icedtea8/3.9.0/jaxws.tar.xz \
+ http://icedtea.classpath.org/download/drops/icedtea8/3.9.0/jdk.tar.xz \
+ http://icedtea.classpath.org/download/drops/icedtea8/3.9.0/langtools.tar.xz \
+ http://icedtea.classpath.org/download/drops/icedtea8/3.9.0/nashorn.tar.xz \
+ http://icedtea.classpath.org/download/drops/icedtea8/3.9.0/hotspot.tar.xz"
+MD5SUM="7d4b94877cde222232433201a634a918 \
+ da51bd447df8551f914f8fb099bce868 \
+ f79e08350fd86f4fcbf375f109e494d3 \
+ b94287d6e7565da8a076f656bf1582d6 \
+ 51b028fc374725e3099fc9870fc6a019 \
+ 975901f03d2009ccebbd7aabb81c9390 \
+ 8e5bc17e7001bb00611ce7636365fb78 \
+ 02cb66948f875d74de4e051a2b061910 \
+ b5be7e80c38ccc5aa60172663b185d01"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openjdk"