Revisions of leptonica

buildservice-autocommit accepted request 1158990 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 42)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 41)
- update to 1.84.1:
  * This is a configure-ready release, derived from the master on
    3 Jan 2024
buildservice-autocommit accepted request 1137203 from Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) (revision 40)
baserev update by copy to link target
Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) accepted request 1136140 from jun wang's avatar jun wang (jgwang) (revision 39)
- Update to version 1.84.0
buildservice-autocommit accepted request 1072041 from Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) (revision 38)
baserev update by copy to link target
Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) accepted request 1071887 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 37)
- update to 1.83.1:
  * Fix jp2k header reader for header offset larger than assumed
    44 bytes
  * Fix issue 659: pdf generation for 1 bpp images fails,
    breaking tesseract
buildservice-autocommit accepted request 1057098 from Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) (revision 36)
baserev update by copy to link target
Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) accepted request 1056958 from Mia Herkt's avatar Mia Herkt (mia) (revision 35)
- Update to 1.83.0:
  * Simplify setting the title of pdf files.
  * Catch tiff failure to open stream in fopenTiffMemStream()
  * Check for POSIX functions fstatat() and dirfd() before use.
  * In prog/cleanpdf: do not allow threshold to exceed 190.
    Make all parameters required; do not use default values for
    invalid parameters.
  * In prog/concatpdf: add input param for title; add jpeg quality
    factor
  * Fix flaky hash_reg test on i686: sets generated from
    SelectRange() can depend slightly on platform.
  * Convenience function for adding multiple black and white
    borders.
  * Fix oss-fuzz issue 42202: underined shift in
    l_convertCharstrToInt().
  * Fix oss-fuzz issue 43841: made pixCountPixels() more efficient.
  * Fix oss-fuzz issue 44008: pixCountArbInRect() used wrong depth.
  * Always return tiff resolution of 0 (unknown) if not set.
  * Simplify operations on pix memory to help avoid mem leaks
  * Make bmp non-support of 32-bit bmp (rgba) files explicit.
  * Improve tiff read resolution conversion by rounding.
  * Use stdatomic.h to make cloning string safe.
    Remove all *GetRefcount() and *ChangeRefcount() accessors.
  * Replace procName and mainName strings by __func__.
  * Remove information about fields in many structs from the public
    interface allheaders.h, instead putting them in internal files
    pix_internal.h, array_internal.h and ccbord_internal.h.
  * Increase the .so number from 5.4.0 to 6.0.0.
  * Rename the autotools generated libraries from liblept to
    libleptonica
  * Fix potential memory leaks from recogAverageSamples() and
    recogDebugAverages() by not destroying a recog.
- Drop ea2bb8c9cf61d3eba2589cfaac05f59a33b4110d.patch
  (applied upstream)
Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) accepted request 943794 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
- update to 1.82.0:
  * Fix issue-585: reading tiff rgb with tiffbpl = 1.5 * packedbpl.
  * Fix issue-586: failure to properly wrap tiff-g4 in pdf without
    transcoding.  The fix is to do transcoding for tiff-g4, as was
    done before April 2021.
- add ea2bb8c9cf61d3eba2589cfaac05f59a33b4110d.patch to fix test
  failures to i586
Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) accepted request 902211 from Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) (revision 33)
update to 1.81.1
buildservice-autocommit accepted request 823526 from Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) (revision 32)
baserev update by copy to link target
Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) accepted request 823465 from Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) (revision 31)
update to 1.80.0
buildservice-autocommit accepted request 767255 from Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) (revision 30)
baserev update by copy to link target
buildservice-autocommit accepted request 690805 from Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) (revision 28)
baserev update by copy to link target
buildservice-autocommit accepted request 658973 from Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) (revision 26)
baserev update by copy to link target
Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) accepted request 658864 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 25)
- Update to 1.77.0
  * CVE-2018-7442: potential injection attack because '/' is allowed in gplot
    rootdir. (bsc#1082748)
  * CVE-2018-7186: number of characters not limited in fscanf or sscanf,
    allowing possible attack with buffer overflow. (bsc#1081576)
  * CVE-2018-3836: command injection vulnerability in gplotMakeOutput().
    (bsc#1079358)
  * CVE-2017-18196: duplicated path components. (bsc#1082843)
  * CVE-2018-7441: hardcoded /tmp pathnames. (bsc#1082749)
  * CVE-2018-7247: input 'rootname' can overflow a buffer. (bsc#1081631)
  * CVE-2018-7440: command injection in gplotMakeOutput using $(command).
    (bsc#1082747)
  * Using a packed struct for bmp headers to avoid crash on some big-endians.
  * Fixed a bug in the prototype parser for xtractprotos that was
    surfaced by a typedef declaration for the bmp headers.
  * Added some basic pixa functions for rotation and translation.
  * Added an iterative method to find rectangular coverings for arbitrary
    connected components.
  * Enabled read/write for standard jpeg compressed tiff images.
  * Enabled reading for the old (deprecated) jpeg-encoded tiffs.
  * Fix range selectors for pixa, pixaa, boxa, boxaa, pta: Now, last = -1 goes
    to the end.
  * When reading tiff --> pix, insert IMAGEDESCRIPTION into text field.
buildservice-autocommit accepted request 605279 from Kyrill Detinov's avatar Kyrill Detinov (Lazy_Kent) (revision 24)
baserev update by copy to link target
Displaying revisions 1 - 20 of 42
openSUSE Build Service is sponsored by