View | Details | Raw Unified | Return to bug 201513 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libwmf
4
PORTNAME=	libwmf
5
PORTVERSION=	0.2.8.4
5
PORTVERSION=	0.2.8.4
6
PORTREVISION=	14
6
PORTREVISION=	15
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	SF/wvware/${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/wvware/${PORTNAME}/${PORTVERSION}
9
9
(-)files/patch-deb784192-CVE-2015-4696 (+3 lines)
Lines 1-5 Link Here
1
--- src/player/meta.h
1
--- src/player/meta.h
2
+++ src/player/meta.h
2
+++ src/player/meta.h
3
@@ -2585,6 +2585,8 @@
4
 			polyrect.BR[i] = clip->rects[i].BR;
5
 		}
3
 
6
 
4
+		if (FR->region_clip) FR->region_clip (API,&polyrect);
7
+		if (FR->region_clip) FR->region_clip (API,&polyrect);
5
+
8
+

Return to bug 201513