Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/udisks: security bump to version 2.11.2
@ 2026-08-18 22:10 Giulio Benetti
  2026-08-18 22:10 ` [Buildroot] [PATCH] package/wireshark: security bump to v4.4.18 Giulio Benetti
  2026-08-19  9:51 ` [Buildroot] [PATCH] package/udisks: security bump to version 2.11.2 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Giulio Benetti @ 2026-08-18 22:10 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Marek Belisko

This fixes this CVE:
CVE-2026-7867:
https://github.com/storaged-project/udisks/security/advisories/GHSA-j42g-v9jw-6ph3

Release notes:
https://github.com/storaged-project/udisks/releases/tag/udisks-2.11.2

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/udisks/udisks.hash | 2 +-
 package/udisks/udisks.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/udisks/udisks.hash b/package/udisks/udisks.hash
index 8a70b90a67..f9ed24c823 100644
--- a/package/udisks/udisks.hash
+++ b/package/udisks/udisks.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  e88c52bae02fa13414604bbef42c6bb91c2e24177ee0057ed55c6bd7451bcb6d  udisks-2.11.1.tar.bz2
+sha256  18630a8aad806bea0bc626ce97e71e50ec82c742956ac1c834a4275f8f22207b  udisks-2.11.2.tar.bz2
 sha256  98046e932dc6c739001e79d7079a3bd958fc55475dcd917d27f884c0c93525cc  COPYING
diff --git a/package/udisks/udisks.mk b/package/udisks/udisks.mk
index 43d066c9e1..0203d037cf 100644
--- a/package/udisks/udisks.mk
+++ b/package/udisks/udisks.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-UDISKS_VERSION = 2.11.1
+UDISKS_VERSION = 2.11.2
 UDISKS_SOURCE = udisks-$(UDISKS_VERSION).tar.bz2
 UDISKS_SITE = https://github.com/storaged-project/udisks/releases/download/udisks-$(UDISKS_VERSION)
 UDISKS_LICENSE = GPL-2.0+
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] package/wireshark: security bump to v4.4.18
  2026-08-18 22:10 [Buildroot] [PATCH] package/udisks: security bump to version 2.11.2 Giulio Benetti
@ 2026-08-18 22:10 ` Giulio Benetti
  2026-08-19  9:51   ` Peter Korsgaard
  2026-08-19  9:51 ` [Buildroot] [PATCH] package/udisks: security bump to version 2.11.2 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Giulio Benetti @ 2026-08-18 22:10 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Marek Belisko

For more information on the version bump, see:
  - https://www.wireshark.org/docs/relnotes/wireshark-4.4.18.html

At the moment this version fixes a CVE called CVE-2026-xxx that is only
a placeholder as stated here:
https://gitlab.com/wireshark/wireshark/-/work_items/21469#note_3696467312

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/wireshark/wireshark.hash | 6 +++---
 package/wireshark/wireshark.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/wireshark/wireshark.hash b/package/wireshark/wireshark.hash
index 917ac47471..3d8fdb6131 100644
--- a/package/wireshark/wireshark.hash
+++ b/package/wireshark/wireshark.hash
@@ -1,6 +1,6 @@
-# From https://www.wireshark.org/download/src/all-versions/SIGNATURES-4.4.17.txt
-sha1  d46443d5bbca3580f944f3effcdfcc59e24eb7f4  wireshark-4.4.17.tar.xz
-sha256  b89a8c60b9282f29be4db91437a6e969e61bc17e8c92ddd980cc38c7304dd772  wireshark-4.4.17.tar.xz
+# From https://www.wireshark.org/download/src/all-versions/SIGNATURES-4.4.18.txt
+sha1  482fecbe21a876f53a26bf5beaa5b0ee0ad16e50  wireshark-4.4.18.tar.xz
+sha256  f77a7939983758383797fed0a34a491f785e541cca397a7a44e9cdd7c6f847c6  wireshark-4.4.18.tar.xz
 
 # Locally calculated
 sha256  edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6  COPYING
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 1fd81515c1..c500a49336 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WIRESHARK_VERSION = 4.4.17
+WIRESHARK_VERSION = 4.4.18
 WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.xz
 WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions
 WIRESHARK_LICENSE = wireshark license
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] package/udisks: security bump to version 2.11.2
  2026-08-18 22:10 [Buildroot] [PATCH] package/udisks: security bump to version 2.11.2 Giulio Benetti
  2026-08-18 22:10 ` [Buildroot] [PATCH] package/wireshark: security bump to v4.4.18 Giulio Benetti
