head 1.2; access; symbols pkgsrc-2022Q2:1.1.0.20 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.18 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.16 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.14 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.12 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2; locks; strict; comment @# @; 1.2 date 2022.08.04.15.15.38; author nia; state dead; branches; next 1.1; commitid pgNsgJvrF48qDzOD; 1.1 date 2020.06.03.13.00.24; author nia; state Exp; branches 1.1.2.1; next ; commitid wPfuJkeBeCAomMaC; 1.1.2.1 date 2020.06.03.13.00.24; author bsiegert; state dead; branches; next 1.1.2.2; commitid HLVqELQD90NGRTaC; 1.1.2.2 date 2020.06.04.11.36.28; author bsiegert; state Exp; branches; next ; commitid HLVqELQD90NGRTaC; desc @@ 1.2 log @Remove firefox68. This was kept due to being the last LTS release of Firefox that functioned on NetBSD 8, but it's now so far gone, many dependencies of this aren't compiling with the old toolchain and userspace... Users of platforms like NetBSD 8 might have an easier time using arcticfox instead. @ text @$NetBSD: patch-build_moz.configure_rust.configure,v 1.1 2020/06/03 13:00:24 nia Exp $ * Do not match rumprun toolchain for NetBSD, narrowed should be one not two. --- build/moz.configure/rust.configure.orig 2020-05-28 00:01:39.000000000 +0000 +++ build/moz.configure/rust.configure @@@@ -330,7 +330,8 @@@@ def rust_triple_alias(host_or_target): narrowed = [ c for c in candidates if c.target.raw_os == host_or_target.raw_os and - c.target.raw_cpu == host_or_target.raw_cpu + c.target.raw_cpu == host_or_target.raw_cpu and + not c.rust_target.endswith("-rumprun-netbsd") ] if len(narrowed) == 1: return narrowed[0].rust_target @ 1.1 log @firefox68: Update to 68.9.0 Security Vulnerabilities fixed in Firefox ESR 68.9 #CVE-2020-12399: Timing attack on DSA signatures in NSS library #CVE-2020-12405: Use-after-free in SharedWorkerService #CVE-2020-12406: JavaScript Type confusion with NativeTypes #CVE-2020-12410: Memory safety bugs fixed in Firefox 77 and Firefox ESR 68.9 @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-build_moz.configure_rust.configure was added on branch pkgsrc-2020Q1 on 2020-06-04 11:36:28 +0000 @ text @d1 17 @ 1.1.2.2 log @Pullup ticket #6220 - requested by nia www/firefox68: security fix Revisions pulled up: - www/firefox68/Makefile 1.22 - www/firefox68/distinfo 1.16 - www/firefox68/patches/patch-build_moz.configure_rust.configure 1.1 --- Module Name: pkgsrc Committed By: nia Date: Wed Jun 3 13:00:24 UTC 2020 Modified Files: pkgsrc/www/firefox68: Makefile distinfo Added Files: pkgsrc/www/firefox68/patches: patch-build_moz.configure_rust.configure Log Message: firefox68: Update to 68.9.0 Security Vulnerabilities fixed in Firefox ESR 68.9 #CVE-2020-12399: Timing attack on DSA signatures in NSS library #CVE-2020-12405: Use-after-free in SharedWorkerService #CVE-2020-12406: JavaScript Type confusion with NativeTypes #CVE-2020-12410: Memory safety bugs fixed in Firefox 77 and Firefox ESR 68.9 @ text @a0 17 $NetBSD: patch-build_moz.configure_rust.configure,v 1.1 2020/06/03 13:00:24 nia Exp $ * Do not match rumprun toolchain for NetBSD, narrowed should be one not two. --- build/moz.configure/rust.configure.orig 2020-05-28 00:01:39.000000000 +0000 +++ build/moz.configure/rust.configure @@@@ -330,7 +330,8 @@@@ def rust_triple_alias(host_or_target): narrowed = [ c for c in candidates if c.target.raw_os == host_or_target.raw_os and - c.target.raw_cpu == host_or_target.raw_cpu + c.target.raw_cpu == host_or_target.raw_cpu and + not c.rust_target.endswith("-rumprun-netbsd") ] if len(narrowed) == 1: return narrowed[0].rust_target @