Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] lft: bump version to 3.79
@ 2017-04-07 16:27 Vicente Olivert Riera
  2017-04-07 16:27 ` [Buildroot] [PATCH 2/2] python-pillow: bump version to 4.1.0 Vicente Olivert Riera
  2017-04-07 18:06 ` [Buildroot] [PATCH 1/2] lft: bump version to 3.79 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2017-04-07 16:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/lft/lft.hash | 4 ++--
 package/lft/lft.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/lft/lft.hash b/package/lft/lft.hash
index 28654f5..1b0454c 100644
--- a/package/lft/lft.hash
+++ b/package/lft/lft.hash
@@ -1,4 +1,4 @@
 # From http://pwhois.org/lft/
-md5 7d20fd5323137b208abf1b4e1355c153  lft-3.78.tar.gz
+md5 746dc08f2e20d0e0240f28873b3bb244  lft-3.79.tar.gz
 # Locally calculated
-sha256 000575891b4094319a56d395c0ec576651fe76b251596ab19d3eb2e5f8d4bf78  lft-3.78.tar.gz
+sha256 08e5c7973551b529c850bffbc7152c4e5f0bcb1f07ebbb39151a7dc9a3bf9de0  lft-3.79.tar.gz
diff --git a/package/lft/lft.mk b/package/lft/lft.mk
index cac3774..0555ab9 100644
--- a/package/lft/lft.mk
+++ b/package/lft/lft.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LFT_VERSION = 3.78
+LFT_VERSION = 3.79
 LFT_SITE = http://pwhois.org/get
 LFT_DEPENDENCIES = libpcap
 LFT_LICENSE = VOSTROM Public License for Open Source
-- 
2.10.2

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

* [Buildroot] [PATCH 2/2] python-pillow: bump version to 4.1.0
  2017-04-07 16:27 [Buildroot] [PATCH 1/2] lft: bump version to 3.79 Vicente Olivert Riera
@ 2017-04-07 16:27 ` Vicente Olivert Riera
  2017-04-07 18:06 ` [Buildroot] [PATCH 1/2] lft: bump version to 3.79 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2017-04-07 16:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/python-pillow/python-pillow.hash | 4 ++--
 package/python-pillow/python-pillow.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-pillow/python-pillow.hash b/package/python-pillow/python-pillow.hash
index 182e82f..322e0a9 100644
--- a/package/python-pillow/python-pillow.hash
+++ b/package/python-pillow/python-pillow.hash
@@ -1,3 +1,3 @@
 # md5 from https://pypi.python.org/pypi/pillow/json, sha256 locally computed
-md5	d5af224b0fa2c66dacc9814785fef9e7  Pillow-4.0.0.tar.gz
-sha256	ee26d2d7e7e300f76ba7b796014c04011394d0c4a5ed9a288264a3e443abca50  Pillow-4.0.0.tar.gz
+md5 d040e1155b4d9d8b011aab67ee0ea86b  Pillow-4.1.0.tar.gz
+sha256 a0fd487fed4a35717401b7566e51a1520b34e7c0f7f2a315a6509f82bc86299f  Pillow-4.1.0.tar.gz
diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
index faa0e16..e1167c8 100644
--- a/package/python-pillow/python-pillow.mk
+++ b/package/python-pillow/python-pillow.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PILLOW_VERSION = 4.0.0
+PYTHON_PILLOW_VERSION = 4.1.0
 PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz
-PYTHON_PILLOW_SITE = https://pypi.python.org/packages/8d/80/eca7a2d1a3c2dafb960f32f844d570de988e609f5fd17de92e1cf6a01b0a
+PYTHON_PILLOW_SITE = https://pypi.python.org/packages/80/38/5cb561c68155834c596018c47caa44da88ed34b09579b921c0e493fb06c7
 PYTHON_PILLOW_LICENSE = PIL Software License
 PYTHON_PILLOW_LICENSE_FILES = LICENSE
 PYTHON_PILLOW_SETUP_TYPE = setuptools
-- 
2.10.2

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

* [Buildroot] [PATCH 1/2] lft: bump version to 3.79
  2017-04-07 16:27 [Buildroot] [PATCH 1/2] lft: bump version to 3.79 Vicente Olivert Riera
  2017-04-07 16:27 ` [Buildroot] [PATCH 2/2] python-pillow: bump version to 4.1.0 Vicente Olivert Riera
@ 2017-04-07 18:06 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-04-07 18:06 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 7 Apr 2017 17:27:41 +0100, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/lft/lft.hash | 4 ++--
>  package/lft/lft.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Both 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:[~2017-04-07 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-07 16:27 [Buildroot] [PATCH 1/2] lft: bump version to 3.79 Vicente Olivert Riera
2017-04-07 16:27 ` [Buildroot] [PATCH 2/2] python-pillow: bump version to 4.1.0 Vicente Olivert Riera
2017-04-07 18:06 ` [Buildroot] [PATCH 1/2] lft: bump version to 3.79 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox