summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2010-10-15 14:37:12 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2010-10-15 14:37:12 +0000
commit020ea5f8d2d1fc2fc2b2dca858f4446cf9b66bb3 (patch)
tree281339e6a0dfddbec977ef6fe9c42898788d084c /sci-electronics/alliance/files
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-020ea5f8d2d1fc2fc2b2dca858f4446cf9b66bb3.tar.gz
gentoo-2-020ea5f8d2d1fc2fc2b2dca858f4446cf9b66bb3.tar.bz2
gentoo-2-020ea5f8d2d1fc2fc2b2dca858f4446cf9b66bb3.zip
Switch to shared linking (bug 252469). Fix tests (bug 282490). Fix buffer overrun (bug 340789).
(Portage version: 2.1.9.16/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/alliance/files')
-rw-r--r--sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch12
-rw-r--r--sci-electronics/alliance/files/alliance-5.0.20070718-test.patch11
2 files changed, 23 insertions, 0 deletions
diff --git a/sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch b/sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch
new file mode 100644
index 000000000000..50cfc30be23f
--- /dev/null
+++ b/sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch
@@ -0,0 +1,12 @@
+# fix buffer overun (bug 340789)
+--- druc/src/drucbath.c.orig 2010-10-15 14:15:52.000000000 +0000
++++ druc/src/drucbath.c 2010-10-15 14:19:03.000000000 +0000
+@@ -66,7 +66,7 @@
+ rdsins_list *InstanceCourante;
+ char *TmpErrorFileName;
+ FILE *TmpErrorFile;
+-char DrucTmpFileBuffer [ DRUC_MAX_STRING_BUFFER + 1 ];
++char DrucTmpFileBuffer [ DRUC_MAX_FILE_BUFFER + 1 ];
+
+ fputs ( "\n" ,
+ DrucErrorFile
diff --git a/sci-electronics/alliance/files/alliance-5.0.20070718-test.patch b/sci-electronics/alliance/files/alliance-5.0.20070718-test.patch
new file mode 100644
index 000000000000..b9725e67974d
--- /dev/null
+++ b/sci-electronics/alliance/files/alliance-5.0.20070718-test.patch
@@ -0,0 +1,11 @@
+#fixes test run (bug 282490)
+--- bvl/src/bvl_bcomp_y.y.orig 2010-10-13 09:29:48.000000000 +0200
++++ bvl/src/bvl_bcomp_y.y 2010-10-13 09:30:13.000000000 +0200
+@@ -17,6 +17,7 @@
+ #include "bvl.h"
+ #include "bvl_byacc.h"
+ #include "bvl_bedef.h"
++#include "bvl_bcomp_y.h"
+
+ /* ###--------------------------------------------------------------### */
+ /* function : bvl_y_error */