Bug 207801 - graphics/pngcrush: update to 1.8.0
Summary: graphics/pngcrush: update to 1.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-03-08 11:31 UTC by Anton Saietskii
Modified: 2016-03-12 22:14 UTC (History)
1 user (show)

See Also:


Attachments
patch for update (997 bytes, patch)
2016-03-08 11:31 UTC, Anton Saietskii
vsasjason: maintainer-approval+
Details | Diff
stage & qa log (1.51 KB, text/plain)
2016-03-08 11:35 UTC, Anton Saietskii
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Saietskii 2016-03-08 11:31:26 UTC
Created attachment 167845 [details]
patch for update

Changelog:
Comment 1 Anton Saietskii 2016-03-08 11:33:39 UTC
Forgot to paste changelog:

*  Made "-reduce" and "-force" the default behavior.  Removed obsolete
    options "-plte_len", "-cc", "-nocc", "-double_gamma", "-already_crushed",
    and "-bit_depth". Removed "things_have_changed" code.
*  Deleted png_read_update_info() statement that was mistakenly added to
    version 1.7.89. It caused "bad adaptive filter value" errors.
*  Suppress warning about "damaged LZ stream" when bailing out and building
    with libpng-1.7.0beta.
*  Added a LICENSE file to the distribution. It points to the actual
    license appearing in the NOTICES section near the top of pngcrush.c
*  Show if pngcrush is built with bundled or system libpng and zlib.
*  Fixed segfault while writing a -loco MNG (bug found with AFL, reported
    by Brian Carpenter). Bug was introduced in pngcrush-1.7.35.
Comment 2 Anton Saietskii 2016-03-08 11:35:17 UTC
Created attachment 167846 [details]
stage & qa log
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-03-12 12:12:15 UTC
A commit references this bug:

Author: rakuco
Date: Sat Mar 12 12:12:11 UTC 2016
New revision: 410872
URL: https://svnweb.freebsd.org/changeset/ports/410872

Log:
  Update to 1.8.0.

  Changelog:
  * Made "-reduce" and "-force" the default behavior.  Removed obsolete
    options "-plte_len", "-cc", "-nocc", "-double_gamma", "-already_crushed",
    and "-bit_depth". Removed "things_have_changed" code.
  * Deleted png_read_update_info() statement that was mistakenly added to
    version 1.7.89. It caused "bad adaptive filter value" errors.
  * Suppress warning about "damaged LZ stream" when bailing out and building
    with libpng-1.7.0beta.
  * Added a LICENSE file to the distribution. It points to the actual
    license appearing in the NOTICES section near the top of pngcrush.c
  * Show if pngcrush is built with bundled or system libpng and zlib.
  * Fixed segfault while writing a -loco MNG (bug found with AFL, reported
    by Brian Carpenter). Bug was introduced in pngcrush-1.7.35.

  PR:		207801
  Submitted by:	Anton Sayetsky <vsasjason@gmail.com> (maintainer)

Changes:
  head/graphics/pngcrush/Makefile
  head/graphics/pngcrush/distinfo
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-03-12 12:12:31 UTC
Committed, thanks.