diff options
author | gdt <gdt> | 2011-03-11 19:57:59 +0000 |
---|---|---|
committer | gdt <gdt> | 2011-03-11 19:57:59 +0000 |
commit | 2c8ab09cc5cd49555836541853ab74beb0c66a55 (patch) | |
tree | da7316e4e919e8e5e9d48fb03a6d3c906e42c282 /devel/lwp | |
parent | 2b8c72fc0669f039505085e10d518b744f7e1b26 (diff) | |
download | pkgsrc-2c8ab09cc5cd49555836541853ab74beb0c66a55.tar.gz |
devel/lwp: 2.4 -> 2.6
New in 2.6:
* Fix fortify failure whenever a new thread is started.
* ARM thumb2 assembly fix.
New in 2.5:
* Fix ARM/ARMEL build failure (Riku Voipio)
* Packaging/build fixes.
* Add valgrind markers for LWP stacks.
* Avoid using the libc ucontext.h macros.
* Improve context switch times and reduce unnecessary gettimeofday syscalls.
* Don't call setjmp in a function to avoid stack corruption when we return.
From Jukka Salmi via PR pkg/44637.
Diffstat (limited to 'devel/lwp')
-rw-r--r-- | devel/lwp/Makefile | 4 | ||||
-rw-r--r-- | devel/lwp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 2e57a4e7e65..9ed46faab4b 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2008/07/14 12:56:02 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2011/03/11 19:57:59 gdt Exp $ # -DISTNAME= lwp-2.4 +DISTNAME= lwp-2.6 CATEGORIES= devel MASTER_SITES= http://www.coda.cs.cmu.edu/pub/lwp/src/ diff --git a/devel/lwp/distinfo b/devel/lwp/distinfo index 4e869973491..b3e78587be7 100644 --- a/devel/lwp/distinfo +++ b/devel/lwp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2008/01/22 02:00:42 gdt Exp $ +$NetBSD: distinfo,v 1.14 2011/03/11 19:57:59 gdt Exp $ -SHA1 (lwp-2.4.tar.gz) = c15064a9b5991db14cd00ea0bd8528559a28f57b -RMD160 (lwp-2.4.tar.gz) = 963786da9e39ad2182df3994ff8b4050f30d4cd6 -Size (lwp-2.4.tar.gz) = 386511 bytes +SHA1 (lwp-2.6.tar.gz) = bcc4f6c38138b1e2f18ce7fad535ad508e4da11b +RMD160 (lwp-2.6.tar.gz) = f4c13cc15a2b45a1456e91fb7eb103937079125e +Size (lwp-2.6.tar.gz) = 372225 bytes |