pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libsigsegv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 27 09:52:47 UTC 2017

Modified Files:
        pkgsrc/devel/libsigsegv: Makefile distinfo

Log Message:
Updated libsigsegv to 2.11.

Set LICENSE.

New in 2.11:

* Added support for catching stack overflow on Linux/SPARC.

* Provide a correct value for SIGSTKSZ on 64-bit AIX and on HP-UX. The one
  defined by these systems is too small.

* Updated build infrastructure.

* Compilation now requires the <stdint.h> include file. Platforms which
  don't have this include file (such as IRIX) are no longer supported.

* NOTE: Support for Cygwin and native Windows is currently not up-to-date.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/libsigsegv/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libsigsegv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libsigsegv/Makefile
diff -u pkgsrc/devel/libsigsegv/Makefile:1.14 pkgsrc/devel/libsigsegv/Makefile:1.15
--- pkgsrc/devel/libsigsegv/Makefile:1.14       Wed Oct 31 11:17:21 2012
+++ pkgsrc/devel/libsigsegv/Makefile    Mon Feb 27 09:52:47 2017
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.14 2012/10/31 11:17:21 asau Exp $
-#
+# $NetBSD: Makefile,v 1.15 2017/02/27 09:52:47 wiz Exp $
 
-DISTNAME=              libsigsegv-2.10
+DISTNAME=              libsigsegv-2.11
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GNU:=libsigsegv/}
 
 MAINTAINER=            martijn.van.buul%gmail.com@localhost
 HOMEPAGE=              http://savannah.gnu.org/projects/libsigsegv/
 COMMENT=               Library for handling page faults in user mode
-
-CONFLICTS+=            libsigsegv25-[0-9]*
+LICENSE=               gnu-gpl-v2
 
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes

Index: pkgsrc/devel/libsigsegv/distinfo
diff -u pkgsrc/devel/libsigsegv/distinfo:1.11 pkgsrc/devel/libsigsegv/distinfo:1.12
--- pkgsrc/devel/libsigsegv/distinfo:1.11       Tue Nov  3 03:27:44 2015
+++ pkgsrc/devel/libsigsegv/distinfo    Mon Feb 27 09:52:47 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2015/11/03 03:27:44 agc Exp $
+$NetBSD: distinfo,v 1.12 2017/02/27 09:52:47 wiz Exp $
 
-SHA1 (libsigsegv-2.10.tar.gz) = b75a647a9ebda70e7a3b33583efdd550e0eac094
-RMD160 (libsigsegv-2.10.tar.gz) = 186b145f0318657544f774868f50d45729f48834
-SHA512 (libsigsegv-2.10.tar.gz) = 9464b3343af5042169f208781ffa9d1f7e5e1ee8654c1e6aca5581157b43eedc5ee504a56eb905c61443273bcfc8da6822ecc6499c5f589570ad0ba02d8d8cc2
-Size (libsigsegv-2.10.tar.gz) = 402279 bytes
+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



Home | Main Index | Thread Index | Old Index