diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-12-23 12:55:02 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-12-23 12:55:02 +0000 |
commit | 9324c1e417e1afb6d72eb3fbc02a45e7994e88ef (patch) | |
tree | f5e0514457dfa151f9e84fc05691a63d341ae3eb /mail | |
parent | f8b8bace5ca329a77d1c863a1a6e841ce8b257be (diff) | |
download | pkgsrc-9324c1e417e1afb6d72eb3fbc02a45e7994e88ef.tar.gz |
Update to 38.5.0
Changelog:
38.5.0:
Not available
38.4.0:
Fixed Various security fixes
Fixed Fixed issue where messages moves of multiple messages from a maildir folder to an mbox folder failed.
Fixed in Thunderbird 38.4
2015-133 NSS and NSPR memory corruption issues
2015-132 Mixed content WebSocket policy bypass through workers
2015-131 Vulnerabilities found through code inspection
2015-128 Memory corruption in libjar through zip files
2015-127 CORS preflight is bypassed when non-standard Content-Type headers are received
2015-123 Buffer overflow during image interactions in canvas
2015-122 Trailing whitespace in IP address hostnames can bypass same-origin policy
2015-116 Miscellaneous memory safety hazards (rv:42.0 / rv:38.4)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 5 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 12 | ||||
-rw-r--r-- | mail/thunderbird/patches/patch-mozilla_config_system-headers | 10 |
3 files changed, 9 insertions, 18 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 859801e4d8e..c09620733b4 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.160 2015/11/18 14:19:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.161 2015/12/23 12:55:02 ryoon Exp $ DISTNAME= # empty PKGNAME= thunderbird-${TB_VER} -PKGREVISION= 1 -TB_VER= 38.3.0 +TB_VER= 38.5.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} DISTFILES= thunderbird-${TB_VER}.source.tar.bz2 diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 38e59beeec9..929438fe996 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.168 2015/11/20 14:48:20 joerg Exp $ +$NetBSD: distinfo,v 1.169 2015/12/23 12:55:02 ryoon Exp $ -SHA1 (thunderbird-38.3.0.source.tar.bz2) = 7c8ef066d6b6516fddbb654b38353f894f85d469 -RMD160 (thunderbird-38.3.0.source.tar.bz2) = 0b30a430d9006d737a7116b63c66b8a1843c0381 -SHA512 (thunderbird-38.3.0.source.tar.bz2) = 622731a3a6d40fabcf709e08ed20f8faf0d79a26229ab59c5a39d12b4445e090a7968055cc4804d829d6918f6879f1d47e3d453eefca58c8b68486bce20f21ea -Size (thunderbird-38.3.0.source.tar.bz2) = 204361602 bytes +SHA1 (thunderbird-38.5.0.source.tar.bz2) = 75ae57e7ae018a07a55ce4402ae9f88e7867559f +RMD160 (thunderbird-38.5.0.source.tar.bz2) = 649fbff7746387024b1bc87ad5d6cd24407344f4 +SHA512 (thunderbird-38.5.0.source.tar.bz2) = fed8376375c3ad7df8b773ced7944fb07edbd28e82c907dc6451ad538b8944d6f2a1d5632399f255ab1c7f74a40a9170912fefdbb2fdf423d7dc35108d1baa65 +Size (thunderbird-38.5.0.source.tar.bz2) = 204393357 bytes SHA1 (patch-aa) = 199400ee6dc3c727c950e33ccc65cf57b81cdcb7 SHA1 (patch-al) = 81a733e9b13a47abfef818ecd10d7ef18a191855 SHA1 (patch-ao) = 2b4cfb8f06cb137058be7aa47ab7a3cada7cbfe1 @@ -40,7 +40,7 @@ SHA1 (patch-mozilla_config_baseconfig.mk) = e8594d03d0db21e0731d85dcdb38ab9c465e SHA1 (patch-mozilla_config_external_moz.build) = ee26e7573fe6d6c7f6e8497d8d1f928174ce4a36 SHA1 (patch-mozilla_config_stl__wrappers_ios) = 066a9f3db9203afa8131b2ff91d212033e5950e0 SHA1 (patch-mozilla_config_stl__wrappers_ostream) = 67559c5ab17088680b86dea6b081a48b781f59b5 -SHA1 (patch-mozilla_config_system-headers) = 2b66e88ad46cf4e7c0b8a663c615b272a475dc59 +SHA1 (patch-mozilla_config_system-headers) = 2d0cbe3a87577551c6f9e1ddac20be7f271f808a SHA1 (patch-mozilla_config_system__wrappers_unwind.h) = 32d4ab3fbf80bf19783dab7c4a875a7262f419cf SHA1 (patch-mozilla_dom_base_moz.build) = dce93f4c00bb662d5c702b442ee169bb8888237d SHA1 (patch-mozilla_dom_events_MessageEvent.h) = 677c3531230147baf260aca9e39d7a04b2a7c673 diff --git a/mail/thunderbird/patches/patch-mozilla_config_system-headers b/mail/thunderbird/patches/patch-mozilla_config_system-headers index f1a7a14b17d..4aada0d4491 100644 --- a/mail/thunderbird/patches/patch-mozilla_config_system-headers +++ b/mail/thunderbird/patches/patch-mozilla_config_system-headers @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_config_system-headers,v 1.6 2015/09/07 15:19:10 ryoon Exp $ +$NetBSD: patch-mozilla_config_system-headers,v 1.7 2015/12/23 12:55:02 ryoon Exp $ --- mozilla/config/system-headers.orig 2015-08-13 14:57:14.000000000 +0000 +++ mozilla/config/system-headers @@ -10,14 +10,6 @@ $NetBSD: patch-mozilla_config_system-headers,v 1.6 2015/09/07 15:19:10 ryoon Exp atlcom.h atlconv.h atlctl.cpp -@@ -471,6 +470,7 @@ freetype/ftbitmap.h - freetype/ftxf86.h - freetype.h - ftcache.h -+ftfntfmt.h - ftglyph.h - ftsynth.h - ftoutln.h @@ -636,6 +636,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h libgnomevfs/gnome-vfs-mime-utils.h libgnomevfs/gnome-vfs-ops.h |