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 Oct  8 05:48:25 UTC 2024

Modified Files:
        pkgsrc/mail/thunderbird: Makefile distinfo mozilla-common.mk
Removed Files:
        pkgsrc/mail/thunderbird/files: node-wrapper.sh

Log Message:
mail/thunderbird: Remove nodejs kit part

* Thunderbird-128 does not support nodejs kit. Remove it.

Changelog:
128.3.0:
fixed
Opening an EML file with a 'mailto:' link did not work

fixed
Collapsed POP3 account folder was expanded after emptying trash on exit

fixed
"Mark Folder Read" on a cross-folder search marked all underlying folders read

fixed
Unable to open/view attached OpenPGP encrypted messages

fixed
Unable to "Decrypt and Open" an attached OpenPGP key file

fixed
Subject could disappear when replying to a message saved in an EML file

fixed
OAuth2 authentication method was not available when adding SMTP server

fixed
Unable to subscribe to .ics calendars in some situations

fixed
Visual and UX improvements

fixed
Security fixes

Security fixes:
Mozilla Foundation Security Advisory 2024-49
#CVE-2024-9392: Compromised content process can bypass site isolation
#CVE-2024-9393: Cross-origin access to PDF contents through multipart responses
#CVE-2024-9394: Cross-origin access to JSON contents through multipart
 responses
#CVE-2024-8900: Clipboard write permission bypass
#CVE-2024-9396: Potential memory corruption may occur when cloning certain
 objects
#CVE-2024-9397: Potential directory upload bypass via clickjacking
#CVE-2024-9398: External protocol handlers could be enumerated via popups
#CVE-2024-9399: Specially crafted WebTransport requests could lead to denial of
 service
#CVE-2024-9400: Potential memory corruption during JIT compilation
#CVE-2024-9401: Memory safety bugs fixed in Firefox 131, Firefox ESR 115.16,
 Firefox ESR 128.3, Thunderbird 131, and Thunderbird 128.3
#CVE-2024-9402: Memory safety bugs fixed in Firefox 131, Firefox ESR 128.3,
 Thunderbird 131, and Thunderbird 128.3


To generate a diff of this commit:
cvs rdiff -u -r1.322 -r1.323 pkgsrc/mail/thunderbird/Makefile
cvs rdiff -u -r1.272 -r1.273 pkgsrc/mail/thunderbird/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/thunderbird/mozilla-common.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/mail/thunderbird/files/node-wrapper.sh

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.322 pkgsrc/mail/thunderbird/Makefile:1.323
--- pkgsrc/mail/thunderbird/Makefile:1.322      Tue Oct  1 15:01:27 2024
+++ pkgsrc/mail/thunderbird/Makefile    Tue Oct  8 05:48:25 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.322 2024/10/01 15:01:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.323 2024/10/08 05:48:25 ryoon Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird-${TB_VER:S/esr//}
-TB_VER=                128.2.3esr
+TB_VER=                128.3.0esr
 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.272 pkgsrc/mail/thunderbird/distinfo:1.273
--- pkgsrc/mail/thunderbird/distinfo:1.272      Tue Oct  1 15:01:27 2024
+++ pkgsrc/mail/thunderbird/distinfo    Tue Oct  8 05:48:25 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.272 2024/10/01 15:01:27 ryoon Exp $
+$NetBSD: distinfo,v 1.273 2024/10/08 05:48:25 ryoon Exp $
 
-BLAKE2s (thunderbird-128.2.3esr.source.tar.xz) = 7949b2f54fc09d0fa2da547cd0b3c96feae33eb21973c79eef78406e84b1b58e
-SHA512 (thunderbird-128.2.3esr.source.tar.xz) = f852d1fe6b8d41aa2f0fbc0fceae93cccf1e5f88d9c0447f504de775283289b82b246b79a01e8eb26e9c87197fb33138fb18c75ecc3f5f1bcfefa3920a7c7512
-Size (thunderbird-128.2.3esr.source.tar.xz) = 675213768 bytes
+BLAKE2s (thunderbird-128.3.0esr.source.tar.xz) = d8003c5740da936026ca57fd826b995d5a379c0cc498fca172b1e50e264030b2
+SHA512 (thunderbird-128.3.0esr.source.tar.xz) = 10d5efecca85f8fb394bd01bbe92b949365a0f643fa25d42e5d701deafaca7694687941bc5ae5ee836bc6543c6db81f4e9998f006c134513e6cbd22e94594ae0
+Size (thunderbird-128.3.0esr.source.tar.xz) = 672592576 bytes
 SHA1 (patch-browser_app_profile_firefox.js) = bc719edef37d18655ba79b030270438ee166fdaf
 SHA1 (patch-build_moz.configure_init.configure) = 65deb3c233df0aab81eb1fca05d708e5a4ed169a
 SHA1 (patch-build_moz.configure_rust.configure) = 25ddfacd29cebbc6db005dbe61a2a7446d480678

Index: pkgsrc/mail/thunderbird/mozilla-common.mk
diff -u pkgsrc/mail/thunderbird/mozilla-common.mk:1.20 pkgsrc/mail/thunderbird/mozilla-common.mk:1.21
--- pkgsrc/mail/thunderbird/mozilla-common.mk:1.20      Tue Oct  1 15:01:27 2024
+++ pkgsrc/mail/thunderbird/mozilla-common.mk   Tue Oct  8 05:48:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.20 2024/10/01 15:01:27 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.21 2024/10/08 05:48:25 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -30,12 +30,7 @@ CFLAGS.NetBSD+=              -D_NETBSD_SOURCE
 
 TOOL_DEPENDS+=         cbindgen>=0.26.0:../../devel/cbindgen
 
-.if defined(FIREFOX_MAINTAINER) && !defined(MAINTAINER_INTERNAL)
 TOOL_DEPENDS+=         nodejs-[0-9]*:../../lang/nodejs
-USE_TOOLS+=            diff
-.else
-CONFIGURE_ENV+=                NODEJS="${FILESDIR}/node-wrapper.sh"
-.endif
 
 # malloc_usable_size()
 LDFLAGS.NetBSD+=       -ljemalloc
@@ -190,11 +185,7 @@ ALL_ENV+=          MOZ_APP_NAME=${MOZILLA}
 
 # Build outside ${WRKSRC}
 # Try to avoid conflict with config/makefiles/xpidl/Makefile.in
-.if ${MAINTAINER_INTERNAL:Uno} == "yes"
-OBJDIR=                        ../no-node-build
-.else
 OBJDIR=                        ../build
-.endif
 CONFIGURE_DIRS=                ${OBJDIR}
 CONFIGURE_SCRIPT=      ${WRKSRC}/configure
 



Home | Main Index | Thread Index | Old Index