Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (01f5c61205ef8b05959ca2fcdbb63f41ba1a8678)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (01f5c61205ef8b05959ca2fcdbb63f41ba1a8678)
  • Date: Wed, 1 Jul 2009 22:23:10 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

ruby-raa/ruby/DETAILS | 9 +++++----
ruby-raa/ruby/HISTORY | 5 +++++
2 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 4a5b0ad6aaabbd79346528e1e9e30bae1f8d3f7c
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

ruby: Updated to latest stable version 1.9.1-p129

Fixed download urls. Should probably swithc the default to installing
ruby 1.9 since that's the stable version now, Just switch the question,
defaulting to keeping 1.8 if you've already got 1.8. Don't want to break
anything.

diff --git a/ruby-raa/ruby/DETAILS b/ruby-raa/ruby/DETAILS
index 6defa0a..f7b6ffc 100755
--- a/ruby-raa/ruby/DETAILS
+++ b/ruby-raa/ruby/DETAILS
@@ -1,8 +1,8 @@
SPELL=ruby
if [[ "${RUBY_1_9}" == "y" ]]; then
- VERSION=1.9.1-p0
-
SOURCE_HASH=sha512:326d377b205d25efa566738cad8907b1ffd1e5507e5429200bb9d353c1ec40018d00971e8c98e0f3d85e59a2679a265b36f9198c6459d67a7ae675b3539322bb
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=1.9.1-p129
+
SOURCE_HASH=sha512:f0c2ec29424235a7f24f335395b3b8cb7f1e2ca40d346ceb99f0eb4cf23cc9dbb423602a4e70251a93fd5d03f816b0eb2195afe6fa0ad0a8bb43d085e2058f64
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/1.9/$SOURCE
else
VERSION=1.8.7-p160
@@ -10,9 +10,10 @@ else

SOURCE_HASH=sha512:47d1e47e35d7f809e29b9a547961cde26bb96d547568a196c956c2b06719cec3089dfb4f0f003a1676d5931c5bd8f5560bfd2d5cc5afc0b594e127399c061454
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/stable/$SOURCE
- SOURCE_URL[1]=ftp://www.ibiblio.org/pub/languages/ruby/stable/$SOURCE
SECURITY_PATCH=5
fi
+# this works for both!
+ SOURCE_URL[1]=ftp://www.ibiblio.org/pub/languages/ruby/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
KEYWORDS="devel"
diff --git a/ruby-raa/ruby/HISTORY b/ruby-raa/ruby/HISTORY
index 3da4159..b8ed748 100644
--- a/ruby-raa/ruby/HISTORY
+++ b/ruby-raa/ruby/HISTORY
@@ -1,3 +1,8 @@
+2009-07-01 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: updated latest stable to -p129 I'm sure there's security
issues in there
+ but I didn't see any listed anywhere. Rails was certainly broken,
now
+ works.
+
2009-05-11 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.7-p160, SECURITY_PATCH++
* PRE_BUILD: removed



  • [SM-Commit] GIT changes to master grimoire by David Kowis (01f5c61205ef8b05959ca2fcdbb63f41ba1a8678), David Kowis, 07/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page