* [Buildroot] [PATCH 1/1] package/libde265: security bump to version 1.0.15
@ 2023-12-26 15:17 Fabrice Fontaine
2023-12-26 20:27 ` Yann E. MORIN
2024-01-10 9:37 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2023-12-26 15:17 UTC (permalink / raw)
To: buildroot; +Cc: Bernd Kuhls, Fabrice Fontaine
A couple of bug fixes, including the following CVEs:
- CVE-2023-49465
- CVE-2023-49467
- CVE-2023-49468
https://github.com/strukturag/libde265/releases/tag/v1.0.15
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libde265/libde265.hash | 2 +-
package/libde265/libde265.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libde265/libde265.hash b/package/libde265/libde265.hash
index 9bb3f20a71..a21a8a1265 100644
--- a/package/libde265/libde265.hash
+++ b/package/libde265/libde265.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 99f46ef77a438be639aa3c5d9632c0670541c5ed5d386524d4199da2d30df28f libde265-1.0.14.tar.gz
+sha256 00251986c29d34d3af7117ed05874950c875dd9292d016be29d3b3762666511d libde265-1.0.15.tar.gz
sha256 02cc1585a20677992e0ba578fa692635dc193735f2691dc81de924b51c4e8020 COPYING
diff --git a/package/libde265/libde265.mk b/package/libde265/libde265.mk
index 8624d2f949..62c22246aa 100644
--- a/package/libde265/libde265.mk
+++ b/package/libde265/libde265.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBDE265_VERSION = 1.0.14
+LIBDE265_VERSION = 1.0.15
LIBDE265_SITE = https://github.com/strukturag/libde265/releases/download/v$(LIBDE265_VERSION)
LIBDE265_LICENSE = LGPL-3.0+
LIBDE265_LICENSE_FILES = COPYING
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libde265: security bump to version 1.0.15
2023-12-26 15:17 [Buildroot] [PATCH 1/1] package/libde265: security bump to version 1.0.15 Fabrice Fontaine
@ 2023-12-26 20:27 ` Yann E. MORIN
2024-01-10 9:37 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-12-26 20:27 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Bernd Kuhls, buildroot
Fabrice, All,
On 2023-12-26 16:17 +0100, Fabrice Fontaine spake thusly:
> A couple of bug fixes, including the following CVEs:
> - CVE-2023-49465
> - CVE-2023-49467
> - CVE-2023-49468
>
> https://github.com/strukturag/libde265/releases/tag/v1.0.15
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libde265/libde265.hash | 2 +-
> package/libde265/libde265.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libde265/libde265.hash b/package/libde265/libde265.hash
> index 9bb3f20a71..a21a8a1265 100644
> --- a/package/libde265/libde265.hash
> +++ b/package/libde265/libde265.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256 99f46ef77a438be639aa3c5d9632c0670541c5ed5d386524d4199da2d30df28f libde265-1.0.14.tar.gz
> +sha256 00251986c29d34d3af7117ed05874950c875dd9292d016be29d3b3762666511d libde265-1.0.15.tar.gz
> sha256 02cc1585a20677992e0ba578fa692635dc193735f2691dc81de924b51c4e8020 COPYING
> diff --git a/package/libde265/libde265.mk b/package/libde265/libde265.mk
> index 8624d2f949..62c22246aa 100644
> --- a/package/libde265/libde265.mk
> +++ b/package/libde265/libde265.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBDE265_VERSION = 1.0.14
> +LIBDE265_VERSION = 1.0.15
> LIBDE265_SITE = https://github.com/strukturag/libde265/releases/download/v$(LIBDE265_VERSION)
> LIBDE265_LICENSE = LGPL-3.0+
> LIBDE265_LICENSE_FILES = COPYING
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libde265: security bump to version 1.0.15
2023-12-26 15:17 [Buildroot] [PATCH 1/1] package/libde265: security bump to version 1.0.15 Fabrice Fontaine
2023-12-26 20:27 ` Yann E. MORIN
@ 2024-01-10 9:37 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-01-10 9:37 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Bernd Kuhls, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> A couple of bug fixes, including the following CVEs:
> - CVE-2023-49465
> - CVE-2023-49467
> - CVE-2023-49468
> https://github.com/strukturag/libde265/releases/tag/v1.0.15
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 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] 3+ messages in thread
end of thread, other threads:[~2024-01-10 9:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-26 15:17 [Buildroot] [PATCH 1/1] package/libde265: security bump to version 1.0.15 Fabrice Fontaine
2023-12-26 20:27 ` Yann E. MORIN
2024-01-10 9:37 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox