Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmicrohttpd for openSUSE:Factory checked in at 2021-03-02 14:41:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmicrohttpd (Old) and /work/SRC/openSUSE:Factory/.libmicrohttpd.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmicrohttpd" Tue Mar 2 14:41:22 2021 rev:40 rq:859275 version:0.9.72 Changes: -------- --- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes 2020-02-14 16:28:15.563284602 +0100 +++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new.2378/libmicrohttpd.changes 2021-03-02 15:19:17.885703785 +0100 @@ -1,0 +2,16 @@ +Tue Dec 29 13:25:29 UTC 2020 - Andreas Stieger <andreas.stie...@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.stie...@gmx.de> + +- libmicrohttpd 0.9.71: + * Fix buffer overflow issue in URL parser [boo#1173718] + * Fixed PostProcessor bug + * Documentation and example fixes + +------------------------------------------------------------------- Old: ---- libmicrohttpd-0.9.70.tar.gz libmicrohttpd-0.9.70.tar.gz.sig New: ---- libmicrohttpd-0.9.72.tar.gz libmicrohttpd-0.9.72.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmicrohttpd.spec ++++++ --- /var/tmp/diff_new_pack.yLPR5S/_old 2021-03-02 15:19:18.417704132 +0100 +++ /var/tmp/diff_new_pack.yLPR5S/_new 2021-03-02 15:19:18.421704135 +0100 @@ -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 @@ 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 @@ --disable-static \ --disable-examples -make %{?_smp_mflags} +%make_build %install %make_install @@ -112,17 +110,10 @@ # 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 ++++++ libmicrohttpd-0.9.70.tar.gz -> libmicrohttpd-0.9.72.tar.gz ++++++ ++++ 57529 lines of diff (skipped)