diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-10-13 10:19:37 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-10-13 10:19:37 +0000 |
commit | 9ac897db4c173befddf7cd21c59aa7059f117c61 (patch) | |
tree | d521515588080135283ca80b92d3ce6cfbc0f5f7 /mail | |
parent | c49a0daed5a4e1db16a8db4281f0331f252eea8a (diff) | |
download | pkgsrc-9ac897db4c173befddf7cd21c59aa7059f117c61.tar.gz |
Update to 10.0.9
Changelog:
Fixed in Thunderbird ESR 10.0.9
MFSA 2012-89 defaultValue security checks not applied
Fixed in Thunderbird ESR 10.0.8
MFSA 2012-87 Use-after-free in the IME State Manager
MFSA 2012-86 Heap memory corruption issues found using Address Sanitizer
MFSA 2012-85 Use-after-free, buffer overflow, and out of bounds read issues found using Address Sanitizer
MFSA 2012-84 Spoofing and script injection through location.hash
MFSA 2012-83 Chrome Object Wrapper (COW) does not disallow acces to privileged functions or properties
MFSA 2012-82 top object and location property accessible by plugins
MFSA 2012-81 GetProperty function can bypass security checks
MFSA 2012-79 DOS and crash with full screen and history navigation
MFSA 2012-77 Some DOMWindowUtils methods bypass security checks
MFSA 2012-74 Miscellaneous memory safety hazards (rv:16.0/ rv:10.0.8)
MFSA 2012-59 Location object can be shadowed using Object.defineProperty
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird10/Makefile | 5 | ||||
-rw-r--r-- | mail/thunderbird10/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/thunderbird10/Makefile b/mail/thunderbird10/Makefile index 33c7ef7b29b..df8ec1224ca 100644 --- a/mail/thunderbird10/Makefile +++ b/mail/thunderbird10/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2012/10/08 23:02:01 adam Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/13 10:19:37 ryoon Exp $ # DISTNAME= thunderbird-${TB_VER}esr.source PKGNAME= thunderbird10-${TB_VER} -TB_VER= 10.0.7 -PKGREVISION= 2 +TB_VER= 10.0.9 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/thunderbird10/distinfo b/mail/thunderbird10/distinfo index 044919f4ada..9f844ba67d3 100644 --- a/mail/thunderbird10/distinfo +++ b/mail/thunderbird10/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2012/09/18 16:44:24 ryoon Exp $ +$NetBSD: distinfo,v 1.8 2012/10/13 10:19:37 ryoon Exp $ -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 (thunderbird-10.0.9esr.source.tar.bz2) = c1e7bfb4de5336542fd824b4ac82bad13d2062c4 +RMD160 (thunderbird-10.0.9esr.source.tar.bz2) = 6fcf015decf69c882b7f1cd3f45cd4f8f4a5ca4b +Size (thunderbird-10.0.9esr.source.tar.bz2) = 97616343 bytes SHA1 (patch-aa) = a6787e51004112a2056fd695c44c8610ffcc0d60 SHA1 (patch-aa-toplevel) = dfff316c77e468a3720f3d18e9edfc67059fc0e1 SHA1 (patch-ab) = 6e243fcf826226330d6b62548838393bb1cbafb5 |