summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-12-13 21:19:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-14 22:45:39 +0000
commite4e84d295f774136900e0a09001d19cbeab1a157 (patch)
tree90ab7ffb69fdbcc081e7078d9112f5714416f9b9
parentdc91910a5ee56af5dee495fafcabab4042431cae (diff)
downloadopenembedded-core-contrib-e4e84d295f774136900e0a09001d19cbeab1a157.tar.gz
mpg123: upgrade 1.29.2 -> 1.29.3
Changelog: ==================== libmpg123: Catch more NULL pointer arguments in LFS wrappers (most prominently: mpg123_feedseek(), bug 328). mpg123: -Fix regression that did _not_ enable --remote-err on -s anymore. -Fix typos in man page. -Drop mixed-up value limits on remote control SEQ command. It is up to you if you want to distort your sound. -Add note about equalizer frequency bands to man page. -build: add BUILD_PROGRAMS option to ports/cmake Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-multimedia/mpg123/mpg123_1.29.3.bb (renamed from meta/recipes-multimedia/mpg123/mpg123_1.29.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.29.2.bb b/meta/recipes-multimedia/mpg123/mpg123_1.29.3.bb
index ba09e1c619..6e0dc1beff 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.29.2.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.29.3.bb
@@ -10,7 +10,7 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169"
SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "9071214ebdfc1b6ed0c0a85d530010bbb8ebc044cfe5ae5930e83f7e6b7937e6"
+SRC_URI[sha256sum] = "963885d8cc77262f28b77187c7d189e32195e64244de2530b798ddf32183e847"
UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar"