summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-02-14 14:52:23 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-02-14 14:52:23 +0000
commitc02fd95636d2d87568ecd1b4e1b72184719377f7 (patch)
tree6f89e96caed83aaf5c3a4a251438a776656c8d37 /x11-libs/openmotif/files
parentRevision bump; fixed manual page patching which should occur in the -gentoo p... (diff)
downloadgentoo-2-c02fd95636d2d87568ecd1b4e1b72184719377f7.tar.gz
gentoo-2-c02fd95636d2d87568ecd1b4e1b72184719377f7.tar.bz2
gentoo-2-c02fd95636d2d87568ecd1b4e1b72184719377f7.zip
more virtual/motif work
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-libs/openmotif/files')
-rw-r--r--x11-libs/openmotif/files/digest-openmotif-2.2.3-r11
-rw-r--r--x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0687-0688.patch.bz2bin0 -> 3274 bytes
-rw-r--r--x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0914.patch.bz2bin0 -> 11702 bytes
-rw-r--r--x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0914_sec8.patch14
-rw-r--r--x11-libs/openmotif/files/openmotif-2.1.30-xpm2.diff (renamed from x11-libs/openmotif/files/CAN-2004-0914.patch)0
5 files changed, 15 insertions, 0 deletions
diff --git a/x11-libs/openmotif/files/digest-openmotif-2.2.3-r1 b/x11-libs/openmotif/files/digest-openmotif-2.2.3-r1
new file mode 100644
index 000000000000..a6451299c75a
--- /dev/null
+++ b/x11-libs/openmotif/files/digest-openmotif-2.2.3-r1
@@ -0,0 +1 @@
+MD5 94c96a0f94ee0d5e41d3dba2188b263d openMotif-2.2.3.tar.gz 5149785
diff --git a/x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0687-0688.patch.bz2 b/x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0687-0688.patch.bz2
new file mode 100644
index 000000000000..74b5f57de2b6
--- /dev/null
+++ b/x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0687-0688.patch.bz2
Binary files differ
diff --git a/x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0914.patch.bz2 b/x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0914.patch.bz2
new file mode 100644
index 000000000000..7a41cf2ca6b0
--- /dev/null
+++ b/x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0914.patch.bz2
Binary files differ
diff --git a/x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0914_sec8.patch b/x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0914_sec8.patch
new file mode 100644
index 000000000000..bf95bf1fd2ea
--- /dev/null
+++ b/x11-libs/openmotif/files/openmotif-2.1.30-CAN-2004-0914_sec8.patch
@@ -0,0 +1,14 @@
+--- motif/lib/Xm/XpmWrFFrI.c.CAN-2004-0914_sec8 2004-11-29 14:56:12.848706139 +0100
++++ motif/lib/Xm/XpmWrFFrI.c 2004-11-29 14:56:12.872702854 +0100
+@@ -317,10 +317,7 @@
+ #ifndef NO_ZPIPE
+ size_t len = strlen(filename);
+
+- if(len == 0 ||
+- filename[0] == '/' ||
+- strstr(filename, "../") != NULL ||
+- filename[len-1] == '/')
++ if(len == 0)
+ return(XpmOpenFailed);
+
+ if (len > 2 && !strcmp(".Z", filename + (len - 2))) {
diff --git a/x11-libs/openmotif/files/CAN-2004-0914.patch b/x11-libs/openmotif/files/openmotif-2.1.30-xpm2.diff
index 1876ad76f126..1876ad76f126 100644
--- a/x11-libs/openmotif/files/CAN-2004-0914.patch
+++ b/x11-libs/openmotif/files/openmotif-2.1.30-xpm2.diff