me
/
guix
Archived
1
0
Fork 0

gnu: osip: Update to 5.1.2.

* gnu/packages/telephony.scm (osip): Update to 5.1.2.
master
Efraim Flashner 2020-09-02 10:48:38 +03:00
parent 18a9c16b5e
commit 2af2a76247
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -323,14 +323,14 @@ GNU ccRTP stack and serves as library for other RTP stacks
(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)")