Revisions of netpbm

Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 108)
- enable the test suite
- do no ship pstopnm [bsc#1136936]
buildservice-autocommit accepted request 703437 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 107)
auto commit by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 106)
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 105)
  neccessary for running with ASAN
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 104)
- added patches
  + netpbm-asan.patch
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 103)
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 102)
- asan_build: build ASAN included
- debug_build: build more suitable for debugging
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 101)
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 100)
- version update to 10.86.3
  * pnmtopng: Fix bug: Defaults to no filters.  Should be all
    filters.  Effect is larger PNG output.  Broken after Netpbm
    10.26 (January 2005) but no later than Netpbm 10.35 (August
    2006).
  * pnmtopng: Fix bug: Doesn't allow multiple filter options.
    Broken after Netpbm 10.26 (January 2005) but no later than
    Netpbm 10.35 (August 2006).
  * pnmcrop: Don't allow -borderfile with -reportXXX.  It doesn't
    work.
  * pnmcrop: fix bug: -bgcolor doesn't work.  Always present
    (-bgcolor was introduced in Netpbm 10.86 (March 2019)).
  * pnmcrop: fix bug: incorrect identification of background with
    -bgcolor and PBM or PGM image.  Always present (-bgcolor was
    introduced in Netpbm 10.86 (March 2019)).
  * Add pamfind.
  * Add pambrighten.
  * Add pamhue.
  * pnmcrop: Add -bg-color, bg-corner, -reportfull, -reportsize,
    -blank-image .
  * pamtopng: Add -interlace .
  * pamenlarge: Add -scale, -xscale, -yscale .
  * pamenlarge: Much faster for PBM with xscale factor above 10;
    slightly faster for xscale factor 2-10.
  * pamfile: Add -machine and -size .
  * pamscale: Add -reportonly
  * pamstretch-gen: Add -quiet, -plain.
  * pamstretch-gen: Use -dropedge on the 'pamstretch' piece for
    better looking output.
  * pamstretch: Accept scale factor of 1 as a parameter (already
buildservice-autocommit accepted request 662362 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 99)
auto commit by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 662222 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 98)
- Trim filler wording from descriptions.
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 97)
- updated to 10.85.00
  * pnmpaste: Add -nand, -nor, and -nxor.
  * pamcut: add -cropleft, -cropright, -croptop, -cropbottom.
  * ppmtobmp: respect -bpp with PBM input.
  * bmptopnm: allow single color colormap with bpp 1.
  * bmptopnm: validate plane count = 1.
  * bmptopnm: Add RLE4 compression decoding.  This was ostensibly
    added in Netpbm 10.32 (February 2006), but never worked.
  * Add pammixmulti.  Thanks Scott Pakin (scott+pbm@pakin.org).
  * pamtotga: Add -cmap16 .
  * pamtris: Add -rgb, -grayscale.  Add w parameter to vertex
    instructions.  Fix perspective correctness.  Thanks Lucas Brunno
    Luna <lucaslunar32@hotmail.com>.
  * picttoppm: accept rectangle specifications in input that have
    the corners in any order, not just upper left, then lower right.
  * pamtotga: identify compressed colormapped format in error
    message saying the program doesn't know how to interpret it.
  * pamtotga: Ignore extra planes in black and white or grayscale
    input instead of generating junk output.
  * bmptopnm: Fix wrong output for non-colormapped OS2 BMP.  Broken
    in Netpbm 10.18 (September 2003).
  * bmptopnm: Fix array bounds violation when index value in raster
    is too big.  Broken after Netpbm 10.11 (October 2002) but before
    10.19 (November 2003).
- modified patches
  * netpbm-gcc-warnings.patch
  * netpbm-security-code.patch
buildservice-autocommit accepted request 643953 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 96)
auto commit by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 643924 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 95)
- updated to 10.84.02
  * libnetpbm: Fix invalid memory reference in color name processing
    when trivial memory allocation fails.
    pamtojpeg2k: fix incorrect interpretation of -ilyrrates option
    when it contains multiple delimiter characters in a row.  Always
    broken (pamtojpeg2k was new in Netpbm 10.12 (November 2002)).
  * pnmtojbig: fix incorrect handling of -x option.  Always broken
    (pnmtojbig was new in Netpbm 9.2 (May 2000)).
    Add pamaltsat.  Thanks Anton Shepelev <anton.txt@gmail.com>.
  * Add pamtris.  Thanks Lucas Brunno Luna
    <lucaslunar32@hotmail.com>.
  * libpbmfont, pbmtext: fix bugs with BDF file lines with
    insufficient number of fields.  Unknown effect.
  * pbmtext: -wchar works with built-in fonts.
  * pbmtext: improved -verbose information about BDF fonts:
    include CHARSET_REGISTRY, CHARSET_ENCODING.
  * libnetpbm font facilities: built-in fonts work with wide
    characters.
  * pbmtext; libnetpbm BDF font processing: fix invalid memory
    reference when BDF font file has invalid syntax.  Broken
    in primordial Netpbm, ca 1993.
  * pamgetcolor: fix bug: gets color of only the top half of a
    region.
  * pnmfiasco, fiascotopnm: Fix trivial memory leak.  Always broken
    (programs were new in Netpbm 9.6, July 2000).
