pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/thunderbird
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Jun 18 03:12:25 UTC 2024
Modified Files:
pkgsrc/mail/thunderbird: Makefile distinfo mozilla-common.mk
Log Message:
mail/thunderbird: Update to 115.12.0
* Drop gtk2 dependency.
Changelog:
What's Fixed
fixed
POP error messages from server were not displayed
fixed
Some OpenPGP messages were incorrectly reported as being partially signed or
encrypted
fixed
Autocrypt header was missing from some encrypted messages due to case-sensitive
email address matching
fixed
"Convert to Table" dialog content was formatted incorrectly
fixed
Opening Theme Settings reverted the current theme to the startup theme
fixed
Security fixes
Security fixes:
Mozilla Foundation Security Advisory 2024-28
#CVE-2024-5702: Use-after-free in networking
#CVE-2024-5688: Use-after-free in JavaScript object transplant
#CVE-2024-5690: External protocol handlers leaked by timing attack
#CVE-2024-5691: Sandboxed iframes were able to bypass sandbox restrictions to
open a new window
#CVE-2024-5692: Bypass of file name restrictions during saving
#CVE-2024-5693: Cross-Origin Image leak via Offscreen Canvas
#CVE-2024-5696: Memory Corruption in Text Fragments
#CVE-2024-5700: Memory safety bugs fixed in Firefox 127, Firefox ESR 115.12,
and Thunderbird 115.12
To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 pkgsrc/mail/thunderbird/Makefile
cvs rdiff -u -r1.266 -r1.267 pkgsrc/mail/thunderbird/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/thunderbird/mozilla-common.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/thunderbird/Makefile
diff -u pkgsrc/mail/thunderbird/Makefile:1.316 pkgsrc/mail/thunderbird/Makefile:1.317
--- pkgsrc/mail/thunderbird/Makefile:1.316 Fri Jun 7 19:41:31 2024
+++ pkgsrc/mail/thunderbird/Makefile Tue Jun 18 03:12:25 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.316 2024/06/07 19:41:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.317 2024/06/18 03:12:25 ryoon Exp $
DISTNAME= thunderbird-${TB_VER}.source
PKGNAME= thunderbird-${TB_VER}
-TB_VER= 115.11.1
+TB_VER= 115.12.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/mail/thunderbird/distinfo
diff -u pkgsrc/mail/thunderbird/distinfo:1.266 pkgsrc/mail/thunderbird/distinfo:1.267
--- pkgsrc/mail/thunderbird/distinfo:1.266 Fri Jun 7 19:41:31 2024
+++ pkgsrc/mail/thunderbird/distinfo Tue Jun 18 03:12:25 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.266 2024/06/07 19:41:31 ryoon Exp $
+$NetBSD: distinfo,v 1.267 2024/06/18 03:12:25 ryoon Exp $
-BLAKE2s (thunderbird-115.11.1.source.tar.xz) = 26784408afd50bc9cc9cb0a09204e033cdd0d959c91821ed91d3c2e6ae054f6c
-SHA512 (thunderbird-115.11.1.source.tar.xz) = 1a1f438c7047908788bc983aa681c3293ce02da006477b491a49ced5941433ca3381e01f76afc6bb5572415025acfd0fa657f063ef26b3a63646594c27202717
-Size (thunderbird-115.11.1.source.tar.xz) = 533242964 bytes
+BLAKE2s (thunderbird-115.12.0.source.tar.xz) = ecd6090a0b6e1213aaf66ade5d1ed2e195029b60aadf2ad4294a379870038c41
+SHA512 (thunderbird-115.12.0.source.tar.xz) = d262ec2cea3fd003e66974b0bd8d61fb268ad2a233e54a6aea4803c5520e235ea308267f0484581ce235063c4fb90e621cdc1eea3f62212574b90427ede1c289
+Size (thunderbird-115.12.0.source.tar.xz) = 539287212 bytes
SHA1 (patch-browser_app_profile_firefox.js) = d53fae5544563888d030af7483f00283a712235c
SHA1 (patch-build_moz.configure_init.configure) = 07cb75fad7c2f354b3d1e02e3f6e49cca119f20a
SHA1 (patch-build_moz.configure_rust.configure) = 72c5fa2e9d1022325d038832cca2e35f7213116d
Index: pkgsrc/mail/thunderbird/mozilla-common.mk
diff -u pkgsrc/mail/thunderbird/mozilla-common.mk:1.16 pkgsrc/mail/thunderbird/mozilla-common.mk:1.17
--- pkgsrc/mail/thunderbird/mozilla-common.mk:1.16 Fri May 10 08:29:37 2024
+++ pkgsrc/mail/thunderbird/mozilla-common.mk Tue Jun 18 03:12:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.16 2024/05/10 08:29:37 jperkin Exp $
+# $NetBSD: mozilla-common.mk,v 1.17 2024/06/18 03:12:25 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -227,7 +227,6 @@ RUST_REQ= 1.41.0
.include "../../x11/libXt/buildlink3.mk"
BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2
.include "../../x11/pixman/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
PLIST_VARS+= wayland
.if ${PKG_BUILD_OPTIONS.gtk3:Mwayland}
Home |
Main Index |
Thread Index |
Old Index