Commit graph

8 commits

Author SHA1 Message Date
wiz
05b2beb928 Fix build on NetBSD 5.0. From Robert Elz in PR 45888. 2012-02-02 21:35:19 +00:00
wiz
6ad1f55592 Update to 1.2.12. Add webp support. Update LICENSE (see below).
While here, remove png/tiff/jpeg includes from buildlink3.mk
since they are hidden by the library (library not linked against
them, headers not included in public headers). Recursive bump
coming next.

1.2.12:
Sam Lantinga - Thu Jan 19 23:18:09 EST 2012
 * Fixed regression in 1.2.11 loading 8-bit PNG images with libpng

1.2.11:
Sam Lantinga - Sat Jan 14 17:54:38 EST 2012
 * Fixed loading 8-bit PNG images on Mac OS X
Sam Lantinga - Sat Dec 31 09:35:40 EST 2011
 * SDL_image is now under the zlib license
Michael Bonfils - Mon Nov 28 21:46:00 EST 2011
 * Added WEBP image support
Thomas Klausner - Wed Jan 19 19:31:25 PST 2011
 * Fixed compiling with libpng 1.4
Sam Lantinga - Mon Jan 10 12:09:57 2011 -0800
 * Added Android.mk to build on the Android platform
Sam Lantinga - Mon May 10 22:42:53 PDT 2010
 * Fixed loading HAM6 images with stencil mask
Mark Tucker - Fri, 27 Nov 2009 12:38:21 -0500
 * Fixed bug loading 15 and 16 bit BMP images
2012-01-28 11:00:01 +00:00
hans
696f30c607 Add missing png_set_longjmp_fn assignment to fix some segfaults. 2011-05-27 16:23:53 +00:00
drochner
9a06d5dfdb fix for png-1.5. The new API (in particular the macro for png_jmpbuf)
does really suck here.
2011-01-19 21:24:10 +00:00
wiz
7541419da9 Start fixing build, final bits missing. 2011-01-16 12:51:24 +00:00
wiz
f5d78eee4e Update to 1.2.7, security fixes were already in pkgsrc.
1.2.7:
Sam Lantinga - Sun Nov  2 15:08:27 PST 2008
 * Fixed buffer overflow in BMP loading code, discovered by j00ru//vx
Sam Lantinga - Fri Dec 28 08:34:54 PST 2007
 * Fixed buffer overflow in GIF loading code, discovered by Michael Skladnikiewicz
2008-12-03 08:33:07 +00:00
drochner
4e4afd7c30 also patch CVE-2007-6697 (buffer overflow in gif parser), from upstream
CVS, bump PKGREVISION
2008-02-11 10:12:24 +00:00
drochner
80fd9f3d62 add a patch from upstream CVS to fix buffer overflow (CVE-2008-0544),
bump PKGREVISION
2008-02-08 12:33:31 +00:00