Debian Patches

Status for libjpeg-turbo/1:2.0.6-4

Patch Description Author Forwarded Bugs Origin Last update
1001-use-utc-timestamp.patch Use UTC timezone for build timestamp
While CMake respects SOURCE_DATE_EPOCH, it still can produce a
different date depending on the timezone of the running system.

Specify timezone in UTC to enable a reproducible build.

===================================================================
Vagrant Cascadian <vagrant@reproducible-builds.org> no
2001_dont-set-RPATH.patch Don't set rpath in jpeg progs. Mike Gabriel <mike.gabriel@das-netzwerkteam.de> invalid
0001-cmake-MATCHES-uses-regex-not-globs.patch cmake MATCHES uses regex, not globs
"arm*" as regex is equivalent to "ar",
which also matches parisc and sparc64.
Adrian Bunk <bunk@debian.org> no 2021-02-28
1002_jpeg-skip-scanlines-avoid-NULL+0-UBSan-error.patch [PATCH] jpeg_skip_scanlines(): Avoid NULL + 0 UBSan error
This error occurs at the call to (*cinfo->cconvert->color_convert)() in
sep_upsample() whenever cinfo->upsample->need_context_rows == TRUE
(i.e. whenever h2v2 or h1v2 fancy upsampling is used.) The error is
innocuous, since (*cinfo->cconvert->color_convert)() points to a dummy
function (noop_convert()) in that case.

Fixes #470
DRC <information@libjpeg-turbo.org> no 2020-11-18

All known versions for source package 'libjpeg-turbo'

Links