* [Buildroot] [PATCH] libpng: bump to version 1.6.9
@ 2014-02-25 9:30 Sven Neumann
2014-02-25 10:08 ` Peter Korsgaard
2014-02-25 20:09 ` [Buildroot] [PATCH] libpng: bump to version 1.6.9 Peter Korsgaard
0 siblings, 2 replies; 7+ messages in thread
From: Sven Neumann @ 2014-02-25 9:30 UTC (permalink / raw)
To: buildroot
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(-)
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH] libpng: bump to version 1.6.9
2014-02-25 9:30 [Buildroot] [PATCH] libpng: bump to version 1.6.9 Sven Neumann
@ 2014-02-25 10:08 ` Peter Korsgaard
2014-02-25 10:23 ` Sven Neumann
2014-02-25 20:09 ` [Buildroot] [PATCH] libpng: bump to version 1.6.9 Peter Korsgaard
1 sibling, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2014-02-25 10:08 UTC (permalink / raw)
To: buildroot
>>>>> "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 at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH] libpng: bump to version 1.6.9
2014-02-25 10:08 ` Peter Korsgaard
@ 2014-02-25 10:23 ` Sven Neumann
2014-02-25 10:28 ` Peter Korsgaard
0 siblings, 1 reply; 7+ messages in thread
From: Sven Neumann @ 2014-02-25 10:23 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH] libpng: bump to version 1.6.9
2014-02-25 10:23 ` Sven Neumann
@ 2014-02-25 10:28 ` Peter Korsgaard
2014-02-25 12:44 ` [Buildroot] [PATCH] libpng: fix download location Sven Neumann
0 siblings, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2014-02-25 10:28 UTC (permalink / raw)
To: buildroot
>>>>> "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?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH] libpng: fix download location
2014-02-25 10:28 ` Peter Korsgaard
@ 2014-02-25 12:44 ` Sven Neumann
2014-02-25 19:54 ` Peter Korsgaard
0 siblings, 1 reply; 7+ messages in thread
From: Sven Neumann @ 2014-02-25 12:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Sven Neumann <neumann@teufel.de>
---
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..b489dd9 100644
--- a/package/libpng/libpng.mk
+++ b/package/libpng/libpng.mk
@@ -7,7 +7,7 @@
LIBPNG_VERSION = 1.6.8
LIBPNG_SERIES = 16
LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
-LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)
+LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/older-releases/$(LIBPNG_VERSION)
LIBPNG_LICENSE = libpng license
LIBPNG_LICENSE_FILES = LICENSE
LIBPNG_INSTALL_STAGING = YES
--
1.8.3.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH] libpng: fix download location
2014-02-25 12:44 ` [Buildroot] [PATCH] libpng: fix download location Sven Neumann
@ 2014-02-25 19:54 ` Peter Korsgaard
0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2014-02-25 19:54 UTC (permalink / raw)
To: buildroot
>>>>> "Sven" == Sven Neumann <neumann@teufel.de> writes:
> Signed-off-by: Sven Neumann <neumann@teufel.de>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH] libpng: bump to version 1.6.9
2014-02-25 9:30 [Buildroot] [PATCH] libpng: bump to version 1.6.9 Sven Neumann
2014-02-25 10:08 ` Peter Korsgaard
@ 2014-02-25 20:09 ` Peter Korsgaard
1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2014-02-25 20:09 UTC (permalink / raw)
To: buildroot
>>>>> "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.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-02-25 20:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-25 9:30 [Buildroot] [PATCH] libpng: bump to version 1.6.9 Sven Neumann
2014-02-25 10:08 ` Peter Korsgaard
2014-02-25 10:23 ` Sven Neumann
2014-02-25 10:28 ` Peter Korsgaard
2014-02-25 12:44 ` [Buildroot] [PATCH] libpng: fix download location Sven Neumann
2014-02-25 19:54 ` Peter Korsgaard
2014-02-25 20:09 ` [Buildroot] [PATCH] libpng: bump to version 1.6.9 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox