head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.11.04.17.24.34; author ryoon; state Exp; branches; next ; commitid bvM6vPvo61R7bghG; desc @@ 1.1 log @mail/thunderbird: Update to 144.0.1 Changelog: 144.0.1: fixed Message compose window was removed from Task Bar after saving as draft or template 144.0: changed Flatpak runtime has been updated to Freedesktop SDK 24.08 fixed Copying text from some error alerts was not possible fixed Fastmail CalDAV app password access failed due to forced OAuth regression fixed Delete key failed to prevent deleting attachments in OpenPGP messages fixed Newly created folder was missing under "Recent" when moving a message fixed Sender avatar displayed incorrectly for 'Name' via address sender format fixed Sorting by threads only brought threads with unread top messages to the top fixed News message marked read after NNTP error prevented retrieval from server fixed Inbox 'Location' column was not translated in French locale installation fixed Not all headers were signed when creating digitally signed OpenPGP email fixed Users could not read mail signed with OpenPGP v6 and PQC keys fixed Testing a configured personal S/MIME certificate for a sub-identity did not work fixed Testing an S/MIME certificate did not work for an old invalid certificate fixed Changing identity in compose window caused modified draft not to be saved fixed Shift-click 'Compose Message To' on 'mailto' link did not open in plain text fixed Image preview in Insert Image dialog failed with CSP error for web resources fixed Thunderbird could crash in various scenarios fixed 'Copy Message to' action in a newsgroup filter did not work fixed Thunderbird could not import profile located at the top level of zip file fixed Thunderbird did not clearly fail when importing profile from a bad source fixed No way to distinguish between Thunderbird Release/ESR in Windows registry fixed Multi-attachment delete/detach confirmation only cited first attachment fixed Thunderbird hung when auto-checking multiple accounts for new messages fixed Reply All button was missing when using a Microsoft Exchange account fixed Sending emails via servers with self-signed certificate did not work fixed Task reminders could fail for tasks without end dates or with shifted due dates fixed Could not copy an event in multiweek or month view by drag-and-drop fixed Calendar discovery with certificate error displayed multiple exceptions fixed Visual and UX improvements fixed Security fixes Security fixes: Mozilla Foundation Security Advisory 2025-84 #CVE-2025-11708: Use-after-free in MediaTrackGraphImpl::GetInstance() #CVE-2025-11709: Out of bounds read/write in a privileged process triggered by WebGL textures #CVE-2025-11710: Cross-process information leaked due to malicious IPC messages #CVE-2025-11711: Some non-writable Object properties could be modified #CVE-2025-11716: Sandboxed iframes allowed links to open in external apps (Android only) #CVE-2025-11712: An OBJECT tag type attribute overrode browser behavior on web resources without a content-type #CVE-2025-11713: Potential user-assisted code execution in ??Copy as cURL?? command #CVE-2025-11719: Use-after-free caused by the native messaging web extension API on Windows #CVE-2025-11714: Memory safety bugs fixed in Firefox ESR 115.29, Firefox ESR 140.4, Thunderbird ESR 140.4, Firefox 144 and Thunderbird 144 #CVE-2025-11715: Memory safety bugs fixed in Firefox ESR 140.4, Thunderbird ESR 140.4, Firefox 144 and Thunderbird 144 #CVE-2025-11721: Memory safety bug fixed in Firefox 144 and Thunderbird 144 @ text @$NetBSD$ * sys/single_threaded.h is only for Linux. --- config/system-headers.mozbuild.orig 2025-10-06 13:27:29.080303273 +0000 +++ config/system-headers.mozbuild @@@@ -865,7 +865,6 @@@@ system_headers = [ "sys/shm.h", "sys/siginfo.h", "sys/signal.h", - "sys/single_threaded.h", "sys/socket.h", "sys/sockio.h", "sys/sparc/frame.h", @@@@ -1377,6 +1376,7 @@@@ if CONFIG["MOZ_WAYLAND"]: if CONFIG["OS_TARGET"] in ("Android", "Linux", "FreeBSD"): system_headers += [ "sys/auxv.h", + "sys/single_threaded.h", ] if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"].startswith("mips"): @