All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/luarocks: bump to version 3.1.2
@ 2019-05-22 15:33 Francois Perrad
  2019-05-22 20:50 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Francois Perrad @ 2019-05-22 15:33 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/luarocks/luarocks.hash | 2 +-
 package/luarocks/luarocks.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/luarocks/luarocks.hash b/package/luarocks/luarocks.hash
index aed0274b5..6936bfbbb 100644
--- a/package/luarocks/luarocks.hash
+++ b/package/luarocks/luarocks.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 3c26c102f8e69f81e12ea39037c770a00b6244e115a4c832e7a92feffdfad1aa  luarocks-3.1.1.tar.gz
+sha256 72a3b74f05b7fd011eed894dc34193ee80b3235fe58016ac9ffdbfceecc88950  luarocks-3.1.2.tar.gz
 sha256 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f  COPYING
diff --git a/package/luarocks/luarocks.mk b/package/luarocks/luarocks.mk
index 6a8254fd4..0d05b448a 100644
--- a/package/luarocks/luarocks.mk
+++ b/package/luarocks/luarocks.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUAROCKS_VERSION = 3.1.1
+LUAROCKS_VERSION = 3.1.2
 LUAROCKS_SITE = http://luarocks.org/releases
 LUAROCKS_LICENSE = MIT
 LUAROCKS_LICENSE_FILES = COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH] package/luarocks: bump to version 3.1.2
  2019-05-22 15:33 [Buildroot] [PATCH] package/luarocks: bump to version 3.1.2 Francois Perrad
@ 2019-05-22 20:50 ` Thomas Petazzoni
  2019-05-23  7:05   ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-05-22 20:50 UTC (permalink / raw)
  To: buildroot

On Wed, 22 May 2019 17:33:13 +0200
Francois Perrad <fperrad@gmail.com> wrote:

> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/luarocks/luarocks.hash | 2 +-
>  package/luarocks/luarocks.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/luarocks: bump to version 3.1.2
  2019-05-22 20:50 ` Thomas Petazzoni
@ 2019-05-23  7:05   ` Peter Korsgaard
  2019-05-23  7:42     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2019-05-23  7:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Wed, 22 May 2019 17:33:13 +0200
 > Francois Perrad <fperrad@gmail.com> wrote:

 >> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
 >> ---
 >> package/luarocks/luarocks.hash | 2 +-
 >> package/luarocks/luarocks.mk   | 2 +-
 >> 2 files changed, 2 insertions(+), 2 deletions(-)

 > Applied to next, thanks.

Should this go into master instead? The commit message again
unfortunately does not explain it, but looking at the git history,
3.1.1..3.1.2 only seems to contain a bugfix:

https://github.com/luarocks/luarocks/commits/v3.1.2

Francois?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/luarocks: bump to version 3.1.2
  2019-05-23  7:05   ` Peter Korsgaard
@ 2019-05-23  7:42     ` Thomas Petazzoni
  2019-05-23  8:04       ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-05-23  7:42 UTC (permalink / raw)
  To: buildroot

On Thu, 23 May 2019 09:05:36 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:  
> 
>  > On Wed, 22 May 2019 17:33:13 +0200
>  > Francois Perrad <fperrad@gmail.com> wrote:  
> 
>  >> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
>  >> ---
>  >> package/luarocks/luarocks.hash | 2 +-
>  >> package/luarocks/luarocks.mk   | 2 +-
>  >> 2 files changed, 2 insertions(+), 2 deletions(-)  
> 
>  > Applied to next, thanks.  
> 
> Should this go into master instead? The commit message again
> unfortunately does not explain it, but looking at the git history,
> 3.1.1..3.1.2 only seems to contain a bugfix:
> 
> https://github.com/luarocks/luarocks/commits/v3.1.2

Then, yes, presumably it should go to master.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/luarocks: bump to version 3.1.2
  2019-05-23  7:42     ` Thomas Petazzoni
@ 2019-05-23  8:04       ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2019-05-23  8:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Thu, 23 May 2019 09:05:36 +0200
 > Peter Korsgaard <peter@korsgaard.com> wrote:

 >> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:  
 >> 
 >> > On Wed, 22 May 2019 17:33:13 +0200
 >> > Francois Perrad <fperrad@gmail.com> wrote:  
 >> 
 >> >> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
 >> >> ---
 >> >> package/luarocks/luarocks.hash | 2 +-
 >> >> package/luarocks/luarocks.mk   | 2 +-
 >> >> 2 files changed, 2 insertions(+), 2 deletions(-)  
 >> 
 >> > Applied to next, thanks.  
 >> 
 >> Should this go into master instead? The commit message again
 >> unfortunately does not explain it, but looking at the git history,
 >> 3.1.1..3.1.2 only seems to contain a bugfix:
 >> 
 >> https://github.com/luarocks/luarocks/commits/v3.1.2

 > Then, yes, presumably it should go to master.

Committed to master, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-05-23  8:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-22 15:33 [Buildroot] [PATCH] package/luarocks: bump to version 3.1.2 Francois Perrad
2019-05-22 20:50 ` Thomas Petazzoni
2019-05-23  7:05   ` Peter Korsgaard
2019-05-23  7:42     ` Thomas Petazzoni
2019-05-23  8:04       ` Peter Korsgaard

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.