Accepting request 656222 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/656222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2018-12-10 11:23:48 +00:00 committed by Git OBS Bridge
commit 2938d3c715
6 changed files with 24 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c
size 1396234

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbc469b4a930a79e61f67dc69c665317d44d9d8eb8378d1bd715775ea849d435
size 1823891

Binary file not shown.

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Dec 7 13:28:42 UTC 2018 - malte.kraus@suse.com
- Update to version 0.9.61:
* parse arguments with (properly) escaped URLs correctly. Replace
sprintf with snprintf in testcases.
* Fix build issue with GnuTLS < 3.0.
* Add MHD_create_response_from_buffer_with_free_callback.
- Update to version 0.9.60:
* gettext updated to 0.19.8
* can use epoll() without listen socket now
* in thread-per-connection mode, socket closure is now
communicated in a timely fashion to the application
* added MHD_RF_HTTP_VERSION_1_0_RESPONSE option
* preventing bogus transfer-encoding values
* Added MHD_OPTION_GNUTLS_PSK_CRED_HANDLER
* allow digest authentication with hashed password
* ensure request completed callback is called from correct thread
and also for upgraded connections
-------------------------------------------------------------------
Mon Feb 26 19:05:14 UTC 2018 - mardnh@gmx.de

View File

@ -20,7 +20,7 @@
%global sover 12
%global libname %{name}%{sover}
Name: libmicrohttpd
Version: 0.9.59
Version: 0.9.61
Release: 0
Summary: Small Embeddable HTTP Server Library
# Some internal tests are licenced as GPL-3.0+ - they are only used in