buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libuev: security bump to version 2.4.1
@ 2024-01-10 22:02 Fabrice Fontaine
  2024-01-11  4:55 ` Joachim Wiberg
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2024-01-10 22:02 UTC (permalink / raw)
  To: buildroot; +Cc: Joachim Wiberg, Fabrice Fontaine

- Fix #27: possible buffer overrun in uev_run()
- Update hash of LICENSE file (update in year with
  https://github.com/troglobit/libuev/commit/0f5909615439d2a3d6a9b44f5a7570e071b90448)

https://github.com/troglobit/libuev/blob/v2.4.1/ChangeLog.md

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libuev/libuev.hash | 6 +++---
 package/libuev/libuev.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libuev/libuev.hash b/package/libuev/libuev.hash
index e5c9660a02..1b5a9fa721 100644
--- a/package/libuev/libuev.hash
+++ b/package/libuev/libuev.hash
@@ -1,4 +1,4 @@
-# From https://github.com/troglobit/libuev/releases/download/v2.4.0/libuev-2.4.0.tar.xz.sha256
-sha256  31f1aa4f492ba4f6a5dd6b19968ae6a732968dc05cae6575930560b6cee1f5ef  libuev-2.4.0.tar.xz
+# From https://github.com/troglobit/libuev/releases/download/v2.4.1/libuev-2.4.1.tar.xz.sha256
+sha256  1d171c572ca48ddd6763f76c54e77d021d4ca7beb007610f7c1fec903511977b  libuev-2.4.1.tar.xz
 # License files
-sha256  694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab  LICENSE
+sha256  387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd  LICENSE
diff --git a/package/libuev/libuev.mk b/package/libuev/libuev.mk
index a32381dcc5..432c362401 100644
--- a/package/libuev/libuev.mk
+++ b/package/libuev/libuev.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBUEV_VERSION = 2.4.0
+LIBUEV_VERSION = 2.4.1
 LIBUEV_SOURCE = libuev-$(LIBUEV_VERSION).tar.xz
 LIBUEV_SITE = https://github.com/troglobit/libuev/releases/download/v$(LIBUEV_VERSION)
 LIBUEV_LICENSE = MIT
-- 
2.43.0

_______________________________________________
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 1/1] package/libuev: security bump to version 2.4.1
  2024-01-10 22:02 [Buildroot] [PATCH 1/1] package/libuev: security bump to version 2.4.1 Fabrice Fontaine
@ 2024-01-11  4:55 ` Joachim Wiberg
  2024-01-11  4:56 ` Joachim Wiberg
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Joachim Wiberg @ 2024-01-11  4:55 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Fabrice Fontaine

On Wed, Jan 10, 2024 at 23:02, Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> - Fix #27: possible buffer overrun in uev_run()
> - Update hash of LICENSE file (update in year with
>   https://github.com/troglobit/libuev/commit/0f5909615439d2a3d6a9b44f5a7570e071b90448)
>
> https://github.com/troglobit/libuev/blob/v2.4.1/ChangeLog.md
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

_______________________________________________
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 1/1] package/libuev: security bump to version 2.4.1
  2024-01-10 22:02 [Buildroot] [PATCH 1/1] package/libuev: security bump to version 2.4.1 Fabrice Fontaine
  2024-01-11  4:55 ` Joachim Wiberg
@ 2024-01-11  4:56 ` Joachim Wiberg
  2024-01-13 21:08 ` Peter Korsgaard
  2024-01-14 16:39 ` Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Joachim Wiberg @ 2024-01-11  4:56 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Fabrice Fontaine

On Wed, Jan 10, 2024 at 23:02, Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> - Fix #27: possible buffer overrun in uev_run()
> - Update hash of LICENSE file (update in year with
>   https://github.com/troglobit/libuev/commit/0f5909615439d2a3d6a9b44f5a7570e071b90448)
>
> https://github.com/troglobit/libuev/blob/v2.4.1/ChangeLog.md
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
_______________________________________________
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 1/1] package/libuev: security bump to version 2.4.1
  2024-01-10 22:02 [Buildroot] [PATCH 1/1] package/libuev: security bump to version 2.4.1 Fabrice Fontaine
  2024-01-11  4:55 ` Joachim Wiberg
  2024-01-11  4:56 ` Joachim Wiberg
@ 2024-01-13 21:08 ` Peter Korsgaard
  2024-01-14 16:39 ` Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-01-13 21:08 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Joachim Wiberg, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Fix #27: possible buffer overrun in uev_run()
 > - Update hash of LICENSE file (update in year with
 >   https://github.com/troglobit/libuev/commit/0f5909615439d2a3d6a9b44f5a7570e071b90448)

 > https://github.com/troglobit/libuev/blob/v2.4.1/ChangeLog.md

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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 1/1] package/libuev: security bump to version 2.4.1
  2024-01-10 22:02 [Buildroot] [PATCH 1/1] package/libuev: security bump to version 2.4.1 Fabrice Fontaine
                   ` (2 preceding siblings ...)
  2024-01-13 21:08 ` Peter Korsgaard
@ 2024-01-14 16:39 ` Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-01-14 16:39 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Joachim Wiberg, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Fix #27: possible buffer overrun in uev_run()
 > - Update hash of LICENSE file (update in year with
 >   https://github.com/troglobit/libuev/commit/0f5909615439d2a3d6a9b44f5a7570e071b90448)

 > https://github.com/troglobit/libuev/blob/v2.4.1/ChangeLog.md

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2023.02.x and 2023.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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:[~2024-01-14 16:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10 22:02 [Buildroot] [PATCH 1/1] package/libuev: security bump to version 2.4.1 Fabrice Fontaine
2024-01-11  4:55 ` Joachim Wiberg
2024-01-11  4:56 ` Joachim Wiberg
2024-01-13 21:08 ` Peter Korsgaard
2024-01-14 16:39 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).