Package: lcms2 / 2.6-3+deb8u1
Metadata
Package | Version | Patches format |
---|---|---|
lcms2 | 2.6-3+deb8u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix cmsnamed alignment issue.patch | (download) |
src/cmsnamed.c |
75 64 + 11 - 0 ! |
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 ! |
update manpages to 2.5 release |
prepare for libtoolizing.patch | (download) |
configure.ac |
9 9 + 0 - 0 ! |
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 ! |
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 ! |
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 ! |
fix endianness verification for powerpc |
Added an extra check to MLU bounds.patch | (download) |
src/cmstypes.c |
1 1 + 0 - 0 ! |
[patch] added an extra check to mlu bounds Thanks to Ibrahim el-sayed for spotting the bug |