summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-04-09 20:23:05 +0000
committerryoon <ryoon@pkgsrc.org>2013-04-09 20:23:05 +0000
commitef817d9994e7ab041e0e5af30225f707c803191d (patch)
tree39740a4fe4af826c7b337a51fef9b2ac724c30c3 /mail/thunderbird/patches
parent9dfd37a073b85b0489791f445019c438522c7b3b (diff)
downloadpkgsrc-ef817d9994e7ab041e0e5af30225f707c803191d.tar.gz
Update to 17.0.5
Changelog: FIXED Security fixes can be found here FIXED Adjusting font size when composing emails should be easier (Bug 824926) Fixed in Thunderbird 17.0.5 MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux MFSA 2013-34 Privilege escalation through Mozilla Updater MFSA 2013-32 Privilege escalation through Mozilla Maintenance Service MFSA 2013-31 Out-of-bounds write in Cairo library MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5)
Diffstat (limited to 'mail/thunderbird/patches')
-rw-r--r--mail/thunderbird/patches/patch-mf15
1 files changed, 6 insertions, 9 deletions
diff --git a/mail/thunderbird/patches/patch-mf b/mail/thunderbird/patches/patch-mf
index c7a0d7ce33a..70d843dd032 100644
--- a/mail/thunderbird/patches/patch-mf
+++ b/mail/thunderbird/patches/patch-mf
@@ -1,20 +1,17 @@
-$NetBSD: patch-mf,v 1.7 2012/09/02 06:43:41 ryoon Exp $
+$NetBSD: patch-mf,v 1.8 2013/04/09 20:23:05 ryoon Exp $
-Add DragonFly support.
-Make sure nss libraries have a run path defined.
-
---- mozilla/security/coreconf/config.mk.orig 2012-08-25 00:31:28.000000000 +0000
+--- mozilla/security/coreconf/config.mk.orig 2013-03-28 18:09:07.000000000 +0000
+++ mozilla/security/coreconf/config.mk
-@@ -63,7 +63,7 @@ endif
+@@ -31,7 +31,7 @@ endif
#######################################################################
TARGET_OSES = FreeBSD BSD_OS NetBSD OpenUNIX OS2 QNX Darwin BeOS OpenBSD \
-- AIX RISCOS WINNT WIN95 WINCE Linux
-+ AIX RISCOS WINNT WIN95 WINCE Linux DragonFly
+- AIX RISCOS WINNT WIN95 Linux Android
++ AIX RISCOS WINNT WIN95 Linux Android DragonFly
ifeq (,$(filter-out $(TARGET_OSES),$(OS_TARGET)))
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
-@@ -207,3 +207,4 @@ endif
+@@ -175,3 +175,4 @@ endif
DEFINES += -DUSE_UTIL_DIRECTLY
USE_UTIL_DIRECTLY = 1