Path to this page:
./
graphics/gdk-pixbuf,
The GNOME image loading library
Branch: pkgsrc-2011Q2,
Version: 0.22.0nb15,
Package name: gdk-pixbuf-0.22.0nb15,
Maintainer: pkgsrc-users GdkPixbuf is a new GNOME library designed to solve part of Imlib's
design limitations that make it hard to write efficient and highly
modular applications. The GdkPixbuf library provides a basic,
reference counted structure called GdkPixbuf. This structure points
to a block of image data, has fields that describe the format of the
image data, and also contains a reference count. The library also
provides a simple mechanism for loading images from files, and a more
sophisticated mechanism for loading images progressively from
arbitrary buffers. It also provides utility functions to transform
pixbufs and render them to GDK drawables.
The GdkPixBuf library provides a number of features:
* Image loading facilities.
* Rendering of a GdkPixBuf into various formats:
drawables (windows, pixmaps), GdkRGB buffers.
This is the gtk 1 version of gdk-pixbuf, which is obsolete. It is
included natively in gtk2+.
Required to run:[
graphics/jpeg] [
graphics/png] [
graphics/tiff] [
x11/gtk]
Required to build:[
devel/libtool-base] [
devel/gmake] [
pkgtools/x11-links]
Master sites: (Expand)
SHA1: 495324afb5abebc14567ffd5a6cd72333bcc7f5b
RMD160: 0e56a0f883fd8e3fb4d49b9a38f984b95cd96ece
Filesize: 388.875 KB
Version history: (Expand)
- (2011-08-07) Updated to version: gdk-pixbuf-0.22.0nb15
- (2011-08-05) Package added to pkgsrc.se, version gdk-pixbuf-0.22.0nb14 (created)
CVS history: (Expand)
2011-08-07 11:35:39 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #3492 - requested by drocher
graphics/gdk-pixbuf: security update
Revisions pulled up:
- graphics/gdk-pixbuf/Makefile 1.43
- graphics/gdk-pixbuf/distinfo 1.22
- graphics/gdk-pixbuf/patches/patch-af 1.2
---
Module Name: pkgsrc
Committed By: drochner
Date: Wed Aug 3 10:01:25 UTC 2011
Modified Files:
pkgsrc/graphics/gdk-pixbuf: Makefile distinfo
pkgsrc/graphics/gdk-pixbuf/patches: patch-af
Log message:
pull in boundary check from gdk2-pixbuf to fix a possible buffer
overflow by invalid GIF images, see redhat bug#727081
bump PKGREV
|