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:
commit
2938d3c715
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c
|
||||
size 1396234
|
Binary file not shown.
3
libmicrohttpd-0.9.61.tar.gz
Normal file
3
libmicrohttpd-0.9.61.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbc469b4a930a79e61f67dc69c665317d44d9d8eb8378d1bd715775ea849d435
|
||||
size 1823891
|
BIN
libmicrohttpd-0.9.61.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.61.tar.gz.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user