Skip to Content.
Sympa Menu

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

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 (fa220139527e6a634b02443b98d6ecf2ef62380e)
  • Date: Tue, 2 Jul 2019 18:03:41 +0000

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

z-java/server-jre8-bin/DETAILS | 14 --------------
z-java/server-jre8-bin/HISTORY | 3 +++
2 files changed, 3 insertions(+), 14 deletions(-)

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

server-jre8-bin: Remove non-x86_64 code, only x86_64 is supported

diff --git a/z-java/server-jre8-bin/DETAILS b/z-java/server-jre8-bin/DETAILS
index 2743435..e2fa29d 100755
--- a/z-java/server-jre8-bin/DETAILS
+++ b/z-java/server-jre8-bin/DETAILS
@@ -3,22 +3,8 @@
VERSION=8u212
SECURITY_PATCH=6
VER="1.${VERSION:0:1}.0_$(printf %02d ${VERSION:2})"
-case "${SMGL_COMPAT_ARCHS[0]}" in
- x86-64|64)
- if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" == "${SMGL_COMPAT_ARCHS[@]}"
]]; then
SOURCE=server-jre-$VERSION-linux-x64.tar.gz

SOURCE_HASH=sha512:4ba0d3622afd47f78560730a1217ddbb6e2984eb390b232839699b94d859f79599c81301a682a9b4bd263e7720c41f7518bb40beb6f5c92e09cfcb91416ba153:UPSTREAM_HASH
- fi
- ;;
-################################################################################
-# Missing support for i586, sparc, and sparcv9 tarballs say solaris not
linux :\
-################################################################################
- *)
- SOURCE=
- VERSION=Unsupported
- VER=Unsupported
- ;;
-esac
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 32a8ccb..fd5f7bf 100644
--- a/z-java/server-jre8-bin/HISTORY
+++ b/z-java/server-jre8-bin/HISTORY
@@ -1,3 +1,6 @@
+2019-07-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Remove non-x86_64 code, only x86_64 is supported.
+
2019-05-16 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 8u212, use upstream hashes
https://www.oracle.com/webfolder/s/digest/8u212checksum.html



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (fa220139527e6a634b02443b98d6ecf2ef62380e), Eric Sandall, 07/02/2019

Archive powered by MHonArc 2.6.24.

Top of Page