summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-ab
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2005-03-11 06:55:42 +0000
committersnj <snj@pkgsrc.org>2005-03-11 06:55:42 +0000
commit2fb2dfa2a5d5845a0790f3591f1f15e51a2f38cb (patch)
tree0fb8f3ae87a915e0d8709579da2f63335f48d3ac /x11/lesstif/patches/patch-ab
parentf1829e688a047c75e141c364640bf06d3a2384a4 (diff)
downloadpkgsrc-2fb2dfa2a5d5845a0790f3591f1f15e51a2f38cb.tar.gz
Pullup ticket 352 - requested by Lubomir Sedlacik
security fix for lesstif Revisions pulled up: - pkgsrc/x11/lesstif/Makefile 1.77,1.78 - pkgsrc/x11/lesstif/buildlink3.mk 1.4 - pkgsrc/x11/lesstif/distinfo 1.11,1.13 - pkgsrc/x11/lesstif/PLIST 1.9 - pkgsrc/x11/lesstif/patches/patch-ab 1.16 - pkgsrc/x11/lesstif/patches/patch-ac 1.17 Module Name: pkgsrc Committed By: adam Date: Wed Jan 5 11:16:38 UTC 2005 Modified Files: pkgsrc/x11/lesstif: Makefile distinfo Log Message: Changes 0.94.0: * XPM security fixes * memory leak fixes * other fixes ---- Module Name: pkgsrc Committed By: wiz Date: Thu Mar 10 16:07:16 UTC 2005 Modified Files: pkgsrc/x11/lesstif: PLIST Log Message: Sort. ---- Module Name: pkgsrc Committed By: wiz Date: Thu Mar 10 16:07:27 UTC 2005 Modified Files: pkgsrc/x11/lesstif: Makefile distinfo Added Files: pkgsrc/x11/lesstif/patches: patch-ab patch-ac Log Message: Add patch to fix CAN-2005-0605. Bump PKGREVISION. ---- Module Name: pkgsrc Committed By: salo Date: Fri Mar 11 00:34:19 UTC 2005 Modified Files: pkgsrc/x11/lesstif: buildlink3.mk Log Message: Bump BUILDLINK_RECOMMENDED for security update. (hi wiz!)
Diffstat (limited to 'x11/lesstif/patches/patch-ab')
-rw-r--r--x11/lesstif/patches/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/lesstif/patches/patch-ab b/x11/lesstif/patches/patch-ab
new file mode 100644
index 00000000000..49ed8812f88
--- /dev/null
+++ b/x11/lesstif/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.15.10.1 2005/03/11 06:55:42 snj Exp $
+
+--- lib/Xm-2.1/Xpmcreate.c.orig 2004-11-18 22:00:58.000000000 +0100
++++ lib/Xm-2.1/Xpmcreate.c
+@@ -1265,10 +1265,10 @@ PutImagePixels(image, width, height, pix
+ register char *src;
+ register char *dst;
+ register unsigned int *iptr;
+- register unsigned int x, y, i;
++ register unsigned int x, y;
+ register char *data;
+ Pixel pixel, px;
+- int nbytes, depth, ibu, ibpp;
++ int nbytes, depth, ibu, ibpp, i;
+
+ data = image->data;
+ iptr = pixelindex;