Accepting request 742496 from devel:libraries:c_c++
- Update to version 2.2.0 CVE-2019-12290 bsc#1154884: - update to 2.1.1 CVE-2019-18224 bsc#1154887: OBS-URL: https://build.opensuse.org/request/show/742496 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libidn2?expand=0&rev=12
This commit is contained in:
commit
6c63b32821
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 11:55:30 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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 <mpluskal@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 21:50:06 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- 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()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user