* [Buildroot] [PATCH 1/1] package/ima-evm-utils: bump version to 1.6.2
@ 2024-09-02 18:17 Petr Vorel
2024-09-03 21:02 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2024-09-02 18:17 UTC (permalink / raw)
To: buildroot; +Cc: Petr Vorel, Thomas Petazzoni
This version also reintroduced COPYING COPYING.LGPL, therefore add them
to IMA_EVM_UTILS_LICENSE_FILES.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
package/ima-evm-utils/ima-evm-utils.hash | 9 ++++++---
package/ima-evm-utils/ima-evm-utils.mk | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/package/ima-evm-utils/ima-evm-utils.hash b/package/ima-evm-utils/ima-evm-utils.hash
index 844ba0d4fe..72e8c89242 100644
--- a/package/ima-evm-utils/ima-evm-utils.hash
+++ b/package/ima-evm-utils/ima-evm-utils.hash
@@ -1,3 +1,6 @@
-# https://github.com/linux-integrity/ima-evm-utils/releases/download/v1.6/ima-evm-utils-1.6.tar.gz.sha256
-sha256 3d09e77a09e985b285891f13d458653f44913879147679dce30bdbf00380d40e ima-evm-utils-1.6.tar.gz
-sha256 d037fb0b5fdb4d1e09e246a56bdb8049fc6d9b1f9270c0ec2ae4bc8f9285165b LICENSES.txt
+# https://github.com/linux-integrity/ima-evm-utils/releases/download/v1.6.2/ima-evm-utils-1.6.2.tar.gz.sha256
+sha256 9346a5ccd5ca77caf6a9d2ac0d83873c04d0372414a632126df4e7a88bedff4a ima-evm-utils-1.6.2.tar.gz
+# locally computed
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
+sha256 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366 COPYING.LGPL
+sha256 9d2cf91f1292121f94b412abfdea1dd2d83984704f594b0a14de88d7b1cfb42c LICENSES.txt
diff --git a/package/ima-evm-utils/ima-evm-utils.mk b/package/ima-evm-utils/ima-evm-utils.mk
index 858efee8da..b7eb8ff530 100644
--- a/package/ima-evm-utils/ima-evm-utils.mk
+++ b/package/ima-evm-utils/ima-evm-utils.mk
@@ -4,10 +4,10 @@
#
################################################################################
-IMA_EVM_UTILS_VERSION = 1.6
+IMA_EVM_UTILS_VERSION = 1.6.2
IMA_EVM_UTILS_SITE = https://github.com/linux-integrity/ima-evm-utils/releases/download/v$(IMA_EVM_UTILS_VERSION)
IMA_EVM_UTILS_LICENSE = LGPL-2.0+ (libimaevm), GPL-2.0+ (evmctl)
-IMA_EVM_UTILS_LICENSE_FILES = LICENSES.txt
+IMA_EVM_UTILS_LICENSE_FILES = LICENSES.txt COPYING COPYING.LGPL
IMA_EVM_UTILS_INSTALL_STAGING = YES
IMA_EVM_UTILS_DEPENDENCIES = host-pkgconf keyutils openssl tpm2-tss
--
2.45.2
_______________________________________________
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 1/1] package/ima-evm-utils: bump version to 1.6.2
2024-09-02 18:17 [Buildroot] [PATCH 1/1] package/ima-evm-utils: bump version to 1.6.2 Petr Vorel
@ 2024-09-03 21:02 ` Thomas Petazzoni via buildroot
2024-09-03 21:15 ` Petr Vorel
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-09-03 21:02 UTC (permalink / raw)
To: Petr Vorel; +Cc: buildroot
On Mon, 2 Sep 2024 20:17:42 +0200
Petr Vorel <petr.vorel@gmail.com> wrote:
> This version also reintroduced COPYING COPYING.LGPL, therefore add them
> to IMA_EVM_UTILS_LICENSE_FILES.
It would have been good to explain here why the LICENSES.txt file gets
changed (since you change its hash).
I fixed that up with an explanation (after diffing the file
before/after), and applied to next. Thanks a lot!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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 1/1] package/ima-evm-utils: bump version to 1.6.2
2024-09-03 21:02 ` Thomas Petazzoni via buildroot
@ 2024-09-03 21:15 ` Petr Vorel
0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2024-09-03 21:15 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: buildroot
Hi Thomas,
> On Mon, 2 Sep 2024 20:17:42 +0200
> Petr Vorel <petr.vorel@gmail.com> wrote:
> > This version also reintroduced COPYING COPYING.LGPL, therefore add them
> > to IMA_EVM_UTILS_LICENSE_FILES.
> It would have been good to explain here why the LICENSES.txt file gets
> changed (since you change its hash).
> I fixed that up with an explanation (after diffing the file
> before/after), and applied to next. Thanks a lot!
Thanks a lot for review and (again) improving my patch!
Kind regards,
Petr
> Thomas
_______________________________________________
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:[~2024-09-03 21:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 18:17 [Buildroot] [PATCH 1/1] package/ima-evm-utils: bump version to 1.6.2 Petr Vorel
2024-09-03 21:02 ` Thomas Petazzoni via buildroot
2024-09-03 21:15 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox