mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: osip: Update to 5.1.2.
* gnu/packages/telephony.scm (osip): Update to 5.1.2.
This commit is contained in:
parent
18a9c16b5e
commit
2af2a76247
1 changed files with 2 additions and 2 deletions
|
@ -323,14 +323,14 @@ (define-public zrtpcpp
|
|||
(define-public osip
|
||||
(package
|
||||
(name "osip")
|
||||
(version "5.1.1")
|
||||
(version "5.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/osip/libosip2-" version ".tar.gz"))
|
||||
(patches (search-patches "osip-CVE-2017-7853.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kgnxgzf968kbl6rx3hjsfb3jsg4ydgrsf35gzj319i1f8qjifv1"))))
|
||||
"148j1i0zkwf09qdpk3nc5sssj1dvppw7p0n9rgrg8k56447l1h1b"))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
(synopsis "Library implementing SIP (RFC-3261)")
|
||||
|
|
Loading…
Reference in a new issue