diff mbox

[git,commit] libpng: bump to version 1.4.10

Message ID 20120402211515.2D2F6969C3@busybox.osuosl.org
State Not Applicable
Headers show

Commit Message

Peter Korsgaard April 2, 2012, 9:13 p.m. UTC
commit: http://git.buildroot.net/buildroot/commit/?id=b41fb1507fa2975e09ebcd04f342d1bbd3681623
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/libpng/libpng.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni April 3, 2012, 8:23 a.m. UTC | #1
Le Mon, 2 Apr 2012 23:13:31 +0200,
Peter Korsgaard <jacmet@sunsite.dk> a écrit :

> -LIBPNG_VERSION = 1.4.9
> +LIBPNG_VERSION = 1.4.10
>  LIBPNG_SERIES = 14
> -LIBPNG_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libpng
> +LIBPNG_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/libpng/libpng$(LIBPNG_SERIES)/$(LIBPNG_VERSION)
>  LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.bz2
>  LIBPNG_INSTALL_STAGING = YES
>  LIBPNG_DEPENDENCIES = host-pkg-config zlib

This breaks the build:

http://autobuild.buildroot.org/results/8aa42940f3fb2c7af5568354c906a3f3c1d5eaab/build-end.log
http://autobuild.buildroot.org/results/470b28f443877094ac22121f9c3ff88541a82f34/build-end.log
http://autobuild.buildroot.org/results/bc174de9d816da26d151513c3eeb6630a3cdbf98/build-end.log

And many, many other occurrences.

Thomas
Gustavo Zacarias April 3, 2012, 10:09 a.m. UTC | #2
On 2012-04-03 05:23, Thomas Petazzoni wrote:

> This breaks the build:
>
> 
> http://autobuild.buildroot.org/results/8aa42940f3fb2c7af5568354c906a3f3c1d5eaab/build-end.log
> 
> http://autobuild.buildroot.org/results/470b28f443877094ac22121f9c3ff88541a82f34/build-end.log
> 
> http://autobuild.buildroot.org/results/bc174de9d816da26d151513c3eeb6630a3cdbf98/build-end.log
>
> And many, many other occurrences.
>
> Thomas

They've just released 1.4.11 because of a security bug fix, proper 
action would be to bump it.
It's unfortunate when they archive older versions, though 
understandable if they are vulnerable to security bugs.
Regards.
diff mbox

Patch

diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
index 4017871..19d2a71 100644
--- a/package/libpng/libpng.mk
+++ b/package/libpng/libpng.mk
@@ -4,9 +4,9 @@ 
 #
 #############################################################
 
-LIBPNG_VERSION = 1.4.9
+LIBPNG_VERSION = 1.4.10
 LIBPNG_SERIES = 14
-LIBPNG_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libpng
+LIBPNG_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/libpng/libpng$(LIBPNG_SERIES)/$(LIBPNG_VERSION)
 LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.bz2
 LIBPNG_INSTALL_STAGING = YES
 LIBPNG_DEPENDENCIES = host-pkg-config zlib