Commit Graph

21 Commits

Author SHA1 Message Date
naddy
0eb1a83765 remove obsolete gnome subpackage; ok jasper@ 2007-06-05 14:48:06 +00:00
steven
3cf15bf81c remove unneeded MODGNU_SHARED_LIBS and related hacks 2006-01-22 10:38:55 +00:00
steven
50f68448ab SHARED_LIBS and USE_LIBTOOL 2005-12-26 15:35:01 +00:00
naddy
1626ccb155 SECURITY:
Fix
- double free() in BMP handler (CVE-2005-0891),
- endless loop (CVE-2005-2975) and
- integer overflows in XPM loader (CVE-2005-2976, CVE-2005-3186).

From Ubuntu.
2005-11-21 20:20:53 +00:00
brad
051e65a1bf fixes a DoS issue with the BMP decoder, integer overflow and heap-based
buffer overflow with the XPM decoder, and integer overflow with the ICO
decoder.

CAN-2004-0753, CAN-2004-0782, CAN-2004-0788
2004-09-19 23:41:32 +00:00
espie
3f8ffd7c84 let gnome-config work again. 2003-01-21 00:31:16 +00:00
brad
973b8df18f Move headers path back to the intended spot, it was just too easy
to have them picked up in the current spot instead of Gtk+2 headers.
This was originally done to prevent potential breakage from an upgrade
when the headers path was changed to prevent this kind of problem in
the first place but it looks like all ports deal with this gracefully
since they use "gdk-pixbuf-config --cflags" to find the path.
2003-01-18 23:15:43 +00:00
marcm
149985caaa Update to 0.21, from MAINTAINER with libtool/ELF fix from me.
ok todd@
2002-11-14 21:03:41 +00:00
brad
d5d04e32db readd workaround. 2002-06-09 16:43:16 +00:00
brad
b5fb940b17 remove workaround 2002-06-02 07:01:47 +00:00
brad
6683772531 put gdk-pixbuf 0.17.0 back in the tree.
--
Workaround for the libtool relinking problem thanks to Marc Matteo
2002-05-31 02:41:44 +00:00
brad
c05cd374ef revert back to gdk-pixbuf 0.10.1 until I can figure out what the f%#k
is wrong with libtool. this worked just fine and then I updated my powerpc
box to more recent -current and I was able to reproduce the problem
as reported to me by a handful of people.
2002-05-31 00:03:35 +00:00
brad
e7e14db0d3 upgrade gdk-pixbuf to 0.17.0
--
Mostly from MAINTAINER with libtool and a few other fixes from me
2002-05-26 17:18:10 +00:00
brad
aa08e6983f - remove some unnecessary patches
- when trying to remove lib/gdk-pixbuf deal with it in a more graceful
manner if the user has added some files to the directory
2002-02-25 18:39:41 +00:00
naddy
09dd8fbbb0 * Fix list of required libraries in gdk_pixbufConf.sh; from Nils
Nordman <nino@nforced.com>.
* distinfo
* Use in-tree libtool patches.
ok maintainer
2001-12-10 21:29:16 +00:00
brad
806b61a1fd - use MASTER_SITE_GNOME
- remove redundant dependency entry
- sync libtool patch
2001-09-01 02:33:59 +00:00
drahn
62373cdd5b Patch to allow this port to build on powerpc, binutils ld is stricter
about unreferences symbols in shared libraries.
ok pvalchev@
2001-08-11 03:41:22 +00:00
naddy
c470368b9f Omitted in previous commit. 2001-04-01 20:20:57 +00:00
naddy
17fec09fa4 Sync libtool, put loaders back into lib; wilfried@ and me. 2001-04-01 20:18:06 +00:00
naddy
a2977f2152 Update to 0.10.1.
From Couderc Damien <couderc.damien@wanadoo.fr>.
ok MAINTAINER, obecian@
2001-03-27 11:45:07 +00:00
reinhard
97a81261c6 The GdkPixbuf library is a replacement for Imlib. GdkPixbuf provides
the following: a basic data structure to provide reference-counted images,
functions to load images synchronously from disk or progressively from
arbitrary data buffers, and convenience functions to transform pixbufs
and render them to drawables.

From: Tom Knienieder <tom@knienieder.com>
2000-12-26 12:52:18 +00:00