pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libspiro



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep  9 08:44:46 UTC 2020

Modified Files:
        pkgsrc/graphics/libspiro: Makefile PLIST distinfo

Log Message:
libspiro: update to 1.1.0.20200505.

- 2020-May-05
    * Libspiro Version 20200505 (1.1.0)
    * Bugfix for CVE-2019-19847 affecting {call-test14 to call-test19}.
    * Fix a memory access bug/error created earlier by patch 2017oct28
      Users using tagpoint libspiro20150702 are unaffected by this bug.
      Users using tagpoint libspiro20190731 are recommended to upgrade.
      Thanks to Frederic Cambus for calling attention to these faults.
    * Add optional 'end knot' for open curves (useful for displaying).
    * CRA Version also higher than so-bump 1.0.5 used on some distros;
      this maybe of interest to distros that bumped an earlier version.
    * Some garbage-in/garbage-out checks to verify we have 'ah' pairs,
      and we don't start with ']', or end with '['. Add libspiro.3 man.
    * Corrected set_di_to_x1y1() to use a constant bandwidth of 0.0005
    * Code improvements and bug fixes for better tagged/spiro results.
    * Several improvements added to further increase libspiro's speed.

- 2019-Jul-31
    * Libspiro Version 20190731 (1.0.0)
    * Corrected library to report correctly as next version up. This is
      probably a significant change, therefore bumped library to start
      at 1.0 even though backwards compatibility remains close to same.
    * Scaling bug fixed. Libspiro can accept points that can be shifted
      and/or scaled, this gives libspiro more flexiblity with graphics
      and templates. Large or small spiros created before this fix may
      need adjusting to fit the new calculations, but they're resizable
      and movable afterwards.
    * Added toggle switch ncq giving users additional functionality not
      easily accessible through spiro paths, including quad0 access.
    * Removed the excessively long package name, which you'll note as a
      so-bump change with Fedora and also Debian in naming this package.
    * Some Java alignment fixed - Thanks to Mingye Wang
    * Added new anchor and handle {'a','h'} which may be useful to many.
    * Fix System.arraycopy and README.md - Thanks to Wieslaw Soltes.
    * Include config header before DO_TIME_DAY - Thanks to Jeremy Tan.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/libspiro/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/libspiro/PLIST \
    pkgsrc/graphics/libspiro/distinfo

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

Modified files:

Index: pkgsrc/graphics/libspiro/Makefile
diff -u pkgsrc/graphics/libspiro/Makefile:1.2 pkgsrc/graphics/libspiro/Makefile:1.3
--- pkgsrc/graphics/libspiro/Makefile:1.2       Sat Jan 18 23:32:15 2020
+++ pkgsrc/graphics/libspiro/Makefile   Wed Sep  9 08:44:46 2020
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 23:32:15 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/09 08:44:46 wiz Exp $
 
-DISTNAME=      libspiro-dist-0.5.20150702
-PKGNAME=       ${DISTNAME:S/-dist-/-/}
+DISTNAME=      libspiro-dist-20200505
+PKGNAME=       libspiro-1.1.0.20200505
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fontforge/}
+GITHUB_PROJECT=        libspiro
+GITHUB_RELEASE=        20200505
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      https://fontforge.github.io/
 COMMENT=       Simplifies the drawing of beautiful curves
 LICENSE=       gnu-gpl-v3
 
-GITHUB_PROJECT=        libspiro
-GITHUB_RELEASE=        ${PKGVERSION_NOREV}
-WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
+WRKSRC=                ${WRKDIR}/${DISTNAME:S/-dist//}
 
 USE_LANGUAGES=         c
 USE_LIBTOOL=           yes

Index: pkgsrc/graphics/libspiro/PLIST
diff -u pkgsrc/graphics/libspiro/PLIST:1.1 pkgsrc/graphics/libspiro/PLIST:1.2
--- pkgsrc/graphics/libspiro/PLIST:1.1  Thu May  4 19:21:35 2017
+++ pkgsrc/graphics/libspiro/PLIST      Wed Sep  9 08:44:46 2020
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2017/05/04 19:21:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/09/09 08:44:46 wiz Exp $
 include/bezctx.h
 include/bezctx_intf.h
 include/spiro.h
 include/spiroentrypoints.h
 lib/libspiro.la
 lib/pkgconfig/libspiro.pc
+man/man3/libspiro.3
Index: pkgsrc/graphics/libspiro/distinfo
diff -u pkgsrc/graphics/libspiro/distinfo:1.1 pkgsrc/graphics/libspiro/distinfo:1.2
--- pkgsrc/graphics/libspiro/distinfo:1.1       Thu May  4 19:21:35 2017
+++ pkgsrc/graphics/libspiro/distinfo   Wed Sep  9 08:44:46 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/05/04 19:21:35 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/09/09 08:44:46 wiz Exp $
 
-SHA1 (libspiro-dist-0.5.20150702.tar.gz) = 2520a0d4c43e9db3d2d137885a8a29633f4b2c5e
-RMD160 (libspiro-dist-0.5.20150702.tar.gz) = 7bc98f9a77cd22262f4c1c1b044c6efe14237304
-SHA512 (libspiro-dist-0.5.20150702.tar.gz) = ae09915b2738cc2448df2cb00831e65fa45e887a7af9631d7361f5d2fca0b800588ea1d7c74c42e0e250835f3a322e64d44a7b18b2fd6641ac61e6adc1f03da8
-Size (libspiro-dist-0.5.20150702.tar.gz) = 411900 bytes
+SHA1 (libspiro-dist-20200505.tar.gz) = 43d17334d700bf35ea4cf55f6878b7deb2f0c8bc
+RMD160 (libspiro-dist-20200505.tar.gz) = a7cd7eb40ad408695c207cf960178e4325bd54eb
+SHA512 (libspiro-dist-20200505.tar.gz) = 84627e8925bd6090cd7d234a0b5f3ee109d3341d24c038a0fb1ce4c09ab97fe8fc7eb92bc5df040d559c5ebe3b4fc8f51652a2538e155be9b2f3c78b96b706ee
+Size (libspiro-dist-20200505.tar.gz) = 422546 bytes



Home | Main Index | Thread Index | Old Index