* [Buildroot] [PATCH] package/libblockdev: security bump to version 3.4.0
@ 2025-09-26 21:37 Giulio Benetti
2025-09-27 9:07 ` Julien Olivain via buildroot
2025-09-27 11:15 ` Julien Olivain via buildroot
0 siblings, 2 replies; 5+ messages in thread
From: Giulio Benetti @ 2025-09-26 21:37 UTC (permalink / raw)
To: buildroot; +Cc: Giulio Benetti
Release notes:
https://github.com/storaged-project/libblockdev/blob/3.4.0/NEWS.rst
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
package/libblockdev/libblockdev.hash | 2 +-
package/libblockdev/libblockdev.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libblockdev/libblockdev.hash b/package/libblockdev/libblockdev.hash
index 38450c656d..ad0dce77ff 100644
--- a/package/libblockdev/libblockdev.hash
+++ b/package/libblockdev/libblockdev.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 a2e2e448a19d420480b8cce5e0752197482a65cb62a9ed55d88b237da36600d1 libblockdev-3.3.1.tar.gz
+sha256 65ef9a37babd44b85b8ff9b273f90f9f7d5f8ff7b0c76a8edb69240325fd83f4 libblockdev-3.4.0.tar.gz
sha256 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946 LICENSE
diff --git a/package/libblockdev/libblockdev.mk b/package/libblockdev/libblockdev.mk
index ecee8dee24..b8f5a6cffc 100644
--- a/package/libblockdev/libblockdev.mk
+++ b/package/libblockdev/libblockdev.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBBLOCKDEV_VERSION = 3.3.1
+LIBBLOCKDEV_VERSION = 3.4.0
LIBBLOCKDEV_SITE = https://github.com/storaged-project/libblockdev/releases/download/$(LIBBLOCKDEV_VERSION)
LIBBLOCKDEV_LICENSE = LGPL-2.1
LIBBLOCKDEV_LICENSE_FILES = LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/libblockdev: security bump to version 3.4.0
2025-09-26 21:37 [Buildroot] [PATCH] package/libblockdev: security bump to version 3.4.0 Giulio Benetti
@ 2025-09-27 9:07 ` Julien Olivain via buildroot
2025-09-27 10:38 ` Giulio Benetti
2025-09-27 11:15 ` Julien Olivain via buildroot
1 sibling, 1 reply; 5+ messages in thread
From: Julien Olivain via buildroot @ 2025-09-27 9:07 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot
Hi Giulio,
On 26/09/2025 23:37, Giulio Benetti wrote:
> Release notes:
> https://github.com/storaged-project/libblockdev/blob/3.4.0/NEWS.rst
Is this really a security bump, as said in the commit title?
I can't find any direct reference of security fix in this release note.
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/libblockdev: security bump to version 3.4.0
2025-09-27 9:07 ` Julien Olivain via buildroot
@ 2025-09-27 10:38 ` Giulio Benetti
2025-09-27 10:48 ` Julien Olivain via buildroot
0 siblings, 1 reply; 5+ messages in thread
From: Giulio Benetti @ 2025-09-27 10:38 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
Hi Julien,
> Il giorno 27 set 2025, alle ore 11:07, Julien Olivain <ju.o@free.fr> ha scritto:
>
> Hi Giulio,
>
>> On 26/09/2025 23:37, Giulio Benetti wrote:
>> Release notes:
>> https://github.com/storaged-project/libblockdev/blob/3.4.0/NEWS.rst
>
> Is this really a security bump, as said in the commit title?
> I can't find any direct reference of security fix in this release note.
Pardon, no it’s not a security bump, it’s a wrong copy and paste of previous package bump log.
Do you want me to resend the patch updated?
Best regards
Giulio
>
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>
> Best regards,
>
> Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/libblockdev: security bump to version 3.4.0
2025-09-27 10:38 ` Giulio Benetti
@ 2025-09-27 10:48 ` Julien Olivain via buildroot
0 siblings, 0 replies; 5+ messages in thread
From: Julien Olivain via buildroot @ 2025-09-27 10:48 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot
On 27/09/2025 12:38, Giulio Benetti wrote:
> Hi Julien,
>
>> Il giorno 27 set 2025, alle ore 11:07, Julien Olivain <ju.o@free.fr>
>> ha scritto:
>>
>> Hi Giulio,
>>
>>> On 26/09/2025 23:37, Giulio Benetti wrote:
>>> Release notes:
>>> https://github.com/storaged-project/libblockdev/blob/3.4.0/NEWS.rst
>>
>> Is this really a security bump, as said in the commit title?
>> I can't find any direct reference of security fix in this release
>> note.
>
> Pardon, no it’s not a security bump, it’s a wrong copy and paste of
> previous package bump log.
> Do you want me to resend the patch updated?
No need to resend, I'll fix it up while applying.
Thanks for the confirmation.
> Best regards
> Giulio
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/libblockdev: security bump to version 3.4.0
2025-09-26 21:37 [Buildroot] [PATCH] package/libblockdev: security bump to version 3.4.0 Giulio Benetti
2025-09-27 9:07 ` Julien Olivain via buildroot
@ 2025-09-27 11:15 ` Julien Olivain via buildroot
1 sibling, 0 replies; 5+ messages in thread
From: Julien Olivain via buildroot @ 2025-09-27 11:15 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot
On 26/09/2025 23:37, Giulio Benetti wrote:
> Release notes:
> https://github.com/storaged-project/libblockdev/blob/3.4.0/NEWS.rst
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to master (after removing "security" in the title).
Thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-09-27 11:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-26 21:37 [Buildroot] [PATCH] package/libblockdev: security bump to version 3.4.0 Giulio Benetti
2025-09-27 9:07 ` Julien Olivain via buildroot
2025-09-27 10:38 ` Giulio Benetti
2025-09-27 10:48 ` Julien Olivain via buildroot
2025-09-27 11:15 ` Julien Olivain via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.