* [Buildroot] [PATCH 0/3] package: add hashes to license files for docker credential helpers
@ 2025-06-13 5:44 yann.morin
2025-06-13 5:44 ` [Buildroot] [PATCH 1/3] package/amazon-ecr-credential-helper: add LICENSE hash yann.morin
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: yann.morin @ 2025-06-13 5:44 UTC (permalink / raw)
To: buildroot; +Cc: Yann E . MORIN
From: "Yann E. MORIN" <yann.morin@orange.com>
Hello All!
The various recently introduced packages that provide Docker credential
helpers, did not have a hash for their license files.
This series adds such hashes now.
Regards,
Yann E. MORIN.
The following changes since commit d02a1239a553f31605e63b0fb50d9ea4e5e0d987
package/linux-headers: drop 6.14.x option (2025-06-12 22:54:20 +0200)
are available as patches in this mail series,
for you to apply patches up to d2a08a5ea591122a0a08567e98a89ef0a26cc21a
package/docker-credential-gcr: add LICENSE hash (2025-06-13 07:42:31 +0200)
----------------------------------------------------------------
Yann E. MORIN (3):
package/amazon-ecr-credential-helper: add LICENSE hash
package/docker-credential-acr-env: add LICENSE hash
package/docker-credential-gcr: add LICENSE hash
package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.hash | 1 +
package/docker-credential-acr-env/docker-credential-acr-env.hash | 1 +
package/docker-credential-gcr/docker-credential-gcr.hash | 1 +
3 files changed, 3 insertions(+)
--
____________
.-----------------.--------------------: _ :------------------.
| Yann E. MORIN | Real-Time Embedded | __/ ) | /"\ ASCII RIBBON |
| | Software Designer | _/ - /' | \ / CAMPAIGN |
| +33 638.411.245 '--------------------: (_ `--, | X AGAINST |
| yann.morin (at) orange.com |_=" ,--' | / \ HTML MAIL |
'--------------------------------------:______/_____:------------------'
____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.
This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/3] package/amazon-ecr-credential-helper: add LICENSE hash
2025-06-13 5:44 [Buildroot] [PATCH 0/3] package: add hashes to license files for docker credential helpers yann.morin
@ 2025-06-13 5:44 ` yann.morin
2025-06-13 21:39 ` Julien Olivain
2025-06-26 19:52 ` Thomas Perale via buildroot
2025-06-13 5:44 ` [Buildroot] [PATCH 2/3] package/docker-credential-acr-env: " yann.morin
2025-06-13 5:44 ` [Buildroot] [PATCH 3/3] package/docker-credential-gcr: " yann.morin
2 siblings, 2 replies; 6+ messages in thread
From: yann.morin @ 2025-06-13 5:44 UTC (permalink / raw)
To: buildroot; +Cc: yann.morin
From: "Yann E. MORIN" <yann.morin@orange.com>
The hash has for the license file been missing since the package was
introduced in commit 9a9580622545 (package/amazon-ecr-credential-helper:
new package).
Add it now.
Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
---
.../amazon-ecr-credential-helper.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.hash b/package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.hash
index 6ebcd4e204..eaac8efe35 100644
--- a/package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.hash
+++ b/package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.hash
@@ -1,2 +1,3 @@
# Localy computed
sha256 53765b3e441a0e785131731d0cee4c0e2b2a22b90e523e9e4ec3e461c0ec5b05 amazon-ecr-credential-helper-v0.9.1-git4-go2.tar.gz
+sha256 ce65129252f145d6dd627bc354ccc28ba07c6cd27a8d278b7dcfde3ed6976a5a LICENSE
--
2.34.1
____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.
This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/3] package/docker-credential-acr-env: add LICENSE hash
2025-06-13 5:44 [Buildroot] [PATCH 0/3] package: add hashes to license files for docker credential helpers yann.morin
2025-06-13 5:44 ` [Buildroot] [PATCH 1/3] package/amazon-ecr-credential-helper: add LICENSE hash yann.morin
@ 2025-06-13 5:44 ` yann.morin
2025-06-13 5:44 ` [Buildroot] [PATCH 3/3] package/docker-credential-gcr: " yann.morin
2 siblings, 0 replies; 6+ messages in thread
From: yann.morin @ 2025-06-13 5:44 UTC (permalink / raw)
To: buildroot; +Cc: yann.morin
From: "Yann E. MORIN" <yann.morin@orange.com>
The hash has for the license file been missing since the package was
introduced in commit e679cd4974a9 (package/docker-credential-acr-env:
new package)
Add it now.
Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
---
package/docker-credential-acr-env/docker-credential-acr-env.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/docker-credential-acr-env/docker-credential-acr-env.hash b/package/docker-credential-acr-env/docker-credential-acr-env.hash
index eb1fdebbf8..d0fba05b9a 100644
--- a/package/docker-credential-acr-env/docker-credential-acr-env.hash
+++ b/package/docker-credential-acr-env/docker-credential-acr-env.hash
@@ -1,2 +1,3 @@
# Localy computed
sha256 deff9d133fdd87b6cbe454e82e72eb7b124d1aea330c17236e804071a446b4ae docker-credential-acr-env-0.7.0-git4-go2.tar.gz
+sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
--
2.34.1
____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.
This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/3] package/docker-credential-gcr: add LICENSE hash
2025-06-13 5:44 [Buildroot] [PATCH 0/3] package: add hashes to license files for docker credential helpers yann.morin
2025-06-13 5:44 ` [Buildroot] [PATCH 1/3] package/amazon-ecr-credential-helper: add LICENSE hash yann.morin
2025-06-13 5:44 ` [Buildroot] [PATCH 2/3] package/docker-credential-acr-env: " yann.morin
@ 2025-06-13 5:44 ` yann.morin
2 siblings, 0 replies; 6+ messages in thread
From: yann.morin @ 2025-06-13 5:44 UTC (permalink / raw)
To: buildroot; +Cc: yann.morin
From: "Yann E. MORIN" <yann.morin@orange.com>
The hash has for the license file been missing since the package was
introduced in commit 992d43b37356 (package/docker-credential-gcr: new
package).
Add it now.
Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
---
package/docker-credential-gcr/docker-credential-gcr.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/docker-credential-gcr/docker-credential-gcr.hash b/package/docker-credential-gcr/docker-credential-gcr.hash
index 2796b5746c..b2ad975851 100644
--- a/package/docker-credential-gcr/docker-credential-gcr.hash
+++ b/package/docker-credential-gcr/docker-credential-gcr.hash
@@ -1,2 +1,3 @@
# Locally computed
sha256 126fdbf7351d2c7aaee6c525d9660738519eae53eeef77920b105fd4d1bc5dbd docker-credential-gcr-v2.1.26-git4-go2.tar.gz
+sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE
--
2.34.1
____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.
This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/3] package/amazon-ecr-credential-helper: add LICENSE hash
2025-06-13 5:44 ` [Buildroot] [PATCH 1/3] package/amazon-ecr-credential-helper: add LICENSE hash yann.morin
@ 2025-06-13 21:39 ` Julien Olivain
2025-06-26 19:52 ` Thomas Perale via buildroot
1 sibling, 0 replies; 6+ messages in thread
From: Julien Olivain @ 2025-06-13 21:39 UTC (permalink / raw)
To: yann.morin; +Cc: buildroot
On 13/06/2025 07:44, yann.morin@orange.com wrote:
> From: "Yann E. MORIN" <yann.morin@orange.com>
>
> The hash has for the license file been missing since the package was
> introduced in commit 9a9580622545
> (package/amazon-ecr-credential-helper:
> new package).
>
> Add it now.
>
> Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Series applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/3] package/amazon-ecr-credential-helper: add LICENSE hash
2025-06-13 5:44 ` [Buildroot] [PATCH 1/3] package/amazon-ecr-credential-helper: add LICENSE hash yann.morin
2025-06-13 21:39 ` Julien Olivain
@ 2025-06-26 19:52 ` Thomas Perale via buildroot
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Perale via buildroot @ 2025-06-26 19:52 UTC (permalink / raw)
To: yann.morin; +Cc: Thomas Perale, buildroot
In reply of:
> The hash has for the license file been missing since the package was
> introduced in commit 9a9580622545 (package/amazon-ecr-credential-helper:
> new package).
>
> Add it now.
>
> Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Applied to 2025.05.x. Thanks
> ---
> .../amazon-ecr-credential-helper.hash | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.hash b/package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.hash
> index 6ebcd4e204..eaac8efe35 100644
> --- a/package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.hash
> +++ b/package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.hash
> @@ -1,2 +1,3 @@
> # Localy computed
> sha256 53765b3e441a0e785131731d0cee4c0e2b2a22b90e523e9e4ec3e461c0ec5b05 amazon-ecr-credential-helper-v0.9.1-git4-go2.tar.gz
> +sha256 ce65129252f145d6dd627bc354ccc28ba07c6cd27a8d278b7dcfde3ed6976a5a LICENSE
> --
> 2.34.1
>
> ____________________________________________________________________________________________________________
> Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
> pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
> a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
> Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.
>
> This message and its attachments may contain confidential or privileged information that may be protected by law;
> they should not be distributed, used or copied without authorisation.
> If you have received this email in error, please notify the sender and delete this message and its attachments.
> As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
> Thank you.
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-06-26 19:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-13 5:44 [Buildroot] [PATCH 0/3] package: add hashes to license files for docker credential helpers yann.morin
2025-06-13 5:44 ` [Buildroot] [PATCH 1/3] package/amazon-ecr-credential-helper: add LICENSE hash yann.morin
2025-06-13 21:39 ` Julien Olivain
2025-06-26 19:52 ` Thomas Perale via buildroot
2025-06-13 5:44 ` [Buildroot] [PATCH 2/3] package/docker-credential-acr-env: " yann.morin
2025-06-13 5:44 ` [Buildroot] [PATCH 3/3] package/docker-credential-gcr: " yann.morin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox