Package: lcms2 / 2.6-3+deb8u1

Metadata

Package Version Patches format
lcms2 2.6-3+deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix cmsnamed alignment issue.patch | (download)

src/cmsnamed.c | 75 64 + 11 - 0 !
1 file changed, 64 insertions(+), 11 deletions(-)

 fix alignment issues when casting chars to shorts
 On alpha, we want our unsigned shorts to be 16-bit aligned; when casting
 from a char * to an unsigned short *, this is not guaranteed, as the char *
 may be only 8-bit aligned.  So make the appropriate alignment fix-ups in
 the relevant functions, fixing a FTBFS on alpha.
Bug-Debian: http://bugs.debian.org/644473


update manpages.patch | (download)

utils/jpgicc/jpgicc.1 | 109 76 + 33 - 0 !
utils/linkicc/linkicc.1 | 111 72 + 39 - 0 !
utils/psicc/psicc.1 | 34 20 + 14 - 0 !
utils/tificc/tificc.1 | 111 64 + 47 - 0 !
utils/transicc/transicc.1 | 66 46 + 20 - 0 !
5 files changed, 278 insertions(+), 153 deletions(-)

 update manpages to 2.5 release
prepare for libtoolizing.patch | (download)

configure.ac | 9 9 + 0 - 0 !
testbed/Makefile.am | 2 1 + 1 - 0 !
utils/transicc/Makefile.am | 2 1 + 1 - 0 !
3 files changed, 11 insertions(+), 2 deletions(-)

 link transicc and testbed binaries against libmath
 The bug fix for Debian bug #745748 (introduction of ppc64el) requires running
 libtool at build time. This results in some unresolved sybmols due to a missing
 linkage to libmath.
sanity check profiles CVE 2014 0459.patch | (download)

src/cmscnvrt.c | 2 1 + 1 - 0 !
src/cmsintrp.c | 4 2 + 2 - 0 !
src/cmsio0.c | 28 27 + 1 - 0 !
src/cmsio1.c | 2 1 + 1 - 0 !
src/cmsplugin.c | 4 2 + 2 - 0 !
src/cmsvirt.c | 2 1 + 1 - 0 !
6 files changed, 34 insertions(+), 8 deletions(-)

 sanity check the profile version, fix for cve-2014-0459
 The patch was changed to still call cmsWhitePointFromTemp(), 
 see https://github.com/mm2/Little-CMS/issues/30
fix unaligned access.patch | (download)

src/lcms2_internal.h | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 align access for double value on mips/mipsel
 This is the patch #2 of the proposed solutions in the Debian bug report.
endianness verification fix powerpc.patch | (download)

include/lcms2.h | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 fix endianness verification for powerpc
Added an extra check to MLU bounds.patch | (download)

src/cmstypes.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] added an extra check to mlu bounds

Thanks to Ibrahim el-sayed for spotting the bug