aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-09-26 13:06:35 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-09-26 13:06:35 +0000
commit1826799e9eeee011cb3dd2a03e9aa776caa10529 (patch)
treee6407b7e679fa0ec4c81d28176e50cb21c9c34dc /x11-toolkits
parentc0b0ffdeb2a8189bdf8b743c31b1a85f7439a183 (diff)
downloadports-1826799e9eeee011cb3dd2a03e9aa776caa10529.tar.gz
ports-1826799e9eeee011cb3dd2a03e9aa776caa10529.zip
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 MFH: 2020Q3 (implicit, security fix) Security: 456375e1-cd09-11ea-9172-4c72b94353b5
Notes
Notes: svn path=/head/; revision=550179
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/pango/Makefile2
-rw-r--r--x11-toolkits/pango/files/patch-CVE-20191010238.c (renamed from x11-toolkits/pango/files/CVE-20191010238)4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 068d20e75b0d..c797a2c9f36d 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pango
PORTVERSION= 1.42.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/x11-toolkits/pango/files/CVE-20191010238 b/x11-toolkits/pango/files/patch-CVE-20191010238.c
index 89d21cd89db1..d02c9aa33fca 100644
--- a/x11-toolkits/pango/files/CVE-20191010238
+++ b/x11-toolkits/pango/files/patch-CVE-20191010238.c
@@ -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++)
{