guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: libsamplerate: Update to 0.1.9 [fixes CVE-2017-7697].


From: Leo Famulari
Subject: 01/02: gnu: libsamplerate: Update to 0.1.9 [fixes CVE-2017-7697].
Date: Wed, 12 Apr 2017 22:47:41 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit efc95e7bc6bfd97425b9f2fdb5eebac6b99aac6b
Author: Leo Famulari <address@hidden>
Date:   Wed Apr 12 22:28:09 2017 -0400

    gnu: libsamplerate: Update to 0.1.9 [fixes CVE-2017-7697].
    
    * gnu/packages/pulseaudio.scm (libsamplerate)[replacement]: New field.
    (libsamplerate-0.1.9): New variable.
---
 gnu/packages/pulseaudio.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index a12f8d8..e306bdf 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017 Leo Famulari <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -75,6 +76,7 @@ for reading and writing new sound file formats.")
 (define-public libsamplerate
   (package
     (name "libsamplerate")                     ; aka. Secret Rabbit Code (SRC)
+    (replacement libsamplerate-0.1.9)
     (version "0.1.8")
     (source (origin
              (method url-fetch)
@@ -110,6 +112,19 @@ the theoretical best bandwidth for a given pair of input 
and output sample
 rates.")
     (license l:gpl2+)))
 
+(define libsamplerate-0.1.9
+  (package
+    (inherit libsamplerate)
+    (version "0.1.9")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "http://www.mega-nerd.com/SRC/libsamplerate-";
+                            version ".tar.gz"))
+        (sha256
+         (base32
+          "1ha46i0nbibq0pl0pjwcqiyny4hj8lp1bnl4dpxm64zjw9lb2zha"))))))
+
 (define-public pulseaudio
   (package
     (name "pulseaudio")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]