* [Buildroot] [PATCH 1/1] package/meson: bump to version 0.50.1
@ 2019-04-24 18:58 aduskett at gmail.com
2019-04-24 19:54 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: aduskett at gmail.com @ 2019-04-24 18:58 UTC (permalink / raw)
To: buildroot
From: Adam Duskett <Aduskett@gmail.com>
Also switch to using the github macro for MESON_SITE.
Tested against systemd and glib-networking.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
package/meson/meson.hash | 4 ++--
package/meson/meson.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/meson/meson.hash b/package/meson/meson.hash
index fadef6df8a..c3964bc8a8 100644
--- a/package/meson/meson.hash
+++ b/package/meson/meson.hash
@@ -1,4 +1,4 @@
# Locally calculated after checking pgp signature
-# https://github.com/mesonbuild/meson/releases/download/0.49.2/meson-0.49.2.tar.gz.asc
-sha256 ef9f14326ec1e30d3ba1a26df0f92826ede5a79255ad723af78a2691c37109fd meson-0.49.2.tar.gz
+# https://github.com/mesonbuild/meson/releases/download/0.50.1/meson-0.50.1.tar.gz.asc
+sha256 e9f52047f26636ee512439c01755064656db5faecdd68e9af09dc772d829198c meson-0.50.1.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 COPYING
diff --git a/package/meson/meson.mk b/package/meson/meson.mk
index 49e27f5527..73e79861ae 100644
--- a/package/meson/meson.mk
+++ b/package/meson/meson.mk
@@ -4,8 +4,8 @@
#
################################################################################
-MESON_VERSION = 0.49.2
-MESON_SITE = https://github.com/mesonbuild/meson/releases/download/$(MESON_VERSION)
+MESON_VERSION = 0.50.1
+MESON_SITE = $(call github,mesonbuild,meson,$(MESON_VERSION))
MESON_LICENSE = Apache-2.0
MESON_LICENSE_FILES = COPYING
MESON_SETUP_TYPE = setuptools
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/meson: bump to version 0.50.1
2019-04-24 18:58 [Buildroot] [PATCH 1/1] package/meson: bump to version 0.50.1 aduskett at gmail.com
@ 2019-04-24 19:54 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-04-24 19:54 UTC (permalink / raw)
To: buildroot
Hello Adam,
On Wed, 24 Apr 2019 14:58:57 -0400
aduskett at gmail.com wrote:
> diff --git a/package/meson/meson.hash b/package/meson/meson.hash
> index fadef6df8a..c3964bc8a8 100644
> --- a/package/meson/meson.hash
> +++ b/package/meson/meson.hash
> @@ -1,4 +1,4 @@
> # Locally calculated after checking pgp signature
> -# https://github.com/mesonbuild/meson/releases/download/0.49.2/meson-0.49.2.tar.gz.asc
> -sha256 ef9f14326ec1e30d3ba1a26df0f92826ede5a79255ad723af78a2691c37109fd meson-0.49.2.tar.gz
> +# https://github.com/mesonbuild/meson/releases/download/0.50.1/meson-0.50.1.tar.gz.asc
> +sha256 e9f52047f26636ee512439c01755064656db5faecdd68e9af09dc772d829198c meson-0.50.1.tar.gz
This hash was matching the tarball automatically generated by Github
(which we download through the 'github' macro), which definitely
doesn't match the GPG signature from the upstream developers.
Instead, we should keep using the upstream-provided tarball, which does
match the GPG signature.
I fixed that and applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-24 19:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-24 18:58 [Buildroot] [PATCH 1/1] package/meson: bump to version 0.50.1 aduskett at gmail.com
2019-04-24 19:54 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox