]> code.ossystems Code Review - openembedded-core.git/commitdiff
mpg123: upgrade 1.29.2 -> 1.29.3
authorwangmy <wangmy@fujitsu.com>
Mon, 13 Dec 2021 13:19:38 +0000 (21:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Dec 2021 22:45:39 +0000 (22:45 +0000)
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>
meta/recipes-multimedia/mpg123/mpg123_1.29.3.bb [moved from meta/recipes-multimedia/mpg123/mpg123_1.29.2.bb with 96% similarity]

similarity index 96%
rename from meta/recipes-multimedia/mpg123/mpg123_1.29.2.bb
rename to meta/recipes-multimedia/mpg123/mpg123_1.29.3.bb
index ba09e1c6194ed32e7fc469aaa35a1d0ac69a9eb9..6e0dc1beff4f3d5aa7ff8d4d155be06930656a4e 100644 (file)
@@ -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"