]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
mpg123: upgrade 1.32.7 -> 1.32.9
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 12 Nov 2024 09:24:21 +0000 (17:24 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Nov 2024 13:57:33 +0000 (13:57 +0000)
Changelog:
===========
-- enable 64 bit offset path for MSVCRT and avoid warnings about
   MS's game about POSIX API with and without underscores
-- Increase the library patchlevel, as was forgotten on previous
   release.
-- Add sections to assembly to support PAC/BTI code
   for aarch64 (-mbranch-protection variants)
-- Prevent premature application of header info into decoding structure,
   at worst having triggered out-of-bounds writes of decoded PCM data
- out123: Show --quiet in --longhelp.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/mpg123/mpg123_1.32.9.bb [moved from meta/recipes-multimedia/mpg123/mpg123_1.32.7.bb with 96% similarity]

similarity index 96%
rename from meta/recipes-multimedia/mpg123/mpg123_1.32.7.bb
rename to meta/recipes-multimedia/mpg123/mpg123_1.32.9.bb
index 5a9a2a0943cc059a76cfee6cbd0c24e3e090f365..54006e8c228678a55f61f625368671dec90bc2e8 100644 (file)
@@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169"
 
 SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "3c8919243707951cac0e3c39bbf28653bcaffc43c98ff16801a27350db8f0f21"
+SRC_URI[sha256sum] = "03b61e4004e960bacf2acdada03ed94d376e6aab27a601447bd4908d8407b291"
 
 UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar"