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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 3-13 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
10
MAINTAINER=	jason.unovitch@gmail.com
10
MAINTAINER=	junovitch@FreeBSD.org
11
COMMENT=	Tools and library for converting Microsoft WMF (windows metafile)
11
COMMENT=	Tools and library for converting Microsoft WMF (windows metafile)
12
12
13
LICENSE=	GPLv2 # or later
13
LICENSE=	GPLv2 # or later
(-)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