diff options
author | tnn <tnn@pkgsrc.org> | 2010-12-11 14:34:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-12-11 14:34:40 +0000 |
commit | 151b6f8cd9ae619fb93559e11978513cbfee5aae (patch) | |
tree | 8c0475d356d6794619d3f2fda6f4ffda7df075b1 /mail | |
parent | af8ccde7bbc3fe7787ed93258566df7bb7130780 (diff) | |
download | pkgsrc-151b6f8cd9ae619fb93559e11978513cbfee5aae.tar.gz |
Update to thunderbird-3.1.7.
- Several fixes to improve performance, stability and security
- Several fixes to improve handling of large folder files stored locally.
- Several fixes to improve corruption in local copy of IMAP mailboxes.
- MFSA 2010-78 Add support for OTS font sanitizer
- MFSA 2010-75 Buffer overflow while line breaking after document.write
with long string
- MFSA 2010-74 Miscellaneous memory safety hazards (rv:1.9.2.13/ 1.9.1.16)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 5 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 9 | ||||
-rw-r--r-- | mail/thunderbird/patches/patch-pe | 11 |
3 files changed, 6 insertions, 19 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index dd1d6c865cc..1b425402d2f 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.63 2010/11/15 22:57:49 abs Exp $ +# $NetBSD: Makefile,v 1.64 2010/12/11 14:34:40 tnn Exp $ # DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -TB_VER= 3.1.6 -PKGREVISION= 2 +TB_VER= 3.1.7 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 4fbba7cfffa..03cf84545d4 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.76 2010/11/13 11:05:05 tnn Exp $ +$NetBSD: distinfo,v 1.77 2010/12/11 14:34:40 tnn Exp $ SHA1 (enigmail-1.1.2.tar.gz) = d29fce2b20a36d210b12c28fcbbee965007c95aa RMD160 (enigmail-1.1.2.tar.gz) = 2c1fa3494c1c2458635a3d68929ce7ff8fdb48e7 Size (enigmail-1.1.2.tar.gz) = 1280923 bytes -SHA1 (thunderbird-3.1.6.source.tar.bz2) = d9c089c64cc7a784e128d9c594ef649a35babe30 -RMD160 (thunderbird-3.1.6.source.tar.bz2) = 1767480c9435b40f7a0bbdb300cf269ebe8cd26a -Size (thunderbird-3.1.6.source.tar.bz2) = 65850094 bytes +SHA1 (thunderbird-3.1.7.source.tar.bz2) = c2d6cdedfe399c1ab41c00045e4fce835cc0b36f +RMD160 (thunderbird-3.1.7.source.tar.bz2) = c5e25004565decf1467a9b452139c0aedec4299e +Size (thunderbird-3.1.7.source.tar.bz2) = 65948060 bytes SHA1 (patch-aa) = 0d46562e73fce3fc1bf590ac93a28b2202a8e214 SHA1 (patch-aa-toplevel) = 0a872c898af5846a3493dadc2253ba3c72fa3094 SHA1 (patch-ab) = abf862976c04594dc4f99d34a2b58725efafd5fd @@ -61,7 +61,6 @@ SHA1 (patch-pa) = 6201d005501d1912bbac16c2856dc8d22b50f017 SHA1 (patch-pb) = 8f38b72fc44a6fcf5b211592f8265dee0cb6303a SHA1 (patch-pc) = 154972a9a44a80380829a3dc3ecfdd2e1238d406 SHA1 (patch-pd) = 1f12080244c75f42e4edbe623a15fd2ac6abd6d4 -SHA1 (patch-pe) = d9a5f9730e2498597449d47da134202fd6b91150 SHA1 (patch-pg) = e022af26945893d2a61ec4ca3a414ccb6150a235 SHA1 (patch-ra) = 4b26efb538e7c9f6fea0799cf31daaf3c69c2080 SHA1 (patch-rc) = 959d6046a97a6ba9061da4019edc7b1a34b47cf6 diff --git a/mail/thunderbird/patches/patch-pe b/mail/thunderbird/patches/patch-pe deleted file mode 100644 index 8942de81a3a..00000000000 --- a/mail/thunderbird/patches/patch-pe +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-pe,v 1.2 2010/07/12 16:49:22 tnn Exp $ - ---- mozilla/xulrunner/installer/mozilla-plugin.pc.in.orig 2009-12-04 21:19:58.000000000 +0000 -+++ mozilla/xulrunner/installer/mozilla-plugin.pc.in -@@ -5,5 +5,5 @@ includedir=%includedir% - Name: Mozilla Plug-In API - Description: Mozilla Plug-In API - Version: %MOZILLA_VERSION% --Cflags: -I${includedir}/stable -DXP_UNIX %ojidef% -+Cflags: -I${includedir} -DXP_UNIX %ojidef% - |