Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (38378008a1e7766652472d133512a4ac5ca0f8ed)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (38378008a1e7766652472d133512a4ac5ca0f8ed)
  • Date: Fri, 28 Feb 2020 19:10:24 +0000

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

z-java/jdk8-bin/DETAILS | 27 +++------------------------
z-java/jdk8-bin/HISTORY | 6 ++++++
z-java/jre8-bin/DETAILS | 27 +++------------------------
z-java/jre8-bin/HISTORY | 6 ++++++
z-java/server-jre8-bin/DETAILS | 6 +++---
z-java/server-jre8-bin/HISTORY | 4 ++++
6 files changed, 25 insertions(+), 51 deletions(-)

New commits:
commit 38378008a1e7766652472d133512a4ac5ca0f8ed
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

jre8-bin: Updated to 8u241

Remove SMGL_COMPAT_ARCHS support as I don't think anyone uses 32-bit-only
anymore and this code stopped working somewhere (see prior update).
SECURITY_PATCH++

commit beff5c36d0cd16850e093d4e298c0ab9583e99e2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

jdk8-bin: Updated to 8u241

Remove SMGL_COMPAT_ARCHS support as I don't think anyone uses 32-bit-only
anymore and this code stopped working somewhere (see prior update).
SECURITY_PATCH++

commit 5dee50b076335c80766dfbc6d45bbe45ef76a6fa
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

server-jre8-bin: Updated to 8u241

