Thu Nov 22 08:14:15 2012 UTC ()
Fixed in Thunderbird ESR 10.0.11:

MFSA 2012-106 Use-after-free, buffer overflow, and memory corruption issues found using Address Sanitizer
MFSA 2012-105 Use-after-free and buffer overflow issues found using Address Sanitizer
MFSA 2012-103 Frames can shadow top.location
MFSA 2012-101 Improper character decoding in HZ-GB-2312 charset
MFSA 2012-100 Improper security filtering for cross-origin wrappers
MFSA 2012-93 evalInSanbox location context incorrectly applied
MFSA 2012-92 Buffer overflow while rendering GIF images
MFSA 2012-91 Miscellaneous memory safety hazards (rv:17.0/ rv:10.0.11)


(is)
diff -r1.17 -r1.18 pkgsrc/mail/thunderbird10/Makefile
diff -r1.3 -r1.4 pkgsrc/mail/thunderbird10/PLIST
diff -r1.9 -r1.10 pkgsrc/mail/thunderbird10/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/mail/thunderbird10/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird10/Attic/Makefile 2012/11/17 11:21:07 1.17
+++ pkgsrc/mail/thunderbird10/Attic/Makefile 2012/11/22 08:14:15 1.18
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.17 2012/11/17 11:21:07 ryoon Exp $ 1# $NetBSD: Makefile,v 1.18 2012/11/22 08:14:15 is Exp $
2# 2#
3 3
4DISTNAME= thunderbird-${TB_VER}esr.source 4DISTNAME= thunderbird-${TB_VER}esr.source
5PKGNAME= thunderbird10-${TB_VER} 5PKGNAME= thunderbird10-${TB_VER}
6TB_VER= 10.0.10 6TB_VER= 10.0.11
7CATEGORIES= mail 7CATEGORIES= mail
8MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/} 8MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/}
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= tnn@NetBSD.org 11MAINTAINER= tnn@NetBSD.org
12HOMEPAGE= http://www.mozilla.org/en-US/thunderbird/organizations/ 12HOMEPAGE= http://www.mozilla.org/en-US/thunderbird/organizations/
13COMMENT= Organize, secure and customize your mail 13COMMENT= Organize, secure and customize your mail
14 14
15USE_TOOLS+= unzip pax 15USE_TOOLS+= unzip pax
16WRKSRC= ${WRKDIR}/comm-esr10 16WRKSRC= ${WRKDIR}/comm-esr10
17MOZILLA_DIR= mozilla/ 17MOZILLA_DIR= mozilla/
18PLIST_SRC+= ${PLIST_SRC_DFLT} 18PLIST_SRC+= ${PLIST_SRC_DFLT}
19 19

