diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-14 13:15:31 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-14 13:16:21 -0400 |
commit | 75072795bd5239f8f57daf946b4918c3acd37d27 (patch) | |
tree | edea33dfdfab8010b7087b08393850f371ed6d30 /gnu/packages/telephony.scm | |
parent | 6dfbbd2c11f960b796b02d36c97a195d220839e2 (diff) | |
download | patches-75072795bd5239f8f57daf946b4918c3acd37d27.tar patches-75072795bd5239f8f57daf946b4918c3acd37d27.tar.gz |
gnu: osip: Fix CVE-2017-7853.
* gnu/packages/patches/osip-CVE-2017-7853.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/telephony.scm (osip)[source]: Use it.
Diffstat (limited to 'gnu/packages/telephony.scm')
-rw-r--r-- | gnu/packages/telephony.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 601bfd62a2..c3bf203602 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -124,6 +124,7 @@ packet-manipulation library.") (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")))) |