2020-07-21 09:31:28 by Adam Ciarcinski | Files touched by this commit (9) | |
Log message:
jasper: updated to 2.0.18
2.0.18:
Unknown changes.
|
2020-04-26 12:05:46 by Roland Illig | Files touched by this commit (1) |
Log message:
graphics/jasper: fix typo in jasper.pc.in location
|
2019-07-16 12:06:07 by Nia Alarie | Files touched by this commit (2) |
Log message:
jasper: Update to 2.0.16
CVE-2018-19539: Fixed a denial of service in jas_image_readcmpt
|
2017-11-23 20:16:28 by Soren Jacobsen | Files touched by this commit (2) | |
Log message:
graphics/jasper: update to 2.0.14.
Changes:
- In the JPC codec, the requirement that the number of tile parts be at
least one has been removed (since the JPEG-2000 standard allows
a special value of zero to mean the number of tile parts is unspecified).
- add option to disable programs
- Include jasper/jas_debug.h when using jas_eprintf
Fixes building with -Werror=implicit-function-declaration.
- Applied patches to resolve some missing export problems.
See: https://github.com/mdadams/jasper/issues/122
- Moved inttypes.h and stdbool.h includes to jas_types.h and fixed
the build for Visual Studio 2012 and lower.
- Correct or add comments for jas_safe_* functions
Mostly fixing bad copy-n-paste issues, or functions added without any
comment.
- Added a check in the JP2 encoder to ensure that the image to be coded
has at least one component. Also, made some small changes to a
private build script.
- Fixed bugs due to uninitialized data in the JP2 decoder.
Also, added some comments marking I/O stream interfaces that probably
need to be changed (in the long term) to fix integer overflow
problems.
- Added some additional checking to prevent a potential integer overflow
due to conversion in the JPC decoder.
- Added numerous more-detailed error messages for the JPC and JP2
codecs.
- Added a partial verbose capability for the run_test_1 script.
- Moved a test case from the bad category to the good category, as the
test case had been miscategorized.
- Add some regression test cases.
- Fixed some potential double-free problems in the JPC codec.
|
2017-03-05 13:49:52 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Updated jasper to 2.0.12.
Bumped the version number.
Added some additional checking to prevent a potential integer overflow
due to conversion in the JPC decoder.
Added numerous more-detailed error messages for the JPC and JP2
codecs.
Added a partial verbose capability for the run_test_1 script.
Moved a test case from the bad category to the good category, as the
test case had been miscategorized.
Added another regression test case.
Fixed some potential double-free problems in the JPC codec.
|
2017-02-22 12:53:49 by Ryo ONODERA | Files touched by this commit (5) |
Log message:
Disable PDF files regeneration from disabling doxygen detection.
And install pre-generated PDF files.
Bump PKGREVISION.
Thank you, adam@.
|
2017-02-22 01:45:06 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
Disable documentation files generation. Bump PKGREVISION
When LaTeX is detected, some LaTeX style files are required.
|
2017-02-21 19:24:20 by Adam Ciarcinski | Files touched by this commit (7) |
Log message:
Changes 2.0.10:
Fixed a problem in the JP2 encoder that caused a null pointer dereference when \
no ICC profile data is available (e.g., in the case of an unknown color space).
|
2016-12-18 00:10:25 by David A. Holland | Files touched by this commit (2) |
Log message:
Insert rcsid header in patch file, which I dropped in almost verbatim
from upstream.
|
2016-12-18 00:02:51 by David A. Holland | Files touched by this commit (3) |
Log message:
Add upstream patch for CVE-2016-8654.
|