head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q2:1.2.0.20 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.18 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.16 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.14 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.12 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.10 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.8 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.6 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.4 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.2 pkgsrc-2010Q1-base:1.2; locks; strict; comment @# @; 1.3 date 2012.07.14.21.23.49; author wiz; state dead; branches; next 1.2; 1.2 date 2010.02.14.19.16.25; author joerg; state Exp; branches; next 1.1; 1.1 date 2010.01.30.19.44.51; author joerg; state Exp; branches; next ; desc @@ 1.3 log @Update to 0.4.6, from Jaap Boender. 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). @ text @$NetBSD: patch-aa,v 1.2 2010/02/14 19:16:25 joerg Exp $ --- src/Makefile.in.orig 2010-01-30 19:40:05.000000000 +0000 +++ src/Makefile.in @@@@ -50,7 +50,8 @@@@ byte: byte-code-library opt: native-code-library install: - $(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES) + ${BSD_INSTALL_DATA_DIR} ${DESTDIR}`ocamlc -where`/site-lib + $(OCAMLFIND) install -ldconf /dev/null -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES) uninstall: $(OCAMLFIND) remove $(OCAMLFIND_INSTFLAGS) $(RESULT) @ 1.2 log @Don't mess with ldconf. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2010/01/30 19:44:51 joerg Exp $ @ 1.1 log @DESTDIR support @ text @d1 1 a1 1 $NetBSD$ d11 1 a11 1 + $(OCAMLFIND) install -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES) @