- Version bump to 1.31:

* Fixes bnc#923241 CVE-2015-2059 out-of-bounds read with stringprep on
    invalid UTF-8
  * Few other triv changes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal 2015-07-09 07:58:17 +00:00 committed by Git OBS Bridge
parent e1de5a96f4
commit 644bd598ea
6 changed files with 25 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39b9fc94d74081c185757b12e0891ce5a22db55268e7d1bb24533ff4432eb053
size 3474545

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJU9ED6AAoJEIYLf7sy+BGdGw0H/1VvmZPL6Zbb2JhWbbt7xyMK
hf4PBUR8u9cmeAJugUB2bqMqKi1nlQSwijN/a4ZbXU2ecuw+DzogBmSL9msqu5pJ
iflb9qO3OUqJlzBnFY0EU4TiY4dpF7UFDci/FJQblSsGtFaWLGUAE1LlGvOlz/jI
gXvgcnCcNothxA0M4yaCkzYrX7XW29KwLGcKFG+YgIri/2G7usl3Q+xv6bufTAH7
OWqfdAM1KfJWqYcBBSEJj1X7xDgHaDZ+YMPcS44up5c/fCBfnb3uSph8+lwBvWrk
tBwiJolKD5DYOwbx6TkCBkxd4J8fh2Fck5xTY0swshcfGekFJDwvPDLxQVkqw1E=
=CejY
-----END PGP SIGNATURE-----

3
libidn-1.31.tar.gz Normal file
View File

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

11
libidn-1.31.tar.gz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJVnZPOAAoJEIYLf7sy+BGd7lEH/igRdqVKOeugcbv43IN4cq/O
i8nFhOrUvganN7nv6eQLm/qPmBcyEnanfowRKZD3fa46olkm9naei6zHy76MziIn
tSIkgMnEsq4ZvEN/hAHxITYKWtBE8QBUmC5Kvx1C4y+pEoHYTx8UhnOck+fSeRSH
7GA8RbF6/n99WBub9xwaWFfKOVRb1Fk5oV2oipCBrY8Obn74vbEpc5vloKoZ0Rkm
jx6MvV9jmutHwqwJo8UOGwcMiuOtEBHj+vtsblwcVtpS2vRN3T2VrGZhbFWymxIN
0ioPK1pHZj/ZSnsO8cvXd6hUpccgxLQE8jcqFOiKGPazDd8lRtEQ/uorRlUgBRg=
=b2v7
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jul 9 07:54:25 UTC 2015 - tchvatal@suse.com
- Version bump to 1.31:
* Fixes bnc#923241 CVE-2015-2059 out-of-bounds read with stringprep on
invalid UTF-8
* Few other triv changes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 13 13:49:20 UTC 2015 - tchvatal@suse.com Fri Mar 13 13:49:20 UTC 2015 - tchvatal@suse.com

View File

@ -18,7 +18,7 @@
%define lname libidn11 %define lname libidn11
Name: libidn Name: libidn
Version: 1.30 Version: 1.31
Release: 0 Release: 0
Summary: Support for Internationalized Domain Names (IDN) Summary: Support for Internationalized Domain Names (IDN)
License: (GPL-2.0+ or LGPL-3.0+) and GPL-3.0+ License: (GPL-2.0+ or LGPL-3.0+) and GPL-3.0+
@ -29,7 +29,7 @@ Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Source2: libidn.keyring Source2: libidn.keyring
Source3: baselibs.conf Source3: baselibs.conf
BuildRequires: pkg-config BuildRequires: pkg-config
Requires(pre): %{install_info_prereq} Requires(post): %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -126,7 +126,7 @@ make check %{?_smp_mflags}
%post tools %post tools
%install_info --info-dir=%{_infodir} %{_infodir}/libidn.info.* %install_info --info-dir=%{_infodir} %{_infodir}/libidn.info.*
%postun tools %preun tools
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn.info.* %install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn.info.*
%post -n %{lname} -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig