[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: osip: Update to 5.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: osip: Update to 5.2.0. |
Date: |
Tue, 02 Mar 2021 18:08:13 -0500 |
This is an automated email from the git hooks/post-receive script.
lle_bout pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4bb9bb7 gnu: osip: Update to 5.2.0.
4bb9bb7 is described below
commit 4bb9bb78c2482627b1afa2cffda68a4427a3b21d
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 3 00:06:33 2021 +0100
gnu: osip: Update to 5.2.0.
* gnu/packages/telephony.scm (osip): Update to 5.2.0.
---
gnu/packages/telephony.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index dbf17a4..53cc127 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -323,14 +323,14 @@ GNU ccRTP stack and serves as library for other RTP stacks
(define-public osip
(package
(name "osip")
- (version "5.1.2")
+ (version "5.2.0")
(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
- "148j1i0zkwf09qdpk3nc5sssj1dvppw7p0n9rgrg8k56447l1h1b"))))
+ "0xdk3cszkzb8nb757gl47slrr13mf6xz43ab4k343fv8llp8pd2g"))))
(build-system gnu-build-system)
(synopsis "Library implementing SIP (RFC-3261)")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: osip: Update to 5.2.0.,
guix-commits <=