Accepting request 336053 from devel:libraries:c_c++

- Update to 0.9.44
  * Various fixes for W32 VS project files.
  * Fix digest authentication with URL arguments where value-less 
    keys are given before the last argument.
  * Do not use shutdown() on listen socket if 
    MHD_USE_PIPE_FOR_SHUTDOWN is set.

OBS-URL: https://build.opensuse.org/request/show/336053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2015-10-14 14:41:10 +00:00 committed by Git OBS Bridge
commit 2226d7de4e
6 changed files with 17 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:414bb37471fd91646a7a41c6877a5be2d03871e8d9f845fd3ee55d0970d9069f
size 1247583

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2739cc05112dc00a5ebe1a470174970ca3a3fd71dcd67fb7539af9d83b8411e
size 1244988

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 2 12:33:17 UTC 2015 - mpluskal@suse.com
- Update to 0.9.44
* Various fixes for W32 VS project files.
* Fix digest authentication with URL arguments where value-less
keys are given before the last argument.
* Do not use shutdown() on listen socket if
MHD_USE_PIPE_FOR_SHUTDOWN is set.
-------------------------------------------------------------------
Sat Sep 19 10:43:28 UTC 2015 - mpluskal@suse.com

View File

@ -26,14 +26,14 @@
%global libmicrohttpd libmicrohttpd10
%global libmicrospdy libmicrospdy0
Name: libmicrohttpd
Version: 0.9.43
Version: 0.9.44
Release: 0
Summary: Small Embeddable HTTP Server Library
License: LGPL-2.1+
Group: Productivity/Networking/Web/Servers
Url: http://gnunet.org/libmicrohttpd/
Source0: http://ftpmirror.gnu.org/libmicrohttpd/%{name}-%{version}.tar.gz
Source1: http://ftpmirror.gnu.org/libmicrohttpd/%{name}-%{version}.tar.gz.sig
Url: https://www.gnu.org/software/libmicrohttpd/
Source0: http://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
Source1: http://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz.sig
Source2: libmicrohttpd.keyring
# PATCH-WORKAROUND-OPENSUSE: the threads have a problem deadlocking (in OBS)
Patch1: disable-stalling-test.patch