Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C62A684E79 for ; Mon, 4 Dec 2023 03:46:04 +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 Ev-X9zgSN-a6 for ; Mon, 4 Dec 2023 03:46:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 290AA84D31 for ; Mon, 4 Dec 2023 03:46:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CFF51FA42; Mon, 4 Dec 2023 03:46:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170166156310540" MIME-Version: 1.0 Date: Mon, 4 Dec 2023 03:46:03 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail/thunderbird To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20231204034603.CFF51FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170166156310540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon Dec 4 03:46:03 UTC 2023 Modified Files: pkgsrc/mail/thunderbird: Makefile distinfo mozilla-common.mk Log Message: thunderbird: Update to 115.5.1 * Use ffmpeg6. Changelog: Fixes fixed Advanced GnuPG keys may be protected with an unexpected passphrase fixed OpenPGP signatures rejected due to mismatched signature timestamp now display signature timestamp and clarifying message fixed Advanced address book search did not return results if display name was left blank fixed Clicking on attendee when inviting attendees added the attendee twice To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 pkgsrc/mail/thunderbird/Makefile cvs rdiff -u -r1.261 -r1.262 pkgsrc/mail/thunderbird/distinfo cvs rdiff -u -r1.11 -r1.12 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. --_----------=_170166156310540 Content-Disposition: inline Content-Length: 2931 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.306 pkgsrc/mail/thunderbird/Makefile:1.307 --- pkgsrc/mail/thunderbird/Makefile:1.306 Thu Nov 23 15:27:29 2023 +++ pkgsrc/mail/thunderbird/Makefile Mon Dec 4 03:46:03 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.306 2023/11/23 15:27:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.307 2023/12/04 03:46:03 ryoon Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -TB_VER= 115.5.0 +TB_VER= 115.5.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.261 pkgsrc/mail/thunderbird/distinfo:1.262 --- pkgsrc/mail/thunderbird/distinfo:1.261 Thu Nov 23 15:27:29 2023 +++ pkgsrc/mail/thunderbird/distinfo Mon Dec 4 03:46:03 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.261 2023/11/23 15:27:29 ryoon Exp $ +$NetBSD: distinfo,v 1.262 2023/12/04 03:46:03 ryoon Exp $ -BLAKE2s (thunderbird-115.5.0.source.tar.xz) = 04e0973ac3d43951ccec1c13a3223fd78b4adea39eb03b995e89e584fb0b04c1 -SHA512 (thunderbird-115.5.0.source.tar.xz) = 3ada7ad6aeca07edd732e0beaaf765f2da8282e4d3bed967d68f42f4d612842f0e470bd43c24de0e92829eb137c1031999f50456165de0b7735502a83deb42e5 -Size (thunderbird-115.5.0.source.tar.xz) = 535406304 bytes +BLAKE2s (thunderbird-115.5.1.source.tar.xz) = 7de1290e66b8bda97e5510c18ac9e0d784730077b61a1b943b1d06520eed67e5 +SHA512 (thunderbird-115.5.1.source.tar.xz) = 5ddc39b3591427d283c5497f68a1d722409aba54d53342a36a259daa219d8135ecf88868b12235eb9536f46f825722cf6da2781b71a2e10b816281231394b4f9 +Size (thunderbird-115.5.1.source.tar.xz) = 532760764 bytes SHA1 (patch-browser_app_profile_firefox.js) = d53fae5544563888d030af7483f00283a712235c SHA1 (patch-build_moz.configure_rust.configure) = 72c5fa2e9d1022325d038832cca2e35f7213116d SHA1 (patch-comm_third__party_botan_configure.py) = 262f560c514d221d0df15a1906100b5e716bfdab Index: pkgsrc/mail/thunderbird/mozilla-common.mk diff -u pkgsrc/mail/thunderbird/mozilla-common.mk:1.11 pkgsrc/mail/thunderbird/mozilla-common.mk:1.12 --- pkgsrc/mail/thunderbird/mozilla-common.mk:1.11 Tue Nov 21 21:32:51 2023 +++ pkgsrc/mail/thunderbird/mozilla-common.mk Mon Dec 4 03:46:03 2023 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.11 2023/11/21 21:32:51 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.12 2023/12/04 03:46:03 ryoon Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -217,7 +217,7 @@ RUST_REQ= 1.41.0 .include "../../net/libIDL/buildlink3.mk" # textproc/hunspell 1.3 is too old #.include "../../textproc/hunspell/buildlink3.mk" -.include "../../multimedia/ffmpeg4/buildlink3.mk" +.include "../../multimedia/ffmpeg6/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2 .include "../../x11/pixman/buildlink3.mk" --_----------=_170166156310540--