diff --git a/z-java/jdk8-bin/DETAILS b/z-java/jdk8-bin/DETAILS
index de5ca4b..1bec7e2 100755
--- a/z-java/jdk8-bin/DETAILS
+++ b/z-java/jdk8-bin/DETAILS
@@ -1,31 +1,10 @@
. $GRIMOIRE/FUNCTIONS
SPELL=jdk8-bin
- VERSION=8u201
- SECURITY_PATCH=12
+ VERSION=8u241
+ SECURITY_PATCH=13
VER="1.${VERSION:0:1}.0_$(printf %02d ${VERSION:2})"
-case "${SMGL_COMPAT_ARCHS[0]}" in
- ia32|32)
- SOURCE=jdk-$VERSION-linux-i586.tar.gz
-
SOURCE_HASH=sha512:b3776845874a18cab62119eeb53f832dd877cdab74d131152a418732c4ab2a3d445a505ea550bb1de5c870bbbea86692594c5169ae4e15ff233d20be055327e6
- ;;
- x86-64|64)
- if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" == "${SMGL_COMPAT_ARCHS[@]}" ]]; then
SOURCE=jdk-$VERSION-linux-x64.tar.gz
-
SOURCE_HASH=sha512:dc6de46cf1298853b743b6fc8ca10f945e81c315bd5e066ca9ec591fd7e03881baf4b029abdf3e76dd24e6f77429edac579458b3855b8f3a705b0def34d29268
- else
- SOURCE=jdk-$VERSION-linux-i586.tar.gz
-
SOURCE_HASH=sha512:b3776845874a18cab62119eeb53f832dd877cdab74d131152a418732c4ab2a3d445a505ea550bb1de5c870bbbea86692594c5169ae4e15ff233d20be055327e6
- fi
- ;;
-###########################################################################
-# Missing support for sparc and sparcv9 tarballs say solaris not linux :\
-###########################################################################
- *)
- SOURCE=
- VERSION=Unsupported
- VER=Unsupported
- ;;
-esac
+
SOURCE_HASH=sha512:1123fb82926ac207fdbfc1dd3efd588832feed15cac755d1ca604e321816c2fb3c695b9ce3f99b5a14f6c45973cc8dadae87d5c79c49d67336f8a5cb50c56050
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://www.oracle.com/technetwork/java/javase/downloads/
SOURCE_DIRECTORY="$BUILD_DIRECTORY/jdk${VER}"
diff --git a/z-java/jdk8-bin/HISTORY b/z-java/jdk8-bin/HISTORY
index 157e9e2..352a283 100644
--- a/z-java/jdk8-bin/HISTORY
+++ b/z-java/jdk8-bin/HISTORY
@@ -1,3 +1,9 @@
+2020-02-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 8u241
+ Remove SMGL_COMPAT_ARCHS support as I don't think anyone uses
32-bit-only
+ anymore and this code stopped working somewhere (see prior update).
+ SECURITY_PATCH++
+
2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
* Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs
changed
diff --git a/z-java/jre8-bin/DETAILS b/z-java/jre8-bin/DETAILS
index ff0005d..e6b9f6c 100755
--- a/z-java/jre8-bin/DETAILS
+++ b/z-java/jre8-bin/DETAILS
@@ -1,31 +1,10 @@
. $GRIMOIRE/FUNCTIONS
SPELL=jre8-bin
- VERSION=8u202
- SECURITY_PATCH=9
+ VERSION=8u241
+ SECURITY_PATCH=10
VER="1.${VERSION:0:1}.0_$(printf %02d ${VERSION:2})"
-case "${SMGL_COMPAT_ARCHS[0]}" in
- ia32|32)
- SOURCE=jre-$VERSION-linux-i586.tar.gz
-
SOURCE_HASH=sha256:12832f354fea65b8df31ee2b28faa4c7a673e0c0a8660c9d0daa5b68aee83e4c
- ;;
- x86-64|64)
- if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" == "${SMGL_COMPAT_ARCHS[@]}"
]]; then
SOURCE=jre-$VERSION-linux-x64.tar.gz
-
SOURCE_HASH=sha256:9efb1493fcf636e39c94f47bacf4f4324821df2d3aeea2dc3ea1bdc86428cb82
- else
- SOURCE=jre-$VERSION-linux-i586.tar.gz
-
SOURCE_HASH=sha256:12832f354fea65b8df31ee2b28faa4c7a673e0c0a8660c9d0daa5b68aee83e4c
- fi
- ;;
-###########################################################################
-# Missing support for sparc and sparcv9 tarballs say solaris not linux :\
-###########################################################################
- *)
- SOURCE=
- VERSION=Unsupported
- VER=Unsupported
- ;;
-esac
+
SOURCE_HASH=sha256:83dfd1e916f0f903fabfd3cb6bcf6e46c14387eeb09d108ec6123f49bb3633e6
#SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
WEB_SITE=http://www.oracle.com/technetwork/java/javase/downloads/
SOURCE_DIRECTORY="$BUILD_DIRECTORY/jre$VER"
diff --git a/z-java/jre8-bin/HISTORY b/z-java/jre8-bin/HISTORY
index 763c2fe..32b793c 100644
--- a/z-java/jre8-bin/HISTORY
+++ b/z-java/jre8-bin/HISTORY
@@ -1,3 +1,9 @@
+2020-02-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 8u241
+ Remove SMGL_COMPAT_ARCHS support as I don't think anyone uses
32-bit-only
+ anymore and this code stopped working somewhere (see prior update).
+ SECURITY_PATCH++
+
2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
* Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs
changed
diff --git a/z-java/server-jre8-bin/DETAILS b/z-java/server-jre8-bin/DETAILS
index e2fa29d..c7eaf6c 100755
--- a/z-java/server-jre8-bin/DETAILS
+++ b/z-java/server-jre8-bin/DETAILS
@@ -1,10 +1,10 @@
. $GRIMOIRE/FUNCTIONS
SPELL=server-jre8-bin
- VERSION=8u212
- SECURITY_PATCH=6
+ VERSION=8u241
+ SECURITY_PATCH=7
VER="1.${VERSION:0:1}.0_$(printf %02d ${VERSION:2})"
SOURCE=server-jre-$VERSION-linux-x64.tar.gz
-
SOURCE_HASH=sha512:4ba0d3622afd47f78560730a1217ddbb6e2984eb390b232839699b94d859f79599c81301a682a9b4bd263e7720c41f7518bb40beb6f5c92e09cfcb91416ba153:UPSTREAM_HASH
+
SOURCE_HASH=sha512:cbb496e498b0043174de62ac6adacfdfc2bb1b35e8fe2f8758c25a461c9ad2b529c0c1898425d8c46515bfd2bd889ed4ae192da33a3bd2461462e08b3b53d7da:UPSTREAM_HASH
WEB_SITE=http://www.oracle.com/technetwork/java/javase/downloads/
SOURCE_DIRECTORY="$BUILD_DIRECTORY/jdk$VER"
ENTERED=20170508
diff --git a/z-java/server-jre8-bin/HISTORY b/z-java/server-jre8-bin/HISTORY
index fd5f7bf..d1fc0fc 100644
--- a/z-java/server-jre8-bin/HISTORY
+++ b/z-java/server-jre8-bin/HISTORY
@@ -1,3 +1,7 @@
+2020-02-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 8u241
+ SECURITY_PATCH++
+
2019-07-02 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Remove non-x86_64 code, only x86_64 is supported.




  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (38378008a1e7766652472d133512a4ac5ca0f8ed), Eric Sandall, 02/28/2020

Archive powered by MHonArc 2.6.24.

Top of Page