Mon Feb 27 12:30:47 2017 UTC ()
Updated potrace to 1.14.

February 19, 2017: Release 1.14

 This release consists of bugfixes and minor portability improvements.
 A number of bugs triggered by malformed BMP files have been fixed,
 including CVE-2016-8685 and CVE-2016-8686. Error reporting has been
 improved. The image size is now truncated when the bitmap data ends
 prematurely. It is now possible to use negative dy in bitmap
 data. Portability has been improved to encompass C++11. The default
 compiler is now clang if available. Thanks to Nelson Beebe and Martin
 Gieseking for reporting portability issues, and to Agostino Sarubbo
 for reporting bugs.


(wiz)
diff -r1.12 -r1.13 pkgsrc/graphics/potrace/Makefile
diff -r1.10 -r1.11 pkgsrc/graphics/potrace/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/graphics/potrace/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/potrace/Makefile 2017/02/08 18:03:27 1.12
+++ pkgsrc/graphics/potrace/Makefile 2017/02/27 12:30:47 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2017/02/08 18:03:27 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2017/02/27 12:30:47 wiz Exp $
2 2
3DISTNAME= potrace-1.13 3DISTNAME= potrace-1.14
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://potrace.sourceforge.net/download/ 5MASTER_SITES= http://potrace.sourceforge.net/download/
6MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=potrace/} 6MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=potrace/}
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= http://potrace.sourceforge.net/ 9HOMEPAGE= http://potrace.sourceforge.net/
10COMMENT= Utility for transforming bitmaps into vector graphics 10COMMENT= Utility for transforming bitmaps into vector graphics
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --with-libpotrace 15CONFIGURE_ARGS+= --with-libpotrace
16 16

cvs diff -r1.10 -r1.11 pkgsrc/graphics/potrace/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/potrace/distinfo 2017/02/08 18:03:27 1.10
+++ pkgsrc/graphics/potrace/distinfo 2017/02/27 12:30:47 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2017/02/08 18:03:27 adam Exp $ 1$NetBSD: distinfo,v 1.11 2017/02/27 12:30:47 wiz Exp $
2 2
3SHA1 (potrace-1.13.tar.gz) = fe8e42e0b5f7d3130b494818d6b1872e29097cd5 3SHA1 (potrace-1.14.tar.gz) = c61dc9c37157aaf757cc6f5fa2806a3c83af74c4
4RMD160 (potrace-1.13.tar.gz) = ff51f938641bfc81236dd4daba54c00915e883c0 4RMD160 (potrace-1.14.tar.gz) = fdc2237616a83d2212054dcf1e5f44f3878fd8f4
5SHA512 (potrace-1.13.tar.gz) = d7b1e72bee388aa309a5fbf3944b9409d912f2ed8a089a44dfca597b55d88bdf08778d40fc487e6689a873631c24cd393894ff353442dc778dfd0d3068121484 5SHA512 (potrace-1.14.tar.gz) = ade5e18adfbfccbc1298d0bd416fe3ef49ebe0284b81d43e0dd0040498d0ef6995e6ac9dac0a1eb5c251921bc97c32db3213dbe0ab40365d87f92013dcdc99b5
6Size (potrace-1.13.tar.gz) = 605931 bytes 6Size (potrace-1.14.tar.gz) = 649685 bytes