Accepting request 341903 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/341903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=18
This commit is contained in:
commit
da721f452a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2739cc05112dc00a5ebe1a470174970ca3a3fd71dcd67fb7539af9d83b8411e
|
||||
size 1244988
|
Binary file not shown.
3
libmicrohttpd-0.9.45.tar.gz
Normal file
3
libmicrohttpd-0.9.45.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1075def48da9327be22441f4a3460d24159fae2bf4bcfb4ab6e7ca5e95e54a69
|
||||
size 1246332
|
BIN
libmicrohttpd-0.9.45.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.45.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 1 11:44:58 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.9.45
|
||||
* Rework deprecation maros: fix errors with old GCC versions,
|
||||
improved support for old clang and new GCC. -EG
|
||||
* Return correct header kind in MHD_get_connection_values()
|
||||
even if a bitmask is used for the "kind" argument. -FC/CG
|
||||
* Fixing transient resource leak affecting long-lived
|
||||
connections with many keep-alives and HTTP request
|
||||
pipelining under certain circumstances (which reduced
|
||||
the receive window).
|
||||
* Fixed assertion failure triggered by a race in
|
||||
thread-per-connection mode on shutdown in rare
|
||||
circumstances. -CG
|
||||
* Deduplicate code between digestauth and connection
|
||||
parsing logic for URI arguments, shared code moved
|
||||
to new MHD_parse_arguments_ function in internal.c. -CG
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 12:33:17 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -23,10 +23,10 @@
|
||||
%define enable_libmicrospdy 0
|
||||
%endif
|
||||
|
||||
%global libmicrohttpd libmicrohttpd10
|
||||
%global libmicrohttpd libmicrohttpd11
|
||||
%global libmicrospdy libmicrospdy0
|
||||
Name: libmicrohttpd
|
||||
Version: 0.9.44
|
||||
Version: 0.9.45
|
||||
Release: 0
|
||||
Summary: Small Embeddable HTTP Server Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user