summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng/libpng_1.6.42.bb
Commit message (Collapse)AuthorAgeFilesLines
* libpng: upgrade 1.6.42 -> 1.6.43Wang Mingyu2024-04-121-33/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== -Fixed the row width check in png_check_IHDR(). -Added eXIf chunk support to the push-mode reader in pngpread.c. -Added contrib/pngexif for the benefit of the users who would like to inspect the content of eXIf chunks. -Added contrib/conftest/basic.dfa, a basic build-time configuration. -Fixed a preprocessor condition in pngread.c that broke build-time configurations like contrib/conftest/pngcp.dfa. -Added CMake build support for LoongArch LSX. -Fixed a CMake build error that occurred under a peculiar state of the dependency tree. This was a regression introduced in libpng-1.6.41. -Marked the installed libpng headers as system headers in CMake. -Updated the build support for RISCOS. -Updated the makefiles to allow cross-platform builds to initialize conventional make variables like AR and ARFLAGS. -Added various improvements to the CI scripts in areas like version consistency verification and text linting. Added version consistency verification to pngtest.c also. (From OE-Core rev: aaa0dd45af3d2d8467174026099562e41b3c4acc) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpng: Update SRC_URI to avoid redirectsRichard Purdie2024-03-061-2/+2
| | | | | | | | | Currently we're hitting permanent redirects on the urls. Tweak them to avoid that overhead/noise/inefficiency. (From OE-Core rev: 6b81db486e760483cf373559dc0b5ee71e410b09) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpng: upgrade 1.6.41 -> 1.6.42Wang Mingyu2024-03-011-0/+33
Changelog: Fixed the implementation of the macro function png_check_sig(). (From OE-Core rev: b92fb50237f394cae663e4e88b1b85f30693439e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>