head 1.2; access; symbols pkgsrc-2020Q1:1.1.0.12 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.14 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.10 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.8 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.6 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.4 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.2 pkgsrc-2018Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2020.06.07.10.34.43; author nia; state dead; branches; next 1.1; commitid aCtCVv72vCKuqhbC; 1.1 date 2018.09.15.06.04.04; author ryoon; state Exp; branches; next ; commitid FoweH1hwFruadaSA; desc @@ 1.2 log @www: Remove firefox60 - EOL @ text @$NetBSD: patch-build_moz.configure_rust.configure,v 1.1 2018/09/15 06:04:04 ryoon Exp $ * Fix configure with Rust 1.29.0 --- build/moz.configure/rust.configure.orig 2018-09-03 06:30:53.000000000 +0000 +++ build/moz.configure/rust.configure @@@@ -119,6 +119,8 @@@@ def rust_supported_targets(rustc): ambiguous = set() per_raw_os = {} for t in out: + if t == 'aarch64-fuchsia' or t == 'x86_64-fuchsia': + t = t.replace('-', '--') t = split_triplet(t, allow_unknown=True) key = (t.cpu, t.endianness, t.os) if key in per_os: @ 1.1 log @Update to 60.2.0 Changelog: #CVE-2018-12377: Use-after-free in refresh driver timers #CVE-2018-12378: Use-after-free in IndexedDB #CVE-2018-12379: Out-of-bounds write with malicious MAR file #CVE-2017-16541: Proxy bypass using automount and autofs #CVE-2018-12381: Dragging and dropping Outlook email message results in page navigation #CVE-2018-12376: Memory safety bugs fixed in Firefox 62 and Firefox ESR 60.2 @ text @d1 1 a1 1 $NetBSD$ @