Summary: | update graphics/imlib2 to 1.4.9 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Walter Schwarzenfeld <w.schwarzenfeld> | ||||||||||
Component: | Individual Port(s) | Assignee: | Niclas Zeising <zeising> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Many People | CC: | pi, w.schwarzenfeld, zeising | ||||||||||
Priority: | --- | Flags: | zeising:
maintainer-feedback+
|
||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Bug Depends on: | |||||||||||||
Bug Blocks: | 210610 | ||||||||||||
Attachments: |
|
ChangeLog: *** *** Version 1.4.9 *** *** Alexander Smirnov (1): Fix cross-endianness for masks (1-bit depth images) Bernhard Übelacker (1): gif: fix oob reads w/bad colormaps Kim Woelders (16): Fix "assuming signed overflow does not occur" warning. Fix some "variable set but not used" warnings. Fix some "variable might be clobbered" warnings. Fix off-by-one OOB read in __imlib_MergeUpdate(). Revert "gif: fix oob reads w/bad colormaps" GIF loader: Fix out-of-bound reads from colormap. GIF loader: Remove check made redundant by previous commit. GIF loader: Reduce progress checks from per-pixel to per-row. GIF loader: Indent. Fix potential divide-by-zero in imlib_image_draw_ellipse(). Alexander Smirnov (1): Fix cross-endianness for masks (1-bit depth images) Bernhard Übelacker (1): gif: fix oob reads w/bad colormaps Kim Woelders (16): Fix "assuming signed overflow does not occur" warning. Fix some "variable set but not used" warnings. Fix some "variable might be clobbered" warnings. Fix off-by-one OOB read in __imlib_MergeUpdate(). Revert "gif: fix oob reads w/bad colormaps" GIF loader: Fix out-of-bound reads from colormap. GIF loader: Remove check made redundant by previous commit. GIF loader: Reduce progress checks from per-pixel to per-row. GIF loader: Indent. Fix potential divide-by-zero in imlib_image_draw_ellipse(). Make a number of functions static. Eliminate pImlibExternalFilter type. Trivial file function cleanups. Move __imlib_ItemInList() to file.c. : portlint OK PORTEPOCH=2 cause of portlint (FATAL: Makefile: imlib2-1.4.9 < imlib2-1.4.7,2. Choose another PORTVERSION or bump PORTEPOCH.) poudriere builds 103amd64, 93amd64, 103i386 and 93i386 OK. Maintainer maybe resetted, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210474. portlint, testbuilds are OK Extra comment line is not needed. Maintainer reset. Created attachment 171895 [details]
svn-diff_graphics_imlib2_new
Correct comment-line and maintainer.
You've removed PORTNAME and all conditionals in pkg-plist, this needs to be fixed. Created attachment 171917 [details]
svn-diff_graphics_imlib2
The port has a new maintainer zeising@FreeBSD.org- Created attachment 171954 [details]
Extended patch
I propose this update.
- Add missing file to plist
- Switch to options helpers
- Style fixes
Thanks for the patch! I'll look into it tomorrow, from a cursory glance everything looks good. A commit references this bug: Author: zeising Date: Thu Jun 30 20:36:46 UTC 2016 New revision: 417840 URL: https://svnweb.freebsd.org/changeset/ports/417840 Log: Update to 1.4.9 Switch to options helpers. Use install-strip instead of hand-rolling. PR: 210609 Submitted by: Dmitry Marakasov (amdmi3) Reported by: w.schwarzenfeld@utanet.at Changes: head/graphics/imlib2/Makefile head/graphics/imlib2/distinfo head/graphics/imlib2/pkg-plist Committed. Thanks for all patches! |
Created attachment 171849 [details] svn-diff_graphics_imlib2