diff --git a/libidn2.changes b/libidn2.changes index 33b3396..4cae1e7 100644 --- a/libidn2.changes +++ b/libidn2.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue May 28 11:55:30 UTC 2019 - Martin Pluskal -- Update to version 2.2.0: +- Update to version 2.2.0 CVE-2019-12290 bsc#1154884: * Perform A-Label roundtrip for lookup functions by default * Stricter check of input to punycode decoder * Fix punycode decoding with no ASCII chars but given delimiter @@ -13,7 +13,7 @@ Tue May 28 11:55:30 UTC 2019 - Martin Pluskal ------------------------------------------------------------------- Wed Feb 20 21:50:06 UTC 2019 - Andreas Stieger -- updat to 2.1.1: +- update to 2.1.1 CVE-2019-18224 bsc#1154887: * Revert SONAME bump from release 2.1.0 * Fix NULL dereference in idn2_register_u8() and idn2_register_ul() diff --git a/libidn2.spec b/libidn2.spec index 5365ff6..e54e164 100644 --- a/libidn2.spec +++ b/libidn2.spec @@ -22,7 +22,6 @@ Version: 2.2.0 Release: 0 Summary: Support for Internationalized Domain Names (IDN) based on IDNA2008 License: GPL-3.0-or-later -Group: Development/Libraries/C and C++ URL: https://www.gnu.org/software/libidn/#libidn2 Source0: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz Source1: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig @@ -35,7 +34,6 @@ An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893) %package tools Summary: Command line utility to convert Int. Domain Names -Group: Productivity/Networking/DNS/Utilities Requires(post): %{install_info_prereq} %description tools @@ -43,7 +41,6 @@ An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893) %package -n %{lname} Summary: Support for Internationalized Domain Names (IDN) -Group: System/Libraries Recommends: %{name}-lang = %{version} # for lang package Provides: %{name} = %{version} @@ -53,7 +50,6 @@ An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893) %package devel Summary: Include Files and Libraries mandatory for Development -Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} %description devel