[Bug 199612] [maintainer-update] graphics/optipng: Update to 0.7.5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 22 14:14:53 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199612

            Bug ID: 199612
           Summary: [maintainer-update] graphics/optipng: Update to 0.7.5
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: tom at hur.st

Created attachment 155855
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155855&action=edit
patch to 0.7.5

Update to 0.7.5.

Convert to modern OPTIONS style.  Had to use _CONFIGURE_ON/_OFF due to lack of
_CONFIGURE_WITHOUT - better than breaking existing configs.

Fix a compiler warning on amd64 - pngxmem.c is expected to compare height with
MAX_UINT / sizeof(*ptr), but was instead doing MAX_ULONG / sizeof(*ptr).  It
should now correctly reject PNGs more than 536.8 million pixels tall.  I don't
have one handy to test :(

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list