Received: by mail.netbsd.org (Postfix, from userid 605) id DECDB84E8E; Sat, 2 Jul 2022 21:22:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2030184E7C for ; Sat, 2 Jul 2022 21:22:45 +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 Mgii6HRDDU7f for ; Sat, 2 Jul 2022 21:22:44 +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 87C4D84D0E for ; Sat, 2 Jul 2022 21:22:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76D2CFB1A; Sat, 2 Jul 2022 21:22:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1656796964131130" MIME-Version: 1.0 Date: Sat, 2 Jul 2022 21:22:44 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/mold To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20220702212244.76D2CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1656796964131130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sat Jul 2 21:22:44 UTC 2022 Modified Files: pkgsrc/devel/mold: Makefile distinfo Log Message: mold: update to 1.3.1. mold 1.3.1 is a maintenance release of the high-speed linker. This release contains the following minor bug fixes. Bug fixes and compatibility improvements: - mold now supports .preinit_array sections. Without this, AddressSanitizer didn't work in some environments. (3b75398) - [ARM32] R_ARM_MOVT_PREL and R_ARM_PREL31 relocations are now handled correctly so that mold no longer emit spurious "recompile with -fPIC" errors. (5294300) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/mold/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/mold/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1656796964131130 Content-Disposition: inline Content-Length: 1564 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/mold/Makefile diff -u pkgsrc/devel/mold/Makefile:1.17 pkgsrc/devel/mold/Makefile:1.18 --- pkgsrc/devel/mold/Makefile:1.17 Thu Jun 23 14:24:33 2022 +++ pkgsrc/devel/mold/Makefile Sat Jul 2 21:22:44 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2022/06/23 14:24:33 fcambus Exp $ +# $NetBSD: Makefile,v 1.18 2022/07/02 21:22:44 fcambus Exp $ -DISTNAME= mold-1.3.0 -PKGREVISION= 1 +DISTNAME= mold-1.3.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=rui314/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/devel/mold/distinfo diff -u pkgsrc/devel/mold/distinfo:1.15 pkgsrc/devel/mold/distinfo:1.16 --- pkgsrc/devel/mold/distinfo:1.15 Sat Jun 18 14:23:13 2022 +++ pkgsrc/devel/mold/distinfo Sat Jul 2 21:22:44 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2022/06/18 14:23:13 fcambus Exp $ +$NetBSD: distinfo,v 1.16 2022/07/02 21:22:44 fcambus Exp $ -BLAKE2s (mold-1.3.0.tar.gz) = 9ad5994b65da5a2fea77cee2ab16039961173995acb48f9fd94f375a648a82c3 -SHA512 (mold-1.3.0.tar.gz) = c9da8ece83049afcb815444c81d090a7bdead85b88898460cd94cfc83766b54793d3aa15ce7ce3bd8070a080d1241684c15ad81485ec39cfef768360c574964a -Size (mold-1.3.0.tar.gz) = 4689476 bytes +BLAKE2s (mold-1.3.1.tar.gz) = 9673d436d424c8f3843e85e88912678f2efcc4d182440c980a643bbd9c4a31c9 +SHA512 (mold-1.3.1.tar.gz) = f576d2fcfee5cb3bade5ba24dcdd3020a16131ce7d4c3a00c3f92b94785ed86f3f040a6f5814b9c975c4c3d90a2b8c36a8101d5fbf1bc0a4be316f4a4a6dcefa +Size (mold-1.3.1.tar.gz) = 4692379 bytes SHA1 (patch-Makefile) = e0f2f8a1d5fc9d806edb8f9c82ca1d2c73d50432 --_----------=_1656796964131130--