Accepting request 343498 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/343498 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=19
This commit is contained in:
commit
a842b7a906
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1075def48da9327be22441f4a3460d24159fae2bf4bcfb4ab6e7ca5e95e54a69
|
|
||||||
size 1246332
|
|
Binary file not shown.
3
libmicrohttpd-0.9.46.tar.gz
Normal file
3
libmicrohttpd-0.9.46.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06dbd2654f390fa1e8196fe063fc1449a6c2ed65a38199a49bf29ad8a93b8979
|
||||||
|
size 1249529
|
BIN
libmicrohttpd-0.9.46.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.46.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 10 14:23:58 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 0.9.46
|
||||||
|
* 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
|
||||||
|
of an HTTP request (more tolerant implementation).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 1 11:44:58 UTC 2015 - mpluskal@suse.com
|
Sun Nov 1 11:44:58 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
%define enable_libmicrospdy 0
|
%define enable_libmicrospdy 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global libmicrohttpd libmicrohttpd11
|
%global libmicrohttpd libmicrohttpd12
|
||||||
%global libmicrospdy libmicrospdy0
|
%global libmicrospdy libmicrospdy0
|
||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.45
|
Version: 0.9.46
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Small Embeddable HTTP Server Library
|
Summary: Small Embeddable HTTP Server Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Loading…
Reference in New Issue
Block a user