MFH: r550179

x11/toolcits-pango: Actually apply security patch

Rename the patch that fixes CVE-2010-1010238 so that it is actually applied
when  building pango.
Regenerate it using make makepatch
bump portrevision

Reported by:	tobik
Security:	456375e1-cd09-11ea-9172-4c72b94353b5

Approved by:	ports-secteam (implicit, security fix)
This commit is contained in:
Niclas Zeising 2020-09-26 13:08:19 +00:00
parent a6dee80daa
commit 72f7be018d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q3/; revision=550180
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= pango
PORTVERSION= 1.42.4
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View File

@ -1,5 +1,5 @@
--- ../pango/pango-bidi-type.c.orig 2020-07-23 19:10:14.338937000 +0200
+++ ../pango/pango-bidi-type.c 2020-07-23 19:12:15.511836000 +0200
--- pango/pango-bidi-type.c.orig 2018-07-28 15:15:28 UTC
+++ pango/pango-bidi-type.c
@@ -179,8 +179,11 @@ pango_log2vis_get_embedding_levels (const gchar *te
for (i = 0, p = text; p < text + length; p = g_utf8_next_char(p), i++)
{