All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] tiff: bump to version 4.0.6
@ 2015-10-02 16:46 Gustavo Zacarias
  2015-10-02 17:26 ` Vincent Olivert Riera
  2015-10-02 18:45 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-10-02 16:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/tiff/tiff.hash | 2 +-
 package/tiff/tiff.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/tiff/tiff.hash b/package/tiff/tiff.hash
index 9cb31dc..7ff746f 100644
--- a/package/tiff/tiff.hash
+++ b/package/tiff/tiff.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256	e25eaa83ed7fab43ddd278b9b14d91a406a4b674cedc776adb95535f897f309c	tiff-4.0.5.tar.gz
+sha256	4d57a50907b510e3049a4bba0d7888930fdfc16ce49f1bf693e5b6247370d68c	tiff-4.0.6.tar.gz
diff --git a/package/tiff/tiff.mk b/package/tiff/tiff.mk
index 9a2bf70..c2e713c 100644
--- a/package/tiff/tiff.mk
+++ b/package/tiff/tiff.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TIFF_VERSION = 4.0.5
+TIFF_VERSION = 4.0.6
 TIFF_SITE = http://download.osgeo.org/libtiff
 TIFF_LICENSE = tiff license
 TIFF_LICENSE_FILES = COPYRIGHT
-- 
2.4.9

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] tiff: bump to version 4.0.6
  2015-10-02 16:46 [Buildroot] [PATCH] tiff: bump to version 4.0.6 Gustavo Zacarias
@ 2015-10-02 17:26 ` Vincent Olivert Riera
  2015-10-02 18:45 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Vincent Olivert Riera @ 2015-10-02 17:26 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Build test for MIPS architecture:

$ file output/target/usr/lib/libtiff.so.5.2.4 
output/target/usr/lib/libtiff.so.5.2.4: ELF 32-bit MSB shared object, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, not stripped

Regards,

Vincent.


________________________________________
From: buildroot [buildroot-bounces at busybox.net] on behalf of Gustavo Zacarias [gustavo at zacarias.com.ar]
Sent: 02 October 2015 17:46
To: buildroot at busybox.net
Subject: [Buildroot] [PATCH] tiff: bump to version 4.0.6

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/tiff/tiff.hash | 2 +-
 package/tiff/tiff.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/tiff/tiff.hash b/package/tiff/tiff.hash
index 9cb31dc..7ff746f 100644
--- a/package/tiff/tiff.hash
+++ b/package/tiff/tiff.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 e25eaa83ed7fab43ddd278b9b14d91a406a4b674cedc776adb95535f897f309c        tiff-4.0.5.tar.gz
+sha256 4d57a50907b510e3049a4bba0d7888930fdfc16ce49f1bf693e5b6247370d68c        tiff-4.0.6.tar.gz
diff --git a/package/tiff/tiff.mk b/package/tiff/tiff.mk
index 9a2bf70..c2e713c 100644
--- a/package/tiff/tiff.mk
+++ b/package/tiff/tiff.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################

-TIFF_VERSION = 4.0.5
+TIFF_VERSION = 4.0.6
 TIFF_SITE = http://download.osgeo.org/libtiff
 TIFF_LICENSE = tiff license
 TIFF_LICENSE_FILES = COPYRIGHT
--
2.4.9

_______________________________________________
buildroot mailing list
buildroot at busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] tiff: bump to version 4.0.6
  2015-10-02 16:46 [Buildroot] [PATCH] tiff: bump to version 4.0.6 Gustavo Zacarias
  2015-10-02 17:26 ` Vincent Olivert Riera
@ 2015-10-02 18:45 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-10-02 18:45 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Fri,  2 Oct 2015 13:46:28 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/tiff/tiff.hash | 2 +-
>  package/tiff/tiff.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-02 18:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-02 16:46 [Buildroot] [PATCH] tiff: bump to version 4.0.6 Gustavo Zacarias
2015-10-02 17:26 ` Vincent Olivert Riera
2015-10-02 18:45 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.