pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ocaml-ssl
Module Name: pkgsrc
Committed By: jaapb
Date: Thu Oct 9 21:06:57 UTC 2014
Modified Files:
pkgsrc/security/ocaml-ssl: Makefile PLIST buildlink3.mk distinfo
Log Message:
Updated package to latest version, 0.4.7. Package now uses ocaml.mk.
Changes:
* Add support for TLS1.1 and TLS1.2 (thanks Thomas Calderon).
* Add function to initialize Diffie-Hellman and elliptic curve parameters
(thanks Thomas Calderon and Edwin Török).
* Add set_client_SNI_hostname to specify client-side SNI hostname (thanks
Mauricio Fernandez).
* Fix double leave of blocking section in ocaml_ssl_accept (thanks Edwin Török).
* Check for errors in SSL_connect/SSL_accept (thanks Jérôme Vouillon).
* Clear the error queue before calling SSL_read and similar functions;
SSL_get_error does not work reliably otherwise (thanks Jérôme Vouillon).
* Allow static linking on Mingw64 (thanks schadinger).
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/ocaml-ssl/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/ocaml-ssl/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/ocaml-ssl/buildlink3.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ocaml-ssl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index