All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] log4cplus: bump to version 2.0.0
@ 2018-05-06  9:35 Fabrice Fontaine
  2018-05-08 13:30 ` Thomas Petazzoni
  2018-05-09  8:56 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2018-05-06  9:35 UTC (permalink / raw)
  To: buildroot

- LICENSE has been updated to add threadpool license (BSD-like)
- Add hash for license file

Fixes:
 - http://autobuild.buildroot.net/results/a4690fd3e46354776f6d6addd17226622c5f4961

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/log4cplus/log4cplus.hash | 3 ++-
 package/log4cplus/log4cplus.mk   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/log4cplus/log4cplus.hash b/package/log4cplus/log4cplus.hash
index 395e9fe535..2f1d24a855 100644
--- a/package/log4cplus/log4cplus.hash
+++ b/package/log4cplus/log4cplus.hash
@@ -1,2 +1,3 @@
 # Locally computed:
-sha256  999427580cded403b4edc8a85088621f27493c489f08b9f564fb5fe76c16a883  log4cplus-1.1.2.tar.xz
+sha256  8c85e769c3dbec382ed4db91f15e5bc24ba979f810262723781f2fc596339bf4  log4cplus-2.0.0.tar.xz
+sha256  91d7e42ff80e74c4c94e5ad353375fa0358cd0abbf43f5fe957097cdbd4e2c4d  LICENSE
diff --git a/package/log4cplus/log4cplus.mk b/package/log4cplus/log4cplus.mk
index b4a57c36c3..890d2ee8f5 100644
--- a/package/log4cplus/log4cplus.mk
+++ b/package/log4cplus/log4cplus.mk
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-LOG4CPLUS_VERSION = 1.1.2
+LOG4CPLUS_VERSION = 2.0.0
 LOG4CPLUS_SOURCE = log4cplus-$(LOG4CPLUS_VERSION).tar.xz
 LOG4CPLUS_SITE = http://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/$(LOG4CPLUS_VERSION)
-LOG4CPLUS_LICENSE = Apache-2.0, BSD-2-Clause
+LOG4CPLUS_LICENSE = Apache-2.0, BSD-2-Clause, BSD-like (threadpool)
 LOG4CPLUS_LICENSE_FILES = LICENSE
 LOG4CPLUS_INSTALL_STAGING = YES
 
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] log4cplus: bump to version 2.0.0
  2018-05-06  9:35 [Buildroot] [PATCH 1/1] log4cplus: bump to version 2.0.0 Fabrice Fontaine
@ 2018-05-08 13:30 ` Thomas Petazzoni
  2018-05-09  8:56 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-05-08 13:30 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  6 May 2018 11:35:07 +0200, Fabrice Fontaine wrote:
> - LICENSE has been updated to add threadpool license (BSD-like)
> - Add hash for license file
> 
> Fixes:
>  - http://autobuild.buildroot.net/results/a4690fd3e46354776f6d6addd17226622c5f4961
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/log4cplus/log4cplus.hash | 3 ++-
>  package/log4cplus/log4cplus.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] log4cplus: bump to version 2.0.0
  2018-05-06  9:35 [Buildroot] [PATCH 1/1] log4cplus: bump to version 2.0.0 Fabrice Fontaine
  2018-05-08 13:30 ` Thomas Petazzoni
@ 2018-05-09  8:56 ` Thomas Petazzoni
  2018-05-09  9:37   ` Fabrice Fontaine
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2018-05-09  8:56 UTC (permalink / raw)
  To: buildroot

Hello Fabrice,

On Sun,  6 May 2018 11:35:07 +0200, Fabrice Fontaine wrote:
> - LICENSE has been updated to add threadpool license (BSD-like)
> - Add hash for license file
> 
> Fixes:
>  - http://autobuild.buildroot.net/results/a4690fd3e46354776f6d6addd17226622c5f4961
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Causes new build failures:

  http://autobuild.buildroot.net/?reason=log4cplus-2.0.0

Could you have a look ?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] log4cplus: bump to version 2.0.0
  2018-05-09  8:56 ` Thomas Petazzoni
@ 2018-05-09  9:37   ` Fabrice Fontaine
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2018-05-09  9:37 UTC (permalink / raw)
  To: buildroot

Dear Thomas,

2018-05-09 10:56 GMT+02:00 Thomas Petazzoni <thomas.petazzoni@bootlin.com>:

> Hello Fabrice,
>
> On Sun,  6 May 2018 11:35:07 +0200, Fabrice Fontaine wrote:
> > - LICENSE has been updated to add threadpool license (BSD-like)
> > - Add hash for license file
> >
> > Fixes:
> >  - http://autobuild.buildroot.net/results/a4690fd3e46354776f6d6addd17226
> 622c5f4961
> >
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> Causes new build failures:
>
>   http://autobuild.buildroot.net/?reason=log4cplus-2.0.0
>
> Could you have a look ?
>
Sure, I sent a patch.

>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
Best Regards,

Fabrice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180509/b840a646/attachment.html>

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

end of thread, other threads:[~2018-05-09  9:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-06  9:35 [Buildroot] [PATCH 1/1] log4cplus: bump to version 2.0.0 Fabrice Fontaine
2018-05-08 13:30 ` Thomas Petazzoni
2018-05-09  8:56 ` Thomas Petazzoni
2018-05-09  9:37   ` Fabrice Fontaine

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.