diff options
author | msaitoh <msaitoh> | 2000-07-17 03:35:44 +0000 |
---|---|---|
committer | msaitoh <msaitoh> | 2000-07-17 03:35:44 +0000 |
commit | df8a5b407884588bef2d4658a6bb746c40d35747 (patch) | |
tree | 2a0e5288ec2849f9c5acb46fe2879515b82c4d3d /devel/ptl2 | |
parent | 920f606a8ff82b8230377b395514bc5bfd884392 (diff) | |
download | pkgsrc-df8a5b407884588bef2d4658a6bb746c40d35747.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')
-rw-r--r-- | devel/ptl2/Makefile | 6 | ||||
-rw-r--r-- | devel/ptl2/files/md5 | 4 |
2 files changed, 5 insertions, 5 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/ diff --git a/devel/ptl2/files/md5 b/devel/ptl2/files/md5 index b7357a91560..179fa24a0b4 100644 --- a/devel/ptl2/files/md5 +++ b/devel/ptl2/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.10 2000/06/07 04:28:21 msaitoh Exp $ +$NetBSD: md5,v 1.11 2000/07/17 03:35:45 msaitoh Exp $ -MD5 (PTL-2.1.3.tar.gz) = 4fbfac284f948e74ccd6bf5d6658ac5e +MD5 (PTL-2.1.4.tar.gz) = d4d1560804903d12df6a2f514dce99a9 |