Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (c3df5f5570fb3e3471c4a1e6dfbdc2fd60781332)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (c3df5f5570fb3e3471c4a1e6dfbdc2fd60781332)
  • Date: Mon, 17 Nov 2008 19:38:10 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

http/xulrunner/DETAILS | 5 +++--
http/xulrunner/HISTORY | 5 +++++
http/xulrunner/UP_TRIGGERS | 10 ++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit c3df5f5570fb3e3471c4a1e6dfbdc2fd60781332
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

xulrunner: Updated to version 1.9.0.4. SECURITY_PATCH++

diff --git a/http/xulrunner/DETAILS b/http/xulrunner/DETAILS
index 9f4899e..e4e349c 100755
--- a/http/xulrunner/DETAILS
+++ b/http/xulrunner/DETAILS
@@ -1,10 +1,10 @@
SPELL=xulrunner
- VERSION=1.9.0.3
+ VERSION=1.9.0.4
SOURCE=$SPELL-$VERSION-source.tar.bz2
# SOURCE2=$SOURCE.asc
# SOURCE2_IGNORE=signature
# SOURCE_GPG=firefox.gpg:$SOURCE2:WORKS_FOR_ME
-
SOURCE_HASH=sha512:10788d5fc10a5c40ef0907cc7a817efd846beb76a14d3bcaf4fd11ebdcd43f6d2ac2be0e3c7ba038585452a98d64449009ecc4a298255abbf59603265633d60f
+
SOURCE_HASH=sha512:8cf9ae6c4b71573e336220d9f3ba0fa7f3c145285355584ef2041c9d15750090d76b18b033966cc0daeb9e2d97cd7faf1ce0a35ffd8a574a9a794560ab5c2251
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URI=$SPELL/releases/$VERSION/source/$SOURCE
# SOURCE2_URI=$SPELL/releases/$VERSION/source/$SOURCE2
@@ -36,6 +36,7 @@
SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE_URI
SOURCE2_URL[12]=ftp://ftp.eunet.ie/mirrors/ftp.mozilla.org/pub/$SOURCE2_URI
WEB_SITE=http://www.mozilla.org/
PATCHLEVEL=3
+ SECURITY_PATCH=1
ENTERED=20060829
LICENSE[0]=MPL
DOCS="LICENSE README.txt"
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 1fee46b..a3db07c 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,8 @@
+2008-11-17 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILs: Updated to version 1.9.0.4. SECURITY_PATCH++
+ See
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.4
+ * UP_TRIGGERS: Added to rebuild spell built against xulrunner
+
2008-11-16 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: PATCHLEVEL++

diff --git a/http/xulrunner/UP_TRIGGERS b/http/xulrunner/UP_TRIGGERS
new file mode 100755
index 0000000..44c49de
--- /dev/null
+++ b/http/xulrunner/UP_TRIGGERS
@@ -0,0 +1,10 @@
+# this makes ABI changes automatically cast those that depend on
+# xulrunner via an up_trigger
+
+local OLD_SPELL_VERSION=""
+spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
+if [ "${VERSION}" != "${OLD_SPELL_VERSION}" ]; then
+ for each in $(show_up_depends $SPELL 1); do
+ up_trigger $each cast_self
+ done
+fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (c3df5f5570fb3e3471c4a1e6dfbdc2fd60781332), George Sherwood, 11/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page