2015-06-30 13:53:00 by Jaap Boender | Files touched by this commit (76) | |
Log message:
Recursive revbump associated with update of lang/ocaml to 4.02.2.
|
2015-01-20 15:24:38 by Jaap Boender | Files touched by this commit (55) | |
Log message:
Revbump associated with update of lang/ocaml.
|
2014-10-24 01:39:28 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Remove patches after 2.4.5 update.
|
2014-10-09 23:13:36 by Jaap Boender | Files touched by this commit (3) |
Log message:
Updated ocaml-lwt to latest version, 2.4.5. Package now uses ocaml.mk.
Changes:
* Lwt_ssl: expand API to allow setting socket options with Ssl
functions
* fix for camlp4 trunk
* support for React 1.0.0
* add Lwt_sequence.find_node_* functions
* Lwt_log: get backtrace early to overcome exns in
Printexc.to_string
* fix potential deadlock in lwt_unix_recv_notifications
* lwt.glib fixes:
- handle HUP
- fix for BSD/OSX
* do not raise an exception in Lwt_log if argv[0] is blank
* add Android support
* fix issues in stubs for Lwt_unix jobs
* fix compatibility issue with OCaml 4.01
* fix the stub for ev_timer_init
* add Lwt.log containing Lwt_log_core, the Unix-free part of Lwt_log
* add Lwt_ssl.get_fd
* fix stdout/stderr redirections in Lwt_daemon.daemonize
* add Lwt_list.{map,iter}i{_s,_p}
|
2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568) |
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
|
2013-11-01 11:50:03 by Jaap Boender | Files touched by this commit (4) |
Log message:
Revbump and patches to compile with ocaml 4.01.
|
2013-04-03 14:31:50 by Jaap Boender | Files touched by this commit (2) |
Log message:
Updated package to latest version, 2.4.3. Changes include:
* fix Lwt_ssl.{in,out}_channel_of_descr: shutdown and close the
socket when the channel is closed
|
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | |
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
|
2012-12-14 15:32:32 by Jaap Boender | Files touched by this commit (3) |
Log message:
Update of devel/ocaml-lwt to its newest version, 2.4.2. Changes include:
2.4.2
* fix the stub for Lwt_unix.readdir
* change the default method for Lwt_glib.install (use the glib main loop by
default: more portable)
* ignore invalid file descriptors returned by glib (like the emulation of
select in glib does)
* use environment variables in discover.ml - use LIBRARY_PATH and
C_INCLUDE_PATH for searching headers - allow to pass flags for a library
in <LIB>_CLFAGS and <LIB>_LIBS
* add Lwt_unix.on_signal_full
2.4.1
* Add Lwt_stream.on_terminate
* Fix Lwt_gc
* Fix stubs for get_credentials on *BSD
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|