summaryrefslogtreecommitdiff
path: root/graphics/imlib2/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2020-02-20imlib2: Update to 1.6.1nia1-5/+6
*** *** Version 1.6.1 *** *** Kim Woelders (11): gz loader: Use FILE, not fd gz, bz2 loaders: Fix recent breakage when file name has more than two dots Quit on 'q' or 'esc' key press in all imlib2_... test utilities Rename imlib2_test_load to imlib2_load imlib2_load: Optionally write to stderr instead of stdout imlib2_view: Add progress debug options Enable specifying loader/filter paths with environment variables BMP loader: Remove some bogus conditions XPM loader: Minor optimization for cpp > 2 LBM loader: Fix header-only loading 1.6.1 Luiz Carlos Ramos (1): BMP loader: Fix size calculation when saving files *** *** Version 1.6.0 *** *** Alexander Volkov (1): Allow to use custom memory management functions for loaded images Kim Woelders (64): Add __imlib_LoadImageWrapper() handling all load() calls imlib2_conv: Report error on save failure Autofoo cosmetics Trivial cleanups in imlib2_... test programs Add imlib2_test_load program Cleanups in load() functions Centralize handling of im->format Sort loaders in Makefile.am Remove obsolete dmalloc stuff Move SWAP.. macro definitions to common.h Use common PIXEL_ARGB() macro to compose pixels Add new ICO loader Spec file simlifications and cleanups Fix memory leak in imlib_list_fonts() XPM loader: Refactor exit cleanup handling XPM loader: Fix potentially uninitialized pixel data XPM loader: Fixup after "Refactor exit cleanup handling" Revert "XPM loader: Fix potentially uninitialized pixel data" XPM loader: Cosmetics (reduce indent level) XPM loader: Fix several colormap issues XPM loader: Simplify pixel value handling XPM loader: Add missing pixels (malformed xpm) XPM loader: More simplifications JPG loader: Refactor JPG loader: Do proper CMYK conversion Add new WebP loader Remove pointless im->data checks in loaders WepP loader: Fix memory leak in error path JPG loader: Fix memory leaks in error paths Fix ABI break ICO loader: Add binary flag to fopen() JPG loader: Refactor error handling Rename/add byte swap macros BMP loader: Major makeover - numerous bug fixes and feature enhancements Miscellaneous imlib_test_load tweaks GZIP loader: Check filename before uncompress imlib2_test_load: Fixup after recent change Re-indent everything using indent-2.2.12 TGA loader: Refactor Eliminate WRITE_RGBA() Simplify autogen.sh Simplify pixel color handling in api.c Use pixel instead of r,b,g,a in __imlib_render_str() Use macro for pixel color access in savers Eliminate READ_RGBA() XPM loader: Accept signature not at the very start of the file Simplify loader lookup functions imlib2_view: Enable selecting next/prev using keys too imlib2_view: Fix event processing bug imlib2_test_load: Fixup recent breakage for real imlib2_test_load: Check progress conditionally imlib2_view: Add verbose option, quit on Escape too TGA loader - Mostly cosmetic refactoring TGA loader: More mostly cosmetic changes TGA loader: Support horiontal flip TGA loader: Add simple 16 bpp handling TGA loader: Tweak error handling ICO loader: Fix non-immediate loading Remove __imlib_AllocateData() w,h args imlib2_view: Fix next/prev selection if last/first image is bad ICO loader: Fix memory leak in error path XPM loader: Correct signature check (avoid accessing unset data) gz, bz2 loaders: Simplify, eliminate unnecessary strdups, cosmetics 1.6.0.
2018-11-29imlib2: Update graphics/imlib to 1.5.1leot1-9/+5
pkgsrc changes: - Remove lround patches: lround is no longer used - Remove #ifndef blocks to rip out XShm support. Unfortunately the logic is much more convoluted now and #ifndef parts of the code no longer scale. Please note that this can break support on Interix! Changes: 1.5.1 ***** Kim Woelders (13): - Fix build without HAVE_X11_SHM_FD (T6752) - XPM loader: Fix potential use of uninitialized value (T6746) - BMP loader: Fix infinite loop with invalid bmp images (T6749) - PNM loader: Simplify (fixing ASCII format parsing issues T6751) - BMP loader: Fix warnings found with -O3 - Maximum image dimension should be 32767, not 32766 - PNG loader: Correct various error handling cases - Add missing const to imlib_apply_filter() script argument - Warning fixes in imlib2_... programs - imlib2_view: Limit window dimensions to 32767 - grab.c: Fix gcc8 warning - imlib2_conv.c: Fix gcc8 warning - 1.5.1. 1.5.0 ***** Alexander Volkov (3): - put a check for shared memory inside __imlib_ShmGetXImage() - introduce __imlib_ShmDestroyXImage() instead of __imlib_ShmDetach() - Add support for MIT-SHM FD-passing Kim Woelders (19): - XPM loader: Fix incorrect image invalidation. - Make some more functions static. - Introduce __imlib_LoadImageData() - Remove redundant CAST_IMAGE() - imlib2_grab: Always use imlib_create_scaled_image_from_drawable() to grab image - imlib_create_scaled_image_from_drawable(): speed up 1:1 case - imlib_create_scaled_image_from_drawable(): Drop shape handling if unshaped - Indent - Autofoo cosmetics - Strip trailing whitespace, cosmetics - Fix potential OOB memory access if border elements are negative - Fix potential OOB memory access if border sizes exceed image dimensions - Introduce IMLIB2_SHM_OPT to enable overriding/testing SHM modes - Add IMLIB2_XIMAGE_CACHE_COUNT to enable testing the ximage cache - Refactor the XImage cache - Add imlib_get_cache_used() - Expose XImage cache control functions - Drop -Waggregate-return - 1.5.0.
2018-01-25imlib2: Update graphics/imlib2 to imlib2-1.4.10leot1-5/+5
Changes: 1.4.10 ------ Kim Woelders (2): - PNM loader: Fix reading PNM bitmaps. - Fix missing break. Tobias Stoeckmann (3): - Avoid out of boundary operations while parsing xpm - Properly release resources on error path - Prevent OOB read with large file support on 32 bit From Vicente Chaves via PR pkg/52950.
2016-05-01Update graphics/imlib2 to 1.4.9.leot1-5/+5
Changes: *** *** 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(). Make a number of functions static. Eliminate pImlibExternalFilter type. Trivial file function cleanups. Move __imlib_ItemInList() to file.c. Fix various potential OOM crashes. 1.4.9. Yuriy M. Kaminskiy (3): Fix integer overflow resulting in insufficient heap allocation loader_xpm: remove nonsense/impossible/broken condition Harden API and internals against overly large images *** *** Version 1.4.8 *** *** Chloe Kudryavtsev (1): add time.h include to common.h for time_t FRIGN (1): Add a Farbfeld loader Kim Woelders (4): Remove redundant config.h. Add compile to MAINTAINERCLEANFILES. Indent. 1.4.8. Quentin Rameau (2): Fix bz2 loader filename check Fix zlib loader filename check
2016-01-22Update graphics/imlib2 to 1.4.7.leot1-10/+8
pkgsrc changes: o Add LICENSE o Remove no more needed patches and while here add a comment to all patches Changes: Fabian Keil (14): Prevent division-by-zero crashes imlib_conv: Use proper buffer size to prevent invalid write of size one loader_gif: Don't read uninitilized memory in case of invalid input loader_gif(): Abort gif parsing if DGifGetLine() fails Fix segfault when opening input/queue/id:000007,src:000000,op:flip1,pos:51 with feh Make IMAGE_DIMENSIONS_OK() more restrictive load_pnm: Deal with fread() errors consistently __imlib_LoadImage(): Additionally check loader_ret to detect loader failures loader_tga: Abort file loading if the file obviously isn't large enough imlib_save_image(): Check loader return code for errors loader_tga.c: Properly signal if decoding uncompressed BGRA data failed loader_tga.c: Properly signal if decoding RLE compressed data failed imlib_save_image_with_error_return(): Check loader return code to prevent use of unitialized memor load_gif: Make sure rows isn't used partly unitialized Heiko Becker (1): GIF loader: Fix for libgif version 5.1 Kim Woelders (20): GIF loader: Fix for libgif version 5. Remove OS/2 support. Remove empty format.c/h. Header file cleanups. GIF loader: Simplify error handling. GIF loader: Fix segv on images without colormap. Revert "__imlib_LoadImage(): Additionally check loader_ret to detect loader failures" Revert "loader_gif(): Abort gif parsing if DGifGetLine() fails" JPEG loader: Fix load() return code when only reading header. BMP loader: Simplify pixel fetch. Autofoo update (AC_PROG_LIBTOOL -> LT_INIT). Autofoo macro cleanups (ac_->ec_). Change a number of internal function names. Indent. Don't include Imlib2.h indirectly via image.h. Remove __hidden. Enable visibility hiding by default. Indent the remaining unindented files. Generate a ChangeLog using git shortlog between existing tags. Michał Górny (1): fix -I flags to support building out-of-source Mike Frysinger (5): simplify --enable-visibility-hiding handling imlib2-config: delete old reference to @my_libs@ check return value of fread/write funcs fix X_DISPLAY_MISSING redefined warnings when X is disabled do not link with X libs when X is disabled
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-20Remove @my_libs@ from imlib2-configadam1-2/+2
2014-05-17Version 1.4.6adam1-5/+6
- TGA loader: Fix for corrupt RLE format. - Fix drawing of closed polygons in certain situations (ticket 2309). - Set warning options when using gcc. - Silence compiler warnings. - Don't set -std=gnu99. - XPM loader: Simplify and fix certain case of cpp > 2.
2014-05-16fixes build with giflib>=5.1obache1-2/+2
2013-07-06Fix build with giflib 5.0, PR pkg/48021.ryoon1-1/+2
2013-03-02Provide rpath in imlib2-config --libs output.joerg1-1/+2
2012-06-15Drop .extern, it is ignored by GNU as and not supported by LLVM.joerg1-1/+3
2011-11-07update to 1.4.5drochner1-7/+6
changes: -bugfixes -cleanup, spelling fixes
2011-05-18update to 1.4.4drochner1-7/+6
changes: misc bugfixes and cleanup The code structure around Xshm has changed -- someone please check the Interix specific patches.
2011-01-31Remove obsolete patch (a very similar chunk is nowadays a few lineswiz1-2/+1
higher, where the variables are defined).
2011-01-31Add comments to patches.wiz1-6/+6
2011-01-14Fix build with png-1.5. From John Bowler.wiz1-1/+2
2008-11-23Add Debian patch to fix a buffer overflow in the XPM file loader.tron1-1/+2
Bump package revision.
2008-10-30Update "imlib" package to version 1.4.2. Changes since version 1.4.0:tron1-7/+4
- Various bugfixes and security updates This update addresses SA32354.
2008-06-02add a patch from redhat bugzilla (#449073) to fix the xpm halfdrochner1-1/+2
of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006 bump PKGREVISION
2007-09-18update to 1.4.0drochner1-11/+5
changes: security fixes, and a few crashes fixed
2007-08-02- Add SUBST fragment to deal with hardcoded .so library suffix in image.c.tnn1-2/+2
- While here, remove hunk "Avoid regenerating within pkgsrc" from patch-af. (caught by pkglint) - Bump revision
2007-03-14PR pkg/35521.yyamano1-1/+3
Apply patch provided by naoto at morishima.net to make this buld on Darwin/intel.
2006-11-24fix some insufficient validation of graphics files, patches from Ubuntudrochner1-9/+11
(CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809) update to 1.3.0 (no changelog available)
2006-07-19Solaris 5.8 needs its own definition of lround(), too.rillig1-2/+2
2005-11-04Use my_lround() on Interix too.tv1-2/+5
Add minimalist #ifndef blocks to rip out XShm support on Interix.
2005-11-02OpenBSD doesn't have lround.hiramatsu1-2/+2
2005-10-10Also use the lround workaround on older DragonFly systems.joerg1-2/+2
2005-04-11Fix imlib2 use through dlopen. Patch pointer provided by Charlie Allom.kim1-1/+5
Closes PR 29054.
2005-03-14Fix imlib2-config output to include -Wl,-R. Bump PKGREVISION.wiz1-1/+2
2005-03-10Replaced the patch-aa (worked only with NetBSD-2.0) with patch-ab (worksrillig1-2/+2
also with NetBSD-1.6.2). Bumped PKGREVISION, because the actual code changes. The patch is ugly (as usual), but small. Reviewed by christos.
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-23Add patch to fix build on 2.0, based on a suggestion by OBATA Akio in PR 28943.wiz1-1/+2
Also closes PR 28984.
2005-01-11Changes 1.2.0:adam1-8/+3
* Source tree clean up * Bug fixes
2004-09-06Update imlib2 to 1.1.2. This version now includes an IFF ILBM loader.rh1-8/+8
More importantly, this version fixes a buffer overflow vulnerability. Closes PR 26833 by Peter Bex.
2004-08-26Update to imlib2-1.1.1.recht1-5/+8
No real changelog available, so I'm guessing it are only bug-fixes..
2003-12-04Updated to 1.1.0, provided by Min Sik Kim PR pkg/23630.xtraeme1-6/+5
Changes: o imlib2-1.1.0 uses freetype2 instead of freetype1. o More bugfixes, etc.
2003-02-15Update to 1.0.6. Author only maintains a CVS ChangeLog that is very difficultjmmv1-4/+5
to track for differences since 1.0.3... anyway, most changes seem to be bugfixes and performance improvements. This closes my own PR pkg/19144.
2001-11-14Make necessary rpath is embedded in shared objects by making LDFLAGS isenami1-1/+2
substituted by configure instead of hardcoding.
2001-08-16Initial import of imlib2-1.0.3, an image manipulation library (therh1-0/+5
successor to imlib).