[libmicrohttpd] GNU libmicrohttpd 0.9.58 released

2017-12-07 Thread Evgeny Grin
Dear all,


I'm glad to announce the release of GNU libmicrohttpd 0.9.58.

GNU libmicrohttpd is a small C library that is supposed to make it easy
to run an HTTP server as part of another application. GNU libmicrohttpd
is fully HTTP 1.1 compliant and supports IPv6. Finally, GNU
libmicrohttpd is fast, portable and has a simple API and (without TLS
support and other optional features) a small binary size (~32k).

This is bugfix release.
Changes since version 0.9.57:
* Better support for automatic port detection for sockets provided by
  MHD_OPTION_LISTEN_SOCKET option.
* Documentation installation fixes.
* Removed usage of 3DES mode from test-suite to avoid test failures on
  modern platforms.
* Minor compiler warning fix.


You can download GNU libmicrohttpd from

* https://ftp.gnu.org/gnu/libmicrohttpd/ and all GNU FTP mirrors.
* Our git repository at https://gnunet.org/git/libmicrohttpd.git

Please report bugs to our bugtracker at https://gnunet.org/bugs/.

The documentation (including a reference manual and tutorial) can be
found at https://www.gnu.org/software/libmicrohttpd/.


-- 
Wishes,
Evgeny




[libmicrohttpd] Compile Error

2017-12-07 Thread Jong Han
Hello,

Please check thid error Message


sync.c:268:9: error: cannot convert to a pointer type
 response = MHD_create_response_from_buffer (8, (void *)ethbuf08,
MHD_RESPMEM_PERSISTENT);
===

I don't know why this is a problem.

Thanks.

Jong Han
jongha...@gmail.com


log-file
Description: Binary data


[libmicrohttpd] Release 0.9.58, but configuration summary is 0.9.55

2017-12-07 Thread silvioprog
Hi dudes.

I've upgraded my MHD copy and after configuring it I've got the following
summary:

===
*configure: libmicrohttpd 0.9.55 Configuration Summary:*
  Cross-compiling:   no
  Operating System:  mingw32
  Threading lib: w32
  Use thread names:  no
  Inter-thread comm: socketpair
  libcurl (testing): no, many unit tests will not run
  Target directory:  /mingw32
  Shutdown of listening socket
  trigger select:no
  Use debug asserts: no
  Messages:  yes
  Basic auth.:   yes
  Digest auth.:  yes
  HTTP "Upgrade":yes
  Postproc:  yes
  HTTPS support: no (disabled)
  poll support:  no
  epoll support: no
  sendfile used: no
  build docs:no
  build examples:no

configure:
  License :  LGPL or eCos
===

I might be wrong, but it should report *0.9.58*. 😶

--
Silvio Clécio