diff options
| author | Yue Tao <Yue.Tao@windriver.com> | 2015-06-05 15:48:15 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 20:54:32 +0100 |
| commit | c5a583e8bdcd1f66ae1305eb24be13d6cdb2842c (patch) | |
| tree | dd3c0b8296b1c51a2d16e50427f7c0a57403ad5b /meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb | |
| parent | 7113efd02da8337fabd57fac2d9033905f49100d (diff) | |
| download | poky-c5a583e8bdcd1f66ae1305eb24be13d6cdb2842c.tar.gz | |
libsndfile: Security Advisory - libsndfile - CVE-2014-9496
Backport two commits from libsndfile upstream to fix a segfault and
two potential buffer overflows.
(From OE-Core rev: e2fdc340c109bd64b1520443b27bd42a0faef0e0)
Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb')
| -rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb index 924629873e..3e02f4ea78 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb | |||
| @@ -6,7 +6,10 @@ SECTION = "libs/multimedia" | |||
| 6 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPLv2.1" |
| 7 | PR = "r2" | 7 | PR = "r2" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz" | 9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz \ |
| 10 | file://0001-src-sd2.c-Fix-segfault-in-SD2-RSRC-parser.patch \ | ||
| 11 | file://0001-src-sd2.c-Fix-two-potential-buffer-read-overflows.patch \ | ||
| 12 | " | ||
| 10 | 13 | ||
| 11 | SRC_URI[md5sum] = "e2b7bb637e01022c7d20f95f9c3990a2" | 14 | SRC_URI[md5sum] = "e2b7bb637e01022c7d20f95f9c3990a2" |
| 12 | SRC_URI[sha256sum] = "59016dbd326abe7e2366ded5c344c853829bebfd1702ef26a07ef662d6aa4882" | 15 | SRC_URI[sha256sum] = "59016dbd326abe7e2366ded5c344c853829bebfd1702ef26a07ef662d6aa4882" |
