Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (e038f825b28f5c145f10c2720da1d9ac1d9770be)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (e038f825b28f5c145f10c2720da1d9ac1d9770be)
  • Date: Sun, 18 Nov 2012 03:35:02 -0600

GIT changes to master z-rejected grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

z-java/jdk6-bin/DETAILS | 12 ++++++------
z-java/jdk6-bin/HISTORY | 4 ++++
z-java/jdk6-bin/JAVA_WARNING | 2 +-
z-java/jre6-bin/DETAILS | 14 +++++++-------
z-java/jre6-bin/HISTORY | 4 ++++
z-java/jre6-bin/JAVA_WARNING | 2 +-
6 files changed, 23 insertions(+), 15 deletions(-)

New commits:
commit e038f825b28f5c145f10c2720da1d9ac1d9770be
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

jdk6-bin: => 6u37 (security)

commit 9d3043cb200c2e5e1dcc8f50d4db6db686e8e094
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

jre6-bin: => 6u37 (security)

diff --git a/z-java/jdk6-bin/DETAILS b/z-java/jdk6-bin/DETAILS
index f7f66a0..3956bb1 100755
--- a/z-java/jdk6-bin/DETAILS
+++ b/z-java/jdk6-bin/DETAILS
@@ -1,20 +1,20 @@
. $GRIMOIRE/FUNCTIONS
SPELL=jdk6-bin
- VERSION=6u35
- SECURITY_PATCH=6
- VER=1.6.0_35
+ VERSION=6u37
+ SECURITY_PATCH=7
+ VER=1.6.0_37
case "${SMGL_COMPAT_ARCHS[0]}" in
ia32|32)
SOURCE=jdk-$VERSION-linux-i586.bin
-
SOURCE_HASH=sha512:b53115c5422dc63ebdd9a9dda06ce0f03105777a4f7bd1c184e8a07b1f7e8d9a791e56408018e12314f0ba29bc45068ac1581342af4ce62487e8a15be9a12489
+
SOURCE_HASH=sha512:d2474c57b7b282f739b96c2330ad35b28cd1130c7b04b3e672d4eea55311a74d0ddc26a602f1732864c70af3ad4e051449e400df663540b18a40c8f6141f43e2
;;
x86-64|64)
if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" == "${SMGL_COMPAT_ARCHS[@]}" ]]; then
SOURCE=jdk-$VERSION-linux-x64.bin
-
SOURCE_HASH=sha512:9476916a89c8e48b40933b30c345168d090697b999e505477d00d193ff1349b6c4307264bbab8d77ba4e3d13bcbf2b8d132d6800856eeb943e2b4ff7df090ef9
+
SOURCE_HASH=sha512:93780e2b29e700b7546014b066e156c94ae31056cf3a030df368d1d109021d6c949b4c0b6980d905ab70888cea612e7726b1f29f581fe3a96e50e144c9471951
else
SOURCE=jdk-$VERSION-linux-i586.bin
-
SOURCE_HASH=sha512:b53115c5422dc63ebdd9a9dda06ce0f03105777a4f7bd1c184e8a07b1f7e8d9a791e56408018e12314f0ba29bc45068ac1581342af4ce62487e8a15be9a12489
+
SOURCE_HASH=sha512:d2474c57b7b282f739b96c2330ad35b28cd1130c7b04b3e672d4eea55311a74d0ddc26a602f1732864c70af3ad4e051449e400df663540b18a40c8f6141f43e2
fi
;;
###########################################################################
diff --git a/z-java/jdk6-bin/HISTORY b/z-java/jdk6-bin/HISTORY
index 4526978..8e2144f 100644
--- a/z-java/jdk6-bin/HISTORY
+++ b/z-java/jdk6-bin/HISTORY
@@ -1,3 +1,7 @@
+2012-11-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 6u37; SECURITY_PATCH++
+ * JAVA_WARNING: "Sun" -> "Oracle"
+
2012-09-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 6u35; SECURITY_PATCH++

diff --git a/z-java/jdk6-bin/JAVA_WARNING b/z-java/jdk6-bin/JAVA_WARNING
index 237e559..e8d5a46 100644
--- a/z-java/jdk6-bin/JAVA_WARNING
+++ b/z-java/jdk6-bin/JAVA_WARNING
@@ -2,7 +2,7 @@
#
if [[ ! -f $SOURCE_CACHE/$SOURCE ]]; then
message "\n${MESSAGE_COLOR}For $SPELL you need to manually download the
sources for JRE \
-\nversion 6 in self-extracting format from Sun's website: \
+\nversion 6 in self-extracting format from Oracle's website: \
${DEFAULT_COLOR}\n ${WEB_SITE} \
\n${MESSAGE_COLOR}Put the downloaded file $SOURCE in \
${DEFAULT_COLOR}/var/spool/sorcery/ \
diff --git a/z-java/jre6-bin/DETAILS b/z-java/jre6-bin/DETAILS
index e2132f9..3b281d8 100755
--- a/z-java/jre6-bin/DETAILS
+++ b/z-java/jre6-bin/DETAILS
@@ -1,21 +1,21 @@
. $GRIMOIRE/FUNCTIONS
SPELL=jre6-bin
- VERSION=6u35
- SECURITY_PATCH=4
- VER=1.6.0_35
+ VERSION=6u37
+ SECURITY_PATCH=5
+ VER=1.6.0_37
case "${SMGL_COMPAT_ARCHS[0]}" in
ia32|32)
SOURCE=jre-$VERSION-linux-i586.bin
-
SOURCE_HASH=sha512:981c9177b910f3530acf9b0998e33c79c9d5e0bb6da73694d87d48be50a30ba349e088e7b32ba8bf3b3c6b48789d12948eb82477123944dfef61d2972ddf88a5
+
SOURCE_HASH=sha512:5f80c83c4b359d044c09b8854536a04c59f0e8d0699c29920114866b348c666f6227719bdf2236961cd0ee2bbaf82d3d75f97d413e6a26a02a4b075ac0d0907c
;;
x86-64|64)
if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" == "${SMGL_COMPAT_ARCHS[@]}" ]]
then
SOURCE=jre-$VERSION-linux-x64.bin
-
SOURCE_HASH=sha512:789ed7eb4e3e4e9ee8170521da643d5713bd486b622f3cc3e10f9fa74360c31e98fe45ae7e599dd181067f2d0f81e6149f9628f6ed346c3356462d30077b41ea
+
SOURCE_HASH=sha512:063152d8149881c7fd602c1feac284f4ba162031765a0047faf054f2b4d8c5d2518198a0bca2f7286b34cc03a82d6434abd316529457aafdaa41094bce2a073e
else
SOURCE=jre-$VERSION-linux-i586.bin
-
SOURCE_HASH=sha512:981c9177b910f3530acf9b0998e33c79c9d5e0bb6da73694d87d48be50a30ba349e088e7b32ba8bf3b3c6b48789d12948eb82477123944dfef61d2972ddf88a5
+
SOURCE_HASH=sha512:5f80c83c4b359d044c09b8854536a04c59f0e8d0699c29920114866b348c666f6227719bdf2236961cd0ee2bbaf82d3d75f97d413e6a26a02a4b075ac0d0907c
fi
;;
###########################################################################
@@ -36,7 +36,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/jre$VER"
cat << EOF
The JRE contains the Java Plug-In for Netscape 4.x and Mozilla/Netscape 6.x.

-Note: You need to download the JRE installer yourself from the Sun Website,
+Note: You need to download the JRE installer yourself from the Oracle
Website,
see 'gaze website ${SPELL}' for the location. Put the downloaded file in
/var/spool/sorcery so cast will find it.
EOF
diff --git a/z-java/jre6-bin/HISTORY b/z-java/jre6-bin/HISTORY
index 3af995f..52c9df4 100644
--- a/z-java/jre6-bin/HISTORY
+++ b/z-java/jre6-bin/HISTORY
@@ -1,3 +1,7 @@
+2012-11-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 6u37; SECURITY_PATCH++
+ * JAVA_WARNING: "Sun" -> "Oracle"
+
2012-09-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 6u35; SECURITY_PATCH++

diff --git a/z-java/jre6-bin/JAVA_WARNING b/z-java/jre6-bin/JAVA_WARNING
index 237e559..e8d5a46 100644
--- a/z-java/jre6-bin/JAVA_WARNING
+++ b/z-java/jre6-bin/JAVA_WARNING
@@ -2,7 +2,7 @@
#
if [[ ! -f $SOURCE_CACHE/$SOURCE ]]; then
message "\n${MESSAGE_COLOR}For $SPELL you need to manually download the
sources for JRE \
-\nversion 6 in self-extracting format from Sun's website: \
+\nversion 6 in self-extracting format from Oracle's website: \
${DEFAULT_COLOR}\n ${WEB_SITE} \
\n${MESSAGE_COLOR}Put the downloaded file $SOURCE in \
${DEFAULT_COLOR}/var/spool/sorcery/ \



  • [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (e038f825b28f5c145f10c2720da1d9ac1d9770be), Vlad Glagolev, 11/18/2012

Archive powered by MHonArc 2.6.24.

Top of Page