summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2008-11-17 19:37:39 -0600
committerArwed von Merkatz2008-11-19 19:08:24 +0100
commitc7c211f684d461e95267b5c7af4fc44dc02ffba3 (patch)
treea8d1711dbfcae97f59f871c4c26e59c7ed04dabd
parenta27965c8012e2214db150c62970ff723e5428a9c (diff)
xulrunner: Updated to version 1.9.0.4. SECURITY_PATCH++stable-rc-0.27
-rwxr-xr-xhttp/xulrunner/DETAILS7
-rw-r--r--http/xulrunner/HISTORY5
-rwxr-xr-xhttp/xulrunner/UP_TRIGGERS10
3 files changed, 19 insertions, 3 deletions
diff --git a/http/xulrunner/DETAILS b/http/xulrunner/DETAILS
index f33af984da..e4e349c6f4 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
@@ -35,7 +35,8 @@ SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE_URI
SOURCE2_URL[11]=ftp://ftp.free.fr/pub/Networking/www/Mozilla/$SOURCE2_URI
SOURCE2_URL[12]=ftp://ftp.eunet.ie/mirrors/ftp.mozilla.org/pub/$SOURCE2_URI
WEB_SITE=http://www.mozilla.org/
- PATCHLEVEL=2
+ 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 0a9cd609cc..0def2261e3 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,8 @@
+2008-11-17 George Sherwood <gsherwood@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-10-10 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: PATCHLEVEL++
* DEPENDS: depends nss
diff --git a/http/xulrunner/UP_TRIGGERS b/http/xulrunner/UP_TRIGGERS
new file mode 100755
index 0000000000..44c49dea9f
--- /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