summaryrefslogtreecommitdiffstats
path: root/openjdk7
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-02-13 16:38:00 +0000
committer Eric Hameleers <alien@slackware.com>2021-02-13 16:38:00 +0000
commitc529ad98a1a19325b6c2a73a5a746ea41c40d5bf (patch)
tree670ca9b4ba6f36b2086da8b45ce7b003dc10c3da /openjdk7
parent7d13d8cbd1e075da285cb367f5c006337fbafac0 (diff)
downloadasb-c529ad98a1a19325b6c2a73a5a746ea41c40d5bf.tar.gz
asb-c529ad98a1a19325b6c2a73a5a746ea41c40d5bf.tar.xz
openjdk7: update to Java7 Update 291 build 01 (icedtea-2.6.25)
Diffstat (limited to 'openjdk7')
-rw-r--r--openjdk7/build/BUILDING.txt6
-rwxr-xr-xopenjdk7/build/openjdk7.SlackBuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/openjdk7/build/BUILDING.txt b/openjdk7/build/BUILDING.txt
index d43d22d8..29eb838b 100644
--- a/openjdk7/build/BUILDING.txt
+++ b/openjdk7/build/BUILDING.txt
@@ -16,8 +16,8 @@
# Check ICEDTEA_BRANCH value in Makefile.in:
ICEDTEA_MAJOR="icedtea7"
-ICEDTEA_BRANCH="2.6.24"
-ICEDTEA_VERSION="2.6.24"
+ICEDTEA_BRANCH="2.6.25"
+ICEDTEA_VERSION="2.6.25"
DROPURL="http://icedtea.classpath.org/download/drops"
SUPPURL="${DROPURL}/${ICEDTEA_MAJOR}/${ICEDTEA_BRANCH}"
@@ -53,6 +53,6 @@ gpg --verify icedtea-${ICEDTEA_VERSION}.tar.xz.sig 2>&1 |grep -e "^gpg: .* sign
echo ""
JDKU=$(grep "^ *JDK_UPDATE_VERSION" acinclude.m4 | tr -d ' ' | cut -f2 -d=)
JDKB=$(grep "^ *BUILD_VERSION" acinclude.m4 | tr -d ' ' | cut -f2 -d=)
-echo "** Icedtea ${ICEDTEA_VERSION} will build OpenJDK update $JDKU build $JDKB"
+echo "** Icedtea ${ICEDTEA_VERSION} will build OpenJDK7 update $JDKU build $JDKB"
echo ==========================================================================
diff --git a/openjdk7/build/openjdk7.SlackBuild b/openjdk7/build/openjdk7.SlackBuild
index 2bdc968e..6b817597 100755
--- a/openjdk7/build/openjdk7.SlackBuild
+++ b/openjdk7/build/openjdk7.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, The Netherlands
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Eric Hameleers, Eindhoven, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,9 +23,9 @@
PKGNAM1=openjdk7
PKGNAM2=openjre7
-JAVAVER=7u281
+JAVAVER=7u291
JAVABLD=b01
-ICEDTEA=2.6.24
+ICEDTEA=2.6.25
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}