diff mbox series

package/chicken: security bump to 5.4.0

Message ID 20240820114015.11119-1-wdouglass@carnegierobotics.com
State Changes Requested
Headers show
Series package/chicken: security bump to 5.4.0 | expand

Commit Message

Woodrow Douglass Aug. 20, 2024, 11:40 a.m. UTC
This release includes a fix for CVE-2022-45145
---
 package/chicken/chicken.hash | 4 ++--
 package/chicken/chicken.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Aug. 20, 2024, 9:27 p.m. UTC | #1
On Tue, 20 Aug 2024 07:40:14 -0400
Woodrow Douglass via buildroot <buildroot@buildroot.org> wrote:

> This release includes a fix for CVE-2022-45145
> ---
>  package/chicken/chicken.hash | 4 ++--
>  package/chicken/chicken.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Thanks for your new iteration... but this time around it lacks your
Signed-off-by line :-)

Also, when you send a new iteration, please label it [PATCH v2] and
include a small changelog.
See https://buildroot.org/downloads/manual/manual.html#submitting-patches
for more details.

Sorry if I'm a bit pedantic, but I believe this helps everyone learn
what the best practices for patch submission are. If you find I'm too
pedantic, let me know, and I'll try to be more flexible :-)

Thanks again!

Thomas
Woodrow Douglass Aug. 21, 2024, 12:40 p.m. UTC | #2
On 8/20/24 17:27, Thomas Petazzoni via buildroot wrote:
> CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender.
>
>
> On Tue, 20 Aug 2024 07:40:14 -0400
> Woodrow Douglass via buildroot <buildroot@buildroot.org> wrote:
>
>> This release includes a fix for CVE-2022-45145
>> ---
>>   package/chicken/chicken.hash | 4 ++--
>>   package/chicken/chicken.mk   | 2 +-
>>   2 files changed, 3 insertions(+), 3 deletions(-)
> Thanks for your new iteration... but this time around it lacks your
> Signed-off-by line :-)
>
> Also, when you send a new iteration, please label it [PATCH v2] and
> include a small changelog.
> See https://buildroot.org/downloads/manual/manual.html#submitting-patches
> for more details.
>
> Sorry if I'm a bit pedantic, but I believe this helps everyone learn
> what the best practices for patch submission are. If you find I'm too
> pedantic, let me know, and I'll try to be more flexible :-)
>
> Thanks again!
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

No problem, I'll submit a new patch in a bit. Also, don't worry about 
being pedantic, I appreciate all the work you do maintaining buildroot! 
Buildroot's mailing-list/git-send-email/patchwork workflow is different 
then other projects I've contributed to, so sometimes I mess up the 
rules, and I'm sorry for that. Thank you very much for your patience.

Woody
diff mbox series

Patch

diff --git a/package/chicken/chicken.hash b/package/chicken/chicken.hash
index 5a553da792..0a3b0b15ce 100644
--- a/package/chicken/chicken.hash
+++ b/package/chicken/chicken.hash
@@ -1,4 +1,4 @@ 
-# From https://code.call-cc.org/releases/5.3.0/chicken-5.3.0.tar.gz.sha256
-sha256  c3ad99d8f9e17ed810912ef981ac3b0c2e2f46fb0ecc033b5c3b6dca1bdb0d76  chicken-5.3.0.tar.gz
+# From https://code.call-cc.org/releases/5.4.0/chicken-5.4.0.tar.gz.sha256
+sha256  3c5d4aa61c1167bf6d9bf9eaf891da7630ba9f5f3c15bf09515a7039bfcdec5f  chicken-5.4.0.tar.gz
 # Locally computed
 sha256  b434ac92e094214136a6b5032f0dc9da97f22cef084ac1d0131b02a09e2caa37  LICENSE
diff --git a/package/chicken/chicken.mk b/package/chicken/chicken.mk
index 0000fc635e..ca5f756995 100644
--- a/package/chicken/chicken.mk
+++ b/package/chicken/chicken.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-CHICKEN_VERSION = 5.3.0
+CHICKEN_VERSION = 5.4.0
 CHICKEN_SITE = https://code.call-cc.org/releases/$(CHICKEN_VERSION)
 CHICKEN_LICENSE = BSD-3-Clause
 CHICKEN_LICENSE_FILES = LICENSE