diff mbox series

[meta-oe,dunfell] cryptsetup: upgrade 2.3.2 -> 2.3.7

Message ID 20220819140057.12010-1-jandryuk@gmail.com
State Under Review
Delegated to: Armin Kuster
Headers show
Series [meta-oe,dunfell] cryptsetup: upgrade 2.3.2 -> 2.3.7 | expand

Commit Message

Jason Andryuk Aug. 19, 2022, 2 p.m. UTC
From: Yi Zhao <yi.zhao@windriver.com>

Stable security bug-fix release that fixes CVE-2021-4122.

ReleaseNotes:
https://kernel.org/pub/linux/utils/cryptsetup/v2.3/v2.3.7-ReleaseNotes

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 5dca16b451abf80b1bfacfc533daf447ff4dad7c)
This is just the rename and SRC_URI hash updates made to apply
to dunfell.
Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
---
 .../cryptsetup/{cryptsetup_2.3.2.bb => cryptsetup_2.3.7.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.3.2.bb => cryptsetup_2.3.7.bb} (96%)

Comments

Jason Andryuk Aug. 31, 2022, 1:31 p.m. UTC | #1
Hi,

Is the patch acceptable for dunfell, or is a change needed?

Thanks,
Jason


On Fri, Aug 19, 2022 at 10:02 AM Jason Andryuk <jandryuk@gmail.com> wrote:
>
> From: Yi Zhao <yi.zhao@windriver.com>
>
> Stable security bug-fix release that fixes CVE-2021-4122.
>
> ReleaseNotes:
> https://kernel.org/pub/linux/utils/cryptsetup/v2.3/v2.3.7-ReleaseNotes
>
> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> (cherry picked from commit 5dca16b451abf80b1bfacfc533daf447ff4dad7c)
> This is just the rename and SRC_URI hash updates made to apply
> to dunfell.
> Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
> ---
>  .../cryptsetup/{cryptsetup_2.3.2.bb => cryptsetup_2.3.7.bb}   | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.3.2.bb => cryptsetup_2.3.7.bb} (96%)
>
> diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb
> similarity index 96%
> rename from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb
> rename to meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb
> index 3c1c8b0be..d303f27eb 100644
> --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb
> +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb
> @@ -21,8 +21,8 @@ RDEPENDS_${PN} = " \
>  "
>
>  SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
> -SRC_URI[md5sum] = "6e4ffb6d35a73f7539a5d0c1354654cd"
> -SRC_URI[sha256sum] = "a89e13dff0798fd0280e801d5f0cc8cfdb2aa5b1929bec1b7322e13d3eca95fb"
> +SRC_URI[md5sum] = "9c5952cebb836ee783b0b76c5380a964"
> +SRC_URI[sha256sum] = "61835132a5986217af17b8943013aa3fe6d47bdc1a07386343526765e2ce27a9"
>
>  inherit autotools gettext pkgconfig
>
> --
> 2.20.1
>
akuster808 Sept. 5, 2022, 7:02 p.m. UTC | #2
On 8/31/22 09:31, Jason Andryuk wrote:
> Hi,
>
> Is the patch acceptable for dunfell, or is a change needed?

Its sitting in my test branch. My build system was relocated over these 
last three weeks so there was a planned delay in processing changes.

-armin
>
> Thanks,
> Jason
>
>
> On Fri, Aug 19, 2022 at 10:02 AM Jason Andryuk <jandryuk@gmail.com> wrote:
>> From: Yi Zhao <yi.zhao@windriver.com>
>>
>> Stable security bug-fix release that fixes CVE-2021-4122.
>>
>> ReleaseNotes:
>> https://kernel.org/pub/linux/utils/cryptsetup/v2.3/v2.3.7-ReleaseNotes
>>
>> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> (cherry picked from commit 5dca16b451abf80b1bfacfc533daf447ff4dad7c)
>> This is just the rename and SRC_URI hash updates made to apply
>> to dunfell.
>> Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
>> ---
>>   .../cryptsetup/{cryptsetup_2.3.2.bb => cryptsetup_2.3.7.bb}   | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.3.2.bb => cryptsetup_2.3.7.bb} (96%)
>>
>> diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb
>> similarity index 96%
>> rename from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb
>> rename to meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb
>> index 3c1c8b0be..d303f27eb 100644
>> --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb
>> +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb
>> @@ -21,8 +21,8 @@ RDEPENDS_${PN} = " \
>>   "
>>
>>   SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
>> -SRC_URI[md5sum] = "6e4ffb6d35a73f7539a5d0c1354654cd"
>> -SRC_URI[sha256sum] = "a89e13dff0798fd0280e801d5f0cc8cfdb2aa5b1929bec1b7322e13d3eca95fb"
>> +SRC_URI[md5sum] = "9c5952cebb836ee783b0b76c5380a964"
>> +SRC_URI[sha256sum] = "61835132a5986217af17b8943013aa3fe6d47bdc1a07386343526765e2ce27a9"
>>
>>   inherit autotools gettext pkgconfig
>>
>> --
>> 2.20.1
>>
diff mbox series

Patch

diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb
similarity index 96%
rename from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb
rename to meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb
index 3c1c8b0be..d303f27eb 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb
@@ -21,8 +21,8 @@  RDEPENDS_${PN} = " \
 "
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
-SRC_URI[md5sum] = "6e4ffb6d35a73f7539a5d0c1354654cd"
-SRC_URI[sha256sum] = "a89e13dff0798fd0280e801d5f0cc8cfdb2aa5b1929bec1b7322e13d3eca95fb"
+SRC_URI[md5sum] = "9c5952cebb836ee783b0b76c5380a964"
+SRC_URI[sha256sum] = "61835132a5986217af17b8943013aa3fe6d47bdc1a07386343526765e2ce27a9"
 
 inherit autotools gettext pkgconfig