Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 14:14:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199612] [maintainer-update] graphics/optipng: Update to 0.7.5
Message-ID:  <bug-199612-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: tom@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199612-13>