Hello community, here is the log from the commit of package ell for openSUSE:Factory checked in at 2019-03-18 10:34:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ell (Old) and /work/SRC/openSUSE:Factory/.ell.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ell" Mon Mar 18 10:34:24 2019 rev:6 rq:685289 version:0.17 Changes: -------- --- /work/SRC/openSUSE:Factory/ell/ell.changes 2019-02-08 13:45:17.518837146 +0100 +++ /work/SRC/openSUSE:Factory/.ell.new.28833/ell.changes 2019-03-18 10:34:25.731544520 +0100 @@ -1,0 +2,7 @@ +Fri Mar 15 09:29:34 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 0.17 + * Added support for TLS Supported Groups extension, TLS Hello + extension feature, and for ECC and ECDH functionality. + +------------------------------------------------------------------- Old: ---- ell-0.16.tar.sign ell-0.16.tar.xz New: ---- ell-0.17.tar.sign ell-0.17.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ell.spec ++++++ --- /var/tmp/diff_new_pack.HO4Hu1/_old 2019-03-18 10:34:26.231544395 +0100 +++ /var/tmp/diff_new_pack.HO4Hu1/_new 2019-03-18 10:34:26.239544393 +0100 @@ -18,7 +18,7 @@ Name: ell %define lname libell0 -Version: 0.16 +Version: 0.17 Release: 0 Summary: Wireless setup and cryptography library License: LGPL-2.1-or-later ++++++ ell-0.16.tar.xz -> ell-0.17.tar.xz ++++++ ++++ 7916 lines of diff (skipped) ++++++ unsigned-char.patch ++++++ --- /var/tmp/diff_new_pack.HO4Hu1/_old 2019-03-18 10:34:26.551544315 +0100 +++ /var/tmp/diff_new_pack.HO4Hu1/_new 2019-03-18 10:34:26.551544315 +0100 @@ -1,10 +1,18 @@ -Index: ell-0.16/ell/utf8.c +From: Andreas Schwab <[email protected]> +Date: 2019-01-31 12:45:09+0100 + +Don't depend on the signedness of char. +--- + ell/utf8.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: ell-0.17/ell/utf8.c =================================================================== ---- ell-0.16.orig/ell/utf8.c -+++ ell-0.16/ell/utf8.c -@@ -90,7 +90,7 @@ LIB_EXPORT int l_utf8_get_codepoint(cons - wchar_t val; - size_t i; +--- ell-0.17.orig/ell/utf8.c ++++ ell-0.17/ell/utf8.c +@@ -93,7 +93,7 @@ LIB_EXPORT int l_utf8_get_codepoint(cons + if (len == 0) + return 0; - if (str[0] > 0) { + if ((str[0] & 0x80) == 0) {
