Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by David Haley (4a895e51def225f8bd8541bd8a78db9268acb4d8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by David Haley (4a895e51def225f8bd8541bd8a78db9268acb4d8)
  • Date: Tue, 17 Aug 2010 21:22:40 -0500

GIT changes to master z-rejected grimoire by David Haley <khoralin AT gmail.com>:

z-java/jre6-bin/DETAILS | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 4a895e51def225f8bd8541bd8a78db9268acb4d8
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Small version bump for the available 1.6 binaries. I have downloaded and
updated
both 32-bit and 64 bit sha512 hash sums. I have tested the casting of the
32-bit
spell and had no issues. Due to not having a 64-bit system I could not
validate
with certainty that this portion of the spell worked, but do not see why
it would
not. Would like validation from another mage if they have a moment to
spare.

diff --git a/z-java/jre6-bin/DETAILS b/z-java/jre6-bin/DETAILS
index e0bee4e..71ff94c 100755
--- a/z-java/jre6-bin/DETAILS
+++ b/z-java/jre6-bin/DETAILS
@@ -1,20 +1,20 @@
. $GRIMOIRE/FUNCTIONS
SPELL=jre6-bin
- VERSION=6u17
- VER=1.6.0_17
+ VERSION=6u21
+ VER=1.6.0_21
case "${SMGL_COMPAT_ARCHS[0]}" in
ia32|32)
SOURCE=jre-$VERSION-linux-i586.bin
-
SOURCE_HASH=sha512:79d4b43b214d3c7beb2df6d9cb76a4c4fc97baba9302c9fd709d6960d11c558985d59ea3c9e32e655130a196fa234ece7bfddff8f1a9a7186f33243a45b90a6b
+
SOURCE_HASH=sha512:49396b05b5a2a95a450ec4f2658e00359e9e9a18433444f9923cd17ba4c5f98b5d2cc227a9e46f335f46ea93e2a9af7ad790a0e7bad26d0df1edfedcd6952242
;;
x86-64|64)
if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" == "${SMGL_COMPAT_ARCHS[@]}" ]]
then
SOURCE=jre-$VERSION-linux-x64.bin
-
SOURCE_HASH=sha512:19d3d9cd7244ebde2f11fce8c64a28daf76f9560f8a0f9215635d8f568006659d80d5c3ccb3e797d0f122365afd808395cf69a1a8b81c7f799ab14c391510200
+
SOURCE_HASH=sha512:d9a9acc49fbe324fb877e66012405adb198ca819b87b6ec3c55e24a0a3d4204b33eadfdbb7fa1216abe02c9fd5a414b37cd76986116f476e16ddf5c1c57e4cd1
else
SOURCE=jre-$VERSION-linux-i586.bin
-
SOURCE_HASH=sha512:79d4b43b214d3c7beb2df6d9cb76a4c4fc97baba9302c9fd709d6960d11c558985d59ea3c9e32e655130a196fa234ece7bfddff8f1a9a7186f33243a45b90a6b
+
SOURCE_HASH=sha512:49396b05b5a2a95a450ec4f2658e00359e9e9a18433444f9923cd17ba4c5f98b5d2cc227a9e46f335f46ea93e2a9af7ad790a0e7bad26d0df1edfedcd6952242
fi
;;
###########################################################################




Archive powered by MHonArc 2.6.24.

Top of Page