summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2011-04-06 21:51:14 +0000
committerasau <asau@pkgsrc.org>2011-04-06 21:51:14 +0000
commit65dae073df52e364752fc30b5981a94d76b745a4 (patch)
tree0917b5b2410ec35922d3b334e20be33b17b66dec /devel
parent2673572ffb0b306642d3acf49547df48c401615b (diff)
downloadpkgsrc-65dae073df52e364752fc30b5981a94d76b745a4.tar.gz
Update to libsigsegv 2.10
New in 2.10: * Support for Linux/S390. <sigsegv.h> now defines a macro SIGSEGV_FAULT_ADDRESS_ALIGNMENT. It is either 1 or pagesize. Its meaning is that - The fault address passed to a SIGSEGV handler has been rounded down to a multiple of SIGSEGV_FAULT_ADDRESS_ALIGNMENT. - The address and length arguments of sigsegv_register function calls must be multiples of SIGSEGV_FAULT_ADDRESS_ALIGNMENT. * Faster distinction between stack overflow and other fault on OpenBSD.
Diffstat (limited to 'devel')
-rw-r--r--devel/libsigsegv/Makefile4
-rw-r--r--devel/libsigsegv/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile
index fb9b69abcac..8eb2ec250d6 100644
--- a/devel/libsigsegv/Makefile
+++ b/devel/libsigsegv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2011/03/09 19:41:54 asau Exp $
+# $NetBSD: Makefile,v 1.13 2011/04/06 21:51:14 asau Exp $
#
-DISTNAME= libsigsegv-2.9
+DISTNAME= libsigsegv-2.10
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/}
diff --git a/devel/libsigsegv/distinfo b/devel/libsigsegv/distinfo
index 4cd8b090015..79689550e68 100644
--- a/devel/libsigsegv/distinfo
+++ b/devel/libsigsegv/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2011/03/09 19:41:54 asau Exp $
+$NetBSD: distinfo,v 1.10 2011/04/06 21:51:14 asau Exp $
-SHA1 (libsigsegv-2.9.tar.gz) = b15af8522d2b94a815c0641df62343189b225363
-RMD160 (libsigsegv-2.9.tar.gz) = fa733cb3ee09515be326363a0786740beb2de17c
-Size (libsigsegv-2.9.tar.gz) = 397885 bytes
+SHA1 (libsigsegv-2.10.tar.gz) = b75a647a9ebda70e7a3b33583efdd550e0eac094
+RMD160 (libsigsegv-2.10.tar.gz) = 186b145f0318657544f774868f50d45729f48834
+Size (libsigsegv-2.10.tar.gz) = 402279 bytes