All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4
@ 2017-03-20 15:11 Rahul Bedarkar
  2017-03-20 15:11 ` [Buildroot] [PATCH 2/3] filemq: correct license Rahul Bedarkar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Rahul Bedarkar @ 2017-03-20 15:11 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
 package/gstreamer1/gst1-vaapi/gst1-vaapi.hash | 4 ++--
 package/gstreamer1/gst1-vaapi/gst1-vaapi.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
index f3c6252..5409c2e 100644
--- a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
+++ b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
@@ -1,2 +1,2 @@
-# from https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.10.3.tar.xz.sha256sum
-sha256 cea827066a152a6afa1d0c43544dfbda285238156d4c3b77f9d4037bbe79361e  gstreamer-vaapi-1.10.3.tar.xz
+# from https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.10.4.tar.xz.sha256sum
+sha256 03e690621594d9f9495d86c7dac8b8590b3a150462770ed070dc76f66a70de75  gstreamer-vaapi-1.10.4.tar.xz
diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
index 11ad4c4..89f063d 100644
--- a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
+++ b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_VAAPI_VERSION = 1.10.3
+GST1_VAAPI_VERSION = 1.10.4
 GST1_VAAPI_SITE = https://gstreamer.freedesktop.org/src/gstreamer-vaapi
 GST1_VAAPI_SOURCE = gstreamer-vaapi-$(GST1_VAAPI_VERSION).tar.xz
 GST1_VAAPI_LICENSE = LGPLv2.1+
-- 
2.6.2

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

* [Buildroot] [PATCH 2/3] filemq: correct license
  2017-03-20 15:11 [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4 Rahul Bedarkar
@ 2017-03-20 15:11 ` Rahul Bedarkar
  2017-03-20 15:11 ` [Buildroot] [PATCH 3/3] filemq: bump version to 3dc89932903b0320853d87833aabc6f7e7781c49 Rahul Bedarkar
  2017-03-20 20:54 ` [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4 Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Rahul Bedarkar @ 2017-03-20 15:11 UTC (permalink / raw)
  To: buildroot

All source files, except src/filemq_client.c and src/filemq_server.c,
has MPL Version 2.0 license text in file header.

As confirmed with upstream [1] (L)GPLv3 license texts COPYING and
COPYING.LESSER are leftover from previous implementation.

[1] - https://github.com/zeromq/filemq/issues/74

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
 package/filemq/filemq.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/filemq/filemq.mk b/package/filemq/filemq.mk
index d57208e..62ddfaf 100644
--- a/package/filemq/filemq.mk
+++ b/package/filemq/filemq.mk
@@ -11,8 +11,8 @@ FILEMQ_AUTORECONF = YES
 FILEMQ_CONF_ENV = filemq_have_asciidoc=no
 FILEMQ_INSTALL_STAGING = YES
 FILEMQ_DEPENDENCIES = czmq openssl zeromq
-FILEMQ_LICENSE = LGPLv3+ with exceptions
-FILEMQ_LICENSE_FILES = COPYING COPYING.LESSER
+FILEMQ_LICENSE = MPLv2.0
+FILEMQ_LICENSE_FILES = LICENSE
 
 define FILEMQ_CREATE_CONFIG_DIR
 	mkdir -p $(@D)/config
-- 
2.6.2

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

* [Buildroot] [PATCH 3/3] filemq: bump version to 3dc89932903b0320853d87833aabc6f7e7781c49
  2017-03-20 15:11 [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4 Rahul Bedarkar
  2017-03-20 15:11 ` [Buildroot] [PATCH 2/3] filemq: correct license Rahul Bedarkar
@ 2017-03-20 15:11 ` Rahul Bedarkar
  2017-03-20 20:54 ` [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4 Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Rahul Bedarkar @ 2017-03-20 15:11 UTC (permalink / raw)
  To: buildroot

This version bump removes (L)GPLv3 license text which were leftover
from previous implementation.

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
 package/filemq/filemq.hash | 2 +-
 package/filemq/filemq.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/filemq/filemq.hash b/package/filemq/filemq.hash
index 1a7997e..d76d009 100644
--- a/package/filemq/filemq.hash
+++ b/package/filemq/filemq.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 c373eddd5154cfe63f6cc6b3255ec20dca1f70c1f1881b611930931df47babad  filemq-e59951489045825d6fc5bdc6a5a5ecf1abf51943.tar.gz
+sha256 a9973117f8afea6d4cbde95e4d7f46ab90d67cb0d72e42165410d665bf1765c1  filemq-3dc89932903b0320853d87833aabc6f7e7781c49.tar.gz
diff --git a/package/filemq/filemq.mk b/package/filemq/filemq.mk
index 62ddfaf..2eadc5d 100644
--- a/package/filemq/filemq.mk
+++ b/package/filemq/filemq.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FILEMQ_VERSION = e59951489045825d6fc5bdc6a5a5ecf1abf51943
+FILEMQ_VERSION = 3dc89932903b0320853d87833aabc6f7e7781c49
 FILEMQ_SITE = $(call github,zeromq,filemq,$(FILEMQ_VERSION))
 
 FILEMQ_AUTORECONF = YES
-- 
2.6.2

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

* [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4
  2017-03-20 15:11 [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4 Rahul Bedarkar
  2017-03-20 15:11 ` [Buildroot] [PATCH 2/3] filemq: correct license Rahul Bedarkar
  2017-03-20 15:11 ` [Buildroot] [PATCH 3/3] filemq: bump version to 3dc89932903b0320853d87833aabc6f7e7781c49 Rahul Bedarkar
@ 2017-03-20 20:54 ` Thomas Petazzoni
  2017-03-21  9:00   ` Rahul Bedarkar
  2 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2017-03-20 20:54 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 20 Mar 2017 20:41:17 +0530, Rahul Bedarkar wrote:
> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
> ---
>  package/gstreamer1/gst1-vaapi/gst1-vaapi.hash | 4 ++--
>  package/gstreamer1/gst1-vaapi/gst1-vaapi.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

I've applied all three patches. I wanted to take this opportunity to
thank you for all the legal-info reviews and fixes that you are doing.
This is very very valuable and useful, so many thanks for that!

Best regards,

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

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

* [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4
  2017-03-20 20:54 ` [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4 Thomas Petazzoni
@ 2017-03-21  9:00   ` Rahul Bedarkar
  0 siblings, 0 replies; 5+ messages in thread
From: Rahul Bedarkar @ 2017-03-21  9:00 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

On Tuesday 21 March 2017 02:24 AM, Thomas Petazzoni wrote:
> Hello,
>
> On Mon, 20 Mar 2017 20:41:17 +0530, Rahul Bedarkar wrote:
>> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
>> ---
>>  package/gstreamer1/gst1-vaapi/gst1-vaapi.hash | 4 ++--
>>  package/gstreamer1/gst1-vaapi/gst1-vaapi.mk   | 2 +-
>>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> I've applied all three patches. I wanted to take this opportunity to
> thank you for all the legal-info reviews and fixes that you are doing.
> This is very very valuable and useful, so many thanks for that!

You are welcome.

Thanks
Rahul

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

end of thread, other threads:[~2017-03-21  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 15:11 [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4 Rahul Bedarkar
2017-03-20 15:11 ` [Buildroot] [PATCH 2/3] filemq: correct license Rahul Bedarkar
2017-03-20 15:11 ` [Buildroot] [PATCH 3/3] filemq: bump version to 3dc89932903b0320853d87833aabc6f7e7781c49 Rahul Bedarkar
2017-03-20 20:54 ` [Buildroot] [PATCH 1/3] gst1-vaapi: bump version to 1.10.4 Thomas Petazzoni
2017-03-21  9:00   ` Rahul Bedarkar

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.