Received: by mail.netbsd.org (Postfix, from userid 605) id C0D9284E77; Tue, 27 Jul 2021 05:20:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 08E2E84D3C for ; Tue, 27 Jul 2021 05:20:05 +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 xndaxbOYIKso for ; Tue, 27 Jul 2021 05:20:04 +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 7DE0B84D26 for ; Tue, 27 Jul 2021 05:20:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1CCC3FA95; Tue, 27 Jul 2021 05:20:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162736320481600" MIME-Version: 1.0 Date: Tue, 27 Jul 2021 05:20:04 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/yarn To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210727052004.1CCC3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162736320481600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 27 05:20:04 UTC 2021 Modified Files: pkgsrc/devel/yarn: Makefile distinfo Log Message: yarn: updated to 1.22.11 v1.22.11 This version fixes a problem where Yarn wasn't forwarding SIGTERM to the binary spawned via yarnPath. It also makes yarn init -2 compatible with Corepack. The behaviour of yarn init (without -2) doesn't change. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/yarn/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/yarn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162736320481600 Content-Disposition: inline Content-Length: 1585 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/yarn/Makefile diff -u pkgsrc/devel/yarn/Makefile:1.15 pkgsrc/devel/yarn/Makefile:1.16 --- pkgsrc/devel/yarn/Makefile:1.15 Sat Oct 3 06:27:18 2020 +++ pkgsrc/devel/yarn/Makefile Tue Jul 27 05:20:03 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/10/03 06:27:18 adam Exp $ +# $NetBSD: Makefile,v 1.16 2021/07/27 05:20:03 adam Exp $ -DISTNAME= yarn-v1.22.10 +DISTNAME= yarn-v1.22.11 PKGNAME= ${DISTNAME:S/-v/-/} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=yarnpkg/} Index: pkgsrc/devel/yarn/distinfo diff -u pkgsrc/devel/yarn/distinfo:1.14 pkgsrc/devel/yarn/distinfo:1.15 --- pkgsrc/devel/yarn/distinfo:1.14 Sat Oct 3 06:27:18 2020 +++ pkgsrc/devel/yarn/distinfo Tue Jul 27 05:20:03 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/10/03 06:27:18 adam Exp $ +$NetBSD: distinfo,v 1.15 2021/07/27 05:20:03 adam Exp $ -SHA1 (yarn-v1.22.10.tar.gz) = 8df032cea288457a46b1979e5f16d0d4535c36d6 -RMD160 (yarn-v1.22.10.tar.gz) = 93f551f2f987a454a7f5295eb62bcc26a0e01eb2 -SHA512 (yarn-v1.22.10.tar.gz) = d75dccd318f280abcbfd8d78b63546e11e7a8459c5dd737d0c8da2742cd5d7e3d7a5e668ce680234b0c09e71d128787777061d24c6e3ae4b6626086461e3ce25 -Size (yarn-v1.22.10.tar.gz) = 1244965 bytes +SHA1 (yarn-v1.22.11.tar.gz) = d0104043e7349046e0e2aec977c24be106925ed6 +RMD160 (yarn-v1.22.11.tar.gz) = 6030fd22d32a50096385f45e1fbd653d06337476 +SHA512 (yarn-v1.22.11.tar.gz) = 0168dee1bcea3bd4549f7b1d9cce4df27e1927406a09cfe4a8526fa4e239fc456420d5ee8b4caebd4ecd0c2105ffff966b11ee35acb6b8e1f1038fadab53f772 +Size (yarn-v1.22.11.tar.gz) = 1245783 bytes --_----------=_162736320481600--