mbar wrote:rahulthewall wrote:Can someone please push a patched ebuild for freetype-2.4.4 to the overlay?
Thanks.
please, please, please, please, please, oh please

Looks like someone tried it (same old patches applied to new 2.4.4 freetype, I mean) and reported that it works:
http://www.infinality.net/forum/viewtopic.php?f=2&t=42
I'll see what happens if I bump it locally.
EDIT: It works, here's the quick and dirty way:
Code: Select all
# First copy media-libs/freetype folder from lcd-filter to your own overlay, then:
cd YOUR_OVERLAY/media-libs/freetype
rename 2.4.3 2.4.4 freetype-2.4.3.ebuild files/{*3-settings*,*3-subpixel*,*3-ubuntu*,*3-add*}
ebuild freetype-2.4.4.ebuild digest
emerge -av1 freetype
If you bump from freetype-2.4.3
-r2.ebuild you'll have to comment out or delete the epatch lines for the two patches that fail: freetype-2.4.3-CVE-2010-3814.patch and freetype-2.4.3-SA41738.patch. Bumping from freetype-2.4.3.ebuild (as in the code block above) is the lazy solution for those who don't care about a one line change to what USE="+debug" does.