From: wangmy Date: Mon, 13 Dec 2021 13:19:38 +0000 (+0800) Subject: mpg123: upgrade 1.29.2 -> 1.29.3 X-Git-Tag: uninative-3.5~488 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e4e84d295f774136900e0a09001d19cbeab1a157;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.29.2.bb b/meta/recipes-multimedia/mpg123/mpg123_1.29.3.bb 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 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\d+(\.\d+)+)\.tar"