[Buildroot] [git commit branch/2022.02.x] package/sofia-sip: fix version

Peter Korsgaard peter at korsgaard.com
Tue Jul 19 16:24:12 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=2f7b6e39909e2ce007ad4c551b542461648064e8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x

Fix version to better match what is expected by NVD NIST database,
release-monitoring.org as well as upstream github
(https://github.com/freeswitch/sofia-sip/tags)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
(cherry picked from commit 978800fadbb7b3d1383e7cd7e166b1f0a35eb999)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/sofia-sip/sofia-sip.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/sofia-sip/sofia-sip.mk b/package/sofia-sip/sofia-sip.mk
index c7698c9a11..c52045091e 100644
--- a/package/sofia-sip/sofia-sip.mk
+++ b/package/sofia-sip/sofia-sip.mk
@@ -4,7 +4,8 @@
 #
 ################################################################################
 
-SOFIA_SIP_VERSION = 1.13.6-4152840260
+SOFIA_SIP_VERSION = 1.13.6
+SOFIA_SIP_SOURCE = sofia-sip-$(SOFIA_SIP_VERSION)-4152840260.tar.gz
 SOFIA_SIP_SITE = https://files.freeswitch.org/downloads/libs/sofia-sip
 SOFIA_SIP_INSTALL_STAGING = YES
 SOFIA_SIP_DEPENDENCIES = host-pkgconf



More information about the buildroot mailing list