All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/log4cplus: bump version to 2.0.7
@ 2021-10-05 20:22 Peter Seiderer
  2021-10-13 18:24 ` Arnout Vandecappelle
  2021-10-18 12:38 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Seiderer @ 2021-10-05 20:22 UTC (permalink / raw)
  To: buildroot

For details see [1].

[1] https://github.com/log4cplus/log4cplus/releases/tag/REL_2_0_7

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/log4cplus/log4cplus.hash | 2 +-
 package/log4cplus/log4cplus.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/log4cplus/log4cplus.hash b/package/log4cplus/log4cplus.hash
index 28e5b204c7..a668eca37a 100644
--- a/package/log4cplus/log4cplus.hash
+++ b/package/log4cplus/log4cplus.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  73519a5e47c40cf375aa6cd28a703b01908b5dcd3f4cb4290db2fef237c8180c  log4cplus-2.0.6.tar.xz
+sha256  8f74a0a5920ba044b24e2ebeb0f1e5e36d85d5c23ed48d9fe328882b16130db8  log4cplus-2.0.7.tar.xz
 sha256  91d7e42ff80e74c4c94e5ad353375fa0358cd0abbf43f5fe957097cdbd4e2c4d  LICENSE
diff --git a/package/log4cplus/log4cplus.mk b/package/log4cplus/log4cplus.mk
index 8b62fb8f92..56a85025cb 100644
--- a/package/log4cplus/log4cplus.mk
+++ b/package/log4cplus/log4cplus.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LOG4CPLUS_VERSION = 2.0.6
+LOG4CPLUS_VERSION = 2.0.7
 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, BSD-like (threadpool)
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1] package/log4cplus: bump version to 2.0.7
  2021-10-05 20:22 [Buildroot] [PATCH v1] package/log4cplus: bump version to 2.0.7 Peter Seiderer
@ 2021-10-13 18:24 ` Arnout Vandecappelle
  2021-10-18 12:38 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2021-10-13 18:24 UTC (permalink / raw)
  To: Peter Seiderer, buildroot



On 05/10/2021 22:22, Peter Seiderer wrote:
> For details see [1].
> 
> [1] https://github.com/log4cplus/log4cplus/releases/tag/REL_2_0_7
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/log4cplus/log4cplus.hash | 2 +-
>   package/log4cplus/log4cplus.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/log4cplus/log4cplus.hash b/package/log4cplus/log4cplus.hash
> index 28e5b204c7..a668eca37a 100644
> --- a/package/log4cplus/log4cplus.hash
> +++ b/package/log4cplus/log4cplus.hash
> @@ -1,3 +1,3 @@
>   # Locally computed:
> -sha256  73519a5e47c40cf375aa6cd28a703b01908b5dcd3f4cb4290db2fef237c8180c  log4cplus-2.0.6.tar.xz
> +sha256  8f74a0a5920ba044b24e2ebeb0f1e5e36d85d5c23ed48d9fe328882b16130db8  log4cplus-2.0.7.tar.xz
>   sha256  91d7e42ff80e74c4c94e5ad353375fa0358cd0abbf43f5fe957097cdbd4e2c4d  LICENSE
> diff --git a/package/log4cplus/log4cplus.mk b/package/log4cplus/log4cplus.mk
> index 8b62fb8f92..56a85025cb 100644
> --- a/package/log4cplus/log4cplus.mk
> +++ b/package/log4cplus/log4cplus.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LOG4CPLUS_VERSION = 2.0.6
> +LOG4CPLUS_VERSION = 2.0.7
>   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, BSD-like (threadpool)
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1] package/log4cplus: bump version to 2.0.7
  2021-10-05 20:22 [Buildroot] [PATCH v1] package/log4cplus: bump version to 2.0.7 Peter Seiderer
  2021-10-13 18:24 ` Arnout Vandecappelle
@ 2021-10-18 12:38 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-10-18 12:38 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > For details see [1].
 > [1] https://github.com/log4cplus/log4cplus/releases/tag/REL_2_0_7

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-10-19 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 20:22 [Buildroot] [PATCH v1] package/log4cplus: bump version to 2.0.7 Peter Seiderer
2021-10-13 18:24 ` Arnout Vandecappelle
2021-10-18 12:38 ` 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.