Received: by mail.netbsd.org (Postfix, from userid 605) id BD4AE84E70; Wed, 27 May 2020 11:40:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4883284D02 for ; Wed, 27 May 2020 11:40:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hT-yyqH1TbH3 for ; Wed, 27 May 2020 11:40:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C025884E60 for ; Wed, 27 May 2020 11:40:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5622FB27; Wed, 27 May 2020 11:40:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590579629170790" MIME-Version: 1.0 Date: Wed, 27 May 2020 11:40:29 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail/thunderbird To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200527114029.B5622FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590579629170790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed May 27 11:40:29 UTC 2020 Modified Files: pkgsrc/mail/thunderbird: Makefile distinfo Log Message: thunderbird: Update to 68.8.1 Changelog: Fixes: fixed IMAP stability improvements fixed HTML tags in IRC topic changes were rendered incorrectly fixed MailExtensions: Websockets could not be used To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 pkgsrc/mail/thunderbird/Makefile cvs rdiff -u -r1.226 -r1.227 pkgsrc/mail/thunderbird/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590579629170790 Content-Disposition: inline Content-Length: 2114 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/thunderbird/Makefile diff -u pkgsrc/mail/thunderbird/Makefile:1.245 pkgsrc/mail/thunderbird/Makefile:1.246 --- pkgsrc/mail/thunderbird/Makefile:1.245 Thu May 14 12:14:39 2020 +++ pkgsrc/mail/thunderbird/Makefile Wed May 27 11:40:29 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.245 2020/05/14 12:14:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.246 2020/05/27 11:40:29 ryoon Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -TB_VER= 68.8.0 +TB_VER= 68.8.1 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.226 pkgsrc/mail/thunderbird/distinfo:1.227 --- pkgsrc/mail/thunderbird/distinfo:1.226 Thu May 14 12:14:39 2020 +++ pkgsrc/mail/thunderbird/distinfo Wed May 27 11:40:29 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.226 2020/05/14 12:14:39 ryoon Exp $ +$NetBSD: distinfo,v 1.227 2020/05/27 11:40:29 ryoon Exp $ -SHA1 (thunderbird-68.8.0.source.tar.xz) = fad84dfda3f35465181ebe4f6ba14d32eec0c6cc -RMD160 (thunderbird-68.8.0.source.tar.xz) = f5dfafd7b463603b11b970babc2ecf47f7a9f60d -SHA512 (thunderbird-68.8.0.source.tar.xz) = 1af899913454e97ba3b08a090f775c0ce65ae6d8c1d31171017f09355a0bb126516d4770b4a4a0e774419497c404fa70dcfcafdf767c9caba0bf1d658c0d9350 -Size (thunderbird-68.8.0.source.tar.xz) = 335068956 bytes +SHA1 (thunderbird-68.8.1.source.tar.xz) = c7cb4f60e7f5e33fd348a9c20d7fd0e2f666d19b +RMD160 (thunderbird-68.8.1.source.tar.xz) = 39860f273b236eab7fc22e1e7d050d2b2dfe0286 +SHA512 (thunderbird-68.8.1.source.tar.xz) = 079ab64aa9c7cbb922076bb129082d1de942fc76dad26eaf1348c963268cea830faf7414b115bd8f50f95df6383c1ddbec5cb2c9c8b8f7e57cddd1cb101783bf +Size (thunderbird-68.8.1.source.tar.xz) = 337093664 bytes SHA1 (patch-browser_app_profile_firefox.js) = d3ade5620370965e397ba494ff0495aeef5af0d0 SHA1 (patch-build_moz.configure_old.configure) = edd810f8d607697898ae315453719fe6c8c09bcc SHA1 (patch-comm_mail_installer_package-manifest.in) = 14e8977f690e579a8caf73326248323615e04803 --_----------=_1590579629170790--