diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-12 17:24:21 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-18 22:09:02 +0000 |
| commit | d1522c4f3a5b7d96e8248f98472692afdf300988 (patch) | |
| tree | 126560afeaec98c82aba56467f9a5306c30c574e | |
| parent | 2c810b61f9eb294602f464bd4c6d6865ecf146cf (diff) | |
| download | poky-d1522c4f3a5b7d96e8248f98472692afdf300988.tar.gz | |
mpg123: upgrade 1.32.7 -> 1.32.9
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.
(From OE-Core rev: 490b0cfc17164e589d42038bbc9122afa641c78a)
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>
| -rw-r--r-- | meta/recipes-multimedia/mpg123/mpg123_1.32.9.bb (renamed from meta/recipes-multimedia/mpg123/mpg123_1.32.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.32.7.bb b/meta/recipes-multimedia/mpg123/mpg123_1.32.9.bb index 5a9a2a0943..54006e8c22 100644 --- a/meta/recipes-multimedia/mpg123/mpg123_1.32.7.bb +++ b/meta/recipes-multimedia/mpg123/mpg123_1.32.9.bb | |||
| @@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only" | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169" |
| 11 | 11 | ||
| 12 | SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2" | 12 | SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2" |
| 13 | SRC_URI[sha256sum] = "3c8919243707951cac0e3c39bbf28653bcaffc43c98ff16801a27350db8f0f21" | 13 | SRC_URI[sha256sum] = "03b61e4004e960bacf2acdada03ed94d376e6aab27a601447bd4908d8407b291" |
| 14 | 14 | ||
| 15 | UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar" | 15 | UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar" |
| 16 | 16 | ||
