factory
- update to 1.0.5 :
* It fixes a additional HTTP request smuggling issues
(CWE-444).
- drop libmicrohttpd-1.0.4-Fixed-missing-MHD_VERSION-bump.patch
(obsolete)
- libmicrohttpd 1.0.4:
* fix a HTTP request smuggling issue (CWE-444, boo#1262119)
- add libmicrohttpd-1.0.4-Fixed-missing-MHD_VERSION-bump.patch to
fix tests
* Documentation and example fixes
* Default backlog size for listen socket was changed from 32 to
SOMAXCONN, added new option MHD_OPTION_LISTEN_BACKLOG_SIZE to
* If not all connections can be handled by MHD_select() than at
least some of connections will be processed instead of failing
* Fixed redefenition of FD_SETSIZE on W32 so select() will work
* Close sockets more aggressively in multi-threaded mode
* Undoing change from Sun Oct 25 15:29:23 CET 2015 as the
original code was counter-intuitive but correct, and the new
code does break pipelining. Ignore empty lines at the beginning
* Rework deprecation maros: fix errors with old GCC versions,
* Fix digest authentication with URL arguments where value-less
* Do not use shutdown() on listen socket if
- Disable spdy support for now as spdylay is missing
(see https://gnunet.org/bugs/view.php?id=3893 for details)
* fix some HTTP 1.0 tests
OBS-URL: https://build.opensuse.org/request/show/1362324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=51
Description
No description provided
Languages
Standard ML
100%