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 A07D91A9239 for ; Sun, 16 Jan 2022 22:48:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C492784E56; Sun, 16 Jan 2022 22:48:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0ABF184D4C for ; Sun, 16 Jan 2022 22:48:18 +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 A6z7EeVLpo2x for ; Sun, 16 Jan 2022 22:48:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 796A484D21 for ; Sun, 16 Jan 2022 22:48:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71B0FFB24; Sun, 16 Jan 2022 22:48:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642373297183140" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 22:48:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libsigsegv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220116224817.71B0FFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642373297183140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 16 22:48:17 UTC 2022 Modified Files: pkgsrc/devel/libsigsegv: Makefile distinfo Log Message: libsigsegv: update to 2.14. New in 2.14: * Added support for 64-bit Cygwin. * Improved support for Linux/LoongArch64. * Improved support for Solaris OpenIndiana. * Added support for MidnightBSD. * Improved support for OpenBSD/PowerPC64. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/libsigsegv/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libsigsegv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642373297183140 Content-Disposition: inline Content-Length: 1537 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libsigsegv/Makefile diff -u pkgsrc/devel/libsigsegv/Makefile:1.18 pkgsrc/devel/libsigsegv/Makefile:1.19 --- pkgsrc/devel/libsigsegv/Makefile:1.18 Mon Jan 25 10:01:14 2021 +++ pkgsrc/devel/libsigsegv/Makefile Sun Jan 16 22:48:17 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/01/25 10:01:14 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/01/16 22:48:17 wiz Exp $ -DISTNAME= libsigsegv-2.13 +DISTNAME= libsigsegv-2.14 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/} Index: pkgsrc/devel/libsigsegv/distinfo diff -u pkgsrc/devel/libsigsegv/distinfo:1.16 pkgsrc/devel/libsigsegv/distinfo:1.17 --- pkgsrc/devel/libsigsegv/distinfo:1.16 Tue Oct 26 10:15:28 2021 +++ pkgsrc/devel/libsigsegv/distinfo Sun Jan 16 22:48:17 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 10:15:28 nia Exp $ +$NetBSD: distinfo,v 1.17 2022/01/16 22:48:17 wiz Exp $ -BLAKE2s (libsigsegv-2.13.tar.gz) = e5812ef2adfa668ad821a47b2c0595419c631ead351964a800befff72f307895 -SHA512 (libsigsegv-2.13.tar.gz) = 9c0cf01ee2a39f77f2e42eb06a2aa60644e10fe2cd39089de58f6206baf7fe7d61fe0ec6bf187276fcfccf61585154ce904fe374b474b7ba9fa050a61a2f3918 -Size (libsigsegv-2.13.tar.gz) = 460736 bytes +BLAKE2s (libsigsegv-2.14.tar.gz) = 77b6579182a53b6244ba61648873acc46f3e393863ce2639d3e66b5b50696ac6 +SHA512 (libsigsegv-2.14.tar.gz) = 423dade56636fe38356f0976e1288178cb1c7c059615e9f70ad693a1e4194feba47a583b0804717e95a866da271b1ea5f80083c54a121577983dd23e5aa9f056 +Size (libsigsegv-2.14.tar.gz) = 464658 bytes --_----------=_1642373297183140--