summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-09-15 13:55:22 +0000
committerghen <ghen@pkgsrc.org>2006-09-15 13:55:22 +0000
commite5707248419e02fe38094657417ba500e3e82e13 (patch)
treeea01215b5d50d9aa9b8fd02bf5fbb961c2873736 /mail/thunderbird/patches
parent13e4379f98af6d4cab1c8dfecda6676e6718f1a3 (diff)
downloadpkgsrc-e5707248419e02fe38094657417ba500e3e82e13.tar.gz
Update thunderbird and thunderbird-gtk1 to 1.5.0.7. Fixed in this version:
MFSA 2006-64 Crashes with evidence of memory corruption (rv:1.8.0.7) MFSA 2006-63 JavaScript execution in mail via XBL MFSA 2006-60 RSA Signature Forgery MFSA 2006-59 Concurrency-related vulnerability MFSA 2006-58 Auto-Update compromise through DNS and SSL spoofing MFSA 2006-57 JavaScript Regular Expression Heap Corruption For more info, see http://www.mozilla.com/thunderbird/releases/1.5.0.7.html
Diffstat (limited to 'mail/thunderbird/patches')
-rw-r--r--mail/thunderbird/patches/patch-as18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/thunderbird/patches/patch-as b/mail/thunderbird/patches/patch-as
deleted file mode 100644
index 4f84c3d9fb7..00000000000
--- a/mail/thunderbird/patches/patch-as
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-as,v 1.1 2006/07/31 14:05:00 tron Exp $
-
---- mailnews/mime/src/mimeeobj.h.orig 2004-04-17 19:33:13.000000000 +0100
-+++ mailnews/mime/src/mimeeobj.h 2006-07-31 14:51:25.000000000 +0100
-@@ -54,7 +54,13 @@
- MimeLeafClass leaf;
- };
-
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
- extern MimeExternalObjectClass mimeExternalObjectClass;
-+#ifdef __cplusplus
-+}
-+#endif
-
- struct MimeExternalObject {
- MimeLeaf leaf;