diff --git a/sofia-sip.spec b/sofia-sip.spec index e7a2427..aaf1cde 100644 --- a/sofia-sip.spec +++ b/sofia-sip.spec @@ -1,12 +1,12 @@ Name: sofia-sip -Version: 1.13.8 +Version: 1.13.10 Release: 1 Summary: Sofia SIP User-Agent library License: LGPLv2+ URL: http://sofia-sip.sourceforge.net/ Source0: https://github.com/freeswitch/%{name}/archive/refs/tags/v%{version}.tar.gz -BuildRequires: make autoconf automake gcc-c++ +BuildRequires: make autoconf automake gcc-c++ BuildRequires: openssl-devel glib2-devel lksctp-tools-devel BuildRequires: libtool >= 1.5.17 Provides: sofia-sip-utils @@ -63,6 +63,9 @@ find . -name installdox -delete %{_datadir}/sofia-sip %changelog +* Mon Jan 02 2023 lin zhang - 1.13.10-1 +- Update for 1.13.10 + * Tue Aug 16 2022 lin zhang - 1.13.8-1 - update to 1.13.8 - fix CVE-2022-31001,CVE-2022-31002,CVE-2022-31003 diff --git a/v1.13.10.tar.gz b/v1.13.10.tar.gz new file mode 100644 index 0000000..1555027 Binary files /dev/null and b/v1.13.10.tar.gz differ diff --git a/v1.13.8.tar.gz b/v1.13.8.tar.gz deleted file mode 100644 index 0a9cd98..0000000 Binary files a/v1.13.8.tar.gz and /dev/null differ