Accepting request 399929 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 0.9.50: * See provided Changelog for details OBS-URL: https://build.opensuse.org/request/show/399929 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=66
This commit is contained in:
parent
618e05eef6
commit
049ddd8fa1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9407d8252548ab97ace3276e0032f073820073c0599d43baff832902a8dab11c
|
||||
size 1087716
|
Binary file not shown.
3
libmicrohttpd-0.9.50.tar.gz
Normal file
3
libmicrohttpd-0.9.50.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1b6385068abded29b6470e383287aa7705de05ae3c08ad0bf5747ac4dc6ebd7
|
||||
size 1122992
|
BIN
libmicrohttpd-0.9.50.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.50.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 08:23:38 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.9.50:
|
||||
* See provided Changelog for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 18:10:40 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global libmicrohttpd libmicrohttpd12
|
||||
Name: libmicrohttpd
|
||||
Version: 0.9.49
|
||||
Version: 0.9.50
|
||||
Release: 0
|
||||
Summary: Small Embeddable HTTP Server Library
|
||||
License: LGPL-2.1+
|
||||
@ -37,7 +37,7 @@ BuildRequires: libgcrypt-devel >= 1.2.4
|
||||
BuildRequires: libtool
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: socat
|
||||
BuildRequires: pkgconfig(gnutls)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
@ -81,7 +81,7 @@ Shared library for %{name} (%{summary}).
|
||||
Summary: Small Embeddable HTTP Server Library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{libmicrohttpd} = %{version}
|
||||
Requires: pkg-config
|
||||
Requires: pkgconfig
|
||||
Requires: pkgconfig(gnutls)
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
@ -118,7 +118,6 @@ make -j 1 check
|
||||
|
||||
%post -n %{libmicrohttpd} -p /sbin/ldconfig
|
||||
%postun -n %{libmicrohttpd} -p /sbin/ldconfig
|
||||
|
||||
%post devel
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info%{ext_info}
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd-tutorial.info%{ext_info}
|
||||
|
@ -70,7 +70,7 @@ Index: src/testcurl/https/tls_test_common.c
|
||||
+ if ( (len != strlen (microhttpd_test_data)) ||
|
||||
(memcmp (cbc.buf,
|
||||
- test_data,
|
||||
+ microhttpd_test_data,
|
||||
+ microhttpd_test_data,
|
||||
len) != 0) )
|
||||
{
|
||||
fprintf (stderr, "Error: local file & received file differ.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user