diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2013-03-08 09:14:14 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2013-03-08 09:15:54 +0100 |
commit | 30ad07c218c2a310a44406ec652ad1b63d864829 (patch) | |
tree | 44ac1b1987173f8552ea805500445c79a7108340 /firefox | |
parent | be9ebbb0654487dad65860eb791ce81061eb5d00 (diff) | |
download | opt-30ad07c218c2a310a44406ec652ad1b63d864829.tar.gz opt-30ad07c218c2a310a44406ec652ad1b63d864829.tar.xz |
[notify] firefox: updated to 19.0.2
This release fixes CVE-2013-0787. See
https://www.mozilla.org/security/announce/2013/mfsa2013-29.html
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/.md5sum | 2 | ||||
-rw-r--r-- | firefox/Pkgfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firefox/.md5sum b/firefox/.md5sum index 1101ba384..82ce1197b 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,2 +1,2 @@ -3dc732b6ce177792b43324f4bc7164d8 firefox-19.0.source.tar.bz2 +de09d603c3b768a1698d90141f3b2644 firefox-19.0.2.source.tar.bz2 c9dead5a7405921b3f447ba6c3eebb61 mozconfig diff --git a/firefox/Pkgfile b/firefox/Pkgfile index a3afe1f8a..437f467d9 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,7 +4,7 @@ # Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d name=firefox -version=19.0 +version=19.0.2 release=1 source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2 mozconfig) |