diff --git a/libmicrohttpd-0.9.57.tar.gz b/libmicrohttpd-0.9.57.tar.gz deleted file mode 100644 index 48b6971..0000000 --- a/libmicrohttpd-0.9.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dec1a76487d7e48ad74b468a888bfda1c05731f185ff950f1e363ca9d39caf4e -size 1332713 diff --git a/libmicrohttpd-0.9.57.tar.gz.sig b/libmicrohttpd-0.9.57.tar.gz.sig deleted file mode 100644 index 97bc1bd..0000000 Binary files a/libmicrohttpd-0.9.57.tar.gz.sig and /dev/null differ diff --git a/libmicrohttpd-0.9.59.tar.gz b/libmicrohttpd-0.9.59.tar.gz new file mode 100644 index 0000000..eca8921 --- /dev/null +++ b/libmicrohttpd-0.9.59.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c +size 1396234 diff --git a/libmicrohttpd-0.9.59.tar.gz.sig b/libmicrohttpd-0.9.59.tar.gz.sig new file mode 100644 index 0000000..2cdc8d4 Binary files /dev/null and b/libmicrohttpd-0.9.59.tar.gz.sig differ diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index bc6d156..bb36e61 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Feb 26 19:05:14 UTC 2018 - mardnh@gmx.de + +- Update to version 0.9.59: + * Fix masking operation. + * Fix deadlock when failing to prepare chunked response + * Fix __clang_major__ related warnings for non-clang compilers. + * Fixed tests on platforms with huge number of CPUs. + * Doxygen configuration was updated. + * Various doxygen fixes. + +- Update to version 0.9.58: + * Fixed HTTPS tests on modern platforms. + * Minor documentation installation fixes. + * Tolerate AF_UNIX when trying to determine our binding port + from socket. Use `sockaddr_storage` instead of trying to + guess the sockaddr type before calling getsockname(). + ------------------------------------------------------------------- Fri Dec 1 14:05:56 UTC 2017 - tchvatal@suse.com diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 3eea694..171fdff 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,7 +1,7 @@ # # spec file for package libmicrohttpd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010,2011,2012 Stephan Kleine # # All modifications and additions to the file contributed by third parties @@ -20,12 +20,12 @@ %global sover 12 %global libname %{name}%{sover} Name: libmicrohttpd -Version: 0.9.57 +Version: 0.9.59 Release: 0 Summary: Small Embeddable HTTP Server Library # Some internal tests are licenced as GPL-3.0+ - they are only used in # check phase and not shipped further -License: LGPL-2.1+ AND GPL-3.0+ +License: LGPL-2.1-or-later AND GPL-3.0-or-later Group: Productivity/Networking/Web/Servers Url: https://www.gnu.org/software/libmicrohttpd/ Source0: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz @@ -71,7 +71,7 @@ application, check it out. %package -n %{libname} Summary: Small embeddable http server library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries %description -n %{libname} @@ -79,7 +79,7 @@ Shared library for %{name} (%{summary}). %package devel Summary: Small Embeddable HTTP Server Library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Requires: pkgconfig @@ -110,6 +110,7 @@ make %{?_smp_mflags} %install %make_install find %{buildroot} -type f -name "*.la" -delete -print +rm -f %{buildroot}%{_infodir}/%{name}_performance_data.png %check # Paralel execution of tests fail