2018-01-10 17:44:16 +01:00
|
|
|
# $NetBSD: Makefile,v 1.29 2018/01/10 16:44:16 jaapb Exp $
|
2007-01-15 15:21:10 +01:00
|
|
|
#
|
|
|
|
|
2018-01-10 17:44:16 +01:00
|
|
|
DISTNAME= ocaml-ssl-0.5.5
|
2007-01-15 15:21:10 +01:00
|
|
|
CATEGORIES= security
|
Updated package to the newest version, 0.5.2. Changes include:
0.5.2 (2015-11-23)
=====
* Add OPENSSL_NO_SSL3 preprocessor flag to disable SSLv3 (thanks Jérémie
Courrèges-Anglas).
0.5.1 (2015-05-27)
=====
* Fix META file for versions of OCaml older than 4.02.0 (thanks Anil
Madhavapeddy, closes #20).
0.5.0 (2015-05-18)
=====
* Allow to honor server cipher preferences (thanks mfp, closes #18).
* Add functions for reading into/writing from bigarrays, avoiding copy (thanks
mfp, closes #15).
* Support disabling SSL protocol versions (thanks Edwin Török, closes #13).
* Use Bytes instead of String for read and write, changes the ABI thus the
version bump (thanks Vincent Bernardoff, closes #16, and mfp, closes #19).
* Make verbosity of client_verify_callback configurable (thanks Nicolas Trangez,
closes #12).
* Fix build with old versions of SSL (thanks Edwin Török, closes #10).
2016-02-03 13:48:38 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=savonet/}
|
2007-01-15 15:21:10 +01:00
|
|
|
|
Updated package to the newest version, 0.5.2. Changes include:
0.5.2 (2015-11-23)
=====
* Add OPENSSL_NO_SSL3 preprocessor flag to disable SSLv3 (thanks Jérémie
Courrèges-Anglas).
0.5.1 (2015-05-27)
=====
* Fix META file for versions of OCaml older than 4.02.0 (thanks Anil
Madhavapeddy, closes #20).
0.5.0 (2015-05-18)
=====
* Allow to honor server cipher preferences (thanks mfp, closes #18).
* Add functions for reading into/writing from bigarrays, avoiding copy (thanks
mfp, closes #15).
* Support disabling SSL protocol versions (thanks Edwin Török, closes #13).
* Use Bytes instead of String for read and write, changes the ABI thus the
version bump (thanks Vincent Bernardoff, closes #16, and mfp, closes #19).
* Make verbosity of client_verify_callback configurable (thanks Nicolas Trangez,
closes #12).
* Fix build with old versions of SSL (thanks Edwin Török, closes #10).
2016-02-03 13:48:38 +01:00
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
2017-07-31 00:32:10 +02:00
|
|
|
HOMEPAGE= https://github.com/savonet/ocaml-ssl
|
2007-01-15 15:21:10 +01:00
|
|
|
COMMENT= SSL library for OCaml
|
2012-07-14 23:23:49 +02:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
2007-01-15 15:21:10 +01:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
Updated package to the newest version, 0.5.2. Changes include:
0.5.2 (2015-11-23)
=====
* Add OPENSSL_NO_SSL3 preprocessor flag to disable SSLv3 (thanks Jérémie
Courrèges-Anglas).
0.5.1 (2015-05-27)
=====
* Fix META file for versions of OCaml older than 4.02.0 (thanks Anil
Madhavapeddy, closes #20).
0.5.0 (2015-05-18)
=====
* Allow to honor server cipher preferences (thanks mfp, closes #18).
* Add functions for reading into/writing from bigarrays, avoiding copy (thanks
mfp, closes #15).
* Support disabling SSL protocol versions (thanks Edwin Török, closes #13).
* Use Bytes instead of String for read and write, changes the ABI thus the
version bump (thanks Vincent Bernardoff, closes #16, and mfp, closes #19).
* Make verbosity of client_verify_callback configurable (thanks Nicolas Trangez,
closes #12).
* Fix build with old versions of SSL (thanks Edwin Török, closes #10).
2016-02-03 13:48:38 +01:00
|
|
|
USE_TOOLS+= autoconf gmake
|
2017-09-08 15:34:04 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
2007-01-15 15:21:10 +01:00
|
|
|
|
2014-10-09 23:06:57 +02:00
|
|
|
OCAML_USE_FINDLIB= yes
|
Updated package to the newest version, 0.5.2. Changes include:
0.5.2 (2015-11-23)
=====
* Add OPENSSL_NO_SSL3 preprocessor flag to disable SSLv3 (thanks Jérémie
Courrèges-Anglas).
0.5.1 (2015-05-27)
=====
* Fix META file for versions of OCaml older than 4.02.0 (thanks Anil
Madhavapeddy, closes #20).
0.5.0 (2015-05-18)
=====
* Allow to honor server cipher preferences (thanks mfp, closes #18).
* Add functions for reading into/writing from bigarrays, avoiding copy (thanks
mfp, closes #15).
* Support disabling SSL protocol versions (thanks Edwin Török, closes #13).
* Use Bytes instead of String for read and write, changes the ABI thus the
version bump (thanks Vincent Bernardoff, closes #16, and mfp, closes #19).
* Make verbosity of client_verify_callback configurable (thanks Nicolas Trangez,
closes #12).
* Fix build with old versions of SSL (thanks Edwin Török, closes #10).
2016-02-03 13:48:38 +01:00
|
|
|
OCAML_FINDLIB_REGISTER= yes
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && autoconf
|
2012-07-14 23:23:49 +02:00
|
|
|
|
2014-10-09 23:06:57 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
2007-01-15 15:21:10 +01:00
|
|
|
|
2014-10-09 23:06:57 +02:00
|
|
|
.include "../../mk/ocaml.mk"
|
2007-01-15 15:21:10 +01:00
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|