diff options
author | martin <martin@pkgsrc.org> | 2001-01-29 20:42:41 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2001-01-29 20:42:41 +0000 |
commit | c39f369ec15ca79e75a1706700c9a98047523d5d (patch) | |
tree | 4ee33e09251f1cc0cfc3dfb38478b0acca73fb16 /security/stunnel | |
parent | b57862af7b68591423854e6bcc7441b7afa55d9b (diff) | |
download | pkgsrc-c39f369ec15ca79e75a1706700c9a98047523d5d.tar.gz |
Update to stunnel-3.13.
Hint from Martti Kuparinen in PR pkg/12046.
Changes:
* pthread_sigmask() argument in sthreads.c corrected.
* OOB data is now handled correctly.
* Attempted to fix problem with zombies in local mode.
* Patch for 64-bit machines by Nalin Dahyabhai <nalin@redhat.com> applied.
* Tiny bugfix for OSF cc by Dobrica Pavlinusic <dpavlin@rot13.org> added.
* PORTS file updated.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 4 | ||||
-rw-r--r-- | security/stunnel/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 1dd344b755a..92fdb50c2d4 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2001/01/22 16:31:49 tron Exp $ +# $NetBSD: Makefile,v 1.11 2001/01/29 20:42:41 martin Exp $ # -DISTNAME= stunnel-3.11 +DISTNAME= stunnel-3.13 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ diff --git a/security/stunnel/files/md5 b/security/stunnel/files/md5 index 500cb6a309c..5c93da3d3a0 100644 --- a/security/stunnel/files/md5 +++ b/security/stunnel/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2001/01/22 13:30:36 martin Exp $ +$NetBSD: md5,v 1.4 2001/01/29 20:42:41 martin Exp $ -MD5 (stunnel-3.11.tar.gz) = 950b08220c12588e490dcb0609b7d668 +MD5 (stunnel-3.13.tar.gz) = c444b4954713012b3fb00cb6cc32d8f6 |