diff options
author | salo <salo@pkgsrc.org> | 2005-04-01 10:51:50 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-04-01 10:51:50 +0000 |
commit | 023578430909e37fb3f305fdf577041c6dbaa0b0 (patch) | |
tree | a9fd7645e0fcbf683679f20038b32cea813f6e49 /x11/gtk2/Makefile | |
parent | ba00a0bdc865b0d2f05338ed895b4f1313228aed (diff) | |
download | pkgsrc-023578430909e37fb3f305fdf577041c6dbaa0b0.tar.gz |
Security fix for CAN-2005-0891:
"David Costanzo has reported a vulnerability in GTK+, which can be
exploited by malicious people to crash certain applications on
a user's system.
The vulnerability is caused due to a double free error in the BMP
loader. This can be exploited to crash an application linked against
GTK+ when a specially crafted BMP image is processed."
Bump PKGREVISION. Patch from Fedora.
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r-- | x11/gtk2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index f47b4ce4317..b0ee831f26b 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.78 2005/03/13 15:24:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.79 2005/04/01 10:51:50 salo Exp $ # DISTNAME= gtk+-2.6.4 PKGNAME= ${DISTNAME:S/gtk/gtk2/} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.6/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.6/ \ |