* [Buildroot] [PATCH 1/1] acpica: bump to version 20161117
@ 2016-12-02 22:40 Erico Nunes
2016-12-02 22:40 ` [Buildroot] [PATCH 1/1] fwts: bump to version V16.11.00 Erico Nunes
2016-12-02 23:00 ` [Buildroot] [PATCH 1/1] acpica: bump to version 20161117 Thomas Petazzoni
0 siblings, 2 replies; 4+ messages in thread
From: Erico Nunes @ 2016-12-02 22:40 UTC (permalink / raw)
To: buildroot
Build- and run-tested on x86_64 and aarch64.
Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
---
package/acpica/acpica.hash | 3 ++-
package/acpica/acpica.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/acpica/acpica.hash b/package/acpica/acpica.hash
index ca6dd92..8f1c08a 100644
--- a/package/acpica/acpica.hash
+++ b/package/acpica/acpica.hash
@@ -1,2 +1,3 @@
# locally computed hash
-sha256 fea808449aac29442c22419ad9e3eaa6b1a35f02e0db2b2f8802dc3af69e4965 acpica-unix2-20160831.tar.gz
+sha256 dfb33db5599bd48134dbd6e50c8804099be0cf1c35d98975a6cb84dabca78b67 acpica-unix2-20161117.tar.gz
+
diff --git a/package/acpica/acpica.mk b/package/acpica/acpica.mk
index a42eb72..f76c948 100644
--- a/package/acpica/acpica.mk
+++ b/package/acpica/acpica.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ACPICA_VERSION = 20160831
+ACPICA_VERSION = 20161117
ACPICA_SOURCE = acpica-unix2-$(ACPICA_VERSION).tar.gz
ACPICA_SITE = https://acpica.org/sites/acpica/files
ACPICA_LICENSE = BSD-3c or GPLv2
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] fwts: bump to version V16.11.00
2016-12-02 22:40 [Buildroot] [PATCH 1/1] acpica: bump to version 20161117 Erico Nunes
@ 2016-12-02 22:40 ` Erico Nunes
2016-12-02 23:00 ` Thomas Petazzoni
2016-12-02 23:00 ` [Buildroot] [PATCH 1/1] acpica: bump to version 20161117 Thomas Petazzoni
1 sibling, 1 reply; 4+ messages in thread
From: Erico Nunes @ 2016-12-02 22:40 UTC (permalink / raw)
To: buildroot
Build- and run-tested on x86_64 and aarch64.
Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
---
package/fwts/fwts.hash | 2 +-
package/fwts/fwts.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/fwts/fwts.hash b/package/fwts/fwts.hash
index a3e5758..e23386e 100644
--- a/package/fwts/fwts.hash
+++ b/package/fwts/fwts.hash
@@ -1,2 +1,2 @@
# Hash from: http://fwts.ubuntu.com/release/SHA256SUMS
-sha256 4bab7a9daa6def8951b160e9f2c14b203459881d0a1279cb19329bec727c9f2d fwts-V16.09.00.tar.gz
+sha256 077b57864515ffdd6d655201da750829f9ccffb8f280eb86d01c2ef184cdcb16 fwts-V16.11.00.tar.gz
diff --git a/package/fwts/fwts.mk b/package/fwts/fwts.mk
index 7ec1d5e..984e368 100644
--- a/package/fwts/fwts.mk
+++ b/package/fwts/fwts.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FWTS_VERSION = V16.09.00
+FWTS_VERSION = V16.11.00
FWTS_SITE = http://fwts.ubuntu.com/release
FWTS_STRIP_COMPONENTS = 0
FWTS_LICENSE = GPLv2, LGPLv2.1, Custom
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] acpica: bump to version 20161117
2016-12-02 22:40 [Buildroot] [PATCH 1/1] acpica: bump to version 20161117 Erico Nunes
2016-12-02 22:40 ` [Buildroot] [PATCH 1/1] fwts: bump to version V16.11.00 Erico Nunes
@ 2016-12-02 23:00 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-12-02 23:00 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 2 Dec 2016 23:40:16 +0100, Erico Nunes wrote:
> Build- and run-tested on x86_64 and aarch64.
>
> Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
> ---
> package/acpica/acpica.hash | 3 ++-
> package/acpica/acpica.mk | 2 +-
> 2 files changed, 3 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] fwts: bump to version V16.11.00
2016-12-02 22:40 ` [Buildroot] [PATCH 1/1] fwts: bump to version V16.11.00 Erico Nunes
@ 2016-12-02 23:00 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-12-02 23:00 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 2 Dec 2016 23:40:17 +0100, Erico Nunes wrote:
> Build- and run-tested on x86_64 and aarch64.
>
> Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
> ---
> package/fwts/fwts.hash | 2 +-
> package/fwts/fwts.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-12-02 23:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 22:40 [Buildroot] [PATCH 1/1] acpica: bump to version 20161117 Erico Nunes
2016-12-02 22:40 ` [Buildroot] [PATCH 1/1] fwts: bump to version V16.11.00 Erico Nunes
2016-12-02 23:00 ` Thomas Petazzoni
2016-12-02 23:00 ` [Buildroot] [PATCH 1/1] acpica: bump to version 20161117 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox