summaryrefslogtreecommitdiff
path: root/security/ocaml-ssl
AgeCommit message (Collapse)AuthorFilesLines
2016-06-20Revbump to make sure package gets recompiled with new mk/ocaml.mkjaapb1-2/+2
2016-05-05Recursive revbump associated with ocaml update.jaapb2-4/+4
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-3/+4
2016-02-06Removed the automatic setting of PKGNAME to ocaml-${DISTNAME} fromjaapb1-5/+1
ocaml.mk. It was becoming more trouble than it was worth: only a minority of packages used it, and it only made Makefiles more confusing. (I've left out some packages: these will be updated forthwith)
2016-02-03Updated package to the newest version, 0.5.2. Changes include:jaapb4-17/+18
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).
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-07Recursive revbump associated with lang/ocaml update.jaapb2-4/+4
2015-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb2-4/+4
2015-01-23Not MAKE_JOBS_SAFE.joerg1-1/+4
2015-01-20Revbump associated with update of lang/ocaml.jaapb2-3/+4
2014-10-09Updated package to latest version, 0.4.7. Package now uses ocaml.mk.jaapb4-39/+32
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).
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-4/+4
2013-11-01Revision bump associated with the update of lang/ocaml to version 4.01.jaapb2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revision bump associated with the update of lang/ocaml to version 4.jaapb2-3/+4
2012-07-14Update to 0.4.6, from Jaap Boender.wiz6-24/+27
0.4.6 (2011-10-16) ===== * Added write_certificate function. * Remove support for SSLv2, which was dropped upstream (thanks Dario Teixeira). * Added support for compiling under Win32 (thanks David Allsopp), see README.win32. * Check for pthreads in configure. 0.4.5 (2011-03-01) ===== * Use pthread mutexes for locking thread-safe version of ssl. 0.4.4 (2010-01-06) ===== * Use SSL_CTX_use_certificate_chain_file instead of SSL_CTX_use_certificate_file. * Added support for --enable-debugging configure option. * Don't link with unix library and don't build in custom mode. 0.4.3 (2008-12-18) ===== * Don't use blocking sections in finalizers since it causes segfaults (thanks Grégoire Henry and Stéphane Glondu).
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-2/+2
2010-02-14Don't mess with ldconf.joerg2-4/+4
2010-01-30DESTDIR supportjoerg3-2/+19
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-3/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-03-03Update ocaml-ssl to 0.4.2tonio2-9/+7
Update provided by Jaap Boender in PR 38145 Release notes not available. Added a .include bsd.prefs.mk so that MACHINE_ARCH is correctly defined.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-2/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-03-22Added the buildlink3.mk file, which was requested in PR 36057.rillig1-0/+21
2007-03-18Update ocaml-ssl to 0.4.1.obache2-6/+6
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).
2007-01-15Import ocaml-ssl 0.4.0 into pkgsrc:tonio5-0/+55
ocaml-ssl is a library of OCaml bindings for libssl. Package provided by Jaap Boender in PR pkg/35212