[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: mpg123: Update to 1.25.6 [fixes CVE-2017-12797].
From: |
Leo Famulari |
Subject: |
01/01: gnu: mpg123: Update to 1.25.6 [fixes CVE-2017-12797]. |
Date: |
Mon, 11 Sep 2017 13:23:57 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 007b92cfc052075e6d298d0b1fc97d44f340697e
Author: Leo Famulari <address@hidden>
Date: Mon Sep 11 13:21:28 2017 -0400
gnu: mpg123: Update to 1.25.6 [fixes CVE-2017-12797].
* gnu/packages/mp3.scm (mpg123): Update to 1.25.6.
---
gnu/packages/mp3.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 9330179..f030e5b 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -295,7 +295,7 @@ This package contains the binary.")
(define-public mpg123
(package
(name "mpg123")
- (version "1.25.4")
+ (version "1.25.6")
(source (origin
(method url-fetch)
(uri (list (string-append "mirror://sourceforge/mpg123/mpg123/"
@@ -305,7 +305,7 @@ This package contains the binary.")
version ".tar.bz2")))
(sha256
(base32
- "1rxknrnl3ji5hi5rbckpzhbl1k5r8i53kcys4xdgg0xbi8765dfd"))))
+ "13jsbh1gwypjksim2fxlblj5wc2driwm4igrkcnbr6bpp34mh10g"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--with-default-audio=pulse")))
(native-inputs `(("pkg-config" ,pkg-config)))