From nobody Wed Apr 29 18:51:32 2026 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g5RGr66JXz6bgJc for ; Wed, 29 Apr 2026 18:51:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g5RGr32hnz3Wb4 for ; Wed, 29 Apr 2026 18:51:32 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777488692; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Yy3mZiaAYn/kFG/HWMOnOWxWxXw7oaYGrEh0nZDms0s=; b=yUya84b/pLNmxTOkzi/Mg7PRlgSsBN/6o8G1l4S90Jt5MegvD/mDrRXf/AkgEUnCMKAZgP /3XKre4LRpI5jJIyasj1wxWKMqH5iE+PpANv6eab0OrYygYrpzSuFrmU+hxaUI++FOa7th dNcsdbxrxT7cotzyw/zubKwG+eAhrOFoSoLFjMb32aDZLbG1CRmwK84VXVL2QpMe+9UdG8 6zxVWJYTYWWb3xxH91Cyyc71Dws8ZCPNc1r0MS+55P6JIKa5YnzeEFY0642zjgJF1pwojt GIQA7+Nf+kd5EV0KJht+Amd7tiAGrzu92Ki/j9mqxrhr2MxmH1wIk0NF0XE5jA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777488692; a=rsa-sha256; cv=none; b=HGiHxc1ylECG0QFGVl8x3YBK+MIpjfFpicXDAlwBbijq/+ivfBgS7FrmbCMW3O7gSocnU5 ao6Vftw13dyaVBf99qs64KOyHGoX+5DqQssi4S3Ih/AKdqFFl1ZDmi05xXMBfmfRgIfFkW 0KPCc6QgbA2DZJT0zArM5ouGbiv/0qIK8k4mcoZaZKwH1KQFfzGtoaVxmlcNRDyuCcrLcl xcy7bjKzcWZdBB9JrQ5WgYrubr3prpTaqGhxyLcB7ueTyzKzNzYkvspN0Eq5Os25jRlDNY FNZn2GtdSOm+3FWn/xL+YH6y/tkQSwp3NqcIGrCUBsWM4p3zv2V2eUOusmQ1tg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777488692; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Yy3mZiaAYn/kFG/HWMOnOWxWxXw7oaYGrEh0nZDms0s=; b=DNLnEjzoXVss2LNpQf+ir2VutKSIAevvyk/jpd0CeslGwo6bg3DA6t7nJCtiwFM8LFqe/t YZZkJxQSjaowTtFOFNM+wuv2TCq9vq/5l7+cS1t5TC5V/cv2ySRP95eqEz2Be6Q3gQrj6g W1aZmy+r0Y9urE5Z8O5UqR/ttPnjc+Da0FpaTC0rdADqWlcaYRgyPhP6vzotZYO1Mq8pX5 tdpmkFBVLvccxDZGDQYV41durzZzt0Iwyv31Yy/5R2aOlcR3iPNwIlw4ivMOxDBF+Js/oP FCYrWMBxgpgENUdjA1tH/38BdtAyL72eDPzjrvoz2zPkqdvP7PSs9yWAFGLYzA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g5RGr2V3Kzs68 for ; Wed, 29 Apr 2026 18:51:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 37b49 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 29 Apr 2026 18:51:32 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: 7807a02461d7 - main - mail/thunderbird: update to 150.0.1 (rc1) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7807a02461d7211b5f7995788550c31ebf77f017 Auto-Submitted: auto-generated Date: Wed, 29 Apr 2026 18:51:32 +0000 Message-Id: <69f25334.37b49.37bb995f@gitrepo.freebsd.org> The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=7807a02461d7211b5f7995788550c31ebf77f017 commit 7807a02461d7211b5f7995788550c31ebf77f017 Author: Christoph Moench-Tegeder AuthorDate: 2026-04-29 18:51:02 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2026-04-29 18:51:02 +0000 mail/thunderbird: update to 150.0.1 (rc1) Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/150.0.1/releasenotes/ --- mail/thunderbird/Makefile | 5 ++--- mail/thunderbird/distinfo | 6 +++--- mail/thunderbird/files/patch-pipewire_init | 15 +++++++++------ 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 53e596ec40e4..851bdda5975c 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,6 +1,5 @@ PORTNAME= thunderbird -DISTVERSION= 150.0 -PORTREVISION= 1 +DISTVERSION= 150.0.1 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source @@ -11,7 +10,7 @@ COMMENT= Mozilla Thunderbird is standalone mail and news that stands above WWW= https://www.thunderbird.net/ BUILD_DEPENDS= nspr>=4.32:devel/nspr \ - nss>=3.122.1:security/nss \ + nss>=3.122.2:security/nss \ libevent>=2.1.8:devel/libevent \ harfbuzz>=10.1.0:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 39b7d0d2a010..fd4f6965e7d1 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1776448865 -SHA256 (thunderbird-150.0.source.tar.xz) = bacee6c25a4b7bd4de112a0f78055f96e93d2a12683fd3b0490a4ef9b632cf12 -SIZE (thunderbird-150.0.source.tar.xz) = 839308448 +TIMESTAMP = 1777482544 +SHA256 (thunderbird-150.0.1.source.tar.xz) = b950aab9852259dd3d8ef1a3433a15b1051b0067824dc0044ba8b8ed470ab24a +SIZE (thunderbird-150.0.1.source.tar.xz) = 842624788 diff --git a/mail/thunderbird/files/patch-pipewire_init b/mail/thunderbird/files/patch-pipewire_init index c0eae3972c11..a1cfd672ab23 100644 --- a/mail/thunderbird/files/patch-pipewire_init +++ b/mail/thunderbird/files/patch-pipewire_init @@ -19,10 +19,10 @@ index cab90280ef40..13718b8ce83c 100644 const char* pw_get_library_version(); diff --git third_party/libwebrtc/modules/portal/pipewire_utils.cc third_party/libwebrtc/modules/portal/pipewire_utils.cc -index 91a2ae69513a..9dc0c47b969b 100644 +index 7008696b7d20..758b21e2677c 100644 --- third_party/libwebrtc/modules/portal/pipewire_utils.cc +++ third_party/libwebrtc/modules/portal/pipewire_utils.cc -@@ -52,12 +52,12 @@ PipeWireThreadLoopLock::~PipeWireThreadLoopLock() { +@@ -108,7 +108,7 @@ PipeWireThreadLoopLock::~PipeWireThreadLoopLock() { RTC_NO_SANITIZE("cfi-icall") PipeWireInitializer::PipeWireInitializer() { @@ -31,12 +31,15 @@ index 91a2ae69513a..9dc0c47b969b 100644 } RTC_NO_SANITIZE("cfi-icall") - PipeWireInitializer::~PipeWireInitializer() { -- pw_deinit(); -+ pipewire_deinit(); +@@ -116,7 +116,7 @@ PipeWireInitializer::~PipeWireInitializer() { + PipeWireVersion pw_client_version = + PipeWireVersion::Parse(pw_get_library_version()); + if (pw_client_version >= kReentrantDeinitMinVersion) { +- pw_deinit(); ++ pipewire_deinit(); + } } - } // namespace webrtc diff --git third_party/pipewire/libpipewire/mozpipewire.cpp third_party/pipewire/libpipewire/mozpipewire.cpp index 11f938b1de20..0191e557374d 100644 --- third_party/pipewire/libpipewire/mozpipewire.cpp