pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libsigsegv Update to 2.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ff21a9e48aa
branches:  trunk
changeset: 397312:7ff21a9e48aa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 09 23:04:31 2009 +0000

description:
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:

 devel/libsigsegv/Makefile |  4 ++--
 devel/libsigsegv/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 5c331c9a5480 -r 7ff21a9e48aa devel/libsigsegv/Makefile
--- a/devel/libsigsegv/Makefile Sun Aug 09 23:03:15 2009 +0000
+++ b/devel/libsigsegv/Makefile Sun Aug 09 23:04:31 2009 +0000
@@ -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 -r 5c331c9a5480 -r 7ff21a9e48aa devel/libsigsegv/distinfo
--- a/devel/libsigsegv/distinfo Sun Aug 09 23:03:15 2009 +0000
+++ b/devel/libsigsegv/distinfo Sun Aug 09 23:04:31 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index