@ 2026-08-19  9:51 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2026-08-19  9:51 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot, Marek Belisko

>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:

 > This fixes this CVE:
 > CVE-2026-7867:
 > https://github.com/storaged-project/udisks/security/advisories/GHSA-j42g-v9jw-6ph3

 > Release notes:
 > https://github.com/storaged-project/udisks/releases/tag/udisks-2.11.2

 > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] package/wireshark: security bump to v4.4.18
  2026-08-18 22:10 ` [Buildroot] [PATCH] package/wireshark: security bump to v4.4.18 Giulio Benetti
@ 2026-08-19  9:51   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2026-08-19  9:51 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot, Marek Belisko

>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:

 > For more information on the version bump, see:
 >   - https://www.wireshark.org/docs/relnotes/wireshark-4.4.18.html

 > At the moment this version fixes a CVE called CVE-2026-xxx that is only
 > a placeholder as stated here:
 > https://gitlab.com/wireshark/wireshark/-/work_items/21469#note_3696467312

I instead added the list of vulnerabilities and the links to their
details and committed, thanks.

 > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
 > ---
 >  package/wireshark/wireshark.hash | 6 +++---
 >  package/wireshark/wireshark.mk   | 2 +-
 >  2 files changed, 4 insertions(+), 4 deletions(-)

 > diff --git a/package/wireshark/wireshark.hash b/package/wireshark/wireshark.hash
 > index 917ac47471..3d8fdb6131 100644
 > --- a/package/wireshark/wireshark.hash
 > +++ b/package/wireshark/wireshark.hash
 > @@ -1,6 +1,6 @@
 > -# From https://www.wireshark.org/download/src/all-versions/SIGNATURES-4.4.17.txt
 > -sha1  d46443d5bbca3580f944f3effcdfcc59e24eb7f4  wireshark-4.4.17.tar.xz
 > -sha256  b89a8c60b9282f29be4db91437a6e969e61bc17e8c92ddd980cc38c7304dd772  wireshark-4.4.17.tar.xz
 > +# From https://www.wireshark.org/download/src/all-versions/SIGNATURES-4.4.18.txt
 > +sha1  482fecbe21a876f53a26bf5beaa5b0ee0ad16e50  wireshark-4.4.18.tar.xz
 > +sha256  f77a7939983758383797fed0a34a491f785e541cca397a7a44e9cdd7c6f847c6  wireshark-4.4.18.tar.xz
 
 >  # Locally calculated
 >  sha256  edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6  COPYING
 > diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
 > index 1fd81515c1..c500a49336 100644
 > --- a/package/wireshark/wireshark.mk
 > +++ b/package/wireshark/wireshark.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -WIRESHARK_VERSION = 4.4.17
 > +WIRESHARK_VERSION = 4.4.18
 >  WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.xz
 >  WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions
 >  WIRESHARK_LICENSE = wireshark license
 > -- 

 > 2.47.3

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-19  9:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-18 22:10 [Buildroot] [PATCH] package/udisks: security bump to version 2.11.2 Giulio Benetti
2026-08-18 22:10 ` [Buildroot] [PATCH] package/wireshark: security bump to v4.4.18 Giulio Benetti
2026-08-19  9:51   ` Peter Korsgaard
2026-08-19  9:51 ` [Buildroot] [PATCH] package/udisks: security bump to version 2.11.2 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox