mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 22:20:38 +02:00
gnu: exosip: Update to 5.3.0. [security fixes]
This fixes CVE-2014-10375. * gnu/packages/telephony.scm (exosip): Update to 5.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
6870c3a4d0
commit
d3a82bbad2
@@ -377,17 +377,16 @@ to initiate and control SIP sessions.")
|
||||
(upstream-name . "libosip2")))
|
||||
(home-page "https://www.gnu.org/software/osip/")))
|
||||
|
||||
|
||||
(define-public exosip
|
||||
(package
|
||||
(name "exosip")
|
||||
(version "4.1.0")
|
||||
(version "5.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://savannah/exosip/libeXosip2-"
|
||||
(uri (string-append "mirror://savannah/exosip/libexosip2-"
|
||||
version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"17cna8kpc8nk1si419vgr6r42k2lda0rdk50vlxrw8rzg0xp2xrw"))))
|
||||
"1hn9xgy8ny04hjqd1rra7c4nz5nf9abdd5ghr7nmrsiicjc26y2v"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list osip))
|
||||
(synopsis "Sip abstraction library")
|
||||
|
||||
Reference in New Issue
Block a user