pkgsrc/net/ocamlnet
wiz caa7e470fe Update to 3.6, provided by maintainer Jaap Boender in PR 46817.
This is an update of ocamlnet to its newest version, 3.6. Changes are:
* Netsys_sem: a new abstraction for emulating anonymous
  semaphores on systems that only provide named semaphores,
  like OS X. All users of semaphores inside Ocamlnet now
  base on Netsys_sem.
* reimplementing Netstring_str for the case the Str engine
  is used. It is now thread-safe without having to use
  mutexes.
* The default is now -disable-pcre
* The module Netstring_pcre has been moved to a library of its
  own, namely netstring-pcre. It is only installed if -enable-pcre
* Nethttp.Header.best_media_type: improved
  (patch by Christopher Zimmemann)
* Netsys_mem.alloc_memory_pages: one can now mark the memory
  pages as executable
* src/netsys/configure: disabling POSIX semaphore check
  for win32
* Fixes for OpenBSD (by Christopher Zimmermann)
* Netcgi connectors (SCGI, AJP, FCGI): unifying the ~sockaddr
  and ~port arguments. ~port now also assumes a loopback binding.
  (Suggested by Christopher Zimmermann).
* Allowing posix_spawn again for MacOS. It turns out the
  number of file actions is limited. If we are above the
  limit, posix_spawn is not used.
* Ssl_exts: adding function for returning the fingerprint of
  a certificate
* Https_client: new verify callback for additional certificate
  checks
2012-08-20 08:11:58 +00:00
..
patches Update to 3.6, provided by maintainer Jaap Boender in PR 46817. 2012-08-20 08:11:58 +00:00
buildlink3.mk Update to 3.5.1, from Jaap Boender. 2012-07-06 09:29:14 +00:00
DESCR
distinfo Update to 3.6, provided by maintainer Jaap Boender in PR 46817. 2012-08-20 08:11:58 +00:00
Makefile Update to 3.6, provided by maintainer Jaap Boender in PR 46817. 2012-08-20 08:11:58 +00:00
options.mk Update to 3.5.1, from Jaap Boender. 2012-07-06 09:29:14 +00:00
PLIST Update to 3.6, provided by maintainer Jaap Boender in PR 46817. 2012-08-20 08:11:58 +00:00
PLIST.opt