opendingux: Update sdl_ttf to de50cffd41e6#45
Closed
glebm wants to merge 1 commit into
Closed
Conversation
There is unlikely to be a new SDL_ttf release for the foreseeable future: https://bugzilla.libsdl.org/show_bug.cgi?id=5344#c1 We use an unreleased version from HEAD as of 2020-11-09 because it has DPI scaling support: https://hg.libsdl.org/SDL_ttf/rev/7dbd7cd826d6 DPI scaling is used for rendering on HiDPI displays (RG350m) and displays with non-square pixels. Signed-off-by: Gleb Mazovetskiy <glex.spb@gmail.com>
Open
Member
|
This patch should be sent to the upstream project, I think. |
Author
|
No response on this one from BR, though I tried pinging on IRC and another one of my patches was merged almost instantly |
Member
|
It's dec. 26, people are in holidays ;) |
Author
|
It got merged upstream! 🎉 |
pcercuei
pushed a commit
that referenced
this pull request
Sep 30, 2021
mtod()-related buffer overflows (CVE-2021-3592 #44, CVE-2021-3593 #45, CVE-2021-3594 #47, CVE-2021-3595 #46). Drop patch (already in version) https://gitlab.freedesktop.org/slirp/libslirp/-/blob/v4.6.1/CHANGELOG.md Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There is unlikely to be a new SDL_ttf release for the foreseeable future:
https://bugzilla.libsdl.org/show_bug.cgi?id=5344#c1
We use an unreleased version from HEAD as of 2020-11-09 because it has DPI scaling support:
https://hg.libsdl.org/SDL_ttf/rev/7dbd7cd826d6
DPI scaling can be used for rendering on HiDPI displays (RG350m) and displays with non-square pixels.