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  1 15:15:33 UTC 2019

Modified Files:
        pkgsrc/mail/thunderbird: Makefile PLIST distinfo

Log Message:
Update to 68.1.1

Changelog:
    fixed Issues with attachments in IMAP messages

    fixed Gmail accounts ignored a non-standard trash folder
    selection. Note: If non-standard trash folder was selected
    previously in the account settings, this setting will now take
    effect which may be unexpected.

    fixed Entering/pasting lists of recipients into the addressing
    widget or mailing list not working reliably, especially when
    lists contained multiple commas or semicolons

    fixed Edit mailing list not working

    fixed Various theme fixes, especially dark theme improvements
    for Calendar

    fixed Contrast between tag label and background not optimal

    fixed Account Central pane always loaded at start-up

    fixed "Config Editor" button not removed if blocked by policy

    fixed Calendar: Free/busy information in attendees dialog not
    scrolled correctly. Note: Scroll arrows still not behaving
    correctly.

    fixed Various security fixes

#CVE-2019-11755: Spoofing a message author via a crafted S/MIME
message


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 pkgsrc/mail/thunderbird/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/mail/thunderbird/PLIST
cvs rdiff -u -r1.213 -r1.214 pkgsrc/mail/thunderbird/distinfo

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.229 pkgsrc/mail/thunderbird/Makefile:1.230
--- pkgsrc/mail/thunderbird/Makefile:1.229      Sat Sep 21 10:55:16 2019
+++ pkgsrc/mail/thunderbird/Makefile    Tue Oct  1 15:15:33 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.229 2019/09/21 10:55:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.230 2019/10/01 15:15:33 ryoon Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird-${TB_VER}
-TB_VER=                68.1.0
+TB_VER=                68.1.1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/mail/thunderbird/PLIST
diff -u pkgsrc/mail/thunderbird/PLIST:1.70 pkgsrc/mail/thunderbird/PLIST:1.71
--- pkgsrc/mail/thunderbird/PLIST:1.70  Sat Sep 21 10:55:16 2019
+++ pkgsrc/mail/thunderbird/PLIST       Tue Oct  1 15:15:33 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.70 2019/09/21 10:55:16 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.71 2019/10/01 15:15:33 ryoon Exp $
 bin/thunderbird
 lib/thunderbird/actors/AudioPlaybackChild.jsm
 lib/thunderbird/actors/AutoplayChild.jsm
@@ -4340,6 +4340,7 @@ lib/thunderbird/components/nsMsgTraitSer
 lib/thunderbird/components/nsNewsAutoCompleteSearch.js
 lib/thunderbird/components/nsSMTPProtocolHandler.js
 lib/thunderbird/components/nsSetDefaultMail.js
+lib/thunderbird/components/odnoklassniki.js
 lib/thunderbird/components/offlineStartup.js
 lib/thunderbird/components/skype.js
 lib/thunderbird/components/smileProtocolHandler.js

Index: pkgsrc/mail/thunderbird/distinfo
diff -u pkgsrc/mail/thunderbird/distinfo:1.213 pkgsrc/mail/thunderbird/distinfo:1.214
--- pkgsrc/mail/thunderbird/distinfo:1.213      Sat Sep 21 10:55:16 2019
+++ pkgsrc/mail/thunderbird/distinfo    Tue Oct  1 15:15:33 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.213 2019/09/21 10:55:16 ryoon Exp $
+$NetBSD: distinfo,v 1.214 2019/10/01 15:15:33 ryoon Exp $
 
-SHA1 (thunderbird-68.1.0.source.tar.xz) = 1b658b8477869d59be71099c2ecb51e27da8a18f
-RMD160 (thunderbird-68.1.0.source.tar.xz) = d19e638cf9b0ee1cfae74158e0b989660264e37f
-SHA512 (thunderbird-68.1.0.source.tar.xz) = eb2a71bbf4b87ee1156f32b3829cf6970855187f9e60f5003bd3f3680b53b80f34220ed2575c26834bc2960b2c85b2b53c2ee5437b4c19031f94eae5ca9a010c
-Size (thunderbird-68.1.0.source.tar.xz) = 333332920 bytes
+SHA1 (thunderbird-68.1.1.source.tar.xz) = 35199e68ee6ed073148781eec5a9333d36310641
+RMD160 (thunderbird-68.1.1.source.tar.xz) = 5cfe7536b0c96c250dad616d19ff9668214d585f
+SHA512 (thunderbird-68.1.1.source.tar.xz) = 946b9694c93bcd416fb2fe1f2448c7304d97a9b8dada9921ea5790cac019b0a53da2666eb974eb416bffd9f7874a51650563daa4dee97fef1091ac3b8df3f2ac
+Size (thunderbird-68.1.1.source.tar.xz) = 330615656 bytes
 SHA1 (patch-browser_app_profile_firefox.js) = d3ade5620370965e397ba494ff0495aeef5af0d0
 SHA1 (patch-build_moz.configure_old.configure) = edd810f8d607697898ae315453719fe6c8c09bcc
 SHA1 (patch-comm_calendar_lightning_Makefile.in) = d74b7e5c25c76c23350737b2cef689e02d7965f3



Home | Main Index | Thread Index | Old Index