pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/graphite2
Module Name: pkgsrc
Committed By: he
Date: Mon May 22 08:00:06 UTC 2017
Modified Files:
pkgsrc/graphics/graphite2: Makefile distinfo
Removed Files:
pkgsrc/graphics/graphite2/patches: patch-src_CMakeLists.txt
Log Message:
Update to graphite2 version 1.3.10, for some "highly recommended"
bug fixes, possibly some security fixes, although they are not
explicitly mentioned in the change log.
Pkgsrc changes:
* Remove patch which no longer applies.
Upstream changes:
1.3.10
. Address floating point build parameters to give consistent positioning
results across platforms
. Various bug fixes
1.3.9
. Add Collision COLL_ISSPACE to allow for visible spaces in collision
avoidance
. Add segment and pass direction information to tracing output
. Bug fix rule length testing in 32-bit
. Increase slanted margin distances for collision avoidance
. Change kerning algorithm to simple outline expansion.
Seems to make no visible difference.
. Add trace2svg to test tools
1.3.8
. Various bug fixes arising from fuzzing
. Fix regression that stopped piglatin from working
. Make collision avoidance kerning give more regular results
. Minor modification to clustering algorithm to handle variable width chars
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/graphite2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/graphite2/distinfo
cvs rdiff -u -r1.4 -r0 \
pkgsrc/graphics/graphite2/patches/patch-src_CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/graphite2/Makefile
diff -u pkgsrc/graphics/graphite2/Makefile:1.5 pkgsrc/graphics/graphite2/Makefile:1.6
--- pkgsrc/graphics/graphite2/Makefile:1.5 Thu Sep 8 17:32:49 2016
+++ pkgsrc/graphics/graphite2/Makefile Mon May 22 08:00:06 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/09/08 17:32:49 richard Exp $
+# $NetBSD: Makefile,v 1.6 2017/05/22 08:00:06 he Exp $
-DISTNAME= graphite2-1.3.7
+DISTNAME= graphite2-1.3.10
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silgraphite/}
EXTRACT_SUFX= .tgz
Index: pkgsrc/graphics/graphite2/distinfo
diff -u pkgsrc/graphics/graphite2/distinfo:1.7 pkgsrc/graphics/graphite2/distinfo:1.8
--- pkgsrc/graphics/graphite2/distinfo:1.7 Thu Mar 24 20:31:02 2016
+++ pkgsrc/graphics/graphite2/distinfo Mon May 22 08:00:06 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/03/24 20:31:02 wiz Exp $
+$NetBSD: distinfo,v 1.8 2017/05/22 08:00:06 he Exp $
-SHA1 (graphite2-1.3.7.tgz) = 83fde60cca7ce82d3b90b335a6e6ea719d15ffec
-RMD160 (graphite2-1.3.7.tgz) = a4fe7f52d67e126c20678863309aaf2b85a7ddf7
-SHA512 (graphite2-1.3.7.tgz) = 163ac1455003398690b173f2ce56509bba1ae1e480585635888e3b061fef1ff8493c86f4647efde65ea10cd82b4048fcc8e882ea56811a8169956ad27bd10b8f
-Size (graphite2-1.3.7.tgz) = 3883666 bytes
-SHA1 (patch-src_CMakeLists.txt) = 4751d4cb699a368b9b612a18c45176346e29968b
+SHA1 (graphite2-1.3.10.tgz) = 668f3bce96fc02d90ea875b401ed36b2e8957d2f
+RMD160 (graphite2-1.3.10.tgz) = 9c3ed660f18d4b86553f54e23ba746ee9cb51835
+SHA512 (graphite2-1.3.10.tgz) = d6d578feaa2d9304dc9bcd3926958070b8c23b27437a9fcb801e08e62f33a5549b7a6aa9636c7f8eb80a2a2c6d5cac97d58050fb30fd102b9fd0f8c558f4252b
+Size (graphite2-1.3.10.tgz) = 3889647 bytes
Home |
Main Index |
Thread Index |
Old Index