buildservice-autocommit accepted request 638657 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 94)
auto commit by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 638489 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 93)
- updated to 10.83.00
  * Add pamlevels.  Thanks Anton Shepelev <anton.txt@gmail.com>.
  * Add pamgetcolor.  Thanks Anton Shepelev <anton.txt@gmail.com>.
  * Add rgb-<maxval>:r/g/b color specification format.
  * pngtopam: Fix bogus warning of non-square pixels when image does
    not contain pixel resolution information.  Introduced in Netpbm
    10.48 (September 2009).
  * pstopnm: Fix divide-by-zero crash when Postscript input says
    the image has zero size.
  * pstopnm: Fix divide-by-zero crash when computed resolution
    rounds down to zero dots per inch.
  * pbmmask: Fix invalid memory reference with zero-dimension
    input image.  Broken in primordial Netpbm, ca 1989.
    [CVE-2018-8975, bsc#1086777] 
    https://sourceforge.net/p/netpbm/code/3279/
  * libnetpbm: Add pnm_colorspec_rgb_integer,
    pnm_colorspec_rgb_norm, pnm_colorspec_rgb_x11,
    pnm_colorspec_dict, pnm_colorspec_dict_close.
  * libnetpbm: Add pnm_parsecolor2.
  * libnetpbm: Add pnm_allocpamtuplen, pnm_freepamtuplen.
  * libnetpbm: Make the normalized tuple functions respect the
    allocation depth specified in struct pam (member
    'allocation_depth') instead of using the actual tuple depth
    (member 'depth').
  * ilbmtoppm: Fix bug: may fail with bogus error message about an
    invalid CLUT chunk if image has a CLUT chunk.  Introduced after
    Netpbm 10.26 (January 2005) and at or before Netpbm 10.35
    (August 2006).
- Refreshed patch netpbm-security-code.patch
- Dropped patch fixed upstream netpbm-CVE-2018-8975.patch
buildservice-autocommit accepted request 619410 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 92)
auto commit by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 91)
- security update
  * CVE-2018-8975 [bsc#1086777]
    + netpbm-CVE-2018-8975.patch
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 90)
- refreshed netpbm-security-code.patch
- fixed prepare-src-tarball update script
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 89)
- updated to 10.82.2
  * Pngtopam: Fix bogus warning of non-square pixels when image does
              not contain pixel resolution information.  Introduced in Netpbm
              10.48 (September 2009)
  * ilbmtoppm: Fix bug: may fail with bogus error message about an
              invalid CLUT chunk if image has a CLUT chunk.  Introduced after
              Netpbm 10.26 (January 2005) and at or before Netpbm 10.35
              (August 2006).
  * pbmtext: Add -wchar.
  * pbmtext: Add -text-dump option.
  * ppmhist: Add color summary to top of output, (except with
    -noheader).
  * pnmremap: Add -randomseed.
  * pnmquant: Add -norandom, -randomseed.
  * pamtogif: Add -noclear option.
  * giftopnm: Check "data width" value from GIF image properly:
    can't be bigger than 11, because the minimum code size is one
    more than the data width and the maximum code size is 12.  (Note
    that GIF spec prohibits anything more than 8).
  * pnmpsnr: Add -targetX options.
  * ppmrainbow: Add "ppmrainbow: " to error messages, like other
    programs.
  * ppmrainbow: improve error message.
  * g3topbm: Fix bug - produces invalid empty PBM image if input
    image is empty.
  * ppmpat: Fix bug - crash or junk output with -camo or -anticamo
    and no -color.  Introduced in Netpbm 10.78 (March 2017).
  * mrftopbm: Fix bug - wrong error messages or output when input
    invalidly short.  Always broken (mrftopbm was new in Netpbm
    10.18 (September 2003).
Displaying revisions 41 - 60 of 148
openSUSE Build Service is sponsored by