Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E62C21A9239 for ; Mon, 1 Feb 2021 11:26:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1B4B684D8C; Mon, 1 Feb 2021 11:26:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 526CE84D3D for ; Mon, 1 Feb 2021 11:26:57 +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 J6VEVtmk8KJa for ; Mon, 1 Feb 2021 11:26:56 +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 BB52184CD8 for ; Mon, 1 Feb 2021 11:26:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A65EFFA91; Mon, 1 Feb 2021 11:26:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612178816125480" MIME-Version: 1.0 Date: Mon, 1 Feb 2021 11:26:56 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/byacc To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20210201112656.A65EFFA91@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612178816125480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Feb 1 11:26:56 UTC 2021 Modified Files: pkgsrc/devel/byacc: Makefile distinfo Log Message: byacc: update to 20210109. 2021-01-09 Thomas E. Dickey * package/debian/copyright, VERSION, package/byacc.spec, package/debian/changelog, package/mingw-byacc.spec, package/pkgsrc/Makefile: bump 2021-01-05 Thomas E. Dickey * configure: regen * aclocal.m4: resync with my-autoconf 2020-09-22 Thomas E. Dickey * closure.c, warshall.c: fix undefined-behavior diagnosed with gcc -fsanitize=undefined (report by Alexander Richardson) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/byacc/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/byacc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612178816125480 Content-Disposition: inline Content-Length: 1589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/byacc/Makefile diff -u pkgsrc/devel/byacc/Makefile:1.18 pkgsrc/devel/byacc/Makefile:1.19 --- pkgsrc/devel/byacc/Makefile:1.18 Wed Nov 25 20:51:58 2020 +++ pkgsrc/devel/byacc/Makefile Mon Feb 1 11:26:56 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2020/11/25 20:51:58 nia Exp $ +# $NetBSD: Makefile,v 1.19 2021/02/01 11:26:56 fcambus Exp $ # -DISTNAME= byacc-20200910 +DISTNAME= byacc-20210109 CATEGORIES= devel MASTER_SITES= https://invisible-mirror.net/archives/byacc/ EXTRACT_SUFX= .tgz Index: pkgsrc/devel/byacc/distinfo diff -u pkgsrc/devel/byacc/distinfo:1.11 pkgsrc/devel/byacc/distinfo:1.12 --- pkgsrc/devel/byacc/distinfo:1.11 Wed Nov 25 20:51:58 2020 +++ pkgsrc/devel/byacc/distinfo Mon Feb 1 11:26:56 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2020/11/25 20:51:58 nia Exp $ +$NetBSD: distinfo,v 1.12 2021/02/01 11:26:56 fcambus Exp $ -SHA1 (byacc-20200910.tgz) = ebdf2d1a8d1a558f8c2fb7cc372435ca0f5c21df -RMD160 (byacc-20200910.tgz) = a0b19d50a8b6199363288a34104dd26f728a1304 -SHA512 (byacc-20200910.tgz) = 491bbde2d5b0fdf2ad57bec5080112ad7c12ce3830b5e14f2289092aad1addae6edd4698368a9c8d69219a95ae5fa47eb32a95a2625841915297972591bebea3 -Size (byacc-20200910.tgz) = 871242 bytes +SHA1 (byacc-20210109.tgz) = 3af2a06bf3a8190e909fc5b0ca015fabed15f6fe +RMD160 (byacc-20210109.tgz) = 89e12c5f4439147faa7f14e229bd280e956c2c0c +SHA512 (byacc-20210109.tgz) = 95eafe81948fee1839fed8fff71d65c23d85de02af51672c118b2eed7c680f0dd300cec54cf366a248307c480844edc66a027575b29e20ef2f71f3c243ad5202 +Size (byacc-20210109.tgz) = 873282 bytes --_----------=_1612178816125480--