Message ID | 20240731204453.322627-1-ju.o@free.fr |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] package/freerdp: security bump version to 2.11.7 | expand |
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
>>>>> "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.
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
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(-)