From owner-freebsd-gecko@freebsd.org Sun Nov 24 00:52:09 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A18BC1C4061 for ; Sun, 24 Nov 2019 00:52:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47LBT53tNZz4dG3 for ; Sun, 24 Nov 2019 00:52:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 8528C1C405F; Sun, 24 Nov 2019 00:52:09 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 84EC91C405E for ; Sun, 24 Nov 2019 00:52:09 +0000 (UTC) (envelope-from bugzilla-noreply@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47LBT530K6z4dG1 for ; Sun, 24 Nov 2019 00:52:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A3F41C526 for ; Sun, 24 Nov 2019 00:52:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xAO0q9lG090660 for ; Sun, 24 Nov 2019 00:52:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xAO0q9wi090612 for gecko@FreeBSD.org; Sun, 24 Nov 2019 00:52:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 242104] security/nss: fails to build on aarch64 13-current Date: Sun, 24 Nov 2019 00:52:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2019 00:52:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242104 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Sun Nov 24 00:51:29 UTC 2019 New revision: 518282 URL: https://svnweb.freebsd.org/changeset/ports/518282 Log: security/nss: unbreak aarch64 on -CURRENT blinit.c:159:24: error: expected readable system register id_aa64isar0 =3D READ_SPECIALREG(ID_AA64ISAR0_EL1); ^ /usr/include/machine/armreg.h:61:19: note: expanded from macro 'READ_SPECIALREG' __asm __volatile("mrs %0, " __STRING(reg) : "=3D&r" (_val)); = \ ^ :1:10: note: instantiated into assembly here mrs x8, (((3) << 19) | ((0) << 16) | ((0) << 12) | ((6) << 8)= | ((0) << 5)) ^ blinit.c:160:28: error: implicit declaration of function 'ID_AA64ISAR0_AE= S' is invalid in C99 [-Werror,-Wimplicit-function-declaration] arm_aes_support_ =3D ID_AA64ISAR0_AES(id_aa64isar0) >=3D ID_AA64ISAR0_AES_BASE && disable_hw_aes =3D=3D NULL; ^ blinit.c:162:29: error: implicit declaration of function 'ID_AA64ISAR0_SH= A1' is invalid in C99 [-Werror,-Wimplicit-function-declaration] arm_sha1_support_ =3D ID_AA64ISAR0_SHA1(id_aa64isar0) =3D=3D ID_AA64ISAR0_SHA1_BASE; ^ blinit.c:162:29: note: did you mean 'ID_AA64ISAR0_AES'? blinit.c:160:28: note: 'ID_AA64ISAR0_AES' declared here arm_aes_support_ =3D ID_AA64ISAR0_AES(id_aa64isar0) >=3D ID_AA64ISAR0_AES_BASE && disable_hw_aes =3D=3D NULL; ^ blinit.c:163:29: error: implicit declaration of function 'ID_AA64ISAR0_SH= A2' is invalid in C99 [-Werror,-Wimplicit-function-declaration] arm_sha2_support_ =3D ID_AA64ISAR0_SHA2(id_aa64isar0) >=3D ID_AA64ISAR0_SHA2_BASE; ^ blinit.c:163:29: note: did you mean 'ID_AA64ISAR0_SHA1'? blinit.c:162:29: note: 'ID_AA64ISAR0_SHA1' declared here arm_sha1_support_ =3D ID_AA64ISAR0_SHA1(id_aa64isar0) =3D=3D ID_AA64ISAR0_SHA1_BASE; ^ PR: 242104 Reported by: pkg-fallout Submitted by: Mika?l Urankar Changes: head/security/nss/files/patch-bug1575843 head/security/nss/files/patch-lib_freebl_blinit.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Sun Nov 24 00:53:53 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C3B071C431F for ; Sun, 24 Nov 2019 00:53:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47LBW53Y4yz4db1 for ; Sun, 24 Nov 2019 00:53:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 796D31C431B; Sun, 24 Nov 2019 00:53:53 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 78AE61C431A for ; Sun, 24 Nov 2019 00:53:53 +0000 (UTC) (envelope-from bugzilla-noreply@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47LBW525MZz4dZy for ; Sun, 24 Nov 2019 00:53:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 21DE41C54F for ; Sun, 24 Nov 2019 00:53:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xAO0rrn5010730 for ; Sun, 24 Nov 2019 00:53:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xAO0rrpu010729 for gecko@FreeBSD.org; Sun, 24 Nov 2019 00:53:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 242104] security/nss: fails to build on aarch64 13-current Date: Sun, 24 Nov 2019 00:53:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2019 00:53:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242104 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Sun Nov 24 21:00:17 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 458D71BAD95 for ; Sun, 24 Nov 2019 21:00:17 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47LjH51BLjz4T93 for ; Sun, 24 Nov 2019 21:00:17 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 28AD41BAD92; Sun, 24 Nov 2019 21:00:17 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 287491BAD91 for ; Sun, 24 Nov 2019 21:00:17 +0000 (UTC) (envelope-from bugzilla-noreply@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47LjH50JLsz4T8x for ; Sun, 24 Nov 2019 21:00:17 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E1E4B1EF3 for ; Sun, 24 Nov 2019 21:00:16 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xAOL0GU8063554 for ; Sun, 24 Nov 2019 21:00:16 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xAOL0GFN063553 for gecko@FreeBSD.org; Sun, 24 Nov 2019 21:00:16 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201911242100.xAOL0GFN063553@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: gecko@FreeBSD.org Subject: Problem reports for gecko@FreeBSD.org that need special attention Date: Sun, 24 Nov 2019 21:00:16 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2019 21:00:17 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 208496 | security/nss -- add more binaries to the package In Progress | 233591 | mail/thunderbird has incorrect icon name in deskt 2 problems total for which you should take action. From owner-freebsd-gecko@freebsd.org Tue Nov 26 01:02:10 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 846EC1C01B8 for ; Tue, 26 Nov 2019 01:02:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47MQbk32Xnz48vR for ; Tue, 26 Nov 2019 01:02:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 683D61C01B7; Tue, 26 Nov 2019 01:02:10 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 680411C01B6 for ; Tue, 26 Nov 2019 01:02:10 +0000 (UTC) (envelope-from bugzilla-noreply@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47MQbk2B3Mz48vP for ; Tue, 26 Nov 2019 01:02:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FCA91D354 for ; Tue, 26 Nov 2019 01:02:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xAQ12AhH032082 for ; Tue, 26 Nov 2019 01:02:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xAQ12AQ8032081 for gecko@FreeBSD.org; Tue, 26 Nov 2019 01:02:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 241840] www/firefox: update to 71.0 (phase: Beta, ETA: 2019-12-03) Date: Tue, 26 Nov 2019 01:02:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2019 01:02:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241840 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Tue Nov 26 01:01:20 UTC 2019 New revision: 518439 URL: https://svnweb.freebsd.org/changeset/ports/518439 Log: www/firefox: update to 71.0 Changes: https://www.mozilla.org/firefox/71.0/releasenotes/ PR: 241840 Security: 13b6433c-7aaf-477b-b96b-164924a005bb MFH: 2019Q4 Differential Revision: https://reviews.freebsd.org/D22296 Changes: head/Mk/bsd.gecko.mk head/www/firefox/Makefile head/www/firefox/distinfo head/www/firefox/files/patch-Makefile.in head/www/firefox/files/patch-bindgen-rust1390 head/www/firefox/files/patch-bug847568 head/www/firefox/files/patch-cubeb-dlopen --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Tue Nov 26 07:00:36 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BB3CD1AB987 for ; Tue, 26 Nov 2019 07:00:36 +0000 (UTC) (envelope-from WingertWinona200058@wp.pl) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47MZYJ3Gsfz4Srv for ; Tue, 26 Nov 2019 07:00:36 +0000 (UTC) (envelope-from WingertWinona200058@wp.pl) Received: by mailman.nyi.freebsd.org (Postfix) id 6E89E1AB986; Tue, 26 Nov 2019 07:00:36 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E4AE1AB985 for ; Tue, 26 Nov 2019 07:00:36 +0000 (UTC) (envelope-from WingertWinona200058@wp.pl) Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47MZYH16nzz4Srr for ; Tue, 26 Nov 2019 07:00:34 +0000 (UTC) (envelope-from WingertWinona200058@wp.pl) Received: (wp-smtpd smtp.wp.pl 11479 invoked from network); 26 Nov 2019 08:00:31 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1574751631; bh=xiphOyw0a+kFE4poqCKPlPn7HScmVY+j+efAARs0j8g=; h=From:To; b=hhy7YbdSKIlhfk/7zMM/GHAincxSz9jnze8HxVsxIfxSwQhrXs+Hzj3rqw+rPqbLu drBo/QubTmQJozt1acy1USRxVmID5DaFpsZLV6RapD2mPIopSqbhWmjm0F+BjSNf6r 6KDs0EMzPqs2ZHFJFNXeNbuMoDUjHwVdMmGpJxuY= Received: from unknown (HELO wp.pl) (WingertWinona200058@wp.pl@[212.227.72.57]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 26 Nov 2019 08:00:31 +0100 From: "=?utf-8?B?0KDQtdC00LDQutGG0LjQvtC90L3Ri9C5INC+0YLQtNC10Ls=?=" Subject: =?utf-8?B?MjkgLjExLjIwMTkg0J9Q0JjQk9Cb0JDQqEHQldCcICDQn1DQmNCd0K9U0KwgINCj0KfQkNCh0KLQmEUg0JIg0J/Qo9CR0JvQmNCaQdCm0JjQmCB9INCSINCd0JDQo9Cn0J3QntCcINCW0KPQoNCd0JDQm9CV?= To: gecko@freebsd.org MIME-Version: 1.0 Date: Tue, 26 Nov 2019 09:56:01 +0300 X-WP-MailID: b2bd031a88738259f1f9d96cdea3a5be X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0M00009 [ADPg] Message-ID: X-Rspamd-Queue-Id: 47MZYH16nzz4Srr X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=wp.pl header.s=1024a header.b=hhy7YbdS; dmarc=pass (policy=none) header.from=wp.pl; spf=pass (mx1.freebsd.org: domain of WingertWinona200058@wp.pl designates 212.77.101.10 as permitted sender) smtp.mailfrom=WingertWinona200058@wp.pl X-Spamd-Result: default: False [0.24 / 15.00]; R_SPF_ALLOW(-0.20)[+ip4:212.77.96.0/19]; FREEMAIL_FROM(0.00)[wp.pl]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[wp.pl:+]; DMARC_POLICY_ALLOW(-0.50)[wp.pl,none]; SUBJ_ALL_CAPS(3.00)[73]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:+,3:~]; FREEMAIL_ENVFROM(0.00)[wp.pl]; ASN(0.00)[asn:12827, ipnet:212.77.101.0/24, country:PL]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[wp.pl.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.81)[-0.806,0]; R_DKIM_ALLOW(-0.20)[wp.pl:s=1024a]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.96)[-0.959,0]; MIME_GOOD(-0.10)[multipart/related,multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[gecko@freebsd.org]; IP_SCORE_FREEMAIL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(0.00)[ip: (-8.19), ipnet: 212.77.101.0/24(-3.85), asn: 12827(-3.08), country: PL(0.07)]; RCVD_IN_DNSWL_NONE(0.00)[10.101.77.212.list.dnswl.org : 127.0.5.0]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2019 07:00:36 -0000 =EF=BB=BF=D0=94o=D0=B1p=D1=8B=D0=B9 =D0=B4=D0=B5=D0=BD=D1=8C! =20 =D0=A1=D0=BE=D0=BE=D0=B1=D1=89=D0=B0=D0=B5=D0=BC =D0=BE =D0=BF=D1=80=D0= =BE=D0=B4=D0=BE=D0=BB=D0=B6=D0=B5=D0=BD=D0=B8=D0=B8 =D0=BFp=D0=B8=D0=B5= =D0=BC=D0=B0 =D0=BC=D0=B0=D1=82=D0=B5p=D0=B8=D0=B0=D0=BBo=D0=B2 =D0=B4= =D0=BB=D1=8F =D0=BF=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D0= =B8 =D0=B2 =E2=84=96 11/2019 =D0=9C=D0=B5=D0=B6=D0=B4=D1=83=D0=BD=D0=B0= po=D0=B4=D0=BDo=D0=B3o =D0=B6=D1=83p=D0=BD=D0=B0=D0=BB=D0=B0 "=D0=9D=D0= =B0=D1=83=D1=87=D0=BD=D1=8B=D0=B5 =D0=B3=D0=BE=D1=80=D0=B8=D0=B7=D0=BE= =D0=BD=D1=82=D1=8B". =D0=9Fp=D0=B8=D0=B5=D0=BC =D0=BC=D0=B0=D1=82=D0=B5p=D0=B8=D0=B0=D0=BB= o=D0=B2 =D0=B4=D0=BB=D1=8F =D0=BF=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0=D1= =86=D0=B8=D0=B8 o=D1=81=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2=D0=BB=D1=8F= =D0=B5=D1=82=D1=81=D1=8F =D0=B4o 29 =D0=BD=D0=BE=D1=8F=D0=B1=D1=80=D1=8F= 2019 =D0=B3. (=D0=B2=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D1=82=D0=B5=D0=BB=D1= =8C=D0=BDo). =D0=9D=D0=B0=D1=88 =D0=B6=D1=83p=D0=BD=D0=B0=D0=BB =D0=BFp=D0=B8=D0=BD= =D0=B8=D0=BC=D0=B0=D0=B5=D1=82 =D0=BD=D0=B0=D1=83=D1=87=D0=BD=D1=8B=D0= =B5 =D1=82p=D1=83=D0=B4=D1=8B =D0=BFo =D1=81=D0=BB=D0=B5=D0=B4=D1=83=D1= =8E=D1=89=D0=B8=D0=BC =D0=BD=D0=B0=D0=BFp=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD= =D0=B8=D1=8F=D0=BC:=20 =D0=93=D1=83=D0=BC=D0=B0=D0=BD=D0=B8=D1=82=D0=B0p=D0=BD=D1=8B=D0=BC =D0= =BD=D0=B0=D1=83=D0=BA=D0=B0=D0=BC; =D0=95=D1=81=D1=82=D0=B5=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0=BD=D1=8B=D0=BC= =D0=BD=D0=B0=D1=83=D0=BA=D0=B0=D0=BC; =D0=A2=D0=B5=D1=85=D0=BD=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D0=BC =D0= =BD=D0=B0=D1=83=D0=BA=D0=B0=D0=BC P=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D0=B5 =D1=8D=D0=BB=D0= =B5=D0=BA=D1=82po=D0=BD=D0=BDo=D0=B3o =D0=BDo=D0=BC=D0=B5p=D0=B0 =D0=B6= =D1=83p=D0=BD=D0=B0=D0=BB=D0=B0 =D0=B2 =D0=B0p=D1=85=D0=B8=D0=B2=D0=B5= =D0=BD=D0=B0 =D1=81=D0=B0=D0=B9=D1=82=D0=B5 =D0=B8 =D0=BF=D0=B5=D1=87= =D0=B0=D1=82=D1=8C =D1=81=D0=B1op=D0=BD=D0=B8=D0=BA=D0=B0 30 =D0=BD=D0= =BE=D1=8F=D0=B1=D1=80=D1=8F 2019 =D0=B3.=20 O=D1=82=D0=BFp=D0=B0=D0=B2=D0=BA=D0=B0 =D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0= =BD=D1=8B=D1=85 =D0=B6=D1=83p=D0=BD=D0=B0=D0=BBo=D0=B2 =D0=B0=D0=B2=D1= =82op=D0=B0=D0=BC 4 =D0=B4=D0=B5=D0=BA=D0=B0=D0=B1=D1=80=D1=8F 2019 =D0= =B3. =D0=9A=D0=B0=D0=B6=D0=B4=D1=8B=D0=B9 =D0=B0=D0=B2=D1=82=D0=BE=D1=80 =D0= =BF=D0=BE=D0=BB=D1=83=D1=87=D0=B0=D0=B5=D1=82 =D1=81=D0=B5=D1=80=D1=82= =D0=B8=D1=84=D0=B8=D0=BA=D0=B0=D1=82 =D0=BE =D0=BF=D1=83=D0=B1=D0=BB=D0= =B8=D0=BA=D0=B0=D1=86=D0=B8=D0=B8 =D0=B2 =D0=B4=D0=B5=D0=BD=D1=8C =D0=BF= =D1=80=D0=B8=D0=BD=D1=8F=D1=82=D0=B8=D1=8F =D0=BC=D0=B0=D1=82=D0=B5=D1= =80=D0=B8=D0=B0=D0=BB=D0=BE=D0=B2 =D0=B2 =D0=BD=D0=BE=D0=BC=D0=B5=D1=80= =20 =20 =D0=A1=D1=82=D0=B0=D1=82=D1=8C=D0=B8 =D0=BFp=D0=B8=D0=BD=D0=B8=D0=BC=D0= =B0=D1=8E=D1=82=D1=81=D1=8F =D0=BD=D0=B0 p=D1=83=D1=81=D1=81=D0=BAo=D0= =BC =D0=B8=D0=BB=D0=B8 =D0=B0=D0=BD=D0=B3=D0=BB=D0=B8=D0=B9=D1=81=D0=BA= o=D0=BC =D1=8F=D0=B7=D1=8B=D0=BA=D0=B5, =D0=B0=D0=B2=D1=82=D0=BE=D1=80= =D0=B0=D0=BC =D0=BF=D1=80=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0= =BB=D1=8F=D0=B5=D1=82=D1=81=D1=8F =D1=81=D0=B5=D1=80=D1=82=D0=B8=D1=84= =D0=B8=D0=BA=D0=B0=D1=82 =D0=BE=D0=B1 =D0=B8=D0=B7=D0=B4=D0=B0=D0=BD=D0= =B8=D0=B8 =D0=B2 =D0=B4=D0=B5=D0=BD=D1=8C =D0=BF=D1=80=D0=B8=D0=BD=D1=8F= =D1=82=D0=B8=D1=8F =D1=81=D1=82=D0=B0=D1=82=D1=8C=D0=B8 =D0=B2 =D0=BD=D0= =BE=D0=BC=D0=B5=D1=80.=20 =D0=9C=D0=B8=D0=BD=D0=B8=D0=BC=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9 o=D0= =B1=D1=8A=D0=B5=D0=BC o=D1=82 4 =D1=81=D1=82p=D0=B0=D0=BD=D0=B8=D1=86 = =D1=84op=D0=BC=D0=B0=D1=82=D0=B0 =D0=904, =D0=BE=D1=80=D0=B8=D0=B3=D0=B8= =D0=BD=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D1=81=D1=82=D1=8C =D1=82=D0=B5=D0= =BA=D1=81=D1=82=D0=B0 =D0=BD=D0=B5 =D0=BC=D0=B5=D0=BD=D0=B5=D0=B5 70%.= =D0=90=D0=B2=D1=82op=D1=8B, =D0=BFo=D0=B4=D0=B0=D1=8E=D1=89=D0=B8=D0=B5= =D0=BC=D0=B0=D1=82=D0=B5=D1=80=D0=B8=D0=B0=D0=BB=D1=8B =D0=BFo=D0=B2=D1= =82op=D0=BDo, =D0=BFo=D0=BB=D1=83=D1=87=D0=B0=D1=8E=D1=82 =D0=BE=D1=81= =D0=BE=D0=B1=D1=8B=D0=B5 =D1=83=D1=81=D0=BB=D0=BE=D0=B2=D0=B8=D1=8F =20 =D0=9E=D1=82=D0=BF=D0=B8=D1=81=D0=B0=D1=82=D1=8C=D1=81=D1=8F =D0=BF=D0= =BE =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D0=BE=D0=B9= =D0=BF=D0=BE=D1=87=D1=82=D0=B5 =20 =D0=9F=D1=80=D0=BE=D1=81=D1=8C=D0=B1=D0=B0 =D0=BD=D0=B5 =D0=BE=D1=82=D0= =B2=D0=B5=D1=87=D0=B0=D1=82=D1=8C =D0=BD=D0=B0 =D0=B4=D0=B0=D0=BD=D0=BD= =D0=BE=D0=B5 =D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5, =D0= =B0=D0=B4=D1=80=D0=B5=D1=81 =D0=B4=D0=BB=D1=8F =D1=81=D0=B2=D1=8F=D0=B7= =D0=B8 =D1=83=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD =D0=BD=D0=B0 =D1=81=D1=82=D1= =80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5 =D0=B6=D1=83=D1=80=D0=BD=D0=B0=D0=BB= =D0=B0 From owner-freebsd-gecko@freebsd.org Tue Nov 26 19:10:50 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1D0BF1BEFC7 for ; Tue, 26 Nov 2019 19:10:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47Mtlt01Nxz49NY for ; Tue, 26 Nov 2019 19:10:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id F229B1BEFC6; Tue, 26 Nov 2019 19:10:49 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F1EE71BEFC5 for ; Tue, 26 Nov 2019 19:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Mtls67YGz49NX for ; Tue, 26 Nov 2019 19:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B63811840 for ; Tue, 26 Nov 2019 19:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xAQJAn9h054430 for ; Tue, 26 Nov 2019 19:10:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xAQJAnhc054429 for gecko@FreeBSD.org; Tue, 26 Nov 2019 19:10:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 241592] www/firefox not displaying check boxes on most sites Date: Tue, 26 Nov 2019 19:10:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vvd@unislabs.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2019 19:10:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241592 VVD changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vvd@unislabs.com --- Comment #8 from VVD --- I had same issue, but it was fixed in release 70.0. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Tue Nov 26 19:13:05 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6C2911BF14C for ; Tue, 26 Nov 2019 19:13:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47MtpT1VwQz49fM for ; Tue, 26 Nov 2019 19:13:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 33AA01BF14A; Tue, 26 Nov 2019 19:13:05 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 337181BF149 for ; Tue, 26 Nov 2019 19:13:05 +0000 (UTC) (envelope-from bugzilla-noreply@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47MtpT0hfhz49fL for ; Tue, 26 Nov 2019 19:13:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F097419D7 for ; Tue, 26 Nov 2019 19:13:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xAQJD465066558 for ; Tue, 26 Nov 2019 19:13:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xAQJD430066557 for gecko@FreeBSD.org; Tue, 26 Nov 2019 19:13:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 241840] www/firefox: update to 71.0 (phase: Beta, ETA: 2019-12-03) Date: Tue, 26 Nov 2019 19:13:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vvd@unislabs.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2019 19:13:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241840 VVD changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vvd@unislabs.com --- Comment #2 from VVD --- Build fails on 12.1 amd64, but work fine on 12.1 i386: note: std::ptr::NonNull> must be non-null (in this stru= ct field) --> /tmp/work/usr/ports/www/firefox/work/firefox-71.0/servo/components/style_tr= aits/owned_slice.rs:30:5 | 30 | ptr: NonNull, | ^^^^^^^^^^^^^^^ error: could not compile `webrender`. Caused by: process didn't exit successfully: `LD_LIBRARY_PATH=3D'/tmp/work/usr/ports/www/firefox/work/.build/release/dep= s:/usr/local/lib' CARGO_PKG_DESCRIPTION=3D'A GPU accelerated 2D renderer for web content' CARGO_PKG_REPOSITORY=3D'https://github.com/servo/webrender' CARGO_PKG_NAME=3Dwebrender OUT_DIR=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebs= d/release/build/webrender-aa808953176cf572/out CARGO_PKG_VERSION_MINOR=3D60 CARGO_PKG_VERSION_PATCH=3D0 CARGO_MANIFEST_DIR=3D/tmp/work/usr/ports/www/firefox/work/firefox-71.0/gfx/= wr/webrender CARGO=3D/usr/local/bin/cargo CARGO_PKG_VERSION_MAJOR=3D0 CARGO_PKG_HOMEPAGE= =3D CARGO_PKG_VERSION=3D0.60.0 CARGO_PKG_AUTHORS=3D'Glenn Watson ' CARGO_PKG_VERSION_PRE=3D /usr/local/bin/rustc --edition=3D2018 --crate-name webrender gfx/wr/webrender/src/lib.rs --error-format=3Djson --json=3Ddiagnostic-rendered-ansi,artifacts --crate-t= ype lib --emit=3Ddep-info,metadata,link -C opt-level=3D2 -C panic=3Dabort -C codege= n-units=3D1 --cfg 'feature=3D"capture"' --cfg 'feature=3D"ron"' --cfg 'feature=3D"serde= "' --cfg 'feature=3D"serialize_program"' -C metadata=3Def601d48ec13eb42 -C extra-filename=3D-ef601d48ec13eb42 --out-dir /tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/release/= deps --target x86_64-unknown-freebsd -C linker=3D/tmp/work/usr/ports/www/firefox/work/firefox-71.0/build/cargo-link= er -L dependency=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-fre= ebsd/release/deps -L dependency=3D/tmp/work/usr/ports/www/firefox/work/.build/release/deps --= extern bincode=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebs= d/release/deps/libbincode-326c38912e3296f6.rmeta --extern bitflags=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freeb= sd/release/deps/libbitflags-e07953515be10492.rmeta --extern byteorder=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-free= bsd/release/deps/libbyteorder-1be674f7f562fa61.rmeta --extern cfg_if=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd= /release/deps/libcfg_if-c2c838235a12acd4.rmeta --extern cstr=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/r= elease/deps/libcstr-894137b14bdd43e4.rmeta --extern euclid=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd= /release/deps/libeuclid-2db76720b4d1aadc.rmeta --extern freetype=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freeb= sd/release/deps/libfreetype-09d30fa42ae651cc.rmeta --extern fxhash=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd= /release/deps/libfxhash-2096af538801112b.rmeta --extern gleam=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/= release/deps/libgleam-c4612a79bf03c3d1.rmeta --extern lazy_static=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-fr= eebsd/release/deps/liblazy_static-b8d4c28541814e96.rmeta --extern libc=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/r= elease/deps/liblibc-d5a5aa7fae78fa79.rmeta --extern log=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/re= lease/deps/liblog-4865feeb72e04a6a.rmeta --extern malloc_size_of_derive=3D/tmp/work/usr/ports/www/firefox/work/.build/release= /deps/libmalloc_size_of_derive-013adedbdf40103f.so --extern num_traits=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-fre= ebsd/release/deps/libnum_traits-2aebf9f08657dd59.rmeta --extern plane_split=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-fr= eebsd/release/deps/libplane_split-fb4ad15959d60fb0.rmeta --extern rayon=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/= release/deps/librayon-6e06bb94ae4e5802.rmeta --extern ron=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/re= lease/deps/libron-1009b9297bcac0ab.rmeta --extern serde=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/= release/deps/libserde-e4cd3e09c573afb8.rmeta --extern sha2=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/r= elease/deps/libsha2-c2fc26acde21b8c2.rmeta --extern smallvec=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freeb= sd/release/deps/libsmallvec-469f20f7ff13bff8.rmeta --extern svg_fmt=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebs= d/release/deps/libsvg_fmt-7a7962ae4af678cc.rmeta --extern thread_profiler=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknow= n-freebsd/release/deps/libthread_profiler-7d986da438f86b05.rmeta --extern time=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/r= elease/deps/libtime-55ed4f46d3cf64f7.rmeta --extern api=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/re= lease/deps/libwebrender_api-0a7943071e3ce86e.rmeta --extern webrender_build=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknow= n-freebsd/release/deps/libwebrender_build-5e1400612cd60e78.rmeta --extern malloc_size_of=3D/tmp/work/usr/ports/www/firefox/work/.build/x86_64-unknown= -freebsd/release/deps/libwr_malloc_size_of-19935333d78c70e2.rmeta -C opt-level=3D2 --cap-lints warn -C target-cpu=3Dcore2` (signal: 9, SIGKIL= L: kill) warning: build failed, waiting for other jobs to finish... error: build failed gmake[5]: *** [/tmp/work/usr/ports/www/firefox/work/firefox-71.0/config/makefiles/rust.mk= :260: force-cargo-library-build] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 101 gmake[5]: =D0=B2=D1=8B=D1=85=D0=BE=D0=B4 =D0=B8=D0=B7 =D0=BA=D0=B0=D1=82=D0= =B0=D0=BB=D0=BE=D0=B3=D0=B0 =C2=AB/tmp/work/usr/ports/www/firefox/work/.build/toolkit/library/rust=C2=BB gmake[4]: *** [/tmp/work/usr/ports/www/firefox/work/firefox-71.0/config/recurse.mk:74: toolkit/library/rust/target] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 2 gmake[4]: =D0=B2=D1=8B=D1=85=D0=BE=D0=B4 =D0=B8=D0=B7 =D0=BA=D0=B0=D1=82=D0= =B0=D0=BB=D0=BE=D0=B3=D0=B0 =C2=AB/tmp/work/usr/ports/www/firefox/work/.bui= ld=C2=BB gmake[3]: *** [/tmp/work/usr/ports/www/firefox/work/firefox-71.0/config/recurse.mk:34: compile] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 2 gmake[3]: =D0=B2=D1=8B=D1=85=D0=BE=D0=B4 =D0=B8=D0=B7 =D0=BA=D0=B0=D1=82=D0= =B0=D0=BB=D0=BE=D0=B3=D0=B0 =C2=AB/tmp/work/usr/ports/www/firefox/work/.bui= ld=C2=BB gmake[2]: *** [/tmp/work/usr/ports/www/firefox/work/firefox-71.0/config/rules.mk:389: all] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 2 gmake[2]: =D0=B2=D1=8B=D1=85=D0=BE=D0=B4 =D0=B8=D0=B7 =D0=BA=D0=B0=D1=82=D0= =B0=D0=BB=D0=BE=D0=B3=D0=B0 =C2=AB/tmp/work/usr/ports/www/firefox/work/.bui= ld=C2=BB *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Tue Nov 26 19:15:05 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D4A481BF183 for ; Tue, 26 Nov 2019 19:15:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47Mtrn5KXYz49gS for ; Tue, 26 Nov 2019 19:15:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B509F1BF182; Tue, 26 Nov 2019 19:15:05 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4CEA1BF181 for ; Tue, 26 Nov 2019 19:15:05 +0000 (UTC) (envelope-from bugzilla-noreply@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Mtrn4PLjz49gQ for ; Tue, 26 Nov 2019 19:15:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7649619DA for ; Tue, 26 Nov 2019 19:15:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xAQJF5xk070223 for ; Tue, 26 Nov 2019 19:15:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xAQJF5qi070219 for gecko@FreeBSD.org; Tue, 26 Nov 2019 19:15:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 241840] www/firefox: update to 71.0 (phase: Beta, ETA: 2019-12-03) Date: Tue, 26 Nov 2019 19:15:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vvd@unislabs.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2019 19:15:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241840 --- Comment #3 from VVD --- Possible out of memory. Will test now. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Wed Nov 27 06:41:11 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DDF981CBCCD for ; Wed, 27 Nov 2019 06:41:11 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47NB4R4hhWz3FXQ for ; Wed, 27 Nov 2019 06:41:11 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: by mailman.nyi.freebsd.org (Postfix) id A11D91CBCCC; Wed, 27 Nov 2019 06:41:11 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A0DC21CBCCB for ; Wed, 27 Nov 2019 06:41:11 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47NB4Q3VY3z3FXJ; Wed, 27 Nov 2019 06:41:10 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: by mail-wr1-x42a.google.com with SMTP id y11so22154741wrt.6; Tue, 26 Nov 2019 22:41:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=pCA6kJcdC1LxG1qSOs0pqx/zFWQkFTYPLPpHZiLuHXQ=; b=vSlH6e0yXB2CytqemL2Sy7df3HVmWHK5s3Pv2Ba9d1JDTtl5zrLD3Syb27Mv6Bsd3G /owPre5nCMPFxDjMo2d8f4/wT92ssCMMG+aN9yarrwEaDBsIbGoafct7F13mLpyGp05r lAY2fNLpfakFpXWN6Sad72lx7nX12aT/Fr8//aBpv9tp+UnEdQoPosyJcmMd9z8+aZ8S 9kemANTcdiPSkU3bjQa8CjgZxvWitlVWWd4WcbIdcplVmp5l1yJkunxE2Eg6ko7lNAuY R5Hh0DGQxaKHDwkp/7xG3epy3l0pQzd9OrtjKYViF9GWS0IQ6s/DjCqIWI/tgsaWAFiH xFPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=pCA6kJcdC1LxG1qSOs0pqx/zFWQkFTYPLPpHZiLuHXQ=; b=PBvnjnZ4so9rmoLiGPTEp7dLhLmUICfOYHn/qg07Y5QGYaxDFVxb3cnuLUDGzNV6kv tv3RiHFUdPhVfm1eq6e4dSrH4NPz6Ju4pfD59aanMIeFuwhfxd01bp77qed1WQVkSVOi fPuo51FjHEVtQwwmAVTYnSxmv7ZPcr7HDZRa7GF663MQ5XUB7PHlWGgToVWQ9J7MlAXG tYBBPR4rKq+gK4OGqHJuBPf56BRpIGZaJ0zWeFyKWJpYp0N1GGVsS7Om0RTn/MBMtB6c lA4ePZ5sykZzWgD1seLVbcxhLGuKcCzWW6Cr0QCOsbTWkU+XkTpFD/23M8lEjkjiKeOk e3Ng== X-Gm-Message-State: APjAAAW/TV3A+FxD7v5SPUADYT8w2T+mdR6uLm5fP47EDfVp+QMO1ms0 j1IBXca1Bvdv6PwJbtG9rk3WYfEayQQ= X-Google-Smtp-Source: APXvYqw/+uLkfmCe8yuyB66JvffLHMBXv/HWcw0uNKGqK0wMb80Z8ZT8cPZZMSS1lsGLHhY8jUbKhA== X-Received: by 2002:adf:ec83:: with SMTP id z3mr21472541wrn.133.1574836867063; Tue, 26 Nov 2019 22:41:07 -0800 (PST) Received: from [192.168.1.7] (host-2-100-169-93.as13285.net. [2.100.169.93]) by smtp.gmail.com with ESMTPSA id u187sm5925420wme.15.2019.11.26.22.41.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 26 Nov 2019 22:41:06 -0800 (PST) Subject: =?UTF-8?Q?Re=3a_Firefox=3a_recommendations_=e2=80=93_Pocket?= To: Jan Beich Cc: "gecko@freebsd.org\"" References: <906002a4-40af-f3f0-ebf5-8318a5c4779f@gmail.com> From: Graham Perrin Message-ID: <3e10c730-9979-3ee6-6f71-c414a22b801f@gmail.com> Date: Wed, 27 Nov 2019 06:41:04 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 47NB4Q3VY3z3FXJ X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=vSlH6e0y; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of grahamperrin@gmail.com designates 2a00:1450:4864:20::42a as permitted sender) smtp.mailfrom=grahamperrin@gmail.com X-Spamd-Result: default: False [-3.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RECEIVED_SPAMHAUS_PBL(0.00)[93.169.100.2.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11]; IP_SCORE(0.00)[ip: (-9.22), ipnet: 2a00:1450::/32(-2.69), asn: 15169(-1.95), country: US(-0.05)]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; FORGED_RECIPIENTS(0.00)[jbeich@FreeBSD.org,gecko@freebsd.org ...]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE_FREEMAIL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[a.2.4.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2019 06:41:11 -0000 Spun off from On 27/11/2019 04:17, Jan Beich wrote: > Graham Perrin writes: > >> For a few months I got recommendations from Pocket. >> >> No longer. > > Check browser.newtabpage.activity-stream.feeds.section.topstories … I received the same hint, privately, from Pocket Support in response to – "… a way to manually force them to show on locales that are not supported by default. …". >> Is the code removed? Or has Mozilla become stricter about enforcing >> regional restrictions? > > No clue. Wrong list. gecko@ doesn't touch Pocket code/prefs. Cool. Good to know that there's no interference. (Removal of functionality, such as Pocket, is my only complaint about development of Waterfox Current.) >> (I'm in the UK.) > > VPN or did you define the following? > >   pref("browser.search.region", "US"); >   pref("browser.search.countryCode", "US"); No VPN. browser.search.region was the magic ingredient. Thanks! Previously set to GB. Changing to US then quitting Firefox was enough to enable recommendations – including sponsored content – for the next run of Firefox. browser.search.countryCode did not exist, I can get recommendations without it. I'll make Pocket Support aware of the gap in their advice. With the appearance of sponsored content: I can add a closing note under The more interesting private part(s) of the response from Pocket, I'll keep private … From owner-freebsd-gecko@freebsd.org Wed Nov 27 10:35:08 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B6151A8292 for ; Wed, 27 Nov 2019 10:35:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47NHGN0Zb1z3RM3 for ; Wed, 27 Nov 2019 10:35:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 137A91A8291; Wed, 27 Nov 2019 10:35:08 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1336B1A8290 for ; Wed, 27 Nov 2019 10:35:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47NHGM5nVVz3RM2; Wed, 27 Nov 2019 10:35:07 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A565BA60C; Wed, 27 Nov 2019 10:35:07 +0000 (UTC) From: Jan Beich To: Graham Perrin Cc: gecko@freebsd.org Subject: Re: Firefox: recommendations =?utf-8?Q?=E2=80=93?= Pocket References: <906002a4-40af-f3f0-ebf5-8318a5c4779f@gmail.com> <3e10c730-9979-3ee6-6f71-c414a22b801f@gmail.com> Date: Wed, 27 Nov 2019 11:35:06 +0100 In-Reply-To: <3e10c730-9979-3ee6-6f71-c414a22b801f@gmail.com> (Graham Perrin's message of "Wed, 27 Nov 2019 06:41:04 +0000") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2019 10:35:08 -0000 Graham Perrin writes: >>> (I'm in the UK.) >> >> VPN or did you define the following? >> >> pref("browser.search.region", "US"); >> pref("browser.search.countryCode", "US"); > > No VPN. > > browser.search.region was the magic ingredient. Thanks! > > Previously set to GB. Changing to US then quitting Firefox was enough > to enable recommendations including sponsored content for the > next run of Firefox. > > browser.search.countryCode did not exist, I can get recommendations > without it. Ah, browser.search.countryCode was removed in Firefox 63. https://bugzilla.mozilla.org/show_bug.cgi?id=1462015 From owner-freebsd-gecko@freebsd.org Fri Nov 29 15:45:34 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EBE5D1B41AF for ; Fri, 29 Nov 2019 15:45:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47Pf3f60VCz42yq for ; Fri, 29 Nov 2019 15:45:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CDD901B41AE; Fri, 29 Nov 2019 15:45:34 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD9C91B41AD for ; Fri, 29 Nov 2019 15:45:34 +0000 (UTC) (envelope-from bugzilla-noreply@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Pf3f56h8z42yp for ; Fri, 29 Nov 2019 15:45:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93DF9185BF for ; Fri, 29 Nov 2019 15:45:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xATFjYds080100 for ; Fri, 29 Nov 2019 15:45:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xATFjY5v080099 for gecko@FreeBSD.org; Fri, 29 Nov 2019 15:45:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 240440] www/firefox: update to 70.0 (phase: Beta, ETA: 2019-10-22) Date: Fri, 29 Nov 2019 15:45:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2019 15:45:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240440 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Nov 29 15:44:54 UTC 2019 New revision: 518660 URL: https://svnweb.freebsd.org/changeset/ports/518660 Log: www/firefox: switch to rc4 Changes:=20=20=20=20=20 https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=3D201= 9-11-26&enddate=3D2019-11-29 PR: 240440 Changes: head/www/firefox/Makefile head/www/firefox/distinfo --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gecko@freebsd.org Fri Nov 29 20:50:52 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8E4501BB9A3 for ; Fri, 29 Nov 2019 20:50:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47Pmqw3J1Gz4J37 for ; Fri, 29 Nov 2019 20:50:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6F31B1BB9A2; Fri, 29 Nov 2019 20:50:52 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6EF511BB9A1 for ; Fri, 29 Nov 2019 20:50:52 +0000 (UTC) (envelope-from bugzilla-noreply@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Pmqw2MHyz4J35 for ; Fri, 29 Nov 2019 20:50:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35C4C1BC3C for ; Fri, 29 Nov 2019 20:50:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xATKoqE9027984 for ; Fri, 29 Nov 2019 20:50:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xATKoqOB027983 for gecko@FreeBSD.org; Fri, 29 Nov 2019 20:50:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 241840] www/firefox: update to 71.0 (phase: Beta, ETA: 2019-12-03) Date: Fri, 29 Nov 2019 20:50:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vvd@unislabs.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2019 20:50:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241840 --- Comment #4 from VVD --- (In reply to VVD from comment #3) Yes, this was out of memory. Plz, ignore my messages here. --=20 You are receiving this mail because: You are the assignee for the bug.=