3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mpg123: Update to 1.25.6 [fixes CVE-2017-12797].

* gnu/packages/mp3.scm (mpg123): Update to 1.25.6.
This commit is contained in:
Leo Famulari 2017-09-11 13:21:28 -04:00
parent 5564b2c53e
commit 007b92cfc0
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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)))