cvs diff -r1.3 -r1.4 pkgsrc/mail/thunderbird10/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird10/Attic/PLIST 2012/08/04 12:03:31 1.3
+++ pkgsrc/mail/thunderbird10/Attic/PLIST 2012/11/22 08:14:15 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2012/08/04 12:03:31 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.4 2012/11/22 08:14:15 is Exp $
2bin/thunderbird10 2bin/thunderbird10
3include/thunderbird10/AtkSocketAccessible.h 3include/thunderbird10/AtkSocketAccessible.h
4include/thunderbird10/BasicLayers.h 4include/thunderbird10/BasicLayers.h
5include/thunderbird10/CheckedInt.h 5include/thunderbird10/CheckedInt.h
6include/thunderbird10/CustomQS_Canvas2D.h 6include/thunderbird10/CustomQS_Canvas2D.h
7include/thunderbird10/CustomQS_WebGL.h 7include/thunderbird10/CustomQS_WebGL.h
8include/thunderbird10/EGLUtils.h 8include/thunderbird10/EGLUtils.h
9include/thunderbird10/ForceDiscreteGPUHelperCGL.h 9include/thunderbird10/ForceDiscreteGPUHelperCGL.h
10include/thunderbird10/FrameLayerBuilder.h 10include/thunderbird10/FrameLayerBuilder.h
11include/thunderbird10/FramePropertyTable.h 11include/thunderbird10/FramePropertyTable.h
12include/thunderbird10/GLContext.h 12include/thunderbird10/GLContext.h
13include/thunderbird10/GLContextProvider.h 13include/thunderbird10/GLContextProvider.h
14include/thunderbird10/GLContextProviderImpl.h 14include/thunderbird10/GLContextProviderImpl.h
@@ -216,51 +216,55 @@ include/thunderbird10/mozIStorageValueAr @@ -216,51 +216,55 @@ include/thunderbird10/mozIStorageValueAr
216include/thunderbird10/mozITXTToHTMLConv.h 216include/thunderbird10/mozITXTToHTMLConv.h
217include/thunderbird10/mozIThirdPartyUtil.h 217include/thunderbird10/mozIThirdPartyUtil.h
218include/thunderbird10/mozStorage.h 218include/thunderbird10/mozStorage.h
219include/thunderbird10/mozStorageCID.h 219include/thunderbird10/mozStorageCID.h
220include/thunderbird10/mozStorageHelper.h 220include/thunderbird10/mozStorageHelper.h
221include/thunderbird10/mozcontainer.h 221include/thunderbird10/mozcontainer.h
222include/thunderbird10/mozilla-config.h 222include/thunderbird10/mozilla-config.h
223include/thunderbird10/mozilla/AutoRestore.h 223include/thunderbird10/mozilla/AutoRestore.h
224include/thunderbird10/mozilla/Base64.h 224include/thunderbird10/mozilla/Base64.h
225include/thunderbird10/mozilla/BlockingResourceBase.h 225include/thunderbird10/mozilla/BlockingResourceBase.h
226include/thunderbird10/mozilla/CondVar.h 226include/thunderbird10/mozilla/CondVar.h
227include/thunderbird10/mozilla/DeadlockDetector.h 227include/thunderbird10/mozilla/DeadlockDetector.h
228include/thunderbird10/mozilla/FileUtils.h 228include/thunderbird10/mozilla/FileUtils.h
 229include/thunderbird10/mozilla/FloatingPoint.h
229include/thunderbird10/mozilla/FunctionTimer.h 230include/thunderbird10/mozilla/FunctionTimer.h
230include/thunderbird10/mozilla/GenericFactory.h 231include/thunderbird10/mozilla/GenericFactory.h
231include/thunderbird10/mozilla/IHistory.h 232include/thunderbird10/mozilla/IHistory.h
232include/thunderbird10/mozilla/IntentionalCrash.h 233include/thunderbird10/mozilla/IntentionalCrash.h
233include/thunderbird10/mozilla/Module.h 234include/thunderbird10/mozilla/Module.h
234include/thunderbird10/mozilla/ModuleLoader.h 235include/thunderbird10/mozilla/ModuleLoader.h
235include/thunderbird10/mozilla/ModuleUtils.h 236include/thunderbird10/mozilla/ModuleUtils.h
236include/thunderbird10/mozilla/Monitor.h 237include/thunderbird10/mozilla/Monitor.h
237include/thunderbird10/mozilla/Mutex.h 238include/thunderbird10/mozilla/Mutex.h
 239include/thunderbird10/mozilla/NullPtr.h
