diff options
author | wiz <wiz> | 2009-08-09 23:04:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-09 23:04:31 +0000 |
commit | 51a11fb7879a21e175819078ad951aaf3378849a (patch) | |
tree | 9757b9f5ea71ea1e32eef9937dbbd04eb098502e /devel | |
parent | 0866060fab12f4672b011cd923f5845657f7608e (diff) | |
download | pkgsrc-51a11fb7879a21e175819078ad951aaf3378849a.tar.gz |
Update to 2.7:
New in 2.7:
* Support for platforms that follow POSIX:2008, not POSIX:2001.
* Support for MirBSD 10.
* Support for IRIX 5.3. Contributed by Eric Blake.
* On Linux platforms, libsigsegv now prefers the POSIX way of defining the
signal handler over than the traditional one, when both are supported.
As a consequence, on Linux/i386 and other Linux platforms, the type
'stackoverflow_context_t' is now typedefed to 'ucontext_t *' rather than
'struct sigcontext *'.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsigsegv/Makefile | 4 | ||||
-rw-r--r-- | devel/libsigsegv/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile index 0b385921d4b..f84d8a97d3b 100644 --- a/devel/libsigsegv/Makefile +++ b/devel/libsigsegv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2008/09/12 22:14:11 ahoka Exp $ +# $NetBSD: Makefile,v 1.9 2009/08/09 23:04:31 wiz Exp $ # -DISTNAME= libsigsegv-2.6 +DISTNAME= libsigsegv-2.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/} diff --git a/devel/libsigsegv/distinfo b/devel/libsigsegv/distinfo index 43e4ec30ced..a501e8db645 100644 --- a/devel/libsigsegv/distinfo +++ b/devel/libsigsegv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/09/06 13:52:29 wiz Exp $ +$NetBSD: distinfo,v 1.7 2009/08/09 23:04:31 wiz Exp $ -SHA1 (libsigsegv-2.6.tar.gz) = 15ca1dd9574012b8c4c4d2bf6ba945546114b0b5 -RMD160 (libsigsegv-2.6.tar.gz) = 145fe89e3f16737b271768374e001b2b5156f99d -Size (libsigsegv-2.6.tar.gz) = 348689 bytes +SHA1 (libsigsegv-2.7.tar.gz) = ef515a9d81b50b83981b73fdfea84d8f5fd8a141 +RMD160 (libsigsegv-2.7.tar.gz) = 541b96f1b0cad659145028dca47609c0ab8299a7 +Size (libsigsegv-2.7.tar.gz) = 365921 bytes |