]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Bump sofia-sip library requirement to version 1.13.12 1929/head
authorAndrey Volk <andywolk@gmail.com>
Wed, 18 Jan 2023 16:45:35 +0000 (19:45 +0300)
committerAndrey Volk <andywolk@gmail.com>
Wed, 18 Jan 2023 16:45:35 +0000 (19:45 +0300)
configure.ac
debian/bootstrap.sh
freeswitch.spec

index b2bd0ad87656a9a260be61a1a1136d76a07d45a6..e64636fc1c80391c9b372c30e3da4820b5e915fa 100644 (file)
@@ -716,7 +716,7 @@ PKG_CHECK_MODULES([SPANDSP], [spandsp >= 3.0],[
     AC_MSG_ERROR([no usable spandsp; please install spandsp3 devel package or equivalent])
 ])
 
-PKG_CHECK_MODULES([SOFIA_SIP], [sofia-sip-ua >= 1.13.6],[
+PKG_CHECK_MODULES([SOFIA_SIP], [sofia-sip-ua >= 1.13.12],[
   AM_CONDITIONAL([HAVE_SOFIA_SIP],[true])],[
     AC_MSG_ERROR([no usable sofia-sip; please install sofia-sip-ua devel package or equivalent])
 ])
index 71c5b52f99d22aa32b4bb490b597bcc92c328715..6b1a83b86b2368c6a9d2a0a2e3bc2fc24f214cfa 100755 (executable)
@@ -332,7 +332,7 @@ Build-Depends:
  uuid-dev, libexpat1-dev, libgdbm-dev, libdb-dev,
 # used by many modules
  libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl-dev,
- bison, zlib1g-dev, libsofia-sip-ua-dev (>= 1.13.6),
+ bison, zlib1g-dev, libsofia-sip-ua-dev (>= 1.13.12),
  libspandsp3-dev,
 # used to format the private freeswitch apt-repo key properly
  gnupg,
@@ -371,7 +371,7 @@ Description: Cross-Platform Scalable Multi-Protocol Soft Switch
 
 Package: libfreeswitch1
 Architecture: amd64 armhf
-Depends: \${shlibs:Depends}, \${misc:Depends}, libsofia-sip-ua0 (>= 1.13.6)
+Depends: \${shlibs:Depends}, \${misc:Depends}, libsofia-sip-ua0 (>= 1.13.12)
 Recommends:
 Suggests: libfreeswitch1-dbg
 Conflicts: freeswitch-all (<= 1.6.7)
index 709f3ef38df7dd12e4e924fd2d9576df5ed1e9a0..807d3e7395344bcb9ec5314532c75053e968e9c5 100644 (file)
@@ -140,7 +140,7 @@ BuildRequires: curl-devel >= 7.19
 BuildRequires: gcc-c++
 BuildRequires: libtool >= 1.5.17
 BuildRequires: openssl-devel >= 1.0.1e
-BuildRequires: sofia-sip-devel >= 1.13.6
+BuildRequires: sofia-sip-devel >= 1.13.12
 BuildRequires: spandsp3-devel >= 3.0
 BuildRequires: pcre-devel 
 BuildRequires: speex-devel