pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/lcms Update to 1.17:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1fdc89b7c1af
branches: trunk
changeset: 537781:1fdc89b7c1af
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jan 15 23:42:25 2008 +0000
description:
Update to 1.17:
Changes in API
----------------------
WIN64 support
_vsnprintf wrap
BOOL replaced by LCMSBOOL
cmsSetLanguage parameters changed to match ICC spec
removed support for extended gamut descriptor (was never fully implemented)
cmsFLAGS_NODEFAULTRESOURCEDEF moved to 0x01000000
_cmsMalloc wrapper for malloc
_cmsFree wrapper for free
Implementation
----------------------
All errors moved to fatal, since there is no easy recovery strategy
Vulnerability fixes on cmsio1.c
Status check, many functions now check the status when calling other functions. Improved robustness against ill-formed profiles.
_cmsSaveProfile didn't copy tags from a file based profile, fixed.
Utilities
----------
icctrans: CMYKcm support wrongly implemented, fixed.
icclink: linking 3 to 7 channels didn't work in some cases, fixed.
diffstat:
graphics/lcms/Makefile | 4 ++--
graphics/lcms/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r c73b2df9157c -r 1fdc89b7c1af graphics/lcms/Makefile
--- a/graphics/lcms/Makefile Tue Jan 15 23:39:03 2008 +0000
+++ b/graphics/lcms/Makefile Tue Jan 15 23:42:25 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2007/12/02 00:05:48 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2008/01/15 23:42:25 wiz Exp $
-DISTNAME= lcms-1.16
+DISTNAME= lcms-1.17
CATEGORIES= graphics
MASTER_SITES= http://www.littlecms.com/
diff -r c73b2df9157c -r 1fdc89b7c1af graphics/lcms/distinfo
--- a/graphics/lcms/distinfo Tue Jan 15 23:39:03 2008 +0000
+++ b/graphics/lcms/distinfo Tue Jan 15 23:42:25 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2007/01/06 21:52:14 wiz Exp $
+$NetBSD: distinfo,v 1.17 2008/01/15 23:42:25 wiz Exp $
-SHA1 (lcms-1.16.tar.gz) = faa1f50967e83304955e517e6908cf7d192b49e9
-RMD160 (lcms-1.16.tar.gz) = b77805855be5e3fc083b1064c1104d7e070cc1ce
-Size (lcms-1.16.tar.gz) = 911546 bytes
+SHA1 (lcms-1.17.tar.gz) = 083eb02890048f843803a5974914e54b5e034493
+RMD160 (lcms-1.17.tar.gz) = 1ad67295b53a82e4813294cbcdfccf8a5bdb1bbd
+Size (lcms-1.17.tar.gz) = 898816 bytes
Home |
Main Index |
Thread Index |
Old Index