Skip to content

Commit 4a0bd10

Browse files
wangmingyu84rpurdie
authored andcommitted
speex: upgrade 1.2.0 -> 1.2.1
CVE-2020-23903.patch removed since it's included in 1.2.1 License-Update: Add "Organisation (CSIRO)" to Copyright 2005-2008 Changelog: =========== Check for _WIN32 instead of WIN32 in preprocessor checks wav_io: check for EOF when seeking in wav (fixes hang discovered by fuzzing, see #9) CI: add gitlab CI integration fixed-point: make left shift macros use unsigned to avoid undefined behaviour math_approx: use unsigned int for LCG pseudorandom generator (avoids integer overflow) oss-fuzz: add integration and fuzzing target speexenc: guard against invalid channel numbers (see #13) speexdec: make left shift macros use unsigned to avoid undefined behaviour autotools: do not use deprecated macros Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1 parent 71b9992 commit 4a0bd10

2 files changed

Lines changed: 5 additions & 37 deletions

File tree

meta/recipes-multimedia/speex/speex/CVE-2020-23903.patch

Lines changed: 0 additions & 30 deletions
This file was deleted.

meta/recipes-multimedia/speex/speex_1.2.0.bb renamed to meta/recipes-multimedia/speex/speex_1.2.1.bb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compressi
33
HOMEPAGE = "http://www.speex.org"
44
SECTION = "libs"
55
LICENSE = "BSD-3-Clause"
6-
LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \
7-
file://include/speex/speex.h;beginline=1;endline=34;md5=ef8c8ea4f7198d71cf3509c6ed05ea50"
6+
LIC_FILES_CHKSUM = "file://COPYING;md5=eff3f76350f52a99a3df5eec6b79c02a \
7+
file://include/speex/speex.h;beginline=1;endline=34;md5=ef8c8ea4f7198d71cf3509c6ed05ea50 \
8+
"
89
DEPENDS = "libogg speexdsp"
910

10-
SRC_URI = "http://downloads.xiph.org/releases/speex/speex-${PV}.tar.gz \
11-
file://CVE-2020-23903.patch \
12-
"
11+
SRC_URI = "http://downloads.xiph.org/releases/speex/speex-${PV}.tar.gz"
1312
UPSTREAM_CHECK_REGEX = "speex-(?P<pver>\d+(\.\d+)+)\.tar"
1413

15-
SRC_URI[md5sum] = "8ab7bb2589110dfaf0ed7fa7757dc49c"
16-
SRC_URI[sha256sum] = "eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094"
14+
SRC_URI[sha256sum] = "4b44d4f2b38a370a2d98a78329fefc56a0cf93d1c1be70029217baae6628feea"
1715

1816
inherit autotools pkgconfig lib_package
1917

0 commit comments

Comments
 (0)