pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/potrace



Module Name:    pkgsrc
Committed By:   kleink
Date:           Thu Nov  8 14:40:20 UTC 2018

Modified Files:
        pkgsrc/graphics/potrace: Makefile distinfo
Removed Files:
        pkgsrc/graphics/potrace/patches: patch-src_backend__eps.c
            patch-src_main.c patch-src_mkbitmap.c

Log Message:
Update potrace to 1.15.

v1.15 2017/08/05
        (2017/08/05) PS1 - use round() instead of rint()
        (2017/08/05) PS1 - portability: set both _POSIX_C_SOURCE and
        _NETBSD_SOURCE to enable strdup prototype in string.h, as
        _XOPEN_SOURCE=500 doesn't work on macOS, _XOPEN_SOURCE=600 doesn't
        work on SunOS, and _POSIX_C_SOURCE alone doesn't work on Minix.
        (2017/08/02) PS1 - fixed a potential arithmetic overflow.
        (2017/06/17) PS1 - fixed a bug with very large bitmaps. Reported
        by Michael Voříšek.
        (2017/03/05) PS1 - autoconf: added --enable-local-getopt to avoid
        using the system-wide getopt library (it may still end up being
        used on GNU systems).
        (2017/03/05) PS1 - portability: moved getopt.h to a subdirectory,
        to be included only when needed. Reported by Daniel Macks.
        (2017/03/05) PS1 - portability: use _XOPEN_SOURCE=600 to fix macOS
        warning.
        (2017/02/27) PS1 - fixed more buffer overflows (not security
        critical), including one reported by Agostino Sarubbo. This also
        fixes CVE-2017-12067.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/potrace/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/potrace/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/potrace/patches/patch-src_backend__eps.c \
    pkgsrc/graphics/potrace/patches/patch-src_main.c \
    pkgsrc/graphics/potrace/patches/patch-src_mkbitmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/potrace/Makefile
diff -u pkgsrc/graphics/potrace/Makefile:1.13 pkgsrc/graphics/potrace/Makefile:1.14
--- pkgsrc/graphics/potrace/Makefile:1.13       Mon Feb 27 12:30:47 2017
+++ pkgsrc/graphics/potrace/Makefile    Thu Nov  8 14:40:20 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/02/27 12:30:47 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/11/08 14:40:20 kleink Exp $
 
-DISTNAME=      potrace-1.14
+DISTNAME=      potrace-1.15
 CATEGORIES=    graphics
 MASTER_SITES=  http://potrace.sourceforge.net/download/
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=potrace/}

Index: pkgsrc/graphics/potrace/distinfo
diff -u pkgsrc/graphics/potrace/distinfo:1.12 pkgsrc/graphics/potrace/distinfo:1.13
--- pkgsrc/graphics/potrace/distinfo:1.12       Wed Jan 31 10:22:48 2018
+++ pkgsrc/graphics/potrace/distinfo    Thu Nov  8 14:40:20 2018
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/01/31 10:22:48 jperkin Exp $
+$NetBSD: distinfo,v 1.13 2018/11/08 14:40:20 kleink Exp $
 
-SHA1 (potrace-1.14.tar.gz) = c61dc9c37157aaf757cc6f5fa2806a3c83af74c4
-RMD160 (potrace-1.14.tar.gz) = fdc2237616a83d2212054dcf1e5f44f3878fd8f4
-SHA512 (potrace-1.14.tar.gz) = ade5e18adfbfccbc1298d0bd416fe3ef49ebe0284b81d43e0dd0040498d0ef6995e6ac9dac0a1eb5c251921bc97c32db3213dbe0ab40365d87f92013dcdc99b5
-Size (potrace-1.14.tar.gz) = 649685 bytes
-SHA1 (patch-src_backend__eps.c) = baacc3fdbac3bc1d63084f2e192b2c17e42621a9
-SHA1 (patch-src_main.c) = 90116a4478d81c72a42714cb4feb04938c6b151e
-SHA1 (patch-src_mkbitmap.c) = 083afb4616146ede33a9bf79ab7f69d33af49030
+SHA1 (potrace-1.15.tar.gz) = 1a0a4faca17370731b939487847662c8ed1b660d
+RMD160 (potrace-1.15.tar.gz) = 3693c10fae055c36b9728a21f3d2739a3fa8df74
+SHA512 (potrace-1.15.tar.gz) = c9a8edd4f3339da587b9b32e12c83c8f7b993c7c23f551fa267545d9411679bc024924e23596ed1c83985693fc894b65dfa9f860275de395d9e0a88da37a4f02
+Size (potrace-1.15.tar.gz) = 650840 bytes



Home | Main Index | Thread Index | Old Index