summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@rinnestam.se>2010-09-08 19:41:50 +0200
committerFredrik Rinnestam <fredrik@rinnestam.se>2010-09-08 19:43:20 +0200
commit022e418f60981e55d2c4835c060a075c9d569ced (patch)
tree97bbe969306c21f05159c50417f9800d01216a01
parente50485622bcd526f562abb5258f76971429e1958 (diff)
downloadopt-022e418f60981e55d2c4835c060a075c9d569ced.tar.gz
opt-022e418f60981e55d2c4835c060a075c9d569ced.tar.xz
[notify] firefox: updated to 3.6.9.
Security fix, see https://www.mozilla.org/security/known-vulnerabilities/firefox36.html
-rw-r--r--firefox/.footprint1
-rw-r--r--firefox/.md5sum4
-rw-r--r--firefox/Pkgfile2
-rw-r--r--firefox/mozconfig2
4 files changed, 5 insertions, 4 deletions
diff --git a/firefox/.footprint b/firefox/.footprint
index 25ca61aff..086e6e310 100644
--- a/firefox/.footprint
+++ b/firefox/.footprint
@@ -196,6 +196,7 @@ drwxr-xr-x root/root usr/lib/firefox/xulrunner/greprefs/
drwxr-xr-x root/root usr/lib/firefox/xulrunner/icons/
-rw-r--r-- root/root usr/lib/firefox/xulrunner/icons/document.png
-rwxr-xr-x root/root usr/lib/firefox/xulrunner/libmozjs.so
+-rwxr-xr-x root/root usr/lib/firefox/xulrunner/libsqlite3.so
-rwxr-xr-x root/root usr/lib/firefox/xulrunner/libxpcom.so
-rwxr-xr-x root/root usr/lib/firefox/xulrunner/libxul.so
drwxr-xr-x root/root usr/lib/firefox/xulrunner/modules/
diff --git a/firefox/.md5sum b/firefox/.md5sum
index 64c378fa6..c28107587 100644
--- a/firefox/.md5sum
+++ b/firefox/.md5sum
@@ -1,2 +1,2 @@
-0ee5f14fd8be07513d16131027ebcb61 firefox-3.6.8.source.tar.bz2
-d334d722f0ebbd7988cedb476e21be72 mozconfig
+100ecafd6c6c5062bc03bb2fb651fc17 firefox-3.6.9.source.tar.bz2
+870d509628f268823289eebbec9f1af8 mozconfig
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index ea1f0bf44..fcae1ec58 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: xulrunner
name=firefox
-version=3.6.8
+version=3.6.9
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2
mozconfig)
diff --git a/firefox/mozconfig b/firefox/mozconfig
index 22e2047d7..0b4b2f1ae 100644
--- a/firefox/mozconfig
+++ b/firefox/mozconfig
@@ -16,7 +16,7 @@ ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-mng
ac_add_options --with-pthreads
-ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2.8
+ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2.9
ac_add_options --enable-system-cairo
ac_add_options --enable-optimize="#CFLAGS#"
ac_add_options --enable-official-branding

Generated by cgit