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:
committed by
Git OBS Bridge
parent
05e32fa028
commit
db989d5cd0
@@ -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
3
libidn2-2.0.4.tar.gz
Normal 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
BIN
libidn2-2.0.4.tar.gz.sig
Normal file
Binary file not shown.
@@ -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
|
Mon Jul 24 18:26:03 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
15
libidn2.spec
15
libidn2.spec
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libidn2-0
|
%define lname libidn2-0
|
||||||
Name: libidn2
|
Name: libidn2
|
||||||
Version: 2.0.3
|
Version: 2.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Support for Internationalized Domain Names (IDN) based on IDNA2008
|
Summary: Support for Internationalized Domain Names (IDN) based on IDNA2008
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@@ -29,6 +29,7 @@ Source1: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig
|
|||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
BuildRequires: libunistring-devel
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Requires(post): %{install_info_prereq}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
|
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-rpath \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc
|
||||||
--disable-doc
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@@ -77,12 +77,20 @@ rm -rf %{buildroot}/%{_datadir}/gtk-doc/
|
|||||||
%check
|
%check
|
||||||
make check %{?_smp_mflags}
|
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
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%doc AUTHORS COPYING* ChangeLog NEWS README.md
|
%doc AUTHORS COPYING* ChangeLog NEWS README.md
|
||||||
|
%{_infodir}/libidn*
|
||||||
%{_bindir}/idn2
|
%{_bindir}/idn2
|
||||||
|
%{_mandir}/man1/idn2.1%{ext_man}
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%{_libdir}/libidn2.so.*
|
%{_libdir}/libidn2.so.*
|
||||||
@@ -91,5 +99,6 @@ make check %{?_smp_mflags}
|
|||||||
%{_libdir}/libidn2.so
|
%{_libdir}/libidn2.so
|
||||||
%{_libdir}/pkgconfig/libidn2.pc
|
%{_libdir}/pkgconfig/libidn2.pc
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user