gnu: osip: Update to 5.1.2.

* gnu/packages/telephony.scm (osip): Update to 5.1.2.
This commit is contained in:
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

View file

@ -323,14 +323,14 @@ GNU ccRTP stack and serves as library for other RTP stacks
(define-public osip (define-public osip
(package (package
(name "osip") (name "osip")
(version "5.1.1") (version "5.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/osip/libosip2-" version ".tar.gz")) (uri (string-append "mirror://gnu/osip/libosip2-" version ".tar.gz"))
(patches (search-patches "osip-CVE-2017-7853.patch")) (patches (search-patches "osip-CVE-2017-7853.patch"))
(sha256 (sha256
(base32 (base32
"0kgnxgzf968kbl6rx3hjsfb3jsg4ydgrsf35gzj319i1f8qjifv1")))) "148j1i0zkwf09qdpk3nc5sssj1dvppw7p0n9rgrg8k56447l1h1b"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Library implementing SIP (RFC-3261)") (synopsis "Library implementing SIP (RFC-3261)")