summaryrefslogtreecommitdiff
path: root/graphics/imlib2
AgeCommit message (Collapse)AuthorFilesLines
2016-05-01Update graphics/imlib2 to 1.4.9.leot3-8/+9
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.leot7-104/+24
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-31libungif is not relevant any longer since the GIF relevant patentswiz1-2/+3
expired (about 10 years ago). Unconditionally switch to libgif. As discussed on tech-pkg without dissent. Bump PKGREVISION.
2014-05-20Remove @my_libs@ from imlib2-configadam2-4/+4
2014-05-17Version 1.4.6adam5-19/+34
- 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.1obache2-4/+56
2013-12-23Reset maintainer for resigned developers.wiz1-2/+2
2013-07-17don't propagate dependency on image format libs, hopefully avoidsdrochner1-5/+1
unnecessary revbumps in the future
2013-07-06Fix build with giflib 5.0, PR pkg/48021.ryoon2-1/+17
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon2-4/+4
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-03-02Provide rpath in imlib2-config --libs output.joerg3-4/+24
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-15Drop .extern, it is ignored by GNU as and not supported by LLVM.joerg3-1/+29
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-07update to 1.4.5drochner5-91/+13
changes: -bugfixes -cleanup, spelling fixes
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-3/+4
2011-05-18update to 1.4.4drochner5-103/+51
changes: misc bugfixes and cleanup The code structure around Xshm has changed -- someone please check the Interix specific patches.
2011-05-04exactly disable MMX/AMD64 optimization if pkg option is off.obache1-1/+5
part of PR#44931.
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner2-5/+5
(uses giflib now per default) bump PKGREV
2011-01-31Remove obsolete patch (a very similar chunk is nowadays a few lineswiz2-23/+1
higher, where the variables are defined).
2011-01-31Add comments to patches.wiz6-11/+28
2011-01-31Remove trailing line (pkglint--)..wiz1-2/+1
2011-01-14Fix build with png-1.5. From John Bowler.wiz2-1/+78
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty2-4/+4
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-08Include bsd.fast.prefs.mk before using ${PKG_INFO}.wiz1-1/+3
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2009-12-15remove stale libltdl dependencydrochner2-4/+2
2009-12-15Recursive bump for libltdljoerg2-4/+4
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-11-23Add Debian patch to fix a buffer overflow in the XPM file loader.tron3-2/+18
Bump package revision.
2008-10-30Update "imlib" package to version 1.4.2. Changes since version 1.4.0:tron5-66/+6
- Various bugfixes and security updates This update addresses SA32354.
2008-06-02add a patch from redhat bugzilla (#449073) to fix the xpm halfdrochner3-3/+17
of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006 bump PKGREVISION
2008-06-01Update home page URL.tron1-2/+2
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-11/+12
through PLIST_SUBST to the plist module.
2007-11-17Add x11 option (default: enabled).obache4-15/+38
No functionally change, but bump PKGREVISION due to detect x11 option.
2007-09-18update to 1.4.0drochner9-224/+17
changes: security fixes, and a few crashes fixed
2007-08-02- Add SUBST fragment to deal with hardcoded .so library suffix in image.c.tnn3-13/+20
- While here, remove hunk "Avoid regenerating within pkgsrc" from patch-af. (caught by pkglint) - Bump revision
2007-06-13PKG_SUPPORTED_OPTIONS must be defined before include bsd.options.mk,obache1-1/+2
even if empty. Problem reported by Magnus Henoch in PR 36483.
2007-03-14PR pkg/35521.yyamano3-1/+36
Apply patch provided by naoto at morishima.net to make this buld on Darwin/intel.
2006-12-16Add imlib2-amd64 speedup option. Based on patch from Blair Sadewitz onwiz1-2/+9
pkgsrc-users.