* [ptxdist] [PATCH] libpng: Version bump. 1.6.43 -> 1.6.44
@ 2024-09-14 15:36 Christian Melki
2024-11-13 13:19 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-09-14 15:36 UTC (permalink / raw)
To: ptxdist
Minor changes, hardening.
https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES
* ARM NEON asm was removed according to changelog.
Yet the configure option remains. But it does not build on
ARM with the option enabled. So remove it in accordance
with changelog.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/libpng.make | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/rules/libpng.make b/rules/libpng.make
index 4a98c02a7..a4c839eef 100644
--- a/rules/libpng.make
+++ b/rules/libpng.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBPNG) += libpng
#
# Paths and names
#
-LIBPNG_VERSION := 1.6.43
-LIBPNG_MD5 := 22b8362d16c3724eba9c1fb8d187320a
+LIBPNG_VERSION := 1.6.44
+LIBPNG_MD5 := e40b61660dcc807e1bcc4df9de8389ce
LIBPNG := libpng-$(LIBPNG_VERSION)
LIBPNG_SUFFIX := tar.xz
LIBPNG_URL := $(call ptx/mirror, SF, libpng/$(LIBPNG).$(LIBPNG_SUFFIX))
@@ -39,7 +39,6 @@ LIBPNG_CONF_OPT := \
--enable-unversioned-links \
--enable-unversioned-libpng-pc \
--enable-unversioned-libpng-config \
- --enable-arm-neon=$(call ptx/yesno, PTXCONF_ARCH_ARM_NEON) \
--disable-mips-msa \
--disable-mips-mmi \
--$(call ptx/endis, PTXCONF_ARCH_X86)-intel-sse \
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] libpng: Version bump. 1.6.43 -> 1.6.44
2024-09-14 15:36 [ptxdist] [PATCH] libpng: Version bump. 1.6.43 -> 1.6.44 Christian Melki
@ 2024-11-13 13:19 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-11-13 13:19 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 35548b3e56e6e8b3edd09ecddba726d6a428351b.
Michael
[sent from post-receive hook]
On Wed, 13 Nov 2024 14:19:47 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Minor changes, hardening.
> https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES
>
> * ARM NEON asm was removed according to changelog.
> Yet the configure option remains. But it does not build on
> ARM with the option enabled. So remove it in accordance
> with changelog.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240914153621.3959873-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libpng.make b/rules/libpng.make
> index 4a98c02a7ebd..a4c839eefed3 100644
> --- a/rules/libpng.make
> +++ b/rules/libpng.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBPNG) += libpng
> #
> # Paths and names
> #
> -LIBPNG_VERSION := 1.6.43
> -LIBPNG_MD5 := 22b8362d16c3724eba9c1fb8d187320a
> +LIBPNG_VERSION := 1.6.44
> +LIBPNG_MD5 := e40b61660dcc807e1bcc4df9de8389ce
> LIBPNG := libpng-$(LIBPNG_VERSION)
> LIBPNG_SUFFIX := tar.xz
> LIBPNG_URL := $(call ptx/mirror, SF, libpng/$(LIBPNG).$(LIBPNG_SUFFIX))
> @@ -39,7 +39,6 @@ LIBPNG_CONF_OPT := \
> --enable-unversioned-links \
> --enable-unversioned-libpng-pc \
> --enable-unversioned-libpng-config \
> - --enable-arm-neon=$(call ptx/yesno, PTXCONF_ARCH_ARM_NEON) \
> --disable-mips-msa \
> --disable-mips-mmi \
> --$(call ptx/endis, PTXCONF_ARCH_X86)-intel-sse \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-13 13:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-14 15:36 [ptxdist] [PATCH] libpng: Version bump. 1.6.43 -> 1.6.44 Christian Melki
2024-11-13 13:19 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox