diff options
author | msaitoh <msaitoh> | 2000-07-17 03:35:44 +0000 |
---|---|---|
committer | msaitoh <msaitoh> | 2000-07-17 03:35:44 +0000 |
commit | 967754ec71b394d235e119d5efed1cf9f831af66 (patch) | |
tree | 2a0e5288ec2849f9c5acb46fe2879515b82c4d3d /devel/ptl2/Makefile | |
parent | 88d30814ece30f7dd1ded0d80e61f4833be08328 (diff) | |
download | pkgsrc-967754ec71b394d235e119d5efed1cf9f831af66.tar.gz |
Updated to PTL-2.1.4.
Changes between 2.1.3 and 2.1.4:
* fixed: a bug causes stack overflow if the process is interrupted by
a UNIX signal frequently.
* fixed: sigwait() causes SIGSEGV.
* deferred cancellation is processed within BSD socket APIs.
Diffstat (limited to 'devel/ptl2/Makefile')
-rw-r--r-- | devel/ptl2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index 96c196535d2..b4f53ec6539 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2000/06/21 08:57:04 tron Exp $ +# $NetBSD: Makefile,v 1.22 2000/07/17 03:35:44 msaitoh Exp $ -DISTNAME= PTL-2.1.3 -PKGNAME= ptl-2.1.3 +DISTNAME= PTL-2.1.4 +PKGNAME= ptl-2.1.4 CATEGORIES= devel MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/ |