* [Buildroot] [PATCH 1/2] cppcms: fix license
@ 2018-09-18 21:34 Fabrice Fontaine
2018-09-18 21:34 ` [Buildroot] [PATCH 2/2] cppcms: bump to version 1.2.1 Fabrice Fontaine
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2018-09-18 21:34 UTC (permalink / raw)
To: buildroot
cppcms contains embedded third party software so add
THIRD_PARTY_SOFTWARE.TXT to CPPCMS_LICENSE_FILES as well as the
additional licenses to CPPCMS_LICENSE.
Also add hash for COPYING.TXT and THIRD_PARTY_SOFTWARE.TXT
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/cppcms/cppcms.hash | 2 ++
package/cppcms/cppcms.mk | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/cppcms/cppcms.hash b/package/cppcms/cppcms.hash
index 28e998c6c1..6bfc680ac0 100644
--- a/package/cppcms/cppcms.hash
+++ b/package/cppcms/cppcms.hash
@@ -3,3 +3,5 @@ sha1 15f21897c14acfd4b0c74622e49d95857f2fe939 cppcms-1.0.5.tar.bz2
md5 d668c201dd31fff8090380ebdc0bcc2b cppcms-1.0.5.tar.bz2
# Locally computed:
sha256 84b685977bca97c3e997497f227bd5906adb80555066d811a7046b01c2f51865 cppcms-1.0.5.tar.bz2
+sha256 2ff22bab712c46dbadf9bae0f759bbc95d5d87614cacb7ebc3d5a50910603d6a COPYING.TXT
+sha256 70fbf0194bee0f444c57ecd47e7d976a3e5a890e4421a21aab49f2d214267e69 THIRD_PARTY_SOFTWARE.TXT
diff --git a/package/cppcms/cppcms.mk b/package/cppcms/cppcms.mk
index f3ea2628ea..5fb6375d80 100644
--- a/package/cppcms/cppcms.mk
+++ b/package/cppcms/cppcms.mk
@@ -6,8 +6,8 @@
CPPCMS_VERSION = 1.0.5
CPPCMS_SOURCE = cppcms-$(CPPCMS_VERSION).tar.bz2
-CPPCMS_LICENSE = LGPL-3.0
-CPPCMS_LICENSE_FILES = COPYING.TXT
+CPPCMS_LICENSE = LGPL-3.0, BSL-1.0 (boost), MIT (base64.cpp), Public Domain (json2.js), Zlib (md5)
+CPPCMS_LICENSE_FILES = COPYING.TXT THIRD_PARTY_SOFTWARE.TXT
CPPCMS_SITE = http://downloads.sourceforge.net/project/cppcms/cppcms/$(CPPCMS_VERSION)
CPPCMS_INSTALL_STAGING = YES
CPPCMS_CXXFLAGS = $(TARGET_CXXFLAGS)
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [Buildroot] [PATCH 2/2] cppcms: bump to version 1.2.1
2018-09-18 21:34 [Buildroot] [PATCH 1/2] cppcms: fix license Fabrice Fontaine
@ 2018-09-18 21:34 ` Fabrice Fontaine
2018-09-20 21:39 ` Thomas Petazzoni
2018-09-20 21:38 ` [Buildroot] [PATCH 1/2] cppcms: fix license Thomas Petazzoni
2018-10-05 11:54 ` Peter Korsgaard
2 siblings, 1 reply; 5+ messages in thread
From: Fabrice Fontaine @ 2018-09-18 21:34 UTC (permalink / raw)
To: buildroot
cppcms is now licensed under MIT so update license and add hash for
MIT.TXT
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/cppcms/cppcms.hash | 13 +++++++------
package/cppcms/cppcms.mk | 6 +++---
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/package/cppcms/cppcms.hash b/package/cppcms/cppcms.hash
index 6bfc680ac0..1d3c9179e7 100644
--- a/package/cppcms/cppcms.hash
+++ b/package/cppcms/cppcms.hash
@@ -1,7 +1,8 @@
-# From http://sourceforge.net/projects/cppcms/files/cppcms/1.0.5/
-sha1 15f21897c14acfd4b0c74622e49d95857f2fe939 cppcms-1.0.5.tar.bz2
-md5 d668c201dd31fff8090380ebdc0bcc2b cppcms-1.0.5.tar.bz2
+# From http://sourceforge.net/projects/cppcms/files/cppcms/1.2.1/
+sha1 9cb25cc5d507d2f4235326ba3815eba252b4ac77 cppcms-1.2.1.tar.bz2
+md5 2bb259fefb86532e404207c71c094a0c cppcms-1.2.1.tar.bz2
# Locally computed:
-sha256 84b685977bca97c3e997497f227bd5906adb80555066d811a7046b01c2f51865 cppcms-1.0.5.tar.bz2
-sha256 2ff22bab712c46dbadf9bae0f759bbc95d5d87614cacb7ebc3d5a50910603d6a COPYING.TXT
-sha256 70fbf0194bee0f444c57ecd47e7d976a3e5a890e4421a21aab49f2d214267e69 THIRD_PARTY_SOFTWARE.TXT
+sha256 10fec7710409c949a229b9019ea065e25ff5687103037551b6f05716bf6cac52 cppcms-1.2.1.tar.bz2
+sha256 fb7c15ddf590037d4cd18ebd61148a2304b9243369d238a64f599182377e32db COPYING.TXT
+sha256 3e4012cc5950e05bedfdd2f00ceffe1ef71c46ac8c79f07e237ecb23c773f65f MIT.TXT
+sha256 d6ce062e5cf4f7e3c536d7d2fee84c882c45245f1848ed3162401f2b29fa2b4b THIRD_PARTY_SOFTWARE.TXT
diff --git a/package/cppcms/cppcms.mk b/package/cppcms/cppcms.mk
index 5fb6375d80..b289617bbc 100644
--- a/package/cppcms/cppcms.mk
+++ b/package/cppcms/cppcms.mk
@@ -4,10 +4,10 @@
#
################################################################################
-CPPCMS_VERSION = 1.0.5
+CPPCMS_VERSION = 1.2.1
CPPCMS_SOURCE = cppcms-$(CPPCMS_VERSION).tar.bz2
-CPPCMS_LICENSE = LGPL-3.0, BSL-1.0 (boost), MIT (base64.cpp), Public Domain (json2.js), Zlib (md5)
-CPPCMS_LICENSE_FILES = COPYING.TXT THIRD_PARTY_SOFTWARE.TXT
+CPPCMS_LICENSE = MIT, BSL-1.0 (boost), Public Domain (json2.js), Zlib (md5)
+CPPCMS_LICENSE_FILES = COPYING.TXT MIT.TXT THIRD_PARTY_SOFTWARE.TXT
CPPCMS_SITE = http://downloads.sourceforge.net/project/cppcms/cppcms/$(CPPCMS_VERSION)
CPPCMS_INSTALL_STAGING = YES
CPPCMS_CXXFLAGS = $(TARGET_CXXFLAGS)
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] cppcms: bump to version 1.2.1
2018-09-18 21:34 ` [Buildroot] [PATCH 2/2] cppcms: bump to version 1.2.1 Fabrice Fontaine
@ 2018-09-20 21:39 ` Thomas Petazzoni
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-09-20 21:39 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 18 Sep 2018 23:34:04 +0200, Fabrice Fontaine wrote:
> cppcms is now licensed under MIT so update license and add hash for
> MIT.TXT
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/cppcms/cppcms.hash | 13 +++++++------
> package/cppcms/cppcms.mk | 6 +++---
> 2 files changed, 10 insertions(+), 9 deletions(-)
>
> diff --git a/package/cppcms/cppcms.hash b/package/cppcms/cppcms.hash
> index 6bfc680ac0..1d3c9179e7 100644
> --- a/package/cppcms/cppcms.hash
> +++ b/package/cppcms/cppcms.hash
> @@ -1,7 +1,8 @@
> -# From http://sourceforge.net/projects/cppcms/files/cppcms/1.0.5/
> -sha1 15f21897c14acfd4b0c74622e49d95857f2fe939 cppcms-1.0.5.tar.bz2
> -md5 d668c201dd31fff8090380ebdc0bcc2b cppcms-1.0.5.tar.bz2
> +# From http://sourceforge.net/projects/cppcms/files/cppcms/1.2.1/
> +sha1 9cb25cc5d507d2f4235326ba3815eba252b4ac77 cppcms-1.2.1.tar.bz2
> +md5 2bb259fefb86532e404207c71c094a0c cppcms-1.2.1.tar.bz2
> # Locally computed:
> -sha256 84b685977bca97c3e997497f227bd5906adb80555066d811a7046b01c2f51865 cppcms-1.0.5.tar.bz2
> -sha256 2ff22bab712c46dbadf9bae0f759bbc95d5d87614cacb7ebc3d5a50910603d6a COPYING.TXT
> -sha256 70fbf0194bee0f444c57ecd47e7d976a3e5a890e4421a21aab49f2d214267e69 THIRD_PARTY_SOFTWARE.TXT
> +sha256 10fec7710409c949a229b9019ea065e25ff5687103037551b6f05716bf6cac52 cppcms-1.2.1.tar.bz2
> +sha256 fb7c15ddf590037d4cd18ebd61148a2304b9243369d238a64f599182377e32db COPYING.TXT
> +sha256 3e4012cc5950e05bedfdd2f00ceffe1ef71c46ac8c79f07e237ecb23c773f65f MIT.TXT
> +sha256 d6ce062e5cf4f7e3c536d7d2fee84c882c45245f1848ed3162401f2b29fa2b4b THIRD_PARTY_SOFTWARE.TXT
There was a mixup of tabs and spaces here, so I fixed that up and
applied to master. Thanks!
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] cppcms: fix license
2018-09-18 21:34 [Buildroot] [PATCH 1/2] cppcms: fix license Fabrice Fontaine
2018-09-18 21:34 ` [Buildroot] [PATCH 2/2] cppcms: bump to version 1.2.1 Fabrice Fontaine
@ 2018-09-20 21:38 ` Thomas Petazzoni
2018-10-05 11:54 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-09-20 21:38 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 18 Sep 2018 23:34:03 +0200, Fabrice Fontaine wrote:
> cppcms contains embedded third party software so add
> THIRD_PARTY_SOFTWARE.TXT to CPPCMS_LICENSE_FILES as well as the
> additional licenses to CPPCMS_LICENSE.
> Also add hash for COPYING.TXT and THIRD_PARTY_SOFTWARE.TXT
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/cppcms/cppcms.hash | 2 ++
> package/cppcms/cppcms.mk | 4 ++--
> 2 files changed, 4 insertions(+), 2 deletions(-)
Applied to master, 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 1/2] cppcms: fix license
2018-09-18 21:34 [Buildroot] [PATCH 1/2] cppcms: fix license Fabrice Fontaine
2018-09-18 21:34 ` [Buildroot] [PATCH 2/2] cppcms: bump to version 1.2.1 Fabrice Fontaine
2018-09-20 21:38 ` [Buildroot] [PATCH 1/2] cppcms: fix license Thomas Petazzoni
@ 2018-10-05 11:54 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2018-10-05 11:54 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> cppcms contains embedded third party software so add
> THIRD_PARTY_SOFTWARE.TXT to CPPCMS_LICENSE_FILES as well as the
> additional licenses to CPPCMS_LICENSE.
> Also add hash for COPYING.TXT and THIRD_PARTY_SOFTWARE.TXT
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2018.02.x, 2018.05.x and 2018.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-10-05 11:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-18 21:34 [Buildroot] [PATCH 1/2] cppcms: fix license Fabrice Fontaine
2018-09-18 21:34 ` [Buildroot] [PATCH 2/2] cppcms: bump to version 1.2.1 Fabrice Fontaine
2018-09-20 21:39 ` Thomas Petazzoni
2018-09-20 21:38 ` [Buildroot] [PATCH 1/2] cppcms: fix license Thomas Petazzoni
2018-10-05 11:54 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox