Accepting request 519718 from home:AndreasStieger:branches:devel:libraries:c_c++

- update to 2.0.4:
  * Fix integer overflow in bidi.c/_isBidi() bsc#1056451
  * Fix integer overflow in puny_decode.c/decode_digit()
    bsc#1056450
  * Fix idna_free() to idn_free()
- enable documentation again

OBS-URL: https://build.opensuse.org/request/show/519718
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn2?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2017-08-31 08:02:02 +00:00
committed by Git OBS Bridge
parent 05e32fa028
commit db989d5cd0
6 changed files with 25 additions and 6 deletions

View File

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

Binary file not shown.

3
libidn2-2.0.4.tar.gz Normal file
View File

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

BIN
libidn2-2.0.4.tar.gz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Aug 30 19:27:14 UTC 2017 - astieger@suse.com
- update to 2.0.4:
* Fix integer overflow in bidi.c/_isBidi() bsc#1056451
* Fix integer overflow in puny_decode.c/decode_digit()
bsc#1056450
* Fix idna_free() to idn_free()
- enable documentation again
-------------------------------------------------------------------
Mon Jul 24 18:26:03 UTC 2017 - astieger@suse.com

View File

@@ -18,7 +18,7 @@
%define lname libidn2-0
Name: libidn2
Version: 2.0.3
Version: 2.0.4
Release: 0
Summary: Support for Internationalized Domain Names (IDN) based on IDNA2008
License: GPL-3.0+
@@ -29,6 +29,7 @@ Source1: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig
Source3: baselibs.conf
BuildRequires: libunistring-devel
BuildRequires: pkgconfig
Requires(post): %{install_info_prereq}
%description
An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
@@ -63,8 +64,7 @@ An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
--disable-rpath \
--disable-silent-rules \
--disable-static \
--disable-gtk-doc \
--disable-doc
--disable-gtk-doc
make %{?_smp_mflags}
@@ -77,12 +77,20 @@ rm -rf %{buildroot}/%{_datadir}/gtk-doc/
%check
make check %{?_smp_mflags}
%post tools
%install_info --info-dir=%{_infodir} %{_infodir}/libidn2.info.*
%preun tools
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn2.info.*
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%files tools
%doc AUTHORS COPYING* ChangeLog NEWS README.md
%{_infodir}/libidn*
%{_bindir}/idn2
%{_mandir}/man1/idn2.1%{ext_man}
%files -n %{lname}
%{_libdir}/libidn2.so.*
@@ -91,5 +99,6 @@ make check %{?_smp_mflags}
%{_libdir}/libidn2.so
%{_libdir}/pkgconfig/libidn2.pc
%{_includedir}/*.h
%{_mandir}/man3/*
%changelog