Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/freerdp: security bump version to 2.11.7
@ 2024-07-31 20:44 Julien Olivain
  2024-08-01 20:59 ` Thomas Petazzoni via buildroot
  2024-09-02 11:22 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain @ 2024-07-31 20:44 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Yann E . MORIN

See release announce:
https://www.freerdp.com/2024/04/22/2_11_7-release

Note: this release is flagged as a "security" bump from the upstream
release note. While there is no allocated CVEs, commits in this release
are backported fixes from oss-fuzz. See:
https://github.com/FreeRDP/FreeRDP/compare/2.11.6...2.11.7

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/freerdp/freerdp.hash | 4 ++--
 package/freerdp/freerdp.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/freerdp/freerdp.hash b/package/freerdp/freerdp.hash
index 9ac9b25066..1007215cd6 100644
--- a/package/freerdp/freerdp.hash
+++ b/package/freerdp/freerdp.hash
@@ -1,5 +1,5 @@
-# From https://pub.freerdp.com/releases/freerdp-2.11.6.tar.gz.sha256
-sha256  ad5a0c7761b18af914041ed50902d6c9fd553e65eeba8a1bea41c4149980b84c  freerdp-2.11.6.tar.gz
+# From https://pub.freerdp.com/releases/freerdp-2.11.7.tar.gz.sha256
+sha256  5a2d54e1ca0f1facd1632bcc94c73b9f071a80c5fdbbb3f26e79f02aaa586ca3  freerdp-2.11.7.tar.gz
 
 # Locally calculated
 sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE
diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk
index 8e359cbb4f..e8c8f320a9 100644
--- a/package/freerdp/freerdp.mk
+++ b/package/freerdp/freerdp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FREERDP_VERSION = 2.11.6
+FREERDP_VERSION = 2.11.7
 FREERDP_SITE = https://pub.freerdp.com/releases
 FREERDP_DEPENDENCIES = libglib2 openssl zlib
 FREERDP_LICENSE = Apache-2.0
-- 
2.45.2

_______________________________________________
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/freerdp: security bump version to 2.11.7
  2024-07-31 20:44 [Buildroot] [PATCH 1/1] package/freerdp: security bump version to 2.11.7 Julien Olivain
@ 2024-08-01 20:59 ` Thomas Petazzoni via buildroot
  2024-09-02 11:22 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-01 20:59 UTC (permalink / raw)
  To: Julien Olivain; +Cc: Yann E . MORIN, buildroot

On Wed, 31 Jul 2024 22:44:53 +0200
Julien Olivain <ju.o@free.fr> wrote:

> See release announce:
> https://www.freerdp.com/2024/04/22/2_11_7-release
> 
> Note: this release is flagged as a "security" bump from the upstream
> release note. While there is no allocated CVEs, commits in this release
> are backported fixes from oss-fuzz. See:
> https://github.com/FreeRDP/FreeRDP/compare/2.11.6...2.11.7
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
>  package/freerdp/freerdp.hash | 4 ++--
>  package/freerdp/freerdp.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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/freerdp: security bump version to 2.11.7
  2024-07-31 20:44 [Buildroot] [PATCH 1/1] package/freerdp: security bump version to 2.11.7 Julien Olivain
  2024-08-01 20:59 ` Thomas Petazzoni via buildroot
@ 2024-09-02 11:22 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-09-02 11:22 UTC (permalink / raw)
  To: Julien Olivain; +Cc: Yann E . MORIN, buildroot

>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:

 > See release announce:
 > https://www.freerdp.com/2024/04/22/2_11_7-release

 > Note: this release is flagged as a "security" bump from the upstream
 > release note. While there is no allocated CVEs, commits in this release
 > are backported fixes from oss-fuzz. See:
 > https://github.com/FreeRDP/FreeRDP/compare/2.11.6...2.11.7

 > Signed-off-by: Julien Olivain <ju.o@free.fr>

Committed to 2024.02.x and 2024.05.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-09-02 11:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 20:44 [Buildroot] [PATCH 1/1] package/freerdp: security bump version to 2.11.7 Julien Olivain
2024-08-01 20:59 ` Thomas Petazzoni via buildroot
2024-09-02 11:22 ` Peter Korsgaard

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