summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorghen <ghen>2006-09-15 13:55:22 +0000
committerghen <ghen>2006-09-15 13:55:22 +0000
commit14693ffb2911697aa1598dc5a5d3e1fa8bf41e5b (patch)
treeea01215b5d50d9aa9b8fd02bf5fbb961c2873736 /mail/thunderbird
parentc6b0b1383f98bb3cbbb2ff9a6df668820add1c92 (diff)
downloadpkgsrc-14693ffb2911697aa1598dc5a5d3e1fa8bf41e5b.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')
-rw-r--r--mail/thunderbird/Makefile-thunderbird.common4
-rw-r--r--mail/thunderbird/distinfo9
-rw-r--r--mail/thunderbird/patches/patch-as18
3 files changed, 6 insertions, 25 deletions
diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common
index 93f9a83eb02..f402b44203f 100644
--- a/mail/thunderbird/Makefile-thunderbird.common
+++ b/mail/thunderbird/Makefile-thunderbird.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.16 2006/07/29 02:13:04 uebayasi Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.17 2006/09/15 13:55:22 ghen Exp $
MOZILLA_BIN= thunderbird-bin
-MOZ_VER= 1.5.0.5
+MOZ_VER= 1.5.0.7
EXTRACT_SUFX= .tar.bz2
DISTNAME= thunderbird-${MOZ_VER}-source
CATEGORIES= mail
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 97b2e9e8729..8518d901bac 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2006/07/31 14:05:00 tron Exp $
+$NetBSD: distinfo,v 1.27 2006/09/15 13:55:22 ghen Exp $
-SHA1 (thunderbird-1.5.0.5-source.tar.bz2) = 475ae30ead41847120c36f432b3359f0d60ea9da
-RMD160 (thunderbird-1.5.0.5-source.tar.bz2) = aa32d59efa7d55eb516d967c1fb4cc6cc13f874b
-Size (thunderbird-1.5.0.5-source.tar.bz2) = 35998778 bytes
+SHA1 (thunderbird-1.5.0.7-source.tar.bz2) = 9e5acff9bd098979dd798c0111805dc8d67479ad
+RMD160 (thunderbird-1.5.0.7-source.tar.bz2) = b8948723e4a96e22409e6a2cb3cd1b6512bef189
+Size (thunderbird-1.5.0.7-source.tar.bz2) = 35994957 bytes
SHA1 (patch-aa) = ff3586c00ff8d3fa6a1bda639116778169ad4466
SHA1 (patch-ab) = 824a3ce1f608e8fff16e2366c7962f23a4321b10
SHA1 (patch-ac) = 02804b8276b4b9552ea4587e6c020b87ddb59cf0
@@ -20,7 +20,6 @@ SHA1 (patch-ao) = 4162763cc7af61deb1795f85fdbd96e3ef930d4d
SHA1 (patch-ap) = b2f630863e7b1bc3c0e7139d2b4aca3b80da04de
SHA1 (patch-aq) = e8389d53e0d490b3cc1078f646749abfe54225ff
SHA1 (patch-ar) = ce81dd6b747ba882434cb23343c5e89aac70ea81
-SHA1 (patch-as) = 88e72f95eea8e954f7e597ea169b0416a2b09b3a
SHA1 (patch-aw) = 0df1163297eb1ea48ae8b98d146f715462c0a2e7
SHA1 (patch-ax) = 00d60664a6be38db0d5b2464064230c62b153ca6
SHA1 (patch-ba) = 5e64f23ec426f9baef29f397084dba7158279071
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;