Accepting request 349707 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.9.4 - Update dependencies OBS-URL: https://build.opensuse.org/request/show/349707 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=62
This commit is contained in:
parent
aafb79de0c
commit
fbb6be8747
@ -1,7 +1,7 @@
|
|||||||
Index: libmicrohttpd-0.9.42/src/testcurl/test_start_stop.c
|
Index: libmicrohttpd-0.9.48/src/testcurl/test_start_stop.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libmicrohttpd-0.9.42.orig/src/testcurl/test_start_stop.c
|
--- libmicrohttpd-0.9.48.orig/src/testcurl/test_start_stop.c
|
||||||
+++ libmicrohttpd-0.9.42/src/testcurl/test_start_stop.c
|
+++ libmicrohttpd-0.9.48/src/testcurl/test_start_stop.c
|
||||||
@@ -108,21 +108,6 @@ main (int argc, char *const *argv)
|
@@ -108,21 +108,6 @@ main (int argc, char *const *argv)
|
||||||
{
|
{
|
||||||
unsigned int errorCount = 0;
|
unsigned int errorCount = 0;
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96bdab4352a09fd3952a346bc01898536992f50127d0adea1c3096a8ec9f658c
|
|
||||||
size 1075636
|
|
Binary file not shown.
3
libmicrohttpd-0.9.48.tar.gz
Normal file
3
libmicrohttpd-0.9.48.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87667e158f2bf8c691a002e256ffe30885d4121a9ee4143af0320c47cdf8a2a4
|
||||||
|
size 1077473
|
BIN
libmicrohttpd-0.9.48.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.48.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 20 09:24:05 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 0.9.4
|
||||||
|
* Improved compatibility with VS2010 and other older compilers.
|
||||||
|
* Default backlog size for listen socket was changed from 32 to
|
||||||
|
SOMAXCONN, added new option MHD_OPTION_LISTEN_BACKLOG_SIZE to
|
||||||
|
override default backlog size.
|
||||||
|
* If not all connections can be handled by MHD_select() than at
|
||||||
|
least some of connections will be processed instead of failing
|
||||||
|
without any processing.
|
||||||
|
* Fixed redefenition of FD_SETSIZE on W32 so select() will work
|
||||||
|
with 2000 connections instead of 64.
|
||||||
|
* Better handled redefenition of FD_SETSIZE on all platforms.
|
||||||
|
* Close sockets more aggressively in multi-threaded mode
|
||||||
|
(possibly relevant for idle servers).
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 5 09:22:32 UTC 2015 - mpluskal@suse.com
|
Sat Dec 5 09:22:32 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%global libmicrohttpd libmicrohttpd12
|
%global libmicrohttpd libmicrohttpd12
|
||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.47
|
Version: 0.9.48
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Small Embeddable HTTP Server Library
|
Summary: Small Embeddable HTTP Server Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -41,6 +41,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: socat
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: libmicrohttpd-0.9.42/src/testcurl/https/test_https_sni.c
|
Index: libmicrohttpd-0.9.48/src/testcurl/https/test_https_sni.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libmicrohttpd-0.9.42.orig/src/testcurl/https/test_https_sni.c
|
--- libmicrohttpd-0.9.48.orig/src/testcurl/https/test_https_sni.c
|
||||||
+++ libmicrohttpd-0.9.42/src/testcurl/https/test_https_sni.c
|
+++ libmicrohttpd-0.9.48/src/testcurl/https/test_https_sni.c
|
||||||
@@ -186,7 +186,7 @@ do_get (const char *url)
|
@@ -186,7 +186,7 @@ do_get (const char *url)
|
||||||
size_t len;
|
size_t len;
|
||||||
struct curl_slist *dns_info;
|
struct curl_slist *dns_info;
|
||||||
@ -20,10 +20,10 @@ Index: libmicrohttpd-0.9.42/src/testcurl/https/test_https_sni.c
|
|||||||
{
|
{
|
||||||
fprintf (stderr, "Error: local file & received file differ.\n");
|
fprintf (stderr, "Error: local file & received file differ.\n");
|
||||||
free (cbc.buf);
|
free (cbc.buf);
|
||||||
Index: libmicrohttpd-0.9.42/src/testcurl/https/tls_test_common.c
|
Index: libmicrohttpd-0.9.48/src/testcurl/https/tls_test_common.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libmicrohttpd-0.9.42.orig/src/testcurl/https/tls_test_common.c
|
--- libmicrohttpd-0.9.48.orig/src/testcurl/https/tls_test_common.c
|
||||||
+++ libmicrohttpd-0.9.42/src/testcurl/https/tls_test_common.c
|
+++ libmicrohttpd-0.9.48/src/testcurl/https/tls_test_common.c
|
||||||
@@ -74,7 +74,7 @@ test_daemon_get (void *cls,
|
@@ -74,7 +74,7 @@ test_daemon_get (void *cls,
|
||||||
char url[255];
|
char url[255];
|
||||||
size_t len;
|
size_t len;
|
||||||
@ -74,10 +74,10 @@ Index: libmicrohttpd-0.9.42/src/testcurl/https/tls_test_common.c
|
|||||||
len) != 0) )
|
len) != 0) )
|
||||||
{
|
{
|
||||||
fprintf (stderr, "Error: local file & received file differ.\n");
|
fprintf (stderr, "Error: local file & received file differ.\n");
|
||||||
Index: libmicrohttpd-0.9.42/src/testcurl/https/tls_test_common.h
|
Index: libmicrohttpd-0.9.48/src/testcurl/https/tls_test_common.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libmicrohttpd-0.9.42.orig/src/testcurl/https/tls_test_common.h
|
--- libmicrohttpd-0.9.48.orig/src/testcurl/https/tls_test_common.h
|
||||||
+++ libmicrohttpd-0.9.42/src/testcurl/https/tls_test_common.h
|
+++ libmicrohttpd-0.9.48/src/testcurl/https/tls_test_common.h
|
||||||
@@ -34,7 +34,7 @@
|
@@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#define DEAMON_TEST_PORT 4233
|
#define DEAMON_TEST_PORT 4233
|
||||||
|
Loading…
Reference in New Issue
Block a user