diff options
author | obache <obache> | 2007-03-18 16:07:08 +0000 |
---|---|---|
committer | obache <obache> | 2007-03-18 16:07:08 +0000 |
commit | a52e00faaabb09a59e340e44546bb69709e04fa7 (patch) | |
tree | fbe42f7425893b925b08e0c8d140ca0d6d03fd95 /security/ocaml-ssl | |
parent | b73961a544a94c1b4ffd33558a1b378ea3044b4a (diff) | |
download | pkgsrc-a52e00faaabb09a59e340e44546bb69709e04fa7.tar.gz |
Update ocaml-ssl to 0.4.1.
Provided by MAINTAINER, Jaap Boender in PR 35942.
CHANGES:
0.4.1 (2007-02-21)
=====
* file_descr_of_socket is not marked as deprecated anymore.
* Patched the Makefile to be compatible with FreeBSD (thanks Jaap Boender).
* Explicitely link with libcrypto since we use it. Compilation should now work
on Mac OS X too (thanks Janne Hellsten).
Diffstat (limited to 'security/ocaml-ssl')
-rw-r--r-- | security/ocaml-ssl/Makefile | 4 | ||||
-rw-r--r-- | security/ocaml-ssl/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index b733607155b..2d18b795084 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/15 14:21:10 tonio Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/18 16:07:08 obache Exp $ # -DISTNAME= ocaml-ssl-0.4.0 +DISTNAME= ocaml-ssl-0.4.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=savonet/} diff --git a/security/ocaml-ssl/distinfo b/security/ocaml-ssl/distinfo index a637cc501e4..48fe7486d71 100644 --- a/security/ocaml-ssl/distinfo +++ b/security/ocaml-ssl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/01/15 14:21:10 tonio Exp $ +$NetBSD: distinfo,v 1.2 2007/03/18 16:07:08 obache Exp $ -SHA1 (ocaml-ssl-0.4.0.tar.gz) = 8b4220c1914e58603ff3df58b9fbd7b2d450a07d -RMD160 (ocaml-ssl-0.4.0.tar.gz) = 8fa130e96db9114a13dc9c9413e0a2273f99907e -Size (ocaml-ssl-0.4.0.tar.gz) = 108841 bytes +SHA1 (ocaml-ssl-0.4.1.tar.gz) = 685f31ed69a2a21937da57be41582538dc0ca101 +RMD160 (ocaml-ssl-0.4.1.tar.gz) = 675e71c5ad79b7493c8435c39ce0cbcd8325a710 +Size (ocaml-ssl-0.4.1.tar.gz) = 109012 bytes |