Received: by mail.netbsd.org (Postfix, from userid 605) id AF53384D87; Sat, 8 Feb 2020 21:45:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3758B84D53 for ; Sat, 8 Feb 2020 21:45:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PGJMxK_dOf4i for ; Sat, 8 Feb 2020 21:44:59 +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 A841884C81 for ; Sat, 8 Feb 2020 21:44:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96EDCFBF4; Sat, 8 Feb 2020 21:44:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581198299182210" MIME-Version: 1.0 Date: Sat, 8 Feb 2020 21:44:59 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/www/firefox52 To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20200208214459.96EDCFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1581198299182210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sat Feb 8 21:44:59 UTC 2020 Modified Files: pkgsrc/www/firefox52: Makefile distinfo Log Message: firefox52: Workaround broken pthread_equal() usage Switch to an internal version of pthread_equal() without sanity checks. Problems detected on NetBSD 9.99.46. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/firefox52/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/firefox52/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581198299182210 Content-Disposition: inline Content-Length: 2128 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox52/Makefile diff -u pkgsrc/www/firefox52/Makefile:1.48 pkgsrc/www/firefox52/Makefile:1.49 --- pkgsrc/www/firefox52/Makefile:1.48 Sat Jan 18 21:51:06 2020 +++ pkgsrc/www/firefox52/Makefile Sat Feb 8 21:44:59 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2020/01/18 21:51:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.49 2020/02/08 21:44:59 kamil Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 52.9 @@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox${MOZ_BRANCH:C/\..*$//}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} Index: pkgsrc/www/firefox52/distinfo diff -u pkgsrc/www/firefox52/distinfo:1.21 pkgsrc/www/firefox52/distinfo:1.22 --- pkgsrc/www/firefox52/distinfo:1.21 Fri Jun 14 08:11:34 2019 +++ pkgsrc/www/firefox52/distinfo Sat Feb 8 21:44:59 2020 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.21 2019/06/14 08:11:34 nia Exp $ +$NetBSD: distinfo,v 1.22 2020/02/08 21:44:59 kamil Exp $ SHA1 (firefox-52.9.0esr.source.tar.xz) = df3d47518b380fe934e32a288515c25435fd82a7 RMD160 (firefox-52.9.0esr.source.tar.xz) = 8940269f0a515c0066b6ab2eea1da8963d27617b @@ -91,6 +91,7 @@ SHA1 (patch-netwerk_dns_moz.build) = d4a SHA1 (patch-netwerk_sctp_src_netinet6_sctp6__usrreq.c) = 8608c2745a28a35c9e47288a6c01cae0cd7793c7 SHA1 (patch-netwerk_srtp_src_crypto_hash_hmac.c) = d381ac61f78616213565357d4e95c5bdc1c7c444 SHA1 (patch-netwerk_srtp_src_crypto_kernel_crypto__kernel.c) = b7a6d9a6ed7fd41b50b2330665e1bf30cafdb367 +SHA1 (patch-nsprpub_pr_src_pthreads_ptsynch.c) = 78c6687be8abc3a4cab33206588057ad688bf20d SHA1 (patch-rc) = 9628b038f036f3fc0e37bdf84fa0abf99dbc8d2a SHA1 (patch-toolkit_components_osfile_modules_osfile__unix__back.jsm) = 27e90fdfd5587f670958d832cd56107740b226ee SHA1 (patch-toolkit_components_osfile_modules_osfile__unix__front.jsm) = 4e5dc7cf11ea3d48cca86b5d21158d676ebd8957 --_----------=_1581198299182210--