Up to [cvs.netbsd.org] / pkgsrc / graphics / libungif
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Wed Feb 1 07:10:03 2006 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.10: +4 -8
lines
Diff to previous 1.10 (colored)
Update to 4.1.4, provided by Matthew Luckie in PR 32688: Version 4.1.4 ============= This version fixes some bugs with deallocating ColorMaps and fix building on several platforms. * Fix several areas in decoding where we removed a ColorMap from our GifFile but didn't set the pointer to NULL. This could lead to double free's of the ColorMap. * Fix a bug in dev2gif.c where we redefined some gl types incorrectly. * Fix building on Windows. Note -- there has been one API changing event for Windows (renaming DrawText to DrawGifText.) This should have conflicted with Windows API and therefore caused the builds to fail previously. If you had it working with DrawText before, apologies, you'll need to change to DrawGifText in your code. This only affects Windows. * Add support for building on The Game Boy Advance. Note: Due to the GBA's limited memory, the API for the GBA uses short's in many places where the other platforms use ints. This shouldn't affect anyone unless you've been able to get an older version of the code to run on GBA and want to start using this version instead. A recompile of your dependent code will be necessary in this case.
Revision 1.9.6.1 / (download) - annotate - [select for diffs], Sat Nov 5 14:03:41 2005 UTC (6 years, 6 months ago) by salo
Branch: pkgsrc-2005Q3
Changes since 1.9: +4 -1
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Pullup ticket 893 - requested by Adrian Portelli security fix for libungif Revisions pulled up: - pkgsrc/graphics/libungif/Makefile 1.35 - pkgsrc/graphics/libungif/distinfo 1.10 - pkgsrc/graphics/libungif/patches/patch-ac 1.6 - pkgsrc/graphics/libungif/patches/patch-ad 1.1 - pkgsrc/graphics/libungif/patches/patch-ae 1.1 Module Name: pkgsrc Committed By: adrianp Date: Sat Nov 5 13:32:36 UTC 2005 Modified Files: pkgsrc/graphics/libungif: Makefile distinfo Added Files: pkgsrc/graphics/libungif/patches: patch-ac patch-ad patch-ae Log Message: Add patches for http://secunia.com/advisories/17436/ via. RedHat
Revision 1.10 / (download) - annotate - [select for diffs], Sat Nov 5 13:32:36 2005 UTC (6 years, 6 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.9: +4 -1
lines
Diff to previous 1.9 (colored)
Add patches for http://secunia.com/advisories/17436/ via. RedHat
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 20 11:07:33 2005 UTC (7 years, 2 months ago) by schwarz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Branch point for: pkgsrc-2005Q3
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
fixing bugs in util/gif2iris.c, closing PR#26161
Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 24 08:45:09 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add RMD160 digests
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 13 08:01:31 2004 UTC (7 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.6: +3 -5
lines
Diff to previous 1.6 (colored)
Changes 4.1.3:
* Make the EGifPutExtension{First,Next,Last} family of functions use WRITE
so user defined WRITE methods will output them correctly.
* Modify EGifSpew and EGifPutComment to use EGifPutExtension{First,Next,Last}
so we won't output broken GIFs when dealing with GIFs with multiple
subblocks.
* More -Wall fixes revealed while testing on Solaris and FreeBSD.
* Updated the gif_lib.html documentation to not use EGifPutExtension when
dealing with multiple subblocks. Use EGifPutExtension{First,Next,Last}
instead.
* Some Windows code from the old CVS repository now available in the windows
subdirectory. I don't have a Windows environment to test and maintain this
but maybe someone out there will find it useful. Caveat hacker.
Changes 4.1.2:
* Numerous bug fixes from people on the old libungif mailing list.
* GIF_ERROR and GIF_MESSAGE are on the deprecation list as they are also
utility helper functions rather than essential to the functioning of the
library.
* Complete deprecation list is now in the README file
* Audited the sources with gcc -Wall. Everything detectable has now been fixed.
* Ran the library code through indent.
Changes 4.1.1:
* libungif is now hosted on sourceforge:
http://sourceforge.net/projects/libungif
* Merge in many bug fixes that were sent in while I was hiking the
Appalachian Trail.
* The qprintf methods of the library are now deprecated. Do not use
GifQuietPrint or GifQprintf. These should have been pushed out into the
utility helper library instead of sitting around in the library proper at
the same time as the getarg functions were moved out. Getting rid of these
will let us get rid of our dependence on stdarg.h/varargs.h (Which a Gif
reading library has no business requiring.)
Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 2 05:20:37 2003 UTC (8 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
make this build with gcc3: don't use invalid <varargs.h> expressions, but use simple <stdarg.h> ones instead.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 4 07:04:36 2002 UTC (9 years, 5 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Fix the varargs usage in GifQprintf().
Revision 1.4 / (download) - annotate - [select for diffs], Thu Mar 14 18:18:20 2002 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.3: +3 -5
lines
Diff to previous 1.3 (colored)
Update to 4.1.0.1, based on pkg/15607 by Harushi Minami. Changes are bugfixes and a new gifinfo program.
Revision 1.3 / (download) - annotate - [select for diffs], Wed May 2 15:51:23 2001 UTC (11 years ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Patch configure instead of configure.in so we don't need autoconf as a build dependency. Also minimize diffs between giflib/Makefile and libungif/Makefile.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 21 09:54:19 2001 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
Move to sha1 digests, and/or add distfile sizes.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:24:32 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo