diff options
author | joerg <joerg> | 2006-01-07 21:08:12 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-07 21:08:12 +0000 |
commit | 00fda745f30882978b2f9b275c2ae2432e256b8a (patch) | |
tree | fa43cf59557f9db4011ff6f9f1bf849db2391b90 /x11/openmotif/Makefile | |
parent | 9941bc72cef8b3581f86c38fc1c63c5b00a01d65 (diff) | |
download | pkgsrc-00fda745f30882978b2f9b275c2ae2432e256b8a.tar.gz |
Fix a number of buffer overflows in OpenMotif's UIL implementation.
For non-propolice systems this might be exploitable when the
user-provided data (e.g. certain filenames) or the locale files are
manipulated.
Mostly-found-by: xfocus, see [xfocus-SD-051202] on VulnWatch. Some
additional cases are handled which have the same impact.
Bump revision.
Diffstat (limited to 'x11/openmotif/Makefile')
-rw-r--r-- | x11/openmotif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 3aed4c7bc10..5b612c45e23 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2005/12/12 19:55:41 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2006/01/07 21:08:12 joerg Exp $ PKGVER= 2.2.3 DISTNAME= openMotif-${PKGVER} PKGNAME= openmotif-${PKGVER} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://ftp.motifzone.com/src/ |