Accepting request 677932 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/677932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libidn2?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2019-02-28 20:26:31 +00:00
committed by Git OBS Bridge
7 changed files with 23 additions and 8 deletions

View File

@@ -1 +1 @@
libidn2-4
libidn2-0

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:032398dbaa9537af43f51a8d94e967e3718848547b1b2a4eb3138b20cad11d32
size 2102683

Binary file not shown.

3
libidn2-2.1.1a.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57666bcf6ecf54230d7bac95c392379561954b57a673903aed4d3336b3048b72
size 2122867

BIN
libidn2-2.1.1a.tar.gz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Feb 20 21:50:06 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
- updat to 2.1.1:
* Revert SONAME bump from release 2.1.0
* Fix NULL dereference in idn2_register_u8() and
idn2_register_ul()
* Fix free of random value in idn2_to_ascii_4i()
* Improved fuzzer (which found the above issues)
* Check for valid unicode input in punycode encoder
* Avoid excessive CPU usage in punycode encoding with
large inputs
* Deprecate idn2_to_ascii_4i() in favor of idn2_to_ascii_4i2()
* Restrict output length of idn2_to_ascii_4i() to 63 bytes
-------------------------------------------------------------------
Sat Jan 5 17:12:00 UTC 2019 - astieger@suse.com

View File

@@ -16,16 +16,16 @@
#
%define lname libidn2-4
%define lname libidn2-0
Name: libidn2
Version: 2.1.0
Version: 2.1.1
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
Source0: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}a.tar.gz
Source1: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}a.tar.gz.sig
Source3: baselibs.conf
BuildRequires: libunistring-devel
BuildRequires: pkgconfig