diff options
author | perry <perry@pkgsrc.org> | 2006-07-20 23:12:20 +0000 |
---|---|---|
committer | perry <perry@pkgsrc.org> | 2006-07-20 23:12:20 +0000 |
commit | 8909446080d3b47f6e319fade03a99185a988bcc (patch) | |
tree | a99a6d750c7e9aa2dd48cef3f0c1cc586280ff1c /devel/libsigsegv | |
parent | 49f60dadea146135b8608877745f8bb024c00477 (diff) | |
download | pkgsrc-8909446080d3b47f6e319fade03a99185a988bcc.tar.gz |
Update to 2.4 -- needed to fix bugs that would otherwise bite clisp.
from the NEWS file:
New in 2.4:
* Support for GCC 4 on more platforms.
* Added support for catching stack overflow on NetBSD.
* Improved support for catching stack overflow on Linux, Solaris:
Works also when /proc is not mounted or lacks read permissions.
New in 2.3:
* Support for GCC 4 on some platforms contributed by Paolo Bonzini.
* Support for MacOS X i386 contributed by Bruno Haible.
* Improved support for Woe32 contributed by Doug Currie.
Diffstat (limited to 'devel/libsigsegv')
-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 587f75f8639..5ee35adf5f2 100644 --- a/devel/libsigsegv/Makefile +++ b/devel/libsigsegv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/11 22:00:01 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/20 23:12:20 perry Exp $ # -DISTNAME= libsigsegv-2.2 +DISTNAME= libsigsegv-2.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/} diff --git a/devel/libsigsegv/distinfo b/devel/libsigsegv/distinfo index 4d01865002c..9be14665a2e 100644 --- a/devel/libsigsegv/distinfo +++ b/devel/libsigsegv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/03/11 22:00:01 wiz Exp $ +$NetBSD: distinfo,v 1.2 2006/07/20 23:12:20 perry Exp $ -SHA1 (libsigsegv-2.2.tar.gz) = 793bb8ddd8f14db54d4c6acae751eab571c8508c -RMD160 (libsigsegv-2.2.tar.gz) = 778b9a76f6501fd6a45dec3e4cca1f6786d9de03 -Size (libsigsegv-2.2.tar.gz) = 361450 bytes +SHA1 (libsigsegv-2.4.tar.gz) = e154ef9c04f499ea1f10c8f26882c1a38889d265 +RMD160 (libsigsegv-2.4.tar.gz) = 5a52e3fe54a3380d4b25a034aa3de3e65974107d +Size (libsigsegv-2.4.tar.gz) = 376308 bytes |