summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2011-03-05 13:09:35 +0000
committertnn <tnn@pkgsrc.org>2011-03-05 13:09:35 +0000
commit1b4306917cd5f0617f21a6794d87f972d62d537c (patch)
treec1c5548a0ed5e46b9132767e44bd7293866d98b7 /mail/thunderbird/patches
parente35422cc233df1a19438d17d06f1fab544361521 (diff)
downloadpkgsrc-1b4306917cd5f0617f21a6794d87f972d62d537c.tar.gz
Stability and security update of thunderbird to 3.1.8.
MFSA 2011-09 Crash caused by corrupted JPEG image MFSA 2011-08 ParanoidFragmentSink allows javascript: URLs in chrome documents MFSA 2011-01 Miscellaneous memory safety hazards (rv:1.9.2.14/ 1.9.1.17)
Diffstat (limited to 'mail/thunderbird/patches')
-rw-r--r--mail/thunderbird/patches/patch-directory_c-sdk_configure.in6
-rw-r--r--mail/thunderbird/patches/patch-directory_c-sdk_ldap_include_portable.h6
-rw-r--r--mail/thunderbird/patches/patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in6
-rw-r--r--mail/thunderbird/patches/patch-mm9
4 files changed, 13 insertions, 14 deletions
diff --git a/mail/thunderbird/patches/patch-directory_c-sdk_configure.in b/mail/thunderbird/patches/patch-directory_c-sdk_configure.in
index 8e7645c3f5d..256fa37f892 100644
--- a/mail/thunderbird/patches/patch-directory_c-sdk_configure.in
+++ b/mail/thunderbird/patches/patch-directory_c-sdk_configure.in
@@ -1,10 +1,10 @@
-$NetBSD: patch-directory_c-sdk_configure.in,v 1.1 2010/07/12 16:49:22 tnn Exp $
+$NetBSD: patch-directory_c-sdk_configure.in,v 1.2 2011/03/05 13:09:35 tnn Exp $
Add DragonFly support.
https://bugzilla.mozilla.org/show_bug.cgi?id=577298
---- directory/c-sdk/configure.in.orig 2009-10-06 21:43:08.000000000 +0000
-+++ directory/c-sdk/configure.in
+--- directory/sdks/c-sdk/configure.in.orig 2009-10-06 21:43:08.000000000 +0000
++++ directory/sdks/c-sdk/configure.in
@@ -1233,6 +1233,16 @@ tools are selected during the Xcode/Deve
_DEBUG_FLAGS=
;;
diff --git a/mail/thunderbird/patches/patch-directory_c-sdk_ldap_include_portable.h b/mail/thunderbird/patches/patch-directory_c-sdk_ldap_include_portable.h
index dd30de8542a..83d4baa22c9 100644
--- a/mail/thunderbird/patches/patch-directory_c-sdk_ldap_include_portable.h
+++ b/mail/thunderbird/patches/patch-directory_c-sdk_ldap_include_portable.h
@@ -1,10 +1,10 @@
-$NetBSD: patch-directory_c-sdk_ldap_include_portable.h,v 1.2 2010/07/21 11:48:05 tnn Exp $
+$NetBSD: patch-directory_c-sdk_ldap_include_portable.h,v 1.3 2011/03/05 13:09:35 tnn Exp $
Add DragonFly support.
https://bugzilla.mozilla.org/show_bug.cgi?id=577298
---- directory/c-sdk/ldap/include/portable.h.orig 2006-10-03 20:43:40.000000000 +0000
-+++ directory/c-sdk/ldap/include/portable.h
+--- directory/sdks/c-sdk/ldap/include/portable.h.orig 2006-10-03 20:43:40.000000000 +0000
++++ directory/sdks/c-sdk/ldap/include/portable.h
@@ -122,8 +122,11 @@
* some systems don't have the BSD re_comp and re_exec routines
*/
diff --git a/mail/thunderbird/patches/patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in b/mail/thunderbird/patches/patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in
index a8291cbad1b..20597bfad81 100644
--- a/mail/thunderbird/patches/patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in
+++ b/mail/thunderbird/patches/patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in
@@ -1,10 +1,10 @@
-$NetBSD: patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in,v 1.1 2010/07/12 16:49:22 tnn Exp $
+$NetBSD: patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in,v 1.2 2011/03/05 13:09:35 tnn Exp $
Add DragonFly support.
https://bugzilla.mozilla.org/show_bug.cgi?id=577298
---- directory/c-sdk/ldap/libraries/libldap/Makefile.in.orig 2008-12-24 09:39:55.000000000 +0000
-+++ directory/c-sdk/ldap/libraries/libldap/Makefile.in
+--- directory/sdks/c-sdk/ldap/libraries/libldap/Makefile.in.orig 2008-12-24 09:39:55.000000000 +0000
++++ directory/sdks/c-sdk/ldap/libraries/libldap/Makefile.in
@@ -262,6 +262,10 @@ ifeq ($(OS_ARCH), OpenBSD)
EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -pthread
endif
diff --git a/mail/thunderbird/patches/patch-mm b/mail/thunderbird/patches/patch-mm
index ebd6fb77a84..52dd5237f30 100644
--- a/mail/thunderbird/patches/patch-mm
+++ b/mail/thunderbird/patches/patch-mm
@@ -1,11 +1,11 @@
-$NetBSD: patch-mm,v 1.3 2010/09/09 10:58:51 tnn Exp $
+$NetBSD: patch-mm,v 1.4 2011/03/05 13:09:35 tnn Exp $
Don't link with -lCstd on Solaris when using GCC. From Tim Zingelman.
part of PR pkg/39085
---- mozilla/toolkit/library/Makefile.in.orig 2010-08-24 21:32:11.000000000 +0000
+--- mozilla/toolkit/library/Makefile.in.orig 2011-02-21 11:47:17.000000000 +0000
+++ mozilla/toolkit/library/Makefile.in
-@@ -253,7 +253,10 @@ EXTRA_DSO_LDOPTS += -lbe -ltracker
+@@ -253,13 +253,20 @@ EXTRA_DSO_LDOPTS += -lbe -ltracker
endif
ifeq ($(OS_ARCH),SunOS)
@@ -17,8 +17,7 @@ part of PR pkg/39085
endif
ifeq ($(OS_ARCH),AIX)
-@@ -262,6 +265,10 @@ EXTRA_DSO_LDOPTS += -bbigtoc
- endif
+ EXTRA_DSO_LDOPTS += -bbigtoc
endif
+ifeq ($(OS_ARCH),NetBSD)