Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7DDB84E8F for ; Sun, 21 May 2023 18:35:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id W1LS5PI2qPx5 for ; Sun, 21 May 2023 18:35:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2E24484E5E for ; Sun, 21 May 2023 18:35:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B563FA87; Sun, 21 May 2023 18:35:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684694158289820" MIME-Version: 1.0 Date: Sun, 21 May 2023 18:35:58 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/www/arcticfox To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20230521183558.2B563FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1684694158289820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Sun May 21 18:35:58 UTC 2023 Modified Files: pkgsrc/www/arcticfox: Makefile distinfo pkgsrc/www/arcticfox/patches: patch-configure.in Log Message: Updated www/arcticfox to 41.0 This is a major release. A long standing issue affecting dom promises which could lead to JavaScript hangs has been fixed, it has been there since forking from PaleMoon and has been hunted for years! TLS 1.3 is now supported if a new enough system nss library is used. Otherwise, countless fixes were imported - build system improvements - dom and layouting fixes - specific MacOS fixes To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/arcticfox/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/arcticfox/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/arcticfox/patches/patch-configure.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684694158289820 Content-Disposition: inline Content-Length: 3574 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/arcticfox/Makefile diff -u pkgsrc/www/arcticfox/Makefile:1.24 pkgsrc/www/arcticfox/Makefile:1.25 --- pkgsrc/www/arcticfox/Makefile:1.24 Sat May 6 19:09:50 2023 +++ pkgsrc/www/arcticfox/Makefile Sun May 21 18:35:57 2023 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2023/05/06 19:09:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2023/05/21 18:35:57 abs Exp $ -DISTNAME= arcticfox-40.1 +DISTNAME= arcticfox-41.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=rmottola/} GITHUB_PROJECT= Arctic-Fox GITHUB_TAG= v${PKGVERSION_NOREV} -PKGREVISION= 3 DIST_SUBDIR= arcticfox MAINTAINER= nia@NetBSD.org Index: pkgsrc/www/arcticfox/distinfo diff -u pkgsrc/www/arcticfox/distinfo:1.7 pkgsrc/www/arcticfox/distinfo:1.8 --- pkgsrc/www/arcticfox/distinfo:1.7 Fri Mar 3 15:20:28 2023 +++ pkgsrc/www/arcticfox/distinfo Sun May 21 18:35:57 2023 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2023/03/03 15:20:28 abs Exp $ +$NetBSD: distinfo,v 1.8 2023/05/21 18:35:57 abs Exp $ -BLAKE2s (arcticfox/arcticfox-40.1.tar.gz) = a1df626be1d5297e2aa67aeba0d28c1896f4495488f1232c4ea317f402626bed -SHA512 (arcticfox/arcticfox-40.1.tar.gz) = 3450d82fef751724edc9533fb14f263d0a28d07fef10cb98413ac11b1a2e792370aa894ad6a3469cfc5b735f7f9385fabbeb37756c10a97069d283fbed827e85 -Size (arcticfox/arcticfox-40.1.tar.gz) = 191464588 bytes -SHA1 (patch-configure.in) = af20757a482247b8e961761674783884cdcec849 +BLAKE2s (arcticfox/arcticfox-41.0.tar.gz) = 390b6d60fe24d6770d3c44281731f5aecda8a86f0cf79b310cab6133b5d47023 +SHA512 (arcticfox/arcticfox-41.0.tar.gz) = cf2bd64ade3b2e119ad2e24b394097d3509ca3565aa148a724743323fc91f9a4d295d2fbb823234d361656a23d318f90695a5ed657f84f4a5ff7716486675da6 +Size (arcticfox/arcticfox-41.0.tar.gz) = 195813882 bytes +SHA1 (patch-configure.in) = ccea0e59b808d8743b66c58bda07a2719e89e74f SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 38cf700d07d468526e16cfe63d434c4752da8cc5 SHA1 (patch-media_libcubeb_src_cubeb.c) = b3c4bd8146e2f7146baf1c2050260f7629cdb09a SHA1 (patch-media_libcubeb_src_moz.build) = e98b39b6272b58d4183c526f36987ea239fadd5d Index: pkgsrc/www/arcticfox/patches/patch-configure.in diff -u pkgsrc/www/arcticfox/patches/patch-configure.in:1.3 pkgsrc/www/arcticfox/patches/patch-configure.in:1.4 --- pkgsrc/www/arcticfox/patches/patch-configure.in:1.3 Thu Jul 7 08:13:50 2022 +++ pkgsrc/www/arcticfox/patches/patch-configure.in Sun May 21 18:35:57 2023 @@ -1,20 +1,10 @@ -$NetBSD: patch-configure.in,v 1.3 2022/07/07 08:13:50 nia Exp $ +$NetBSD: patch-configure.in,v 1.4 2023/05/21 18:35:57 abs Exp $ - Add Sun Audio support. -- Replace a GNU regex with a portable one. ---- configure.in.orig 2022-05-24 05:29:40.000000000 +0000 +--- configure.in.orig 2023-04-02 16:36:04.000000000 +0000 +++ configure.in -@@ -4270,7 +4270,7 @@ cairo-cocoa) - MOZ_USER_DIR="Mozilla" - MOZ_FS_LAYOUT=bundle - # skip event loop instrumentation on UIKit for now -- if test "$MOZ_WIDGET_TOOLKIT" == "cocoa"; then -+ if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then - MOZ_INSTRUMENT_EVENT_LOOP=1 - fi - ;; -@@ -5395,6 +5395,13 @@ if test -n "$MOZ_OMX_PLUGIN"; then +@@ -5263,6 +5263,13 @@ if test -n "$MOZ_OMX_PLUGIN"; then fi fi @@ -28,7 +18,7 @@ $NetBSD: patch-configure.in,v 1.3 2022/0 dnl system libvpx Support dnl ======================================================== MOZ_ARG_WITH_BOOL(system-libvpx, -@@ -5575,6 +5582,8 @@ if test -n "$MOZ_WEBM_ENCODER"; then +@@ -5443,6 +5450,8 @@ if test -n "$MOZ_WEBM_ENCODER"; then fi AC_SUBST(MOZ_WEBM_ENCODER) --_----------=_1684694158289820--