tags 598424 patch
thanks

Dear maintainer,

Here is a patch that fixes this issue. I believe that the second warning can be
safely ignored.

Regards,

-- 
Etienne Millon
diff -u texmacs-1.0.7.4/debian/changelog texmacs-1.0.7.4/debian/changelog
--- texmacs-1.0.7.4/debian/changelog
+++ texmacs-1.0.7.4/debian/changelog
@@ -1,3 +1,10 @@
+texmacs (1:1.0.7.4-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix security issue CVE-2010-3394 (Closes: #598424)
+
+ -- Etienne Millon <etienne.mil...@gmail.com>  Fri, 15 Oct 2010 09:35:34 +0200
+
 texmacs (1:1.0.7.4-2) unstable; urgency=low
 
   * Re-upload, former upload failed with wrong diff.gz perhaps.
only in patch2:
unchanged:
--- texmacs-1.0.7.4.orig/plugins/mupad/bin/tm_mupad_help
+++ texmacs-1.0.7.4/plugins/mupad/bin/tm_mupad_help
@@ -26,7 +26,7 @@
 
 SYSINFO=`$MuPAD_ROOT_PATH/share/bin/sysinfo`
 export SYSINFO
-LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MuPAD_ROOT_PATH}/${SYSINFO}/lib:/usr/local/X11R6/motif-2.0/lib:/usr/local/X11R6/lib:$MuPAD_ROOT_PATH/$SYSINFO/bin
+LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}${MuPAD_ROOT_PATH}/${SYSINFO}/lib:/usr/local/X11R6/motif-2.0/lib:/usr/local/X11R6/lib:$MuPAD_ROOT_PATH/$SYSINFO/bin
 export LD_LIBRARY_PATH
 
 XKEYSYMDB=$MuPAD_ROOT_PATH/share/unix/XKeysymDB

Attachment: signature.asc
Description: Digital signature

Reply via email to