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:           Fri Aug 14 12:35:37 UTC 2026

Modified Files:
        pkgsrc/mail/thunderbird: Makefile distinfo mozilla-common.mk

Log Message:
mail/thunderbird: Update to 153.0.3

* Remove commented-out hunspell dependency. hunspell is sandboxed with wasm
  and external hunspell is not available anymore.

Changelog:
153.0.3:
What's Fixed

fixed
Thunderbird could crash when saving a sent Exchange message

153.0.2:
What's Changed

changed
There are no Thunderbird changes requiring release notes in this release

153.0.1:
What's Fixed

fixed
New Message and New Event buttons were unreadable in right-to-left locales

fixed
OpenPGP sending failed when an accepted key lacked a valid encryption subkey


To generate a diff of this commit:
cvs rdiff -u -r1.365 -r1.366 pkgsrc/mail/thunderbird/Makefile
cvs rdiff -u -r1.298 -r1.299 pkgsrc/mail/thunderbird/distinfo
cvs rdiff -u -r1.28 -r1.29 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.365 pkgsrc/mail/thunderbird/Makefile:1.366
--- pkgsrc/mail/thunderbird/Makefile:1.365      Thu Jul 23 13:52:23 2026
+++ pkgsrc/mail/thunderbird/Makefile    Fri Aug 14 12:35:37 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.365 2026/07/23 13:52:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.366 2026/08/14 12:35:37 ryoon Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird-${TB_VER:S/esr//}
-TB_VER=                153.0
+TB_VER=                153.0.3
 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.298 pkgsrc/mail/thunderbird/distinfo:1.299
--- pkgsrc/mail/thunderbird/distinfo:1.298      Thu Jul 23 13:52:23 2026
+++ pkgsrc/mail/thunderbird/distinfo    Fri Aug 14 12:35:37 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.298 2026/07/23 13:52:23 ryoon Exp $
+$NetBSD: distinfo,v 1.299 2026/08/14 12:35:37 ryoon Exp $
 
-BLAKE2s (thunderbird-153.0.source.tar.xz) = 96434fcfe727fd8036e9342911cab7bfe048619db0e6fd16a28023668bb43baf
-SHA512 (thunderbird-153.0.source.tar.xz) = f77bde3dd0933dd35870a889386c41d55ff0cbe276ec3373b27e9885f7db7e35529e7ecc2fc149ae4f8c5ae53eddb3ad444e7499a850a59a82b8940c7a4c7747
-Size (thunderbird-153.0.source.tar.xz) = 944561040 bytes
+BLAKE2s (thunderbird-153.0.3.source.tar.xz) = 50728581507a7fe7c68d548b7fd4260036283dd5beea179d15463c49b9ab8473
+SHA512 (thunderbird-153.0.3.source.tar.xz) = 6a9271af8473fa6679d4943a35fab0a335e8eb736aebfab4d79e250578faf6090cda19e80708487bec7c2221242b059072dda9ca817478a6d76556594972202b
+Size (thunderbird-153.0.3.source.tar.xz) = 939109308 bytes
 SHA1 (patch-browser_app_profile_firefox.js) = 1eaa674c0aa8279e2f9dc2eda582650a08156d65
 SHA1 (patch-build_gn__processor.py) = 078f773104bf4c1b30584564aefe365db6ba6daf
 SHA1 (patch-build_moz.configure_init.configure) = 65deb3c233df0aab81eb1fca05d708e5a4ed169a

Index: pkgsrc/mail/thunderbird/mozilla-common.mk
diff -u pkgsrc/mail/thunderbird/mozilla-common.mk:1.28 pkgsrc/mail/thunderbird/mozilla-common.mk:1.29
--- pkgsrc/mail/thunderbird/mozilla-common.mk:1.28      Sat Jun  6 14:51:30 2026
+++ pkgsrc/mail/thunderbird/mozilla-common.mk   Fri Aug 14 12:35:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.28 2026/06/06 14:51:30 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.29 2026/08/14 12:35:37 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -265,9 +265,6 @@ RUST_REQ=   1.82.0
 .include "../../lang/rust/rust.mk"
 .include "../../multimedia/libvpx/buildlink3.mk"
 .include "../../net/libIDL/buildlink3.mk"
-# TODO: check again, pkgsrc has hunspell 1.7
-# was: textproc/hunspell 1.3 is too old
-#.include "../../textproc/hunspell/buildlink3.mk"
 .include "../../multimedia/ffmpeg8/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"



Home | Main Index | Thread Index | Old Index