Commit graph

7 commits

Author SHA1 Message Date
obache
182bcb3000 Update jbigkit to 2.1.
Changes in version 2.1 (2014-04-08)

This is a security-critical bug-fix release that remains API and ABI
backwards compatible to version 2.0. Users who process BIE data from
untrusted sources should upgrade.

  - fixed a buffer-overflow vulnerability in the jbig.c decoder,
    reported by Florian Weimer (Red Hat): CVE-2013-6369

  - fixed ability of corrupted input data to force jbig85.c decoder
    into an end-less loop

  - fixed a bug in the processing of private deterministic-prediction
    tables (DPPRIV=1) in jbig.c decoder

  - fixed integer-type mismatches in printf arguments on 64-bit systems

  - fuzz-testing script added
2014-04-10 12:04:16 +00:00
obache
1298c4ba1d some build improvements
* prevent to overwrite our CC/CFLAGS settings in Makefile.
* more libtoolize
2014-03-01 06:58:41 +00:00
pho
654c72555a Fix breakage on platforms including Linux where `libtool --mode=link' does not automatically hard-code library run-time paths into executables. 2014-02-28 04:23:14 +00:00
adam
51cd55aaec Fix building libjbig85; don't overwrite CC and CFLAGS. 2013-08-04 09:22:25 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
obache
1717a5cc0c LICENSE=gnu-gpl-v2 2010-05-17 03:08:21 +00:00
obache
066ed09eff Import jbigkit-2.0 as graphics/jbigkit.
JBIG-KIT implements a highly effective data compression algorithm for
bi-level high-resolution images such as fax pages or scanned
documents.

JBIG-KIT provides a portable library of compression and decompression
functions with a documented interface. You can very easily include
into your image or document processing software. In addition, JBIG-KIT
provides ready-to-use compression and decompression programs with a
simple command line interface (similar to the converters found in Jef
Poskanzer's PBM graphics file conversion package).
2010-01-21 12:35:31 +00:00