mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: osip: Update to 5.1.1.
* gnu/packages/telephony.scm (osip): Update to 5.1.1.
This commit is contained in:
parent
6439c340a8
commit
6ecce47180
1 changed files with 2 additions and 2 deletions
|
@ -259,14 +259,14 @@ (define-public ccrtp
|
|||
(define-public osip
|
||||
(package
|
||||
(name "osip")
|
||||
(version "5.0.0")
|
||||
(version "5.1.1")
|
||||
(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
|
||||
"00yznbrm9q04wgd4b831km8iwlvwvsnwv87igf79g5vj9yakr88q"))))
|
||||
"0kgnxgzf968kbl6rx3hjsfb3jsg4ydgrsf35gzj319i1f8qjifv1"))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
(synopsis "Library implementing SIP (RFC-3261)")
|
||||
|
|
Loading…
Reference in a new issue