diff --git a/libmicrohttpd-0.9.70.tar.gz b/libmicrohttpd-0.9.70.tar.gz deleted file mode 100644 index 1c80db7..0000000 --- a/libmicrohttpd-0.9.70.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307 -size 1886435 diff --git a/libmicrohttpd-0.9.70.tar.gz.sig b/libmicrohttpd-0.9.70.tar.gz.sig deleted file mode 100644 index 7d1acb1..0000000 Binary files a/libmicrohttpd-0.9.70.tar.gz.sig and /dev/null differ diff --git a/libmicrohttpd-0.9.72.tar.gz b/libmicrohttpd-0.9.72.tar.gz new file mode 100644 index 0000000..390fb08 --- /dev/null +++ b/libmicrohttpd-0.9.72.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8 +size 1693553 diff --git a/libmicrohttpd-0.9.72.tar.gz.sig b/libmicrohttpd-0.9.72.tar.gz.sig new file mode 100644 index 0000000..5af92b3 Binary files /dev/null and b/libmicrohttpd-0.9.72.tar.gz.sig differ diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index acec702..fdefe50 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Dec 29 13:25:29 UTC 2020 - Andreas Stieger + +- 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 + +- 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 diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 807ba6e..f9b73b7 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -20,7 +20,7 @@ %global sover 12 %global libname %{name}%{sover} Name: libmicrohttpd -Version: 0.9.70 +Version: 0.9.72 Release: 0 Summary: Small Embeddable HTTP Server Library # 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: pkgconfig >= 0.9.0 Requires: pkgconfig(gnutls) >= 2.8.6 -Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} %description devel 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-examples -make %{?_smp_mflags} +%make_build %install %make_install @@ -112,17 +110,10 @@ rm -v %{buildroot}%{_infodir}/%{name}_performance_data.png # Parallel execution of tests fail # Tests randomly fail so keep them in log for inspection rather than for valid # verification of anything. -make -j1 check || : +%make_build -j1 check || : %post -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} %license COPYING