Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/acpica: bump version to 20200717
@ 2020-09-09 19:17 Andy Shevchenko
  2020-09-18 15:02 ` Andy Shevchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Shevchenko @ 2020-09-09 19:17 UTC (permalink / raw)
  To: buildroot

Fixes:
	https://github.com/acpica/acpica/issues/630

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 package/acpica/acpica.hash | 2 +-
 package/acpica/acpica.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/acpica/acpica.hash b/package/acpica/acpica.hash
index 961ee9dbe3ce..a2fdfe602e06 100644
--- a/package/acpica/acpica.hash
+++ b/package/acpica/acpica.hash
@@ -1,3 +1,3 @@
 # locally computed hash
-sha256  ad8a7b1571ec94d8c1837cf0c89ff33ea820780362fbb3e26adbde96beed5205  acpica-unix2-20200528.tar.gz
+sha256  8a49904744a8159b7f325ed941b56968ba37a0371c634036628064f97538de4b  acpica-unix2-20200717.tar.gz
 sha256  cb17c679d3291eba1a70a1336062fb07eec2e839b0821b443b24f41de18c5218  source/include/acpi.h
diff --git a/package/acpica/acpica.mk b/package/acpica/acpica.mk
index 8f1a36fbb70a..21ecc155be2a 100644
--- a/package/acpica/acpica.mk
+++ b/package/acpica/acpica.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ACPICA_VERSION = 20200528
+ACPICA_VERSION = 20200717
 ACPICA_SOURCE = acpica-unix2-$(ACPICA_VERSION).tar.gz
 ACPICA_SITE = https://acpica.org/sites/acpica/files
 ACPICA_LICENSE = BSD-3-Clause or GPL-2.0
-- 
2.28.0

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

* [Buildroot] [PATCH v1] package/acpica: bump version to 20200717
  2020-09-09 19:17 [Buildroot] [PATCH v1] package/acpica: bump version to 20200717 Andy Shevchenko
@ 2020-09-18 15:02 ` Andy Shevchenko
  2020-09-19 21:24 ` Thomas Petazzoni
  2020-09-29 15:23 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2020-09-18 15:02 UTC (permalink / raw)
  To: buildroot

On Wed, Sep 09, 2020 at 10:17:11PM +0300, Andy Shevchenko wrote:
> Fixes:
> 	https://github.com/acpica/acpica/issues/630

Guys, can this be pushed to BR repo? It's really nasty bug in the tools this
update fixes.

> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  package/acpica/acpica.hash | 2 +-
>  package/acpica/acpica.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/acpica/acpica.hash b/package/acpica/acpica.hash
> index 961ee9dbe3ce..a2fdfe602e06 100644
> --- a/package/acpica/acpica.hash
> +++ b/package/acpica/acpica.hash
> @@ -1,3 +1,3 @@
>  # locally computed hash
> -sha256  ad8a7b1571ec94d8c1837cf0c89ff33ea820780362fbb3e26adbde96beed5205  acpica-unix2-20200528.tar.gz
> +sha256  8a49904744a8159b7f325ed941b56968ba37a0371c634036628064f97538de4b  acpica-unix2-20200717.tar.gz
>  sha256  cb17c679d3291eba1a70a1336062fb07eec2e839b0821b443b24f41de18c5218  source/include/acpi.h
> diff --git a/package/acpica/acpica.mk b/package/acpica/acpica.mk
> index 8f1a36fbb70a..21ecc155be2a 100644
> --- a/package/acpica/acpica.mk
> +++ b/package/acpica/acpica.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -ACPICA_VERSION = 20200528
> +ACPICA_VERSION = 20200717
>  ACPICA_SOURCE = acpica-unix2-$(ACPICA_VERSION).tar.gz
>  ACPICA_SITE = https://acpica.org/sites/acpica/files
>  ACPICA_LICENSE = BSD-3-Clause or GPL-2.0
> -- 
> 2.28.0
> 

-- 
With Best Regards,
Andy Shevchenko

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

* [Buildroot] [PATCH v1] package/acpica: bump version to 20200717
  2020-09-09 19:17 [Buildroot] [PATCH v1] package/acpica: bump version to 20200717 Andy Shevchenko
  2020-09-18 15:02 ` Andy Shevchenko
@ 2020-09-19 21:24 ` Thomas Petazzoni
  2020-09-29 15:23 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-09-19 21:24 UTC (permalink / raw)
  To: buildroot

On Wed,  9 Sep 2020 22:17:11 +0300
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:

> Fixes:
> 	https://github.com/acpica/acpica/issues/630
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  package/acpica/acpica.hash | 2 +-
>  package/acpica/acpica.mk   | 2 +-
>  2 files changed, 2 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] 4+ messages in thread

* [Buildroot] [PATCH v1] package/acpica: bump version to 20200717
  2020-09-09 19:17 [Buildroot] [PATCH v1] package/acpica: bump version to 20200717 Andy Shevchenko
  2020-09-18 15:02 ` Andy Shevchenko
  2020-09-19 21:24 ` Thomas Petazzoni
@ 2020-09-29 15:23 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-09-29 15:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Andy" == Andy Shevchenko <andriy.shevchenko@linux.intel.com> writes:

 > Fixes:
 > 	https://github.com/acpica/acpica/issues/630

 > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Committed to 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-09-29 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-09 19:17 [Buildroot] [PATCH v1] package/acpica: bump version to 20200717 Andy Shevchenko
2020-09-18 15:02 ` Andy Shevchenko
2020-09-19 21:24 ` Thomas Petazzoni
2020-09-29 15:23 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox