diff --git a/libmicrohttpd-0.9.44.tar.gz b/libmicrohttpd-0.9.44.tar.gz deleted file mode 100644 index 11376b0..0000000 --- a/libmicrohttpd-0.9.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2739cc05112dc00a5ebe1a470174970ca3a3fd71dcd67fb7539af9d83b8411e -size 1244988 diff --git a/libmicrohttpd-0.9.44.tar.gz.sig b/libmicrohttpd-0.9.44.tar.gz.sig deleted file mode 100644 index b6641d2..0000000 Binary files a/libmicrohttpd-0.9.44.tar.gz.sig and /dev/null differ diff --git a/libmicrohttpd-0.9.45.tar.gz b/libmicrohttpd-0.9.45.tar.gz new file mode 100644 index 0000000..f7df605 --- /dev/null +++ b/libmicrohttpd-0.9.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1075def48da9327be22441f4a3460d24159fae2bf4bcfb4ab6e7ca5e95e54a69 +size 1246332 diff --git a/libmicrohttpd-0.9.45.tar.gz.sig b/libmicrohttpd-0.9.45.tar.gz.sig new file mode 100644 index 0000000..bbc5122 Binary files /dev/null and b/libmicrohttpd-0.9.45.tar.gz.sig differ diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index b533e99..edb080b 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -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 diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index dbe132a..24a9c65 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -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+