Hello community, here is the log from the commit of package wslay for openSUSE:Factory checked in at 2020-08-05 20:29:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wslay (Old) and /work/SRC/openSUSE:Factory/.wslay.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wslay" Wed Aug 5 20:29:45 2020 rev:5 rq:824500 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wslay/wslay.changes 2020-04-25 20:29:37.018181971 +0200 +++ /work/SRC/openSUSE:Factory/.wslay.new.3592/wslay.changes 2020-08-05 20:29:52.819113685 +0200 @@ -1,0 +2,13 @@ +Sun Jul 26 09:00:49 UTC 2020 - Matthias Fehring <[email protected]> + +- Update to version 1.1.1 + * Check for eof when read_callback returns 0 +- Update to version 1.1.0 + * Fix compilation of examples + * Check for 0 length before memcpy + * Skip UTF-8 validation for PMCE fragments + * Allow RSV1 bit in event-based API for PMCE - RFC 7692 + * Fixed missing malloc guard + * Fix argc check + +------------------------------------------------------------------- Old: ---- wslay-1.0.0.tar.gz New: ---- wslay-release-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wslay.spec ++++++ --- /var/tmp/diff_new_pack.b1zNTv/_old 2020-08-05 20:29:53.699114145 +0200 +++ /var/tmp/diff_new_pack.b1zNTv/_new 2020-08-05 20:29:53.703114147 +0200 @@ -19,13 +19,13 @@ %define sover 0 %define c_lib lib%{name}%{sover} Name: wslay -Version: 1.0.0 +Version: 1.1.1 Release: 0 Summary: WebSocket library in C License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/tatsuhiro-t/wslay -Source0: https://github.com/tatsuhiro-t/wslay/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/tatsuhiro-t/wslay/archive/release-%{version}.tar.gz#/%{name}-release-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: cunit-devel @@ -33,7 +33,7 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python3-Sphinx -BuildRequires: pkgconfig(nettle) +BuildRequires: pkgconfig(nettle) >= 2.4 %description Wslay is a WebSocket library written in C. It implements the protocol version
