diff options
author | Leo Famulari <leo@famulari.name> | 2021-04-24 14:42:14 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-04-27 01:58:56 -0400 |
commit | 5a918564e17b5549ee58dc626e7b6709d4ac9aab (patch) | |
tree | d04801ee7abf18fffbec4a8e3ef2481c9775445d /gnu/packages/gstreamer.scm | |
parent | 163693f8e9812fde7c3ad6ffb029c0e986ddba79 (diff) |
gnu: gst-plugins-base: Fix an invalid read when parsing ID3v2 tags.
* gnu/packages/patches/gst-plugins-base-fix-id3v2-invalid-read.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gstreamer.scm (gst-plugins-base)[source]: Use it.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 58a02119c6..7d9c5c993f 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -527,6 +527,7 @@ This package provides the core library and elements.") (method url-fetch) (uri (string-append "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) + (patches (search-patches "gst-plugins-base-fix-id3v2-invalid-read.patch")) (sha256 (base32 "1b05kg46azrxxvq42c71071lfsnc34pw4vynnkczdqi6g0gzn16x")))) |