Update to 10.0.7
Changelog: FIXED Security fixes can be found here Fixed in Thunderbird ESR 10.0.7 MFSA 2012-72 Web console eval capable of executing chrome-privileged code MFSA 2012-70 Location object security checks bypassed by chrome code MFSA 2012-67 Installer will launch incorrect executable following new installation MFSA 2012-65 Out-of-bounds read in format-number in XSLT MFSA 2012-63 SVG buffer overflow and use-after-free issues MFSA 2012-62 WebGL use-after-free and memory corruption MFSA 2012-61 Memory corruption with bitmap format images with negative height MFSA 2012-58 Use-after-free issues found using Address Sanitizer MFSA 2012-57 Miscellaneous memory safety hazards (rv:15.0/ rv:10.0.7)
This commit is contained in:
parent
b886535385
commit
90f0a34af2
4 changed files with 6 additions and 36 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.11 2012/09/15 10:05:29 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2012/09/18 16:44:24 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= thunderbird-${TB_VER}esr.source
|
||||
PKGNAME= thunderbird10-${TB_VER}
|
||||
PKGREVISION= 3
|
||||
TB_VER= 10.0.6
|
||||
TB_VER= 10.0.7
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.6 2012/08/09 15:57:06 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.7 2012/09/18 16:44:24 ryoon Exp $
|
||||
|
||||
SHA1 (enigmail-1.4.tar.gz) = 1ee4bcd8d38685af44c1aeeea4fbba7bf30513e4
|
||||
RMD160 (enigmail-1.4.tar.gz) = b3c717e150c826faae1daa09806e07dd16619c51
|
||||
Size (enigmail-1.4.tar.gz) = 1323467 bytes
|
||||
SHA1 (thunderbird-10.0.6esr.source.tar.bz2) = 95f33ea1f30018fa6213e1e9922e8346b52ec618
|
||||
RMD160 (thunderbird-10.0.6esr.source.tar.bz2) = 25e568eb0ff8e9acc2da03b25139fe667a5b11ad
|
||||
Size (thunderbird-10.0.6esr.source.tar.bz2) = 97779445 bytes
|
||||
SHA1 (thunderbird-10.0.7esr.source.tar.bz2) = 55b877745ac913680ed807900d5f2169da9e1233
|
||||
RMD160 (thunderbird-10.0.7esr.source.tar.bz2) = ed3cbf6216a2ac68f08d696d4b818f5495305643
|
||||
Size (thunderbird-10.0.7esr.source.tar.bz2) = 97590919 bytes
|
||||
SHA1 (patch-aa) = a6787e51004112a2056fd695c44c8610ffcc0d60
|
||||
SHA1 (patch-aa-toplevel) = dfff316c77e468a3720f3d18e9edfc67059fc0e1
|
||||
SHA1 (patch-ab) = 6e243fcf826226330d6b62548838393bb1cbafb5
|
||||
|
@ -60,7 +57,6 @@ SHA1 (patch-mm) = e9b4e83d4fee0aee0c56f85f0a320587184e2cf4
|
|||
SHA1 (patch-mn) = 043ff332b494ddc9dfff3286a4c7e296a9b352f4
|
||||
SHA1 (patch-mozilla_build_autoconf_gcc-pr49911.m4) = 84f15ee18c95829b19127b6efa46e57380528315
|
||||
SHA1 (patch-mozilla_build_autoconf_nss.m4) = 3344fd1a92508acf627371cebbb43b6f603652d5
|
||||
SHA1 (patch-mozilla_config_milestone.txt) = 105f664d6154a13849aa3cb30ad9318b88a9f2a5
|
||||
SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = 2b8ad715181bd74966dcd941aead2c84658ad8a1
|
||||
SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = d2e60d0809eccb651ec8b17663a524004602c2db
|
||||
SHA1 (patch-mozilla_ipc_chromium_Makefile.in) = fc1e445bae48da5b3d4f97bf78b7ef3870032a06
|
||||
|
@ -77,7 +73,6 @@ SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__message__utils.h) = f55a
|
|||
SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = c451010a3d2c638e70e1fcec876b20eea28cf2cf
|
||||
SHA1 (patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp) = 3b4b7d9feacd477e89bfbb2bcebb3becfb8b1827
|
||||
SHA1 (patch-mozilla_js_src_build_autoconf_gcc-pr49911.m4) = 8aa13cbba888f0c077137686a7c9c791de58d800
|
||||
SHA1 (patch-mozilla_js_src_config_milestone.txt) = c8a18739a2d4d5eed6c00ba77de54978eea7c229
|
||||
SHA1 (patch-mozilla_js_src_jscpucfg.h) = 88a31fd62eda3bd7f95cae076a83b418e97e8412
|
||||
SHA1 (patch-mozilla_js_src_methodjit_MethodJIT.cpp) = c27d2e4105ea47a0fe2bec42ed2e9192db925c8c
|
||||
SHA1 (patch-mozilla_js_src_yarr_pcre_pcre.h) = 7d450964eba9c64cad932075c714087047fc8642
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
$NetBSD: patch-mozilla_config_milestone.txt,v 1.1 2012/08/09 15:57:06 ryoon Exp $
|
||||
|
||||
* Fix version number in ~/.thunderbird/*/prefs.js
|
||||
|
||||
--- mozilla/config/milestone.txt.orig 2012-07-13 22:36:25.000000000 +0000
|
||||
+++ mozilla/config/milestone.txt
|
||||
@@ -10,4 +10,4 @@
|
||||
# hardcoded milestones in the tree from these two files.
|
||||
#--------------------------------------------------------
|
||||
|
||||
-10.0.6esrpre
|
||||
+10.0.6
|
|
@ -1,12 +0,0 @@
|
|||
$NetBSD: patch-mozilla_js_src_config_milestone.txt,v 1.1 2012/08/09 15:57:06 ryoon Exp $
|
||||
|
||||
* Fix version number in ~/.thunderbird/*/prefs.js (not sure)
|
||||
|
||||
--- mozilla/js/src/config/milestone.txt.orig 2012-07-13 22:36:25.000000000 +0000
|
||||
+++ mozilla/js/src/config/milestone.txt
|
||||
@@ -10,4 +10,4 @@
|
||||
# hardcoded milestones in the tree from these two files.
|
||||
#--------------------------------------------------------
|
||||
|
||||
-10.0.6esrpre
|
||||
+10.0.6
|
Loading…
Reference in a new issue