diff mbox

libpng: bump to version 1.6.9

Message ID 1393320628-10918-1-git-send-email-neumann@teufel.de
State Accepted
Commit c16bc1b12ff334eec117f6c1835d7005eceaa5f9
Headers show

Commit Message

Sven Neumann Feb. 25, 2014, 9:30 a.m. UTC
This also fixes the download URL as oudated versions have been
moved to the "older-releases" sub-folder.

Signed-off-by: Sven Neumann <neumann@teufel.de>
---
 package/libpng/libpng.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Feb. 25, 2014, 10:08 a.m. UTC | #1
>>>>> "Sven" == Sven Neumann <neumann@teufel.de> writes:

 > This also fixes the download URL as oudated versions have been
 > moved to the "older-releases" sub-folder.

 > Signed-off-by: Sven Neumann <neumann@teufel.de>

So is this something we want for 2014.02 or should be apply this to next
and only change the _SITE on master?

 > ---
 >  package/libpng/libpng.mk | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
 > index f8b4d98..0bfe7d1 100644
 > --- a/package/libpng/libpng.mk
 > +++ b/package/libpng/libpng.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -LIBPNG_VERSION = 1.6.8
 > +LIBPNG_VERSION = 1.6.9
 >  LIBPNG_SERIES = 16
 >  LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
 >  LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)
 > -- 
 > 1.8.3.2

 > _______________________________________________
 > buildroot mailing list
 > buildroot@busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot
Sven Neumann Feb. 25, 2014, 10:23 a.m. UTC | #2
Hi,

On Di, 2014-02-25 at 11:08 +0100, Peter Korsgaard wrote:
> >>>>> "Sven" == Sven Neumann <neumann@teufel.de> writes:
> 
>  > This also fixes the download URL as oudated versions have been
>  > moved to the "older-releases" sub-folder.
> 
>  > Signed-off-by: Sven Neumann <neumann@teufel.de>
> 
> So is this something we want for 2014.02 or should be apply this to next
> and only change the _SITE on master?

I don't think the update is very important. There are no security issues
fixed as far as I can see. So the safest change would be to just fix the
download location on master and keep the update for next.


Regards,
Sven
Peter Korsgaard Feb. 25, 2014, 10:28 a.m. UTC | #3
>>>>> "Sven" == Sven Neumann <neumann@teufel.de> writes:

 > Hi,
 > On Di, 2014-02-25 at 11:08 +0100, Peter Korsgaard wrote:
 >> >>>>> "Sven" == Sven Neumann <neumann@teufel.de> writes:
 >> 
 >> > This also fixes the download URL as oudated versions have been
 >> > moved to the "older-releases" sub-folder.
 >> 
 >> > Signed-off-by: Sven Neumann <neumann@teufel.de>
 >> 
 >> So is this something we want for 2014.02 or should be apply this to next
 >> and only change the _SITE on master?

 > I don't think the update is very important. There are no security issues
 > fixed as far as I can see. So the safest change would be to just fix the
 > download location on master and keep the update for next.

Ok, great. Care to send a patch doing that?
Peter Korsgaard Feb. 25, 2014, 8:09 p.m. UTC | #4
>>>>> "Sven" == Sven Neumann <neumann@teufel.de> writes:

 > This also fixes the download URL as oudated versions have been
 > moved to the "older-releases" sub-folder.

 > Signed-off-by: Sven Neumann <neumann@teufel.de>

Committed to next, thanks.
diff mbox

Patch

diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
index f8b4d98..0bfe7d1 100644
--- a/package/libpng/libpng.mk
+++ b/package/libpng/libpng.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBPNG_VERSION = 1.6.8
+LIBPNG_VERSION = 1.6.9
 LIBPNG_SERIES = 16
 LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
 LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)