238include/thunderbird10/mozilla/Omnijar.h 240include/thunderbird10/mozilla/Omnijar.h
239include/thunderbird10/mozilla/PaintTracker.h 241include/thunderbird10/mozilla/PaintTracker.h
240include/thunderbird10/mozilla/PluginLibrary.h 242include/thunderbird10/mozilla/PluginLibrary.h
241include/thunderbird10/mozilla/PluginPRLibrary.h 243include/thunderbird10/mozilla/PluginPRLibrary.h
242include/thunderbird10/mozilla/Preferences.h 244include/thunderbird10/mozilla/Preferences.h
243include/thunderbird10/mozilla/RangedPtr.h 245include/thunderbird10/mozilla/RangedPtr.h
244include/thunderbird10/mozilla/ReentrantMonitor.h 246include/thunderbird10/mozilla/ReentrantMonitor.h
245include/thunderbird10/mozilla/RefPtr.h 247include/thunderbird10/mozilla/RefPtr.h
246include/thunderbird10/mozilla/SSE.h 248include/thunderbird10/mozilla/SSE.h
247include/thunderbird10/mozilla/ServiceList.h 249include/thunderbird10/mozilla/ServiceList.h
248include/thunderbird10/mozilla/Services.h 250include/thunderbird10/mozilla/Services.h
249include/thunderbird10/mozilla/Telemetry.h 251include/thunderbird10/mozilla/Telemetry.h
250include/thunderbird10/mozilla/TelemetryHistograms.h 252include/thunderbird10/mozilla/TelemetryHistograms.h
251include/thunderbird10/mozilla/TimeStamp.h 253include/thunderbird10/mozilla/TimeStamp.h
252include/thunderbird10/mozilla/Types.h 254include/thunderbird10/mozilla/Types.h
 255include/thunderbird10/mozilla/TypeTraits.h
253include/thunderbird10/mozilla/Util.h 256include/thunderbird10/mozilla/Util.h
 257include/thunderbird10/mozilla/WeakPtr.h
254include/thunderbird10/mozilla/WidgetTraceEvent.h 258include/thunderbird10/mozilla/WidgetTraceEvent.h
255include/thunderbird10/mozilla/X11Util.h 259include/thunderbird10/mozilla/X11Util.h
256include/thunderbird10/mozilla/XPCOM.h 260include/thunderbird10/mozilla/XPCOM.h
257include/thunderbird10/mozilla/a11y/States.h 261include/thunderbird10/mozilla/a11y/States.h
258include/thunderbird10/mozilla/arm.h 262include/thunderbird10/mozilla/arm.h
259include/thunderbird10/mozilla/chrome/RegistryMessageUtils.h 263include/thunderbird10/mozilla/chrome/RegistryMessageUtils.h
260include/thunderbird10/mozilla/css/Declaration.h 264include/thunderbird10/mozilla/css/Declaration.h
261include/thunderbird10/mozilla/css/GroupRule.h 265include/thunderbird10/mozilla/css/GroupRule.h
262include/thunderbird10/mozilla/css/ImportRule.h 266include/thunderbird10/mozilla/css/ImportRule.h
263include/thunderbird10/mozilla/css/Loader.h 267include/thunderbird10/mozilla/css/Loader.h
264include/thunderbird10/mozilla/css/NameSpaceRule.h 268include/thunderbird10/mozilla/css/NameSpaceRule.h
265include/thunderbird10/mozilla/css/Rule.h 269include/thunderbird10/mozilla/css/Rule.h
266include/thunderbird10/mozilla/css/StyleRule.h 270include/thunderbird10/mozilla/css/StyleRule.h

cvs diff -r1.9 -r1.10 pkgsrc/mail/thunderbird10/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird10/Attic/distinfo 2012/11/17 11:21:07 1.9
+++ pkgsrc/mail/thunderbird10/Attic/distinfo 2012/11/22 08:14:15 1.10
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1$NetBSD: distinfo,v 1.9 2012/11/17 11:21:07 ryoon Exp $ 1$NetBSD: distinfo,v 1.10 2012/11/22 08:14:15 is Exp $
2 2
3SHA1 (enigmail-1.4.tar.gz) = 1ee4bcd8d38685af44c1aeeea4fbba7bf30513e4 3SHA1 (enigmail-1.4.tar.gz) = 1ee4bcd8d38685af44c1aeeea4fbba7bf30513e4
4RMD160 (enigmail-1.4.tar.gz) = b3c717e150c826faae1daa09806e07dd16619c51 4RMD160 (enigmail-1.4.tar.gz) = b3c717e150c826faae1daa09806e07dd16619c51
5Size (enigmail-1.4.tar.gz) = 1323467 bytes 5Size (enigmail-1.4.tar.gz) = 1323467 bytes
6SHA1 (thunderbird-10.0.10esr.source.tar.bz2) = 59d98d2421903ebd0cc92ef3a8824b121aa3d74c 6SHA1 (thunderbird-10.0.11esr.source.tar.bz2) = c7b2dd2fbead11d61da9508926e4c3e82bc2d099
7RMD160 (thunderbird-10.0.10esr.source.tar.bz2) = 60cf010574e77dc25326901ce53dae93f7b00729 7RMD160 (thunderbird-10.0.11esr.source.tar.bz2) = 29a600de7cf87adfcad58b1d097583b28a38a746
8Size (thunderbird-10.0.10esr.source.tar.bz2) = 97607731 bytes 8Size (thunderbird-10.0.11esr.source.tar.bz2) = 97793584 bytes
9SHA1 (patch-aa) = a6787e51004112a2056fd695c44c8610ffcc0d60 9SHA1 (patch-aa) = a6787e51004112a2056fd695c44c8610ffcc0d60
10SHA1 (patch-aa-toplevel) = dfff316c77e468a3720f3d18e9edfc67059fc0e1 10SHA1 (patch-aa-toplevel) = dfff316c77e468a3720f3d18e9edfc67059fc0e1
11SHA1 (patch-ab) = 6e243fcf826226330d6b62548838393bb1cbafb5 11SHA1 (patch-ab) = 6e243fcf826226330d6b62548838393bb1cbafb5
12SHA1 (patch-ac) = ade505e90d9e7dd90dedb711011be22a2a5c67f4 12SHA1 (patch-ac) = ade505e90d9e7dd90dedb711011be22a2a5c67f4
13SHA1 (patch-ad) = d6bad741c4bdfdd0ee0ca8062c2121ce82eb7fb0 13SHA1 (patch-ad) = d6bad741c4bdfdd0ee0ca8062c2121ce82eb7fb0
14SHA1 (patch-ae) = 2627a9f9dfcbb03474c5e003cab9c8c6cc5dafa1 14SHA1 (patch-ae) = 2627a9f9dfcbb03474c5e003cab9c8c6cc5dafa1
15SHA1 (patch-af) = 5a7112ce46f9a3843a78ae0a234527080c04f529 15SHA1 (patch-af) = 5a7112ce46f9a3843a78ae0a234527080c04f529
16SHA1 (patch-ag) = 40e9b2f82d7267ab0822a5f3b5120a0ef6e977cf 16SHA1 (patch-ag) = 40e9b2f82d7267ab0822a5f3b5120a0ef6e977cf
17SHA1 (patch-ai) = f03ec2d47f1a4772ec567cd38a79b841a4c0022e 17SHA1 (patch-ai) = f03ec2d47f1a4772ec567cd38a79b841a4c0022e
18SHA1 (patch-aj) = 2a06c22133a05c51f56c4cf6650dcb6ae031ab06 18SHA1 (patch-aj) = 2a06c22133a05c51f56c4cf6650dcb6ae031ab06
19SHA1 (patch-ak) = 1b9038728e0e4d3cc23fd6a74d3d48759d77cbdd 19SHA1 (patch-ak) = 1b9038728e0e4d3cc23fd6a74d3d48759d77cbdd
20SHA1 (patch-al) = f12eb736f87a779becdd10631314ee5f8f88f080 20SHA1 (patch-al) = f12eb736f87a779becdd10631314ee5f8f88f080
21SHA1 (patch-am) = 108252ed517d9388f2a6c70ffa15782045ae23d5 21SHA1 (patch-am) = 108252ed517d9388f2a6c70ffa15782045ae23d5