Received: by mail.netbsd.org (Postfix, from userid 605) id 5862B84D45; Sun, 28 Jan 2018 15:59:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D836584CDF for ; Sun, 28 Jan 2018 15:59:40 +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 n6lBeLdTRDCK for ; Sun, 28 Jan 2018 15:59:40 +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 663B184C8D for ; Sun, 28 Jan 2018 15:59:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64479FBDE; Sun, 28 Jan 2018 15:59:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151715518055020" MIME-Version: 1.0 Date: Sun, 28 Jan 2018 15:59:40 +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: <20180128155940.64479FBDE@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. --_----------=_151715518055020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 28 15:59:40 UTC 2018 Modified Files: pkgsrc/devel/libsigsegv: Makefile distinfo Log Message: libsigsegv: update to 2.12. New in 2.12: * Added support for catching stack overflow on Hurd/i386. * Added support for catching stack overflow on Haiku. * Corrected distinction between stack overflow and other fault on AIX. * Reliability improvements on Linux, FreeBSD, NetBSD. * NOTE: Support for Cygwin and native Windows is currently not up-to-date. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libsigsegv/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libsigsegv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151715518055020 Content-Disposition: inline Content-Length: 1635 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.15 pkgsrc/devel/libsigsegv/Makefile:1.16 --- pkgsrc/devel/libsigsegv/Makefile:1.15 Mon Feb 27 09:52:47 2017 +++ pkgsrc/devel/libsigsegv/Makefile Sun Jan 28 15:59:40 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2017/02/27 09:52:47 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/01/28 15:59:40 wiz Exp $ -DISTNAME= libsigsegv-2.11 +DISTNAME= libsigsegv-2.12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/} Index: pkgsrc/devel/libsigsegv/distinfo diff -u pkgsrc/devel/libsigsegv/distinfo:1.12 pkgsrc/devel/libsigsegv/distinfo:1.13 --- pkgsrc/devel/libsigsegv/distinfo:1.12 Mon Feb 27 09:52:47 2017 +++ pkgsrc/devel/libsigsegv/distinfo Sun Jan 28 15:59:40 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2017/02/27 09:52:47 wiz Exp $ +$NetBSD: distinfo,v 1.13 2018/01/28 15:59:40 wiz Exp $ -SHA1 (libsigsegv-2.11.tar.gz) = 186dea8ae788395476bd7cbaf38c17ebe82e1777 -RMD160 (libsigsegv-2.11.tar.gz) = 35c48ff4e0132ee4c6ab6565111bb6301b0128b2 -SHA512 (libsigsegv-2.11.tar.gz) = 6d60bbaa704b86c12a32a6b0eadd30fa7736d0e0ff8a1c45af1b15b7b7d4524f39902fe3f7f47a100bc2586e32aa25bb575e3d859d9ccb5fd7e99ba4e62f7b02 -Size (libsigsegv-2.11.tar.gz) = 448744 bytes +SHA1 (libsigsegv-2.12.tar.gz) = df167811328b050d2b746bec3d88423edc5a8cbf +RMD160 (libsigsegv-2.12.tar.gz) = 23b9c2e0a01df06c77ad81aa441c4a3b08a52d21 +SHA512 (libsigsegv-2.12.tar.gz) = 27986e8aaf4357ed131032aa7c281a5a28c5759530c62bb76f034aea33959547dcaae805e06347a1f532f0488b72fbbbdac4400f74e8d3f2128511526e8a5913 +Size (libsigsegv-2.12.tar.gz) = 451408 bytes --_----------=_151715518055020--