forked from pool/libmicrohttpd
Accepting request 859275 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/859275 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=40
This commit is contained in:
commit
45029dfe65
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307
|
|
||||||
size 1886435
|
|
Binary file not shown.
3
libmicrohttpd-0.9.72.tar.gz
Normal file
3
libmicrohttpd-0.9.72.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8
|
||||||
|
size 1693553
|
BIN
libmicrohttpd-0.9.72.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.72.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 29 13:25:29 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- libmicrohttpd 0.9.72:
|
||||||
|
* improved performance with stay-alive HTTP and HTTPS connections
|
||||||
|
* bug fixes
|
||||||
|
- remove deprecated texinfo macros
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 4 17:40:48 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- libmicrohttpd 0.9.71:
|
||||||
|
* Fix buffer overflow issue in URL parser [boo#1173718]
|
||||||
|
* Fixed PostProcessor bug
|
||||||
|
* Documentation and example fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 9 10:15:21 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
Sun Feb 9 10:15:21 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global sover 12
|
%global sover 12
|
||||||
%global libname %{name}%{sover}
|
%global libname %{name}%{sover}
|
||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.70
|
Version: 0.9.72
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Small Embeddable HTTP Server Library
|
Summary: Small Embeddable HTTP Server Library
|
||||||
# Some internal tests are licenced as GPL-3.0+ - they are only used in
|
# Some internal tests are licenced as GPL-3.0+ - they are only used in
|
||||||
@ -79,8 +79,6 @@ Group: Development/Libraries/C and C++
|
|||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
Requires: pkgconfig >= 0.9.0
|
Requires: pkgconfig >= 0.9.0
|
||||||
Requires: pkgconfig(gnutls) >= 2.8.6
|
Requires: pkgconfig(gnutls) >= 2.8.6
|
||||||
Requires(post): %{install_info_prereq}
|
|
||||||
Requires(preun): %{install_info_prereq}
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Headers, pkg-config files, so link and other development files for %{name}
|
Headers, pkg-config files, so link and other development files for %{name}
|
||||||
@ -101,7 +99,7 @@ Headers, pkg-config files, so link and other development files for %{name}
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-examples
|
--disable-examples
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -112,17 +110,10 @@ rm -v %{buildroot}%{_infodir}/%{name}_performance_data.png
|
|||||||
# Parallel execution of tests fail
|
# Parallel execution of tests fail
|
||||||
# Tests randomly fail so keep them in log for inspection rather than for valid
|
# Tests randomly fail so keep them in log for inspection rather than for valid
|
||||||
# verification of anything.
|
# verification of anything.
|
||||||
make -j1 check || :
|
%make_build -j1 check || :
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -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}
|
|
||||||
|
|
||||||
%preun devel
|
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info%{ext_info}
|
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libmicrohttpd-tutorial.info%{ext_info}